.swiper_kruten {
    width: 100%;
    height: 100px;
    overflow: hidden;
  }
  
  .swiper-slide_kruten {
    text-align: center;
    font-size: 18px;
    background: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide_kruten img {
    display: block;
    width: 70%;
    height: auto;
    object-fit: cover;
  }
  
  
  .swiper_people {
    width: 100%;
    height: 550px;
    overflow: hidden;
    /* display: flex;
    align-items: flex-start; */
  }
  
  .swiper-slide_people {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide_people img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .porfolio_block {
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 100px;
  }
  
  .porfolio_block_three_divs {
    display: flex;
    height: 30%;
    gap: 1%;
    margin-top: .5%;
  }
  
  .porfolio_block_three_div_1 {
    width: 65%;
    height: 13%;
    position: relative;
    overflow: hidden;
  }
  
  .porfolio_block_three_div_1 img {
    width: 100%;
    height: 100%;
  }
  
  .porfolio_block_three_divs2 {
    width: 31.9%;
    height: 100%;
  }
  
  .porfolio_block_three_div_2 {
    height: 8%;
    /* border: 2px solid red; */
    position: relative;
    overflow: hidden;
  }
  
  .porfolio_block_three_div_2 img {
    width: 100%;
    height: 100%;
  }
  
  .porfolio_block_three_div_3 {
    margin-top: 1%;
  }
  .porfolio_block_three_hover {
    width: 50%;
    height: 99%;
    margin-top: 0px;
    position: absolute;
    display: inline-block;
    z-index: 999;
    opacity: 1;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, .55);
  }
  .porfolio_block_three_div_1:hover .porfolio_block_three_hover {
    width: 50%;
    height: 99%;
    margin-top: 0px;
    margin-left: -50%;
    position: absolute;
    z-index: 999;
    opacity: 1;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, .55);
  }
  .porfolio_block_three_div_2:hover .porfolio_block_three_hover {
    width: 50%;
    height: 99%;
    margin-top: 0px;
    margin-left: -50%;
    position: absolute;
    z-index: 999;
    opacity: 1;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, .55);
  }
  .porfolio_block_three_hover h2,p{
    margin-left: 5%;
  }
  
  
  
  .porfolio_block_three_div_1:hover .our-team__members-item-info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  .our-team__members-item-info {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    right: 0;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 42px 46px;
    background: rgba(17, 17, 17, 0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  
  .our-advs {
    padding-bottom: 100px;
    background: #050407;
  }
  
  .our-advs__top-line {
    margin-bottom: 60px;
    padding-left: 25%;
  }
  
  .our-advs__top-line-inner {
    padding-left: 110px;
    padding-bottom: 60px;
    border-left: 2px solid #1f95a2;
  }
  
  .our-advs__desc {
    margin: 0 0 60px;
    padding: 40px 114px 40px 40px;
    /*font-size: 28px;*/
    background: #fcfcfc;
    color: #000;
  }
  
  .our-advs__title {
    margin: 0;
    /*font-size: 44px;*/
    font-weight: 700;
    text-transform: uppercase;
    color: #1f95a2;
  }
  
  .our-advs__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1540px;
    margin: 0 auto;
  }
  
  /* @media screen and (max-width: 1300px) {
    .our-advs__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1540px;
      margin: 0 auto;
      flex-direction: column;
    }
    .our-advs__content-col:nth-child(1) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      max-width: 960px !important;
    }
  
    .our-cases__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px;
    }
    .our-cases__item-info {
      max-width: 51%;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      padding-left: 140px;
      padding-top: 40px;
      padding-right: 80px;
    }
  
    .our-awards__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0;
      padding: 0;
      flex-direction: column;
      list-style-type: none;
    }
  
    .our-advs__title {
      margin: 0;
      font-size: 22px;
      font-weight: 700;
      text-transform: uppercase;
      color: #1f95a2;
    }
  
    .solutions__versus {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      flex-direction: column;
    }
  
    .our-team__members {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style-type: none;
      flex-direction: column;
      align-items: center;
    }
  
    .about-us__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1920px;
      margin: 0 auto;
      overflow: hidden;
      flex-direction: column;
      align-items: center;
    }
  
    .about-us__slider-item-info {
      position: absolute;
      left: 100px;
      bottom: 42px;
      z-index: 5;
      max-width: 930px;
      padding: 30px 46px;
      border-radius: 20px;
      background: #1c1c1c;
    }
  
    .our-team__members-item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      height: 660px;
      margin-bottom: 30px;
      overflow: hidden;
    }
  
    .our-cases__item-info {
      max-width: 400px !important;
      width: none;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
    }
  
    .our-cases__item-title {
      margin: 0 0 60px;
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #000003;
    }
  } */
  
  .our-advs__content-col:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 960px;
  }
  
  .our-advs__content-tabs {
    margin-bottom: 46px;
    height: 560px;
  }
  
  .our-advs__content-tabs-item {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .our-advs__content-tabs-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .our-advs__content-tabs-nav {
    margin: 0;
    padding: 0 0 0 48px;
    list-style-type: none;
  }
  
  .our-advs__content-tabs-nav li:not(:last-child) {
    margin-bottom: 72px;
  }
  
  .our-advs__content-tabs-nav li.active a:before {
    width: 75%;
  }
  
  .our-advs__content-tabs-nav li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*font-size: 30px;*/
    text-transform: uppercase;
  }
  
  .our-advs__content-tabs-nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 3px;
    background: #1f95a2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .our-advs__content-tabs-nav li a:hover:before {
    width: 75%;
  }
  
  .solutions {
    padding: 50px 0;
  }
  
  .solutions__inner {
    max-width: 1500px;
    margin: 0 auto;
  }
  
  .solutions__title {
    margin: 0 0 80px;
    font-size: 34px;
    font-weight: 700;
    color: #000003;
    text-transform: uppercase;
  }
  
  .solutions__versus {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .solutions__versus-img {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .solutions__versus-img img {
    max-width: 100%;
    max-height: 100%;
    width: 75%;
    height: auto;
  }
  
  .solutions__versus-left {
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .solutions__versus-left li {
    max-width: 270px;
    text-align: center;
    color: #1d1b26;
  }
  
  .solutions__versus-left li:not(:last-child) {
    margin-bottom: 60px;
  }
  
  .solutions__versus-left li:nth-child(1),
  .solutions__versus-left li:nth-child(7) {
    margin-left: 300px;
  }
  
  .solutions__versus-left li:nth-child(2),
  .solutions__versus-left li:nth-child(6) {
    margin-left: 200px;
  }
  
  .solutions__versus-left li:nth-child(3),
  .solutions__versus-left li:nth-child(5) {
    margin-left: 120px;
  }
  
  .solutions__versus-left li:nth-child(4) {
    margin-left: 60px;
  }
  
  .solutions__versus-left li span {
    color: #1f95a2;
  }
  
  .solutions__versus-right {
    position: relative;
    z-index: 5;
    max-width: 320px;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .solutions__versus-right li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .solutions__versus-right li:not(:last-child) {
    margin-bottom: 46px;
  }
  
  .solutions__versus-right li svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
  
  .solutions__versus-right li span {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #000;
  }
  
  .services {
    padding: 50px 0 100px;
  }
  
  .services__inner {
    max-width: 1500px;
    margin: 0 auto;
  }
  
  .services__title {
    margin: 0 0 20px;
    font-size: 34px;
    font-weight: 700;
    color: #000003;
    text-transform: uppercase;
  }
  
  .services__desc {
    max-width: 1300px;
    margin: 0 0 60px;
    font-size: 24px;
    color: #000003;
  }
  
  .services__plates {
    display: grid;
    gap: 10px;
  }
  
  .services__plates-item {
    position: relative;
    max-height: 280px;
    min-height: 200px;
    border-radius: 30px;
    overflow: hidden;
  }
  
  .services__plates-item:nth-child(1) {
    grid-column: 1 / 1;
    grid-row: 1 / span 6;
  }
  
  .services__plates-item:nth-child(2) {
    grid-column: 2 / 2;
    grid-row: 1 / span 8;
  }
  
  .services__plates-item:nth-child(3) {
    grid-column: 3 / 3;
    grid-row: 1 / span 6;
  }
  
  .services__plates-item:nth-child(4) {
    grid-column: 4 / 4;
    grid-row: 1 / span 8;
  }
  
  .services__plates-item:nth-child(5) {
    grid-column: 1 / 1;
    grid-row: 7 / span 8;
  }
  
  .services__plates-item:nth-child(6) {
    grid-column: 2 / 2;
    grid-row: 9 / span 6;
  }
  
  .services__plates-item:nth-child(7) {
    grid-column: 3 / 3;
    grid-row: 7 / span 8;
  }
  
  .services__plates-item:nth-child(8) {
    grid-column: 4 / 4;
    grid-row: 9 / span 6;
  }
  
  .services__plates-item:nth-child(9) {
    grid-column: 1 / 1;
    grid-row: 15 / span 6;
  }
  
  .services__plates-item:nth-child(10) {
    grid-column: 2 / 2;
    grid-row: 15 / span 6;
  }
  
  .services__plates-item:nth-child(11) {
    grid-column: 3 / 3;
    grid-row: 15 / span 6;
  }
  
  .services__plates-item:nth-child(12) {
    grid-column: 4 / 4;
    grid-row: 15 / span 6;
  }
  
  .services__plates-item-iconed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 30px 15px;
    background: #f2f2f7;
  }
  
  .services__plates-item-iconed .bttn-dflt {
    margin-top: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    text-transform: none;
  }
  
  .services__plates-item-iconed-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1f95a2;
  }
  
  .services__plates-item-iconed-title svg {
    margin-left: 16px;
  }
  
  .services__plates-item-iconed-desc {
    color: #1d1b26;
  }
  
  .services__plates-item-iconed_green {
    background: #1f95a2;
  }
  
  .services__plates-item-iconed_green .services__plates-item-iconed-title {
    color: #fff;
  }
  
  .services__plates-item-iconed_green .services__plates-item-iconed-desc {
    color: #fff;
  }
  
  .services__plates-item-iconed_black {
    background: #191919;
  }
  
  .services__plates-item-iconed_black .services__plates-item-iconed-title {
    color: #fff;
  }
  
  .services__plates-item-iconed_black .services__plates-item-iconed-desc {
    color: #fff;
  }
  
  .services__plates-item-tagged-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .services__plates-item-tagged-img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .services__plates-item-tagged-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .services__plates-item-tagged-img_bg_black {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #1a1a1a;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: all .5s ease;
  }
  
  .services__plates-item {
    transition: all .5s ease;
  }
  
  .services__plates-item:hover .services__plates-item-tagged-img_bg_black {
    /* display: inline-block; */
    opacity: 1;
    transition: all .5s ease;
  }
  
  .services__plates-item:hover .services__plates-item-tagged-name {
    background: #1f95a2;
    color: #ffffff;
    transition: all .5s ease;
  }
  
  .services__plates-item-tagged-name {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 5;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #1a1a1a;
    background: #ffffff;
    transition: all .5s ease;
  }
  
  .services__plates-item-bttn {
    display: block;
    box-shadow: inset 2px 6px 5px 2px rgba(0, 0, 0, 0);
    background: #1f95a2;
    -webkit-transition: all 0.3s ease;
    transition: all .5s ease;
  
  }
  
  .services__plates-item-bttn:hover {
    box-shadow: inset 2px 6px 5px 2px rgba(0, 0, 0, 0.25);
    transition: all .5s ease;
  }
  
  .services__plates-item-bttn-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  
  .services__plates-item-bttn-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 26px;
    border-radius: 50%;
    background: #191919;
  }
  
  .services__plates-item-bttn-name {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
  }
  
  .mid-banner {
    padding: 96px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .mid-banner__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .mid-banner__top-text {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
  
  .mid-banner__top-text span {
    font-size: 64px;
    font-weight: 700;
  }
  
  .mid-banner__mid-text {
    margin-bottom: 64px;
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
  }
  
  .mid-banner__bttns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-bottom: 64px;
  }
  
  .mid-banner__bttns span {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .mid-banner__bottom-text {
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
  }
  
  .mid-banner__bottom-text span {
    color: #1f95a2;
  }
  
  .our-awards {
    padding: 60px 0;
  }
  
  .our-awards__inner {
    max-width: 1510px;
    margin: 0 auto;
  }
  
  .our-awards__title {
    margin: 0 0 40px;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #000003;
  }
  
  .our-awards__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .our-awards__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
  }
  
  .our-awards__list li img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
  }
  
  .our-cases {
    padding: 92px 0 160px;
  }
  
  .our-cases__inner {
    max-width: 1920px;
    margin: 0 auto;
  }
  
  .our-cases__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .our-cases__item:not(:last-child) {
    margin-bottom: 60px;
  }
  
  .our-cases__item:hover .our-cases__item-img-bg {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  
  .our-cases__item-info {
    width: 51%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-left: 140px;
    padding-top: 40px;
    padding-right: 80px;
  }
  
  .our-cases__item-title {
    margin: 0 0 60px;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #000003;
  }
  
  .our-cases__item-desc {
    margin: 0 0 60px;
    font-family: "Montserrat", sans-serif;
    /*font-size: 24px;*/
    color: #000003;
  }
  
  .our-cases__item-img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 49%;
    height: 620px;
    overflow: hidden;
  }
  
  .our-cases__item-img:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    display: block;
    border: 3px solid rgba(39, 182, 198, 0.7);
    border-radius: 20px;
  }
  
  .services__plates-item-tagged-img_bg_black2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #1a1a1a;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    transition: all .5s ease;
  }
  
  .our-cases__item-img:hover .services__plates-item-tagged-img_bg_black2 {
    /* display: inline-block; */
    opacity: 1;
    transition: all .5s ease;
  }
  
  .our-cases__item-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .our-cases__item-img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .our-cases__item-img-icon {
    position: relative;
    z-index: 5;
    max-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .trust-us__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
  }
  
  .trust-us__col {
    width: 50%;
  }
  
  .trust-us__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    line-height: 2;
    font-weight: 700;
    text-transform: uppercase;
    background: #1f95a2;
  }
  
  .trust-us__brands {
    margin-right: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(185, 185, 185, 0.4);
  }
  
  .trust-us__brands-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33.3333%;
    height: 246px;
    border: 1px solid rgba(185, 185, 185, 0.4);
    border-bottom: none;
  }
  
  .trust-us__brands-item:hover .trust-us__brands-item-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  
  .trust-us__brands-item-img {
    max-width: 170px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .trust-us__brands-item-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 44px;
    border-radius: 50%;
    background: #191919;
  }
  
  .trust-us__brands-item-title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1a1a1a;
  }
  
  .trust-us__brands-item:nth-child(3) {
    border-radius: 0px 20px 0px 0px;
  }
  
  .trust-us__brands-item:nth-child(6) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* background: rgba(0, 0, 0, 0); */
    -webkit-transition: all 0.3s ease;
    transition: all 0.5s ease;
  }
  
  .trust-us__brands-item:nth-child(6):hover {
    background: #d9d9d9;
    /* Изменение фона при ховере */
  }
  
  /* .trust-us__brands-item:nth-child(6):hover {
    background: transparent;
  } */
  .rating {
    padding: 80px 0 120px;
    overflow: hidden;
  }
  
  .rating__inner {
    max-width: 1920px;
    margin: 0 auto;
  }
  
  .rating__title {
    position: relative;
    max-width: 1450px;
    margin: 0 0 44px;
    padding-left: 54px;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 400;
    color: #000003;
  }
  
  .rating__title-text {
    position: relative;
    z-index: 5;
  }
  
  .rating__title-icon1,
  .rating__title-icon2 {
    position: absolute;
    z-index: 2;
    max-width: 290px;
  }
  
  .rating__title-icon1 {
    left: 138px;
    top: 54px;
  }
  
  .rating__title-icon2 {
    top: -28px;
    left: calc(100% - 48px);
  }
  
  .rating__slider-wrapper {
    position: relative;
    z-index: 5;
  }
  
  .rating__slider {
    overflow: visible;
  }
  
  .rating__slider .swiper-slide {
    margin-top: 60px;
    opacity: 1;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .rating__slider .swiper-slide.swiper-slide-active {
    margin-top: 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  
  .rating__slider-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 12px 24px 0px rgba(16, 76, 139, 0.16);
    background: #fff;
  }
  
  .rating__slider-item-img {
    width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  
  .rating__slider-item-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
  }
  
  .rating__slider-item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
  }
  
  .rating__slider-item-rate {
    margin-bottom: 28px;
  }
  
  .rating__slider-item-rate-value {
    display: inline-block;
    margin-right: 10px;
    font-size: 64px;
    line-height: 1;
    font-weight: 500;
    color: #383838;
  }
  
  .rating__slider-item-rate-text {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #383838;
  }
  
  .rating__slider-item-rate-stars {
    margin-top: 24px;
  }
  
  .rating__slider-item-rate-stars span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .rating__slider-item-rate-stars span:not(:last-child) {
    margin-right: 4px;
  }
  
  .rating__slider-item-desc {
    margin-bottom: 18px;
    color: #282828;
  }
  
  .rating__slider-item-desc ul {
    margin: 10px;
    padding: 0 0 0 20px;
  }
  
  .rating__slider-item-desc ul li {
    margin: 5px;
    padding: 0 0 0 20px;
  }
  
  .rating__slider-item-name {
    margin-top: auto;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #252525;
  }
  
  .rating__slider-item-town {
    font-size: 14px;
    color: #838383;
  }
  
  .about-us {
    padding: 60px 0 30px;
  }
  
  .about-us__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .about-us__info {
    position: relative;
    z-index: 10;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 50px;
    padding-right: 30px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .about-us__title {
    margin: 0 0 52px;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    color: #000003;
    text-align: center;
  }
  
  .about-us__desc {
    margin: 0 0 54px;
    font-family: "Montserrat", sans-serif;
    /*font-size: 24px;*/
    color: #000;
    text-align: center;
  }
  
  .about-us__slider-wrapper {
    position: relative;
    z-index: 5;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1100px;
  }
  
  .about-us__slider {
    overflow: visible;
  }
  
  .about-us__slider.swiper-backface-hidden .swiper-slide {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  
  .about-us__slider.swiper-backface-hidden .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  
  .about-us__slider .swiper-button-prev {
    left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0);
    background: #ffffff;
    transition: all .5s ease;
  }
  
  .about-us__slider .swiper-button-prev:hover {
    left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    transition: all .5s ease;
  }
  
  .about-us__slider .swiper-button-prev:after {
    font-size: 24px;
    color: #1c1c1c;
  }
  
  .about-us__slider .swiper-button-next {
    right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0);
    background: #ffffff;
    transition: all .5s ease;
  }
  
  .about-us__slider .swiper-button-next:hover {
    right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    transition: all .5s ease;
  }
  
  .about-us__slider .swiper-button-next:after {
    font-size: 24px;
    color: #1c1c1c;
  }
  
  .about-us__slider-item {
    position: relative;
    height: 620px;
  }
  
  .about-us__slider-item-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .about-us__slider-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .about-us__slider-item-info {
    position: absolute;
    left: 100px;
    bottom: 42px;
    z-index: 5;
    width: 930px;
    padding: 30px 46px;
    border-radius: 20px;
    background: #1c1c1c;
  }
  
  .about-us__slider-item-title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
  }
  
  .about-us__slider-item-desc {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    line-height: 2;
    letter-spacing: 0.6px;
  }
  
  .our-team {
    padding: 60px 0 0;
  }
  
  .our-team_full {
    padding-top: 200px;
  }
  
  .our-team__inner {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 3%;
    padding-right: 2%;
  }
  
  .our-team__title {
    max-width: 1140px;
    margin: 0 0 20px;
    font-size: 34px;
    font-weight: 400;
    color: #000003;
  }
  
  .our-team__text {
    max-width: 1500px;
    margin: 0 0 30px;
    font-size: 18px;
    padding-left: 3%;
    padding-right: 5%;
    color: #000003;
  }
  
  .our-team__desc {
    margin: 0 0 50px;
    font-family: "Montserrat", sans-serif;
    /*font-size: 24px;*/
    color: #000003;
  }
  
  .our-team__desc-high {
    color: #1f95a2;
  }
  
  .our-team__members {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    /* border: 2px solid red; */
  }
  
  .our-team__members-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: -35%;
    height: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }
  
  .our-team__members-item:hover .our-team__members-item-info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  .our-team__members-item-pic {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .our-team__members-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .our-team__members-item-info {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    right: 0;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 42px 46px;
    background: rgba(17, 17, 17, 0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .our-team__members-item-name {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
  }
  
  .our-team__members-item-position {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
  }
  
  .faq {
    padding: 80px 0 160px;
    background: #1f95a2;
    margin-top: 30px;
  }
  
  .faq__inner {
    max-width: 1160px;
    margin: 0 auto;
  }
  
  .faq__title {
    margin: 0 0 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
  }
  
  .faq__subtitle {
    margin: 0 0 48px;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .faq-accordion__item {
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    background: #fff;
  }
  
  .faq-accordion__item.active .faq-accordion__item-title {
    -webkit-transition: none;
    transition: none;
    color: #1f95a2;
  }
  
  .faq-accordion__item.active .faq-accordion__item-title:after,
  .faq-accordion__item.active .faq-accordion__item-title:before {
    background: #1f95a2;
  }
  
  .faq-accordion__item.active .faq-accordion__item-title:after {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
  }
  
  .faq-accordion__item.active .faq-accordion__item-desc {
    display: block;
    visibility: visible;
  }
  
  .faq-accordion__item:not(:last-child) {
    margin-bottom: 32px;
  }
  
  .faq-accordion__item-title {
    position: relative;
    padding-right: 80px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1e272f;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .faq-accordion__item-title:hover {
    color: #1f95a2;
  }
  
  .faq-accordion__item-title:after,
  .faq-accordion__item-title:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: #1e272f;
  }
  
  .faq-accordion__item-title:after {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
  }
  
  .faq-accordion__item-desc {
    display: none;
    visibility: hidden;
    padding-top: 24px;
    color: rgba(30, 39, 47, 0.8);
  }
  
  .footer {
    padding: 86px 0 76px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .footer__col {
    width: calc(50% - 15px);
  }
  
  .footer__col-title {
    margin: 0 0 100px;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #1e1e1e;
  }
  
  .footer__contact-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .footer__contact-col {
    width: 50%;
  }
  
  .footer__contact-title {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 5px;
    font-size: 26px;
    font-weight: 700;
    color: #161616;
  }
  
  .footer__contact-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 150px;
    height: 2px;
    background: #1f95a2;
  }
  
  .footer__contact-info {
    margin: 0;
    /*font-size: 26px;*/
    color: #161616;
  }
  
  .footer__contact-info a {
    font-size: 26px;
    color: #161616;
  }
  
  .footer__form {
    border-radius: 20px;
  }
  
  .footer__form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .footer__form-row:last-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .footer__form-col {
    width: calc(50% - 14px);
    margin-bottom: 20px;
  }
  
  .footer__form-col:hover {}
  
  .footer__form-col button {
    background-color: #1f95a2;
  }
  
  
  .footer__form-policy {
    margin: 0;
    /*font-size: 18px;*/
    color: #8e8e8e;
  }
  
  .footer__form-policy a {
    text-decoration: underline;
    color: #8e8e8e;
  }
  
  .footer__form-policy a:hover {
    text-decoration: none;
  }
  
  .footer__form input,
  .footer__form textarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 12px 22px;
    border: 1px solid #1e1e1e;
    border-radius: 5px;
    font-size: 20px;
    color: #757575;
  }
  
  .footer__form textarea {
    height: 180px;
    min-height: 120px;
    max-height: 250px;
    resize: vertical;
    margin-bottom: 20px;
  }
  
  .footer__form button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    background: #1e1e1e;
    border: 2px solid #1e1e1e;
    color: #fff;
    transition: all .5s ease;
  }
  .footer__form button:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    background: none;
    border: 2px solid #1e1e1e;
    color: #1e1e1e;
    transition: all .5s ease;
  }
  
  .portfolio-list {
    padding: 200px 0 100px;
  }
  
  .portfolio-list__inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px;
  }
  
  .portfolio-list__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .portfolio-list__col-small {
    width: calc(33% - 15px);
  }
  
  .portfolio-list__col-large {
    width: calc(33% - 15px);
  }
  
  .portfolio-list__col-mid {
    width: calc(33% - 15px);
  }
  
  .portfolio-list__item {
    display: block;
    margin-bottom: 30px;
  }
  
  .portfolio-list__item-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .portfolio-list__item-title {
    display: block;
    font-size: 26px;
    color: #000003;
  }
  
  .portfolio-list__item-category {
    display: block;
    font-size: 18px;
    color: #8e8e8e;
  }
  
  .what-possible {
    padding: 30px 0 80px;
  }
  
  .what-possible__info {
    mawmax-width: 1920px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
  }
  
  .what-possible__title {
    max-width: 1140px;
    margin: 0 0 20px;
    font-size: 34px;
    font-weight: 400;
    color: #000003;
  }
  
  .what-possible__desc {
    max-width: 1500px;
    margin: 0 0 52px;
    font-size: 18px;
    color: #000003;
  }
  
  .what-possible__slider1 {
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 52px;
  }
  
  .what-possible__slider1-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 360px;
    /* padding-top: 90px;
    padding-left: 110px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
  }
  
  .what-possible__slider1-item-text {
    max-width: 310px;
    margin: 0;
    font-size: 18px;
    color: #000003;
  }
  
  .what-possible__slider2 {
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 52px;
  }
  
  .what-possible__slider2.swiper-backface-hidden .swiper-slide {
    position: relative;
    z-index: 5;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(0.8);
    transform: translateZ(0) scale(0.8);
  }
  
  .what-possible__slider2.swiper-backface-hidden .swiper-slide.swiper-slide-next {
    z-index: 8;
  }
  
  .what-possible__slider2.swiper-backface-hidden .swiper-slide.swiper-slide-active {
    z-index: 10;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  
  .what-possible__slider2-item {
    position: relative;
    padding: 62px 92px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fcfcfc;
  }
  
  .what-possible__slider2-item-icon {
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 2;
    max-width: 120px;
  }
  
  .what-possible__slider2-item-title {
    position: relative;
    z-index: 5;
    font-size: 34px;
    font-weight: 700;
    color: #1f95a2;
  }
  
  .what-possible__slider2-item-name {
    margin-bottom: 30px;
    font-size: 34px;
    color: #000003;
  }
  
  .what-possible__slider2-item-text {
    font-size: 18px;
    font-weight: 300;
    color: #3c3c3c;
  }
  
  .all-steps {
    padding: 200px 0 100px;
  }
  
  .block1_cont {
    display: flex;
  }
  
  .block_cont2 {
    flex: 1;
    border: 1px solid black;
    margin: 5px;
    transition: flex-grow 0.3s;
    cursor: pointer;
    height: 200px;
  }
  
  .all-steps__inner {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .all-steps__top-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 80px;
    padding: 0;
    list-style-type: none;
  }
  
  .all-steps__top-list-item {
    position: relative;
    width: calc(33.3333% - 20px);
    height: 780px;
    padding: 30px;
  }
  
  .all-steps__top-list-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  
  .all-steps__top-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .all-steps__top-list-title {
    position: relative;
    z-index: 5;
    display: inline-block;
    font-size: 74px;
    line-height: 1;
    color: #000003;
  }
  
  .all-steps__title {
    max-width: 1200px;
    margin: 0 0 60px;
    font-size: 64px;
    line-height: 1;
    font-weight: 400;
    color: #000003;
  }
  
  .all-steps__program {
    max-width: 1920px;
    margin: 0 auto;
  }
  
  .all-steps__program-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1000px;
  }
  
  .all-steps__program-item-video {
    position: absolute;
    left: 47%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
  }
  
  .all-steps__program-item-video video {
    width: 102%;
    height: 102%;
    object-fit: cover;
  }
  
  .all-steps__program-item-info {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
  
  }
  
  .all-steps__program-item-content {
    margin-left: 5%;
  }
  
  .all-steps__program-item-number {
    width: 60%;
    margin-left: -60px;
    margin-right: 0px;
    font-size: 700px;
    line-height: 1;
    color: #000003;
  }
  
  .all-steps__program-item-title {
    margin-bottom: 20px;
    font-size: 155px;
    line-height: 1;
    font-weight: 300;
    color: #000003;
    margin-left: 0%;
  }
  
  .all-steps__program-item-subtitle {
    max-width: 400px;
    margin-bottom: 10px;
    font-size: 19px;
    color: #000003;
  }
  
  .all-steps__program-item-desc {
    max-width: 400px;
    margin-bottom: 0px;
    font-size: 18px;
    color: #000003;
    margin-top: 30px;
  }
  
  .all-steps__program-item-desc ul {
    margin: 5px 0 0;
    padding: 0 0 0 6px;
  }
  
  .all-steps__program-item-desc ul li {
    padding: 0;
  }
  
  .all-steps__program-item-desc ul li::before {
    padding: 0;
    content: "•";
    float: left;
    padding: 0 0.5em 0 0;
  }
  
  .all-steps__program-item-link {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    text-decoration: underline;
    color: #ee2625;
  }
  
  .all-steps__program-item-link:hover {
    text-decoration: none;
    color: #ee2625;
  }
  
  .case-intro {
    padding-top: 142px;
  }
  
  .case-intro__inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: -55px;
  }
  
  .case-intro__info {
    position: absolute;
    left: 170px;
    bottom: 40px;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 60%;
    padding: 38px 46px;
    border-radius: 30px;
    background: #fff;
  }
  
  .case-intro__info-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 190px;
    margin-right: 60px;
  }
  
  .case-intro__info-text {
    margin: 0 0 30px;
    color: #8e8e8e;
  }
  
  .case-intro__info-link {
    display: inline-block;
    text-decoration: underline;
    color: #111;
  }
  
  .case-intro__info-link:hover {
    text-decoration: none;
    color: #111;
  }
  
  .case-intro__slider {
    position: relative;
    z-index: 2;
  }
  
  .case-intro__slider .swiper-button-prev,
  .case-intro__slider .swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 58px;
    height: 58px;
    border-radius: 10px;
    background: #ffffff;
    transition: box-shadow 0.3s ease; /* Плавный переход для box-shadow */
  }
  
  .case-intro__slider .swiper-button-prev:hover,
  .case-intro__slider .swiper-button-next:hover {
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  
  .case-intro__slider .swiper-button-prev:after,
  .case-intro__slider .swiper-button-next:after {
    font-size: 28px;
    color: #1c1c1c;
  }
  
  .case-intro__slider .swiper-button-prev {
    left: 46px;
  }
  
  .case-intro__slider .swiper-button-next {
    right: 46px;
  }
  
  .case-intro__slider-item {
    height: 860px;
  }
  
  .case-intro__slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .request-banner__inner {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .request-banner__plate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 90px;
    border-radius: 20px;
    background: #1f95a2;
  }
  
  .request-banner__info {
    margin-right: 30px;
  }
  
  .request-banner__title {
    margin: 0 0 10px;
    font-size: 40px;
  }
  
  .request-banner__desc {
    margin: 0;
  }
  
  .request-banner__bttn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 600px;
  }
  
  .request-banner__bttn .bttn-dflt {
    max-width: 600px;
    padding: 20px;
    font-size: 26px;
    font-weight: 400;
    text-transform: none;
  }
  
  .cases-plates {
    padding: 40px 0 74px;
  }
  
  .cases-plates__inner {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .cases-plates__slider.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0) scale(0.5);
    transform: translateZ(0) scale(0.5);
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .cases-plates__slider.swiper-backface-hidden .swiper-slide.swiper-slide-active,
  .cases-plates__slider.swiper-backface-hidden .swiper-slide.swiper-slide-visible {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
  
  .cases-plates__slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  .cases-plates__slider-nav .swiper-button-prev,
  .cases-plates__slider-nav .swiper-button-next {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0;
  }
  
  .cases-plates__slider-nav .swiper-button-prev:after,
  .cases-plates__slider-nav .swiper-button-next:after {
    font-size: 40px;
    color: #000003;
  }
  
  .cases-plates__slider-nav .swiper-button-prev span,
  .cases-plates__slider-nav .swiper-button-next span {
    font-size: 24px;
    line-height: 1;
    color: #000003;
  }
  
  .cases-plates__slider-nav .swiper-button-next:after {
    margin-left: 15px;
  }
  
  .cases-plates__slider-nav .swiper-button-prev:after {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 15px;
  }
  
  .cases-plates__slider-nav .swiper-button-prev span {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .cases-plates__slider-item {
    position: relative;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .cases-plates__slider-item:hover .cases-plates__slider-item-info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  .cases-plates__slider-item-img {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
  
  .cases-plates__slider-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .cases-plates__slider-item-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding: 30px 66px 40px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .cases-plates__slider-item-title {
    display: block;
    margin-bottom: 10px;
    font-size: 34px;
    color: #000;
  }
  
  .cases-plates__slider-item-desc {
    font-family: "Montserrat", sans-serif;
    line-height: 2;
    font-style: italic;
    color: #1c1c1c;
  }
  
  .about-case {
    padding: 70px 0 110px;
  }
  
  .about-case__inner {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .about-case__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .about-case__col {
    width: calc(50% - 15px);
  }
  
  .about-case__col_uslug {
    margin-left: auto
  }
  
  .about-case__title {
    margin: 0 0 46px;
    font-size: 34px;
    font-weight: 400;
    color: #000003;
  }
  
  .about-case__desc {
    max-width: 1500px;
  }
  
  .about-case__text {
    margin: 0 0 10px;
    padding-right: 40px;
    font-size: 24px;
    color: #000003;
  }
  
  .about-case__list {
    margin: 0;
    margin-top: 40px;
  }
  
  .about-case__list li {
    font-size: 24px;
    color: #000003;
    margin: 0;
    padding: 0;
  }
  
  .about-case__info-cell {
    max-width: 376px;
    margin-bottom: 46px;
  }
  
  .about-case__info-cell-title {
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
    color: #000003;
  }
  
  .about-case__info-cell-text {
    display: block;
    line-height: 2;
    color: #8e8e8e;
  }
  
  .about-case__slider-wrapper {
    max-width: 1920px;
    margin: 80px auto 0;
    padding-bottom: 56px;
    overflow: hidden;
  }
  
  .about-case__slider1 {
    margin-bottom: 12px;
  }
  
  .about-case__slider1,
  .about-case__slider2 {
    overflow: hidden;
  }
  
  .about-case__slider-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 360px;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
  }
  
  .about-case__slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  
  .fancybox-slide--html .fancybox-close-small {
    display: none
  }
  
  /*#popup-auth {display: none !important}*/
  /*.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {display: none}*/
  /*.fancybox-container {display: none}*/
  
  a.trust-us__brands-item {
    text-align: center
  }
  
  
  @media screen and (max-width: 1300px) {
    .our-advs {
      padding-bottom: 100px;
      background: #050407;
    }
  
    .our-advs__top-line {
      margin-bottom: 60px;
      padding-left: 25%;
    }
  
    .our-advs__top-line-inner {
      padding-left: 110px;
      padding-bottom: 60px;
      border-left: 2px solid #1f95a2;
    }
  
    .our-advs__desc {
      margin: 0 0 60px;
      padding: 40px 114px 40px 40px;
      /*font-size: 28px;*/
      background: #fcfcfc;
      color: #000;
    }
  
    .our-advs__title {
      margin: 0;
      /*font-size: 44px;*/
      font-weight: 700;
      text-transform: uppercase;
      color: #1f95a2;
    }
  
    .our-advs__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1540px;
      margin: 0 auto;
    }
  
    @media screen and (max-width: 1300px) {
      .our-advs__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1540px;
        margin: 0 auto;
        flex-direction: column;
      }
  
      .our-advs__content-col:nth-child(1) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 1300px !important;
      }
  
      /* .our-cases__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
      }
      .our-cases__item-info {
        max-width: 51%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding-left: 140px;
        padding-top: 40px;
        padding-right: 80px;
      } */
  
      .our-awards__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0;
        flex-direction: column;
        list-style-type: none;
      }
  
      .our-advs__title {
        margin: 0;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        color: #1f95a2;
      }
  
      .solutions__versus {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column;
      }
  
      .our-team__members {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style-type: none;
        flex-direction: row;
        align-items: center;
        justify-content: center;
      }
  
      .about-us__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
        flex-direction: column;
        align-items: center;
      }
  
      /* .about-us__slider-item-info {
        position: absolute;
        left: 100px;
        bottom: 42px;
        z-index: 5;
        max-width: 930px;
        padding: 30px 46px;
        border-radius: 20px;
        background: #1c1c1c;
      } */
  
      .our-team__members-item {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
        overflow: hidden;
      }
  
      /* .our-cases__item-info {
        max-width: 400px !important;
        width: none;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
  
      }
    
      .our-cases__item-title {
        margin: 0 0 60px;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #000003;
      } */
    }
  
    .our-advs__content-col:nth-child(1) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      max-width: 1300px;
    }
  
    .our-advs__content-tabs {
      margin-bottom: 46px;
      height: 560px;
    }
  
    .our-advs__content-tabs-item {
      width: 100%;
      height: 100%;
      border-radius: 20px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .our-advs__content-tabs-item video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* margin-left: 5%; */
    }
  
    .our-advs__content-tabs-nav {
      margin: 0;
      padding: 0 0 0 48px;
      list-style-type: none;
    }
  
    .our-advs__content-tabs-nav li:not(:last-child) {
      margin-bottom: 72px;
    }
  
    .our-advs__content-tabs-nav li.active a:before {
      width: 20%;
    }
  
    .our-advs__content-tabs-nav li a {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      /*font-size: 30px;*/
      text-transform: uppercase;
    }
  
    .our-advs__content-tabs-nav li a:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 0;
      height: 3px;
      background: #1f95a2;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .our-advs__content-tabs-nav li a:hover:before {
      width: 20%;
    }
  
    .solutions {
      padding: 50px 0;
    }
  
    .solutions__inner {
      max-width: 1500px;
      margin: 0 auto;
    }
  
    .solutions__title {
      text-align: center;
      margin: 0 0 80px;
      font-size: 34px;
      font-weight: 700;
      color: #000003;
      text-transform: uppercase;
    }
  
    .solutions__versus {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .solutions__versus-img {
      position: absolute;
      z-index: 2;
      /* left: 50%; */
      top: 0;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: -180px;
    }
  
    .solutions__versus-img img {
      max-width: 100%;
      max-height: 100%;
      width: 75%;
      height: auto;
    }
  
    .solutions__versus-left {
      position: relative;
      z-index: 5;
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .solutions__versus-left li {
      max-width: 270px;
      text-align: center;
      color: #1d1b26;
    }
  
    .solutions__versus-left li:not(:last-child) {
      margin-bottom: 0px;
    }
  
    .solutions__versus-left li:nth-child(1),
    .solutions__versus-left li:nth-child(7) {
      margin-left: 0px;
    }
  
    .solutions__versus-left li:nth-child(2),
    .solutions__versus-left li:nth-child(6) {
      margin-left: 0px;
    }
  
    .solutions__versus-left li:nth-child(3),
    .solutions__versus-left li:nth-child(5) {
      margin-left: 0px;
    }
  
    .solutions__versus-left li:nth-child(4) {
      margin-left: 0px;
    }
  
    .solutions__versus-left li span {
      color: #1f95a2;
    }
  
    .solutions__versus-right {
      position: relative;
      z-index: 5;
      max-width: 1300px;
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin-left: 0px;
      margin-top: 400px;
    }
  
    .solutions__versus-right li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 30%;
    }
  
    .solutions__versus-right li:not(:last-child) {
      margin-bottom: 46px;
    }
  
    .solutions__versus-right li svg {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      margin-right: 20px;
    }
  
    .solutions__versus-right li span {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      color: #000;
    }
  
    .services {
      padding: 50px 0 100px;
    }
  
    .services__inner {
      max-width: 1500px;
      margin: 0 auto;
    }
  
    .services__title {
      margin: 0 0 20px;
      font-size: 34px;
      font-weight: 700;
      color: #000003;
      text-transform: uppercase;
      text-align: center;
    }
  
    .services__desc {
      max-width: 1300px;
      margin: 0 0 60px;
      font-size: 24px;
      color: #000003;
      text-align: center;
    }
  
    .services__plates {
      display: grid;
      gap: 10px;
    }
  
    .services__plates-item {
      position: relative;
      max-height: 280px;
      min-height: 200px;
      border-radius: 30px;
      overflow: hidden;
    }
  
    .services__plates-item:nth-child(1) {
      grid-column: 1 / 1;
      grid-row: 1 / span 6;
    }
  
    .services__plates-item:nth-child(2) {
      grid-column: 2 / 2;
      grid-row: 1 / span 8;
    }
  
    .services__plates-item:nth-child(3) {
      grid-column: 3 / 3;
      grid-row: 1 / span 6;
    }
  
    .services__plates-item:nth-child(4) {
      grid-column: 4 / 4;
      grid-row: 1 / span 8;
    }
  
    .services__plates-item:nth-child(5) {
      grid-column: 1 / 1;
      grid-row: 7 / span 8;
    }
  
    .services__plates-item:nth-child(6) {
      grid-column: 2 / 2;
      grid-row: 9 / span 6;
    }
  
    .services__plates-item:nth-child(7) {
      grid-column: 3 / 3;
      grid-row: 7 / span 8;
    }
  
    .services__plates-item:nth-child(8) {
      grid-column: 4 / 4;
      grid-row: 9 / span 6;
    }
  
    .services__plates-item:nth-child(9) {
      grid-column: 1 / 1;
      grid-row: 15 / span 6;
    }
  
    .services__plates-item:nth-child(10) {
      grid-column: 2 / 2;
      grid-row: 15 / span 6;
    }
  
    .services__plates-item:nth-child(11) {
      grid-column: 3 / 3;
      grid-row: 15 / span 6;
    }
  
    .services__plates-item:nth-child(12) {
      grid-column: 4 / 4;
      grid-row: 15 / span 6;
    }
  
    .services__plates-item-iconed {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 30px 30px 15px;
      background: #f2f2f7;
    }
  
    .services__plates-item-iconed .bttn-dflt {
      margin-top: auto;
      padding-top: 5px;
      padding-bottom: 5px;
      font-weight: 400;
      text-transform: none;
    }
  
    .services__plates-item-iconed-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 15px;
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #1f95a2;
    }
  
    .services__plates-item-iconed-title svg {
      margin-left: 16px;
    }
  
    .services__plates-item-iconed-desc {
      color: #1d1b26;
    }
  
    .services__plates-item-iconed_green {
      background: #1f95a2;
    }
  
    .services__plates-item-iconed_green .services__plates-item-iconed-title {
      color: #fff;
    }
  
    .services__plates-item-iconed_green .services__plates-item-iconed-desc {
      color: #fff;
    }
  
    .services__plates-item-iconed_black {
      background: #191919;
    }
  
    .services__plates-item-iconed_black .services__plates-item-iconed-title {
      color: #fff;
    }
  
    .services__plates-item-iconed_black .services__plates-item-iconed-desc {
      color: #fff;
    }
  
    .services__plates-item-tagged-link {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
    }
  
    .services__plates-item-tagged-img {
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      height: 100%;
    }
  
    .services__plates-item-tagged-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .services__plates-item-tagged-name {
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 5;
      display: inline-block;
      padding: 8px 12px;
      border-radius: 10px;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      line-height: 1;
      font-weight: 500;
      color: #1a1a1a;
      background: #ffffff;
    }
  
    .services__plates-item-bttn {
      display: block;
      box-shadow: inset 2px 6px 5px 2px rgba(0, 0, 0, 0.25);
      background: #1f95a2;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .services__plates-item-bttn:hover {
      box-shadow: inset 2px 6px 5px 2px rgba(0, 0, 0, 0);
    }
  
    .services__plates-item-bttn-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      height: 100%;
    }
  
    .services__plates-item-bttn-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 76px;
      height: 76px;
      margin-bottom: 26px;
      border-radius: 50%;
      background: #191919;
    }
  
    .services__plates-item-bttn-name {
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      text-transform: uppercase;
    }
  
    .mid-banner {
      padding: 96px 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }
  
    .mid-banner__inner {
      max-width: 1000px;
      margin: 0 auto;
    }
  
    .mid-banner__top-text {
      margin: 0 0 30px;
      font-size: 24px;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
    }
  
    .mid-banner__top-text span {
      font-size: 64px;
      font-weight: 700;
    }
  
    .mid-banner__mid-text {
      margin-bottom: 64px;
      font-size: 44px;
      font-weight: 800;
      text-align: center;
      text-transform: uppercase;
    }
  
    .mid-banner__bttns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 64px;
    }
  
    .mid-banner__bttns span {
      font-size: 30px;
      font-weight: 800;
      text-transform: uppercase;
    }
  
    .mid-banner__bottom-text {
      font-size: 44px;
      font-weight: 800;
      text-align: center;
      text-transform: uppercase;
    }
  
    .mid-banner__bottom-text span {
      color: #1f95a2;
    }
  
    .our-awards {
      padding: 60px 0;
    }
  
    .our-awards__inner {
      max-width: 1510px;
      margin: 0 auto;
    }
  
    .our-awards__title {
      margin: 0 0 40px;
      font-family: "Montserrat", sans-serif;
      font-size: 34px;
      font-weight: 700;
      color: #000003;
      text-align: center;
    }
  
    .our-awards__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
  
    .our-awards__list li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 10%;
    }
  
    .our-awards__list li img {
      max-width: 100px;
      max-height: 100px;
      width: auto;
      height: auto;
    }
  
    .our-cases {
      padding: 92px 0 160px;
    }
  
    .our-cases__inner {
      max-width: 1920px;
      margin: 0 auto;
    }
  
    .our-cases__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  
    .our-cases__item:not(:last-child) {
      margin-bottom: 60px;
    }
  
    .our-cases__item:hover .our-cases__item-img-bg {
      -webkit-filter: blur(0);
      filter: blur(0);
    }
  
    .our-cases__item-info {
      width: 51%;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      padding-left: 50px;
      padding-top: 40px;
      padding-right: 80px;
    }
  
    .our-cases__item-title {
      margin: 0 0 60px;
      font-family: "Montserrat", sans-serif;
      font-size: 34px;
      font-weight: 700;
      color: #000003;
    }
  
    .our-cases__item-desc {
      margin: 0 0 60px;
      font-family: "Montserrat", sans-serif;
      /*font-size: 24px;*/
      color: #000003;
    }
  
    .our-cases__item-img {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 49%;
      height: 620px;
      overflow: hidden;
    }
  
    .our-cases__item-img:after {
      content: "";
      position: absolute;
      left: 30px;
      top: 30px;
      right: 30px;
      bottom: 30px;
      z-index: 3;
      display: block;
      border: 3px solid rgba(39, 182, 198, 0.7);
      border-radius: 20px;
    }
  
    .our-cases__item-img-bg {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .our-cases__item-img-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .our-cases__item-img-icon {
      position: relative;
      z-index: 5;
      max-width: 260px;
    }
  
    .trust-us__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1920px;
      margin: 0 auto;
    }
  
    .trust-us__col {
      width: 50%;
    }
  
    .trust-us__title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      margin: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 40px;
      line-height: 2;
      font-weight: 700;
      text-transform: uppercase;
      background: #1f95a2;
    }
  
    .trust-us__brands {
      margin-right: 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 1px solid rgba(185, 185, 185, 0.4);
    }
  
    .trust-us__brands-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 49.3333%;
      height: 246px;
      border: 1px solid rgba(185, 185, 185, 0.4);
      border-bottom: none;
    }
  
    .trust-us__brands-item:hover .trust-us__brands-item-img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
    }
  
    .trust-us__brands-item-img {
      max-width: 270px;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .trust-us__brands-item-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 76px;
      height: 76px;
      margin-bottom: 44px;
      border-radius: 50%;
      background: #191919;
    }
  
    .trust-us__brands-item-title {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      color: #1a1a1a;
    }
  
    .trust-us__brands-item:nth-child(3) {
      border-radius: 0px 0px 0px 0px;
    }
  
    .trust-us__brands-item:nth-child(6) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background: rgba(0, 0, 0, 0);
      -webkit-transition: all 0.3s ease;
      transition: all 0.5s ease;
    }
  
    .trust-us__brands-item:nth-child(6):hover {
      background: #d9d9d9;
      /* Изменение фона при ховере */
    }
  
    .rating {
      padding: 80px 0 120px;
      overflow: hidden;
    }
  
    .rating__inner {
      max-width: 1920px;
      margin: 0 auto;
    }
  
    .rating__title {
      position: relative;
      max-width: 1450px;
      margin: 0 0 44px;
      padding-left: 54px;
      font-family: "Montserrat", sans-serif;
      font-size: 34px;
      font-weight: 400;
      color: #000003;
    }
  
    .rating__title-text {
      position: relative;
      z-index: 5;
    }
  
    .rating__title-icon1,
    .rating__title-icon2 {
      position: absolute;
      z-index: 2;
      max-width: 290px;
    }
  
    .rating__title-icon1 {
      left: 138px;
      top: 54px;
    }
  
    .rating__title-icon2 {
      top: -28px;
      left: calc(100% - 48px);
    }
  
    .rating__slider-wrapper {
      position: relative;
      z-index: 5;
    }
  
    .rating__slider {
      overflow: visible;
    }
  
    .rating__slider .swiper-slide {
      margin-top: 60px;
      opacity: 1;
      -webkit-filter: blur(6px);
      filter: blur(6px);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .rating__slider .swiper-slide.swiper-slide-active {
      margin-top: 0;
      opacity: 1;
      -webkit-filter: blur(0);
      filter: blur(0);
    }
  
    .rating__slider-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 800px;
      height: auto;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0px 12px 24px 0px rgba(16, 76, 139, 0.16);
      background: #fff;
    }
  
    .rating__slider-item-img {
      width: 40%;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
    }
  
    .rating__slider-item-img img {
      width: 100%;
      height: 100%;
      overflow: hidden;
      object-fit: cover;
    }
  
    .rating__slider-item-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 25px;
    }
  
    .rating__slider-item-rate {
      margin-bottom: 28px;
    }
  
    .rating__slider-item-rate-value {
      display: inline-block;
      margin-right: 10px;
      font-size: 34px;
      line-height: 1;
      font-weight: 500;
      color: #383838;
    }
  
    .rating__slider-item-rate-text {
      display: inline-block;
      font-size: 18px;
      line-height: 1;
      font-weight: 500;
      color: #383838;
    }
  
    .rating__slider-item-rate-stars {
      margin-top: 12px;
      margin-bottom: -15px;
    }
  
    .rating__slider-item-rate-stars span {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 18px;
    }
  
    .rating__slider-item-rate-stars span:not(:last-child) {
      margin-right: 4px;
    }
  
    .rating__slider-item-desc {
      margin-bottom: 15px;
      color: #282828;
      font-size: 11.5px;
    }
  
    .rating__slider-item-desc ul {
      margin: 0;
      padding: 0 0 0 10px;
    }
  
    .rating__slider-item-desc ul li {
      margin: 5px;
      padding: 0 0 0 10px;
      width: 200px;
    }
  
    .rating__slider-item-name {
      margin-top: auto;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 1;
      font-weight: 500;
      color: #252525;
    }
  
    .rating__slider-item-town {
      font-size: 14px;
      color: #838383;
    }
  
    .about-us {
      padding: 0px 0 30px;
    }
  
    .about-us__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1920px;
      margin: 0 auto;
      overflow: hidden;
    }
  
    .about-us__info {
      position: relative;
      z-index: 10;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding-left: 70px;
      padding-right: 30px;
      height: 400px;
    }
  
    .about-us__title {
      margin: 0 0 52px;
      font-family: "Montserrat", sans-serif;
      font-size: 34px;
      color: #000003;
    }
  
    .about-us__desc {
      margin: 0 0 54px;
      font-family: "Montserrat", sans-serif;
      /*font-size: 24px;*/
      color: #000;
    }
  
    .about-us__slider-wrapper {
      position: relative;
      z-index: 5;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 90%;
    }
  
    .about-us__slider {
      overflow: visible;
    }
  
    .about-us__slider.swiper-backface-hidden .swiper-slide {
      -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
      transform: scale(0.2);
      opacity: 0;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease;
    }
  
    .about-us__slider.swiper-backface-hidden .swiper-slide.swiper-slide-active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  
    .about-us__slider .swiper-button-prev {
      left: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      background: #ffffff;
    }
  
    .about-us__slider .swiper-button-prev:after {
      font-size: 20px;
      color: #1c1c1c;
    }
  
    .about-us__slider .swiper-button-next {
      right: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      background: #ffffff;
    }
  
    .about-us__slider .swiper-button-next:after {
      font-size: 20px;
      color: #1c1c1c;
    }
  
    .about-us__slider-item {
      position: relative;
      height: 620px;
    }
  
    .about-us__slider-item-img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      border-radius: 20px;
      overflow: hidden;
    }
  
    .about-us__slider-item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .about-us__slider-item-info {
      position: absolute;
      left: 0px;
      bottom: 42px;
      z-index: 5;
      width: 100%;
      padding: 30px 46px;
      border-radius: 20px;
      background: #1c1c1c;
    }
  
    .about-us__slider-item-title {
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      font-weight: 700;
    }
  
    .about-us__slider-item-desc {
      font-family: "Montserrat", sans-serif;
      font-style: italic;
      line-height: 2;
      letter-spacing: 0.6px;
    }
  
    .swiper_kruten {
      width: 100%;
      height: 100px;
      overflow: hidden;
    }
  
    .swiper-slide_kruten {
      text-align: center;
      font-size: 18px;
      background: rgba(0, 0, 0, 0);
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .swiper-slide_kruten img {
      display: block;
      width: 40%;
      height: auto;
      object-fit: cover;
    }
  
    .our-team {
      padding: 60px 0 0;
    }
  
    .our-team_full {
      padding-top: 200px;
    }
  
    .our-team__inner {
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 0px;
      padding-right: 2%;
    }
  
    .our-team__title {
      max-width: 1140px;
      margin: 0 20px 20px;
      font-size: 34px;
      font-weight: 400;
      color: #000003;
    }
  
    .our-team__text {
      max-width: 1500px;
      margin: 0 20px 30px;
      font-size: 18px;
      color: #000003;
    }
  
    .our-team__desc {
      margin: 0 30px 30px;
      font-family: "Montserrat", sans-serif;
      /*font-size: 24px;*/
      color: #000003;
    }
  
    .our-team__desc-high {
      color: #1f95a2;
    }
  
    .our-team__members {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
  
    .swiper_people {
      width: 100%;
      height: 400px;
      overflow: hidden;
      /* display: flex;
      align-items: flex-start; */
    }
  
    .swiper-slide_people {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .swiper-slide_people img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .our-team__members-item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
  
      height: 100%;
      margin-bottom: 30px;
      overflow: hidden;
    }
  
    .our-team__members-item:hover .our-team__members-item-info {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  
    .our-team__members-item-pic {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
  
    .our-team__members-item-pic img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .our-team__members-item-info {
      position: absolute;
      bottom: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      left: 0;
      right: 0;
      z-index: 5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 42px 46px;
      background: rgba(17, 17, 17, 0.8);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .our-team__members-item-name {
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
    }
  
    .our-team__members-item-position {
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
    }
  
    .faq {
      padding: 80px 0 160px;
      background: #1f95a2;
    }
  
    .faq__inner {
      max-width: 1160px;
      margin: 0 auto;
    }
  
    .faq__title {
      margin: 0 0 16px;
      font-family: "Montserrat", sans-serif;
      font-size: 48px;
      font-weight: 700;
      text-align: center;
    }
  
    .faq__subtitle {
      margin: 0 0 48px;
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      text-align: center;
      color: rgba(255, 255, 255, 0.8);
    }
  
    .faq-accordion__item {
      padding: 24px;
      border-radius: 16px;
      box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
      background: #fff;
    }
  
    .faq-accordion__item.active .faq-accordion__item-title {
      -webkit-transition: none;
      transition: none;
      color: #1f95a2;
    }
  
    .faq-accordion__item.active .faq-accordion__item-title:after,
    .faq-accordion__item.active .faq-accordion__item-title:before {
      background: #1f95a2;
    }
  
    .faq-accordion__item.active .faq-accordion__item-title:after {
      -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
      transform: rotateZ(90deg);
    }
  
    .faq-accordion__item.active .faq-accordion__item-desc {
      display: block;
      visibility: visible;
    }
  
    .faq-accordion__item:not(:last-child) {
      margin-bottom: 32px;
    }
  
    .faq-accordion__item-title {
      position: relative;
      padding-right: 80px;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #1e272f;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .faq-accordion__item-title:hover {
      color: #1f95a2;
    }
  
    .faq-accordion__item-title:after,
    .faq-accordion__item-title:before {
      content: "";
      position: absolute;
      top: 5px;
      right: 5px;
      display: block;
      width: 4px;
      height: 20px;
      border-radius: 2px;
      background: #1e272f;
    }
  
    .faq-accordion__item-title:after {
      -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
      transform: rotateZ(90deg);
    }
  
    .faq-accordion__item-desc {
      display: none;
      visibility: hidden;
      padding-top: 24px;
      color: rgba(30, 39, 47, 0.8);
    }
  
    .footer {
      padding: 86px 0 76px;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
  
    .footer__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .footer__col {
      width: calc(100% - 15px);
    }
  
    .footer__col_col2 {
      margin-top: 100px;
    }
  
    .footer__col-title {
      margin: 0 0 50px;
      font-family: "Montserrat", sans-serif;
      font-size: 42px;
      font-weight: 500;
      color: #1e1e1e;
    }
  
    .footer__contact-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
  
    .footer__contact-col {
      width: 50%;
    }
  
    .footer__contact-title {
      position: relative;
      margin: 0 0 20px;
      padding-bottom: 5px;
      font-size: 26px;
      font-weight: 700;
      color: #161616;
    }
  
    .footer__contact-title:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 150px;
      height: 2px;
      background: #1f95a2;
    }
  
    .footer__contact-info {
      margin: 0;
      /*font-size: 26px;*/
      color: #161616;
    }
  
    .footer__contact-info a {
      font-size: 26px;
      color: #161616;
    }
  
    .footer__form-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .footer__form-row:last-child {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .footer__form-col {
      width: calc(50% - 14px);
      margin-bottom: 20px;
    }
  
    .footer__form-policy {
      margin: 0;
      /*font-size: 18px;*/
      color: #8e8e8e;
    }
  
    .footer__form-policy a {
      text-decoration: underline;
      color: #8e8e8e;
    }
  
    .footer__form-policy a:hover {
      text-decoration: none;
    }
  
    .footer__form input,
    .footer__form textarea {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: auto;
      padding: 12px 22px;
      border: 1px solid #1e1e1e;
      border-radius: 5px;
      font-size: 20px;
      color: #757575;
    }
  
    .footer__form textarea {
      height: 180px;
      min-height: 120px;
      max-height: 250px;
      resize: vertical;
      margin-bottom: 20px;
    }
  
    .footer__form button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      padding: 20px;
      border-radius: 10px;
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      text-transform: uppercase;
      background: #1e1e1e;
      border: 2px solid #1e1e1e;
      color: #fff;
    }
    .footer__form button:hover {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      padding: 20px;
      border-radius: 10px;
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      text-transform: uppercase;
      background: none;
      border: 2px solid #1e1e1e;
      color: #1e1e1e;
      transition: all .5s ease;
    }
    .portfolio-list {
      padding: 200px 0 100px;
    }
  
    .portfolio-list__inner {
      max-width: 1920px;
      margin: 0 auto;
      padding: 0 30px;
    }
  
    .portfolio-list__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .portfolio-list__col-small {
      width: calc(35% - 15px);
    }
  
    .portfolio-list__col-large {
      width: calc(65% - 15px);
    }
  
    .portfolio-list__col-mid {
      width: calc(35% - 15px);
    }
  
    .portfolio-list__item {
      display: block;
      margin-bottom: 30px;
    }
  
    .portfolio-list__item-img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%;
      margin-bottom: 15px;
    }
  
    .portfolio-list__item-title {
      display: block;
      font-size: 26px;
      color: #000003;
    }
  
    .portfolio-list__item-category {
      display: block;
      font-size: 18px;
      color: #8e8e8e;
    }
  
    .what-possible {
      padding: 30px 0 80px;
    }
  
    .what-possible__info {
      mawmax-width: 1920px;
      margin: 0 auto;
      padding-left: 60px;
      padding-right: 60px;
    }
  
    .what-possible__title {
      max-width: 1140px;
      margin: 0 0 20px;
      font-size: 34px;
      font-weight: 400;
      color: #000003;
    }
  
    .what-possible__desc {
      max-width: 1500px;
      margin: 0 0 52px;
      font-size: 18px;
      color: #000003;
    }
  
    .what-possible__slider1 {
      max-width: 1920px;
      margin: 0 auto;
      padding-bottom: 52px;
    }
  
    .what-possible__slider1-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.2);
    }
  
    .what-possible__slider1-item-text {
      max-width: 310px;
      margin: 0;
      font-size: 14px;
      width: 70%;
      color: #000003;
    }
  
    .what-possible__slider2 {
      max-width: 1500px;
      margin: 0 auto;
      padding-bottom: 52px;
    }
  
    .what-possible__slider2.swiper-backface-hidden .swiper-slide {
      position: relative;
      z-index: 5;
      -webkit-filter: blur(6px);
      filter: blur(6px);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: translateZ(0) scale(0.8);
      transform: translateZ(0) scale(0.8);
    }
  
    .what-possible__slider2.swiper-backface-hidden .swiper-slide.swiper-slide-next {
      z-index: 8;
    }
  
    .what-possible__slider2.swiper-backface-hidden .swiper-slide.swiper-slide-active {
      z-index: 10;
      -webkit-filter: blur(0);
      filter: blur(0);
      -webkit-transform: translateZ(0) scale(1);
      transform: translateZ(0) scale(1);
    }
  
    .what-possible__slider2-item {
      position: relative;
      padding: 62px 92px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
      background: #fcfcfc;
    }
  
    .what-possible__slider2-item-icon {
      position: absolute;
      top: 50px;
      right: 100px;
      z-index: 2;
      max-width: 120px;
    }
  
    .what-possible__slider2-item-title {
      position: relative;
      z-index: 5;
      font-size: 34px;
      font-weight: 700;
      color: #1f95a2;
    }
  
    .what-possible__slider2-item-name {
      margin-bottom: 30px;
      font-size: 34px;
      color: #000003;
    }
  
    .what-possible__slider2-item-text {
      font-size: 18px;
      font-weight: 300;
      color: #3c3c3c;
    }
  
    .all-steps {
      padding: 200px 0 100px;
    }
  
    .all-steps__inner {
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .all-steps__top-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 0 80px;
      padding: 0;
      list-style-type: none;
    }
  
    .all-steps__top-list-item {
      position: relative;
      width: calc(33.3333% - 20px);
      height: 780px;
      padding: 30px;
    }
  
    .all-steps__top-list-img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
    }
  
    .all-steps__top-list-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .all-steps__top-list-title {
      position: relative;
      z-index: 5;
      display: inline-block;
      font-size: 74px;
      line-height: 1;
      color: #000003;
    }
  
    .all-steps__title {
      max-width: 1200px;
      margin: 0 0 60px;
      font-size: 78px;
      line-height: 1;
      font-weight: 400;
      color: #000003;
    }
  
    .all-steps__program {
      max-width: 1920px;
      margin: 0 auto;
    }
  
    .all-steps__program-item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 1500px;
      flex-direction: column;
      gap: 5%
    }
  
    .all-steps__program-item-video {
      position: relative;
      left: 0%;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      width: 100%;
      height: 800px;
      overflow: hidden;
    }
  
    .all-steps__program-item-video video {
      width: 102%;
      height: 102%;
      object-fit: cover;
    }
  
    .all-steps__program-item-info {
      position: relative;
      z-index: 5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 95%;
    }
  
    .all-steps__program-item-info22 {
      margin-top: 10%;
    }
  
    .all-steps__program-item22 {
      margin-bottom: -10%;
    }
  
    .all-steps__program-item-number {
      width: 270px;
      margin-left: -90px;
      margin-right: 80px;
      font-size: 470px;
      line-height: 1;
      color: #000003;
    }
  
    .all-steps__program-item-title {
      margin-bottom: 20px;
      font-size: 116px;
      line-height: 1;
      font-weight: 300;
      color: #000003;
    }
  
    .all-steps__program-item-subtitle {
      max-width: 400px;
      margin-bottom: 40px;
      font-size: 18px;
      color: #000003;
    }
  
    .all-steps__program-item-desc {
      max-width: 400px;
      margin-bottom: 40px;
      font-size: 14px;
      color: #000003;
    }
  
    .all-steps__program-item-desc ul {
      margin: 15px 0 0;
      padding: 0 0 0 26px;
    }
  
    .all-steps__program-item-link {
      display: inline-block;
      font-size: 20px;
      font-weight: 300;
      text-decoration: underline;
      color: #ee2625;
    }
  
    .all-steps__program-item-link:hover {
      text-decoration: none;
      color: #ee2625;
    }
  
    .case-intro {
      padding-top: 142px;
    }
  
    .case-intro__inner {
      position: relative;
      max-width: 1920px;
      margin: 0 auto;
      margin-top: -55px;
    }
  
    .case-intro__info {
      position: absolute;
      left: 0px;
      bottom: 20px;
      z-index: 5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 1300px;
      padding: 28px 36px;
      border-radius: 30px;
      background: #fff;
    }
  
    .case-intro__info-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      max-width: 190px;
      margin-right: 60px;
    }
  
    .case-intro__info-text {
      margin: 0 0 30px;
      color: #8e8e8e;
    }
  
    .case-intro__info-link {
      display: inline-block;
      text-decoration: underline;
      color: #111;
    }
  
    .case-intro__info-link:hover {
      text-decoration: none;
      color: #111;
    }
  
    .case-intro__slider {
      position: relative;
      z-index: 2;
    }
  
    .case-intro__slider .swiper-button-prev,
    .case-intro__slider .swiper-button-next {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 58px;
      height: 58px;
      border-radius: 10px;
      box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      background: #ffffff;
    }
  
    .case-intro__slider .swiper-button-prev:after,
    .case-intro__slider .swiper-button-next:after {
      font-size: 28px;
      color: #1c1c1c;
    }
  
    .case-intro__slider .swiper-button-prev {
      left: 46px;
    }
  
    .case-intro__slider .swiper-button-next {
      right: 46px;
    }
  
    .case-intro__slider-item {
      height: 660px;
    }
  
    .case-intro__slider-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .request-banner__inner {
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .request-banner__plate {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding: 80px 30px 80px 30px;
      border-radius: 20px;
      background: #1f95a2;
    }
  
    .request-banner__info {
      margin-right: 10px;
      width: 45%;
    }
  
    .request-banner__title {
      margin: 0 0 10px;
      font-size: 35px;
    }
  
    .request-banner__desc {
      margin: 0;
    }
  
    .request-banner__bttn {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 500px;
    }
  
    .request-banner__bttn .bttn-dflt {
      max-width: 500px;
      padding: 20px;
      font-size: 26px;
      font-weight: 400;
      text-transform: none;
    }
  
    .bttn-dflt_index1 {
      /* margin-right: 30%; */
    }
  
    .cases-plates {
      padding: 40px 0 74px;
    }
  
    .cases-plates__inner {
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .cases-plates__slider.swiper-backface-hidden .swiper-slide {
      -webkit-transform: translateZ(0) scale(0.5);
      transform: translateZ(0) scale(0.5);
      opacity: 0.5;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .cases-plates__slider.swiper-backface-hidden .swiper-slide.swiper-slide-active,
    .cases-plates__slider.swiper-backface-hidden .swiper-slide.swiper-slide-visible {
      -webkit-transform: translateZ(0) scale(1);
      transform: translateZ(0) scale(1);
      opacity: 1;
    }
  
    .cases-plates__slider-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 15px;
    }
  
    .cases-plates__slider-nav .swiper-button-prev,
    .cases-plates__slider-nav .swiper-button-next {
      position: static;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: auto;
      height: auto;
      margin: 0;
    }
  
    .cases-plates__slider-nav .swiper-button-prev:after,
    .cases-plates__slider-nav .swiper-button-next:after {
      font-size: 40px;
      color: #000003;
    }
  
    .cases-plates__slider-nav .swiper-button-prev span,
    .cases-plates__slider-nav .swiper-button-next span {
      font-size: 24px;
      line-height: 1;
      color: #000003;
    }
  
    .cases-plates__slider-nav .swiper-button-next:after {
      margin-left: 15px;
    }
  
    .cases-plates__slider-nav .swiper-button-prev:after {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      margin-right: 15px;
    }
  
    .cases-plates__slider-nav .swiper-button-prev span {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
    }
  
    .cases-plates__slider-item {
      position: relative;
      height: 500px;
      border-radius: 20px;
      overflow: hidden;
    }
  
    .cases-plates__slider-item:hover .cases-plates__slider-item-info {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  
    .cases-plates__slider-item-img {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
    }
  
    .cases-plates__slider-item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .cases-plates__slider-item-info {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      padding: 30px 66px 40px;
      background: rgba(255, 255, 255, 0.8);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .cases-plates__slider-item-title {
      display: block;
      margin-bottom: 10px;
      font-size: 34px;
      color: #000;
    }
  
    .cases-plates__slider-item-desc {
      font-family: "Montserrat", sans-serif;
      line-height: 2;
      font-style: italic;
      color: #1c1c1c;
    }
  
    .about-case {
      padding: 70px 0 110px;
    }
  
    .about-case__inner {
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .about-case__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      flex-direction: column;
    }
  
    .about-case__col {
      width: calc(100% - 15px);
    }
  
    .about-case__col_uslug {
      margin-left: 0
    }
  
    .about-case__row_werner {
      flex-direction: row;
      margin-top: 50px;
      display: flex;
      flex-wrap: wrap;
    }
  
    .about-case__row_werner1 {
      width: calc(50% - 15px);
    }
  
    .about-case__title {
      margin: 0 0 46px;
      font-size: 34px;
      font-weight: 400;
      color: #000003;
    }
  
    .about-case__desc {
      max-width: 1500px;
    }
  
    .about-case__text {
      margin: 0 0 10px;
      padding-right: 0px;
      font-size: 24px;
      color: #000003;
    }
  
    .about-case__list {
        margin: 0 0 10px;
        padding-right: 0px;
    }
  
    .about-case__list li {
      font-size: 24px;
      color: #000003;
    }
  
    .about-case__info-cell {
      max-width: 376px;
      margin-bottom: 46px;
    }
  
    .about-case__info-cell-title {
      display: block;
      margin-bottom: 10px;
      font-size: 26px;
      color: #000003;
    }
  
    .about-case__info-cell-text {
      display: block;
      line-height: 2;
      color: #8e8e8e;
    }
  
    .about-case__slider-wrapper {
      max-width: 1920px;
      margin: 80px auto 0;
      padding-bottom: 56px;
      overflow: hidden;
    }
  
    .about-case__slider1 {
      margin-bottom: 12px;
    }
  
    .about-case__slider1,
    .about-case__slider2 {
      overflow: visible;
    }
  
    .about-case__slider-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 25%;
      padding: 40px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.2);
    }
  
    .about-case__slider-item img {
      width: 100%;
      height: auto;
    }
  
  
  
    .fancybox-slide--html .fancybox-close-small {
      display: none
    }
  
    /*#popup-auth {display: none !important}*/
    /*.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {display: none}*/
    /*.fancybox-container {display: none}*/
  
    a.trust-us__brands-item {
      text-align: center
    }
  
  }
  
  @media screen and (max-width: 600px) {
    .our-advs {
      padding-bottom: 100px;
      background: #050407;
    }
  
    .our-advs__top-line {
      margin-bottom: 60px;
      padding-left: 0%;
    }
  
    .our-advs__top-line-inner {
      padding-left: 0px;
      padding-bottom: 60px;
      border-left: 2px solid rgba(0, 0, 0, 0);
    }
  
    .our-advs__desc {
      margin: 0 0 60px;
      padding: 40px 114px 40px 40px;
      /*font-size: 28px;*/
      background: #fcfcfc;
      color: #000;
    }
  
    .our-advs__title {
      margin: 0;
      /*font-size: 44px;*/
      font-weight: 700;
      width: 90%;
      padding: 0px 0px 0px 40px;
      /* text-align: center; */
      text-transform: uppercase;
      color: #1f95a2;
    }
  
    .our-advs__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1540px;
      margin: 0 auto;
    }
  
    @media screen and (max-width: 1300px) {
      .our-advs__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1540px;
        margin: 0 auto;
        flex-direction: column;
      }
  
      .our-advs__content-col:nth-child(1) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 1300px !important;
      }
  
      /* .our-cases__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
      }
      .our-cases__item-info {
        max-width: 51%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding-left: 140px;
        padding-top: 40px;
        padding-right: 80px;
      } */
  
      .our-awards__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0;
        flex-direction: column;
        list-style-type: none;
      }
  
      .our-advs__title {
        margin: 0;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        color: #1f95a2;
      }
  
      .solutions__versus {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column;
      }
  
      .our-team__members {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style-type: none;
        flex-direction: row;
        align-items: center;
        justify-content: center;
      }
  
      .about-us__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
        flex-direction: column;
        align-items: center;
      }
  
      /* .about-us__slider-item-info {
        position: absolute;
        left: 100px;
        bottom: 42px;
        z-index: 5;
        max-width: 930px;
        padding: 30px 46px;
        border-radius: 20px;
        background: #1c1c1c;
      } */
  
      .our-team__members-item {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 29%;
        height: 500px;
        margin-bottom: 30px;
        overflow: hidden;
      }
  
      /* .our-cases__item-info {
        max-width: 400px !important;
        width: none;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
  
      }
    
      .our-cases__item-title {
        margin: 0 0 60px;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #000003;
      } */
    }
  
    .our-advs__content-col:nth-child(1) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      max-width: 1300px;
    }
  
    .our-advs__content-tabs {
      margin-bottom: 46px;
      height: 560px;
    }
  
    .our-advs__content-tabs-item {
      width: 100%;
      height: 100%;
      border-radius: 20px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .our-advs__content-tabs-item video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* margin-left: 5%; */
    }
  
    .our-advs__content-tabs-nav {
      margin: 0;
      padding: 0 0 0 48px;
      list-style-type: none;
    }
  
    .our-advs__content-tabs-nav li:not(:last-child) {
      margin-bottom: 72px;
    }
  
    .our-advs__content-tabs-nav li.active a:before {
      width: 20%;
    }
  
    .our-advs__content-tabs-nav li a {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      /*font-size: 30px;*/
      text-transform: uppercase;
    }
  
    .our-advs__content-tabs-nav li a:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 0;
      height: 3px;
      background: #1f95a2;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .our-advs__content-tabs-nav li a:hover:before {
      width: 20%;
    }
  
    .swiper_people {
      width: 100%;
      height: 500px;
      overflow: hidden;
      /* display: flex;
      align-items: flex-start; */
      margin-bottom: 40px;
    }
  
    .swiper-slide_people {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .swiper-slide_people img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .solutions {
      padding: 50px 0;
    }
  
    .solutions__inner {
      max-width: 1500px;
      margin: 0 auto;
    }
  
    .solutions__title {
      text-align: center;
      margin: 0 0 80px;
      font-size: 34px;
      font-weight: 700;
      color: #000003;
      text-transform: uppercase;
    }
  
    .solutions__versus {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .solutions__versus-img {
      position: absolute;
      z-index: 2;
      /* left: 50%; */
      top: 0;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: -190px;
    }
  
    .solutions__versus-img img {
      max-width: 150%;
      max-height: 100%;
      width: 150%;
      height: auto;
    }
  
    .solutions__versus-left {
      position: relative;
      z-index: 5;
      margin: 0;
      padding: 0;
      margin-top: -80px;
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .solutions__versus-left li {
      max-width: 270px;
      text-align: center;
      color: #1d1b26;
    }
  
    .solutions__versus-left li:not(:last-child) {
      margin-bottom: 0px;
    }
  
    .solutions__versus-left li:nth-child(1),
    .solutions__versus-left li:nth-child(7) {
      margin-left: 0px;
    }
  
    .solutions__versus-left li:nth-child(2),
    .solutions__versus-left li:nth-child(6) {
      margin-left: 0px;
    }
  
    .solutions__versus-left li:nth-child(3),
    .solutions__versus-left li:nth-child(5) {
      margin-left: 0px;
    }
  
    .solutions__versus-left li:nth-child(4) {
      margin-left: 0px;
    }
  
    .solutions__versus-left li span {
      color: #1f95a2;
    }
  
    .solutions__versus-right {
      position: relative;
      z-index: 5;
      max-width: 1300px;
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin-left: 0px;
      margin-top: 350px;
    }
  
    .solutions__versus-right li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
    }
  
    .solutions__versus-right li:not(:last-child) {
      margin-bottom: 46px;
    }
  
    .solutions__versus-right li svg {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      margin-right: 20px;
    }
  
    .solutions__versus-right li span {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      color: #000;
    }
  
    .services {
      padding: 0px 0 50px;
    }
  
    .services__inner {
      max-width: 1500px;
      margin: 0 auto;
    }
  
    .services__title {
      margin: 0 0 20px;
      font-size: 34px;
      font-weight: 700;
      color: #000003;
      text-transform: uppercase;
      text-align: center;
    }
  
    .services__desc {
      max-width: 1300px;
      margin: 0 0 60px;
      font-size: 24px;
      color: #000003;
      text-align: center;
    }
  
    .services__plates {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
  
    .services__plates-item {
      position: relative;
      max-height: 280px;
      width: 100%;
      min-height: 200px;
      /* height: 230px; */
      border-radius: 30px;
      overflow: hidden;
    }
  
    .services__plates-item-iconed {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 30px 30px 15px;
      background: #f2f2f7;
    }
  
    .services__plates-item-iconed .bttn-dflt {
      margin-top: auto;
      padding-top: 5px;
      padding-bottom: 5px;
      font-weight: 400;
      text-transform: none;
    }
  
    .services__plates-item-iconed-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 15px;
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #1f95a2;
    }
  
    .services__plates-item-iconed-title svg {
      margin-left: 16px;
    }
  
    .services__plates-item-iconed-desc {
      color: #1d1b26;
    }
  
    .services__plates-item-iconed_green {
      background: #1f95a2;
    }
  
    .services__plates-item-iconed_green .services__plates-item-iconed-title {
      color: #fff;
    }
  
    .services__plates-item-iconed_green .services__plates-item-iconed-desc {
      color: #fff;
    }
  
    .services__plates-item-iconed_black {
      background: #191919;
    }
  
    .services__plates-item-iconed_black .services__plates-item-iconed-title {
      color: #fff;
    }
  
    .services__plates-item-iconed_black .services__plates-item-iconed-desc {
      color: #fff;
    }
  
    .services__plates-item-tagged-link {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
    }
  
    .services__plates-item-tagged-img {
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      height: 100%;
    }
  
    .services__plates-item-tagged-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .services__plates-item-tagged-name {
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 5;
      display: inline-block;
      padding: 8px 12px;
      border-radius: 10px;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      line-height: 1;
      font-weight: 500;
      color: #1a1a1a;
      background: #ffffff;
    }
  
    .services__plates-item-bttn {
      display: block;
      box-shadow: inset 2px 6px 5px 2px rgba(0, 0, 0, 0.25);
      background: #1f95a2;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .services__plates-item-bttn:hover {
      box-shadow: inset 2px 6px 5px 2px rgba(0, 0, 0, 0);
    }
  
    .services__plates-item-bttn-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      height: 100%;
    }
  
    .services__plates-item-bttn-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 76px;
      height: 76px;
      margin-bottom: 26px;
      border-radius: 50%;
      background: #191919;
    }
  
    .services__plates-item-bttn-name {
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      text-transform: uppercase;
    }
  
    .mid-banner {
      padding: 46px 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-position: 49%;
    }
  
    .mid-banner__inner {
      max-width: 1000px;
      margin: 0 auto;
    }
  
    .mid-banner__top-text {
      margin: 0 0 30px;
      font-size: 20px;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
    }
  
    .mid-banner__top-text span {
      font-size: 80px;
      font-weight: 700;
    }
  
    .mid-banner__mid-text {
      margin-bottom: 64px;
      font-size: 31px;
      font-weight: 800;
      text-align: center;
      text-transform: uppercase;
    }
  
    .mid-banner__bttns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      flex-direction: column;
      margin-bottom: 64px;
      gap: 20px;
    }
  
    .mid-banner__bttns span {
      font-size: 30px;
      font-weight: 800;
      text-transform: uppercase;
    }
  
    .mid-banner__bottom-text {
      font-size: 44px;
      font-weight: 800;
      text-align: center;
      text-transform: uppercase;
    }
  
    .mid-banner__bottom-text span {
      color: #1f95a2;
    }
  
    .our-awards {
      padding: 60px 0;
    }
  
    .our-awards__inner {
      max-width: 1510px;
      margin: 0 auto;
    }
  
    .our-awards__title {
      margin: 0 0 40px;
      font-family: "Montserrat", sans-serif;
      font-size: 34px;
      font-weight: 700;
      color: #000003;
      text-align: center;
    }
  
    .our-awards__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
  
    .our-awards__list li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 10%;
    }
  
    .our-awards__list li img {
      max-width: 100px;
      max-height: 100px;
      width: auto;
      height: auto;
    }
  
    .our-cases {
      padding: 2px 0 160px;
      margin-bottom: -160px;
    }
  
    .our-cases__inner {
      max-width: 1920px;
      margin: 0 auto;
      margin-top: -50px;
    }
  
    .our-cases__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 50px;
    }
  
    .our-cases__item2_2 {
      flex-direction: column-reverse;
    }
  
    .our-cases__item:not(:last-child) {
      margin-bottom: 10px;
    }
  
    .our-cases__item:hover .our-cases__item-img-bg {
      -webkit-filter: blur(0);
      filter: blur(0);
    }
  
    .our-cases__item-info {
      width: 100%;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      padding-left: 50px;
      padding-top: 10px;
      padding-right: 60px;
      margin-bottom: 30px;
      text-align: center;
    }
  
    .our-cases__item-title {
      margin: 0 0 60px;
      font-family: "Montserrat", sans-serif;
      font-size: 34px;
      font-weight: 700;
      color: #000003;
    }
  
    .our-cases__item-desc {
      margin: 0 0 60px;
      font-family: "Montserrat", sans-serif;
      /*font-size: 24px;*/
      color: #000003;
    }
  
    .our-cases__item-img {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 520px;
      overflow: hidden;
      align-items: center;
      justify-content: center;
    }
  
    .our-cases__item-img:after {
      content: "";
      position: absolute;
      left: 30px;
      top: 30px;
      right: 30px;
      bottom: 30px;
      z-index: 3;
      display: block;
      border: 3px solid rgba(39, 182, 198, 0.7);
      border-radius: 20px;
    }
  
    .our-cases__item-img-bg {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      -webkit-filter: blur(0px);
      filter: blur(0px);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .our-cases__item-img-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .our-cases__item-img-icon {
      position: relative;
      z-index: 5;
      max-width: 260px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .trust-us__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1920px;
      margin: 0 auto;
      flex-direction: column;
    }
  
    .trust-us__col {
      width: 100%;
    }
  
    .trust-us__title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      margin: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 28px;
      line-height: 2;
      font-weight: 700;
      text-transform: uppercase;
      background: #1f95a2;
      text-align: center;
    }
  
    .trust-us__brands {
      margin-right: 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 1px solid rgba(185, 185, 185, 0.4);
    }
  
    .trust-us__brands-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50%;
      height: 246px;
      border: 1px solid rgba(185, 185, 185, 0.4);
      border-bottom: none;
    }
  
    .trust-us__brands-item:hover .trust-us__brands-item-img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
    }
  
    .trust-us__brands-item-img {
      max-width: 270px;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .trust-us__brands-item-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 76px;
      height: 76px;
      margin-bottom: 44px;
      border-radius: 50%;
      background: #191919;
    }
  
    .trust-us__brands-item-title {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      color: #1a1a1a;
    }
  
    .trust-us__brands-item:nth-child(3) {
      border-radius: 0px 0px 0px 0px;
    }
  
    .trust-us__brands-item:nth-child(6) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background: rgba(0, 0, 0, 0);
      -webkit-transition: all 0.3s ease;
      transition: all 0.5s ease;
    }
  
    .trust-us__brands-item:nth-child(6):hover {
      background: #d9d9d9;
      /* Изменение фона при ховере */
    }
  
    .rating {
      padding: 80px 0 20px;
      overflow: hidden;
    }
  
    .rating__inner {
      max-width: 1920px;
      margin: 0 auto;
    }
  
    .rating__title {
      position: relative;
      max-width: 1450px;
      margin: 0 0 44px;
      padding-left: 54px;
      font-family: "Montserrat", sans-serif;
      font-size: 31px;
      font-weight: 400;
      color: #000003;
    }
  
    .rating__title-text {
      position: relative;
      z-index: 5;
    }
  
    .rating__title-icon1,
    .rating__title-icon2 {
      position: absolute;
      z-index: 2;
      max-width: 290px;
    }
  
    .rating__title-icon1 {
      left: 138px;
      top: 34px;
    }
  
    .rating__title-icon2 {
      top: -28px;
      left: calc(100% - 48px);
      display: none;
    }
  
    .rating__slider-wrapper {
      position: relative;
      z-index: 5;
      margin-top: 100px;
    }
  
    .rating__slider {
      overflow: visible;
      width: 200%;
      margin-left: -50%;
    }
  
    .rating__slider .swiper-slide {
      margin-top: 60px;
      opacity: 1;
      -webkit-filter: blur(6px);
      filter: blur(6px);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .rating__slider .swiper-slide.swiper-slide-active {
      margin-top: 0;
      opacity: 1;
      -webkit-filter: blur(0);
      filter: blur(0);
    }
  
    .rating__slider-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 800px;
      height: auto;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0px 12px 24px 0px rgba(16, 76, 139, 0.16);
      background: #fff;
    }
  
    .rating__slider-item-img {
      width: 40%;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
    }
  
    .rating__slider-item-img img {
      width: 100%;
      height: 100%;
      overflow: hidden;
      object-fit: cover;
    }
  
    .rating__slider-item-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 25px;
    }
  
    .rating__slider-item-rate {
      margin-bottom: 28px;
    }
  
    .rating__slider-item-rate-value {
      display: inline-block;
      margin-right: 10px;
      font-size: 34px;
      line-height: 1;
      font-weight: 500;
      color: #383838;
    }
  
    .rating__slider-item-rate-text {
      display: inline-block;
      font-size: 18px;
      line-height: 1;
      font-weight: 500;
      color: #383838;
    }
  
    .rating__slider-item-rate-stars {
      margin-top: 12px;
      margin-bottom: -15px;
    }
  
    .rating__slider-item-rate-stars span {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 18px;
    }
  
    .rating__slider-item-rate-stars span:not(:last-child) {
      margin-right: 4px;
    }
  
    .rating__slider-item-desc {
      margin-bottom: 15px;
      color: #282828;
      font-size: 11.5px;
    }
  
    .rating__slider-item-desc ul {
      margin: 0;
      padding: 0 0 0 10px;
    }
  
    .rating__slider-item-desc ul li {
      margin: 5px;
      padding: 0 0 0 10px;
      width: 200px;
    }
  
    .rating__slider-item-name {
      margin-top: auto;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 1;
      font-weight: 500;
      color: #252525;
    }
  
    .rating__slider-item-town {
      font-size: 14px;
      color: #838383;
    }
  
    .about-us {
      padding: 0px 0 30px;
    }
  
    .about-us__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1920px;
      margin: 0 auto;
      overflow: hidden;
    }
  
    .about-us__info {
      position: relative;
      z-index: 10;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding-left: 30px;
      padding-right: 30px;
      height: 400px;
    }
  
    .about-us__title {
      margin: 0 0 52px;
      font-family: "Montserrat", sans-serif;
      font-size: 34px;
      color: #000003;
    }
  
    .about-us__desc {
      margin: 0 0 54px;
      font-family: "Montserrat", sans-serif;
      /*font-size: 24px;*/
      color: #000;
    }
  
    .about-us__slider-wrapper {
      position: relative;
      z-index: 5;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
    }
  
    .about-us__slider {
      overflow: visible;
    }
  
    .about-us__slider.swiper-backface-hidden .swiper-slide {
      -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
      transform: scale(0.2);
      opacity: 0;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease;
    }
  
    .about-us__slider.swiper-backface-hidden .swiper-slide.swiper-slide-active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  
    .about-us__slider .swiper-button-prev {
      left: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      background: #ffffff;
    }
  
    .about-us__slider .swiper-button-prev:after {
      font-size: 20px;
      color: #1c1c1c;
    }
  
    .about-us__slider .swiper-button-next {
      right: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      background: #ffffff;
    }
  
    .about-us__slider .swiper-button-next:after {
      font-size: 20px;
      color: #1c1c1c;
    }
  
    .about-us__slider-item {
      position: relative;
      height: 500px;
    }
  
    .about-us__slider-item-img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      border-radius: 20px;
      overflow: hidden;
    }
  
    .about-us__slider-item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .about-us__slider-item-info {
      position: absolute;
      left: 2.5%;
      bottom: 10px;
      z-index: 5;
      width: 95%;
      padding: 30px 46px;
      border-radius: 20px;
      background: #1c1c1c;
    }
  
    .about-us__slider-item-title {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      font-weight: 700;
    }
  
    .about-us__slider-item-desc {
      font-family: "Montserrat", sans-serif;
      font-style: italic;
      line-height: 2;
      letter-spacing: 0.6px;
      font-size: 11px;
    }
  
    .our-team {
      padding: 60px 0 0;
    }
  
    .our-team_full {
      padding-top: 200px;
    }
  
    .our-team__inner {
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 0px;
      padding-right: 60px;
      margin-top: -80px;
    }
  
    .our-team__title {
      max-width: 1140px;
      margin: 0 20px 20px;
      font-size: 34px;
      font-weight: 400;
      color: #000003;
    }
  
    .our-team__text {
      max-width: 1500px;
      margin: 0 20px 30px;
      font-size: 18px;
      color: #000003;
    }
  
    .our-team__desc {
      margin: 0 30px 30px;
      margin-top: 30px;
      font-family: "Montserrat", sans-serif;
      /*font-size: 24px;*/
      color: #000003;
    }
  
    .our-team__desc-high {
      color: #1f95a2;
    }
  
    .our-team__members {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px;
      padding: 0px;
      list-style-type: none;
  
      /* border: 2px solid red;
      width: 100%; */
    }
  
    .our-team__members-item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-right: 0%;
      margin-left: -12%;
      height: 500px;
      margin-bottom: 10px;
      overflow: hidden;
    }
  
    .our-team__members-item:hover .our-team__members-item-info {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  
    .our-team__members-item-pic {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
  
    .our-team__members-item-pic img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .our-team__members-item-info {
      position: absolute;
      bottom: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      left: 0;
      right: 0;
      z-index: 5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 42px 46px;
      background: rgba(17, 17, 17, 0.8);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .our-team__members-item-name {
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
    }
  
    .our-team__members-item-position {
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
    }
  
    .faq {
      padding: 30px 0 30px;
      background: #1f95a2;
    }
  
    .faq__inner {
      max-width: 1160px;
      margin: 0 auto;
    }
  
    .faq__title {
      margin: 0 0 16px;
      font-family: "Montserrat", sans-serif;
      font-size: 48px;
      font-weight: 700;
      text-align: center;
    }
  
    .faq__subtitle {
      margin: 0 0 48px;
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      text-align: center;
      color: rgba(255, 255, 255, 0.8);
    }
  
    .faq-accordion__item {
      padding: 24px;
      border-radius: 16px;
      box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
      background: #fff;
    }
  
    .faq-accordion__item.active .faq-accordion__item-title {
      -webkit-transition: none;
      transition: none;
      color: #1f95a2;
    }
  
    .faq-accordion__item.active .faq-accordion__item-title:after,
    .faq-accordion__item.active .faq-accordion__item-title:before {
      background: #1f95a2;
    }
  
    .faq-accordion__item.active .faq-accordion__item-title:after {
      -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
      transform: rotateZ(90deg);
    }
  
    .faq-accordion__item.active .faq-accordion__item-desc {
      display: block;
      visibility: visible;
    }
  
    .faq-accordion__item:not(:last-child) {
      margin-bottom: 32px;
    }
  
    .faq-accordion__item-title {
      position: relative;
      padding-right: 80px;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #1e272f;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .faq-accordion__item-title:hover {
      color: #1f95a2;
    }
  
    .faq-accordion__item-title:after,
    .faq-accordion__item-title:before {
      content: "";
      position: absolute;
      top: 5px;
      right: 5px;
      display: block;
      width: 4px;
      height: 20px;
      border-radius: 2px;
      background: #1e272f;
    }
  
    .faq-accordion__item-title:after {
      -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
      transform: rotateZ(90deg);
    }
  
    .faq-accordion__item-desc {
      display: none;
      visibility: hidden;
      padding-top: 24px;
      color: rgba(30, 39, 47, 0.8);
    }
  
    .footer {
      padding: 35px 0 26px;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
  
    .footer__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .footer__col {
      width: calc(100% - 15px);
    }
  
    .footer__col_col2 {
      margin-top: 100px;
    }
  
    .footer__col-title {
      /* margin: 0px 0 0px; */
      font-family: "Montserrat", sans-serif;
      font-size: 42px;
      /* margin-top: -50px;
      margin-bottom: ; */
      font-weight: 500;
      color: #1e1e1e;
    }
  
    .footer__col11 {
      margin: 0px 0 0px;
    }
  
    .footer__col22 {
      margin: 50px 0 50px;
    }
  
    .footer__contact-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      flex-direction: column;
      margin-top: -50px;
    }
  
    .footer__contact-col {
      width: 50%;
      margin-top: 50px;
    }
  
    .footer__col222 {
      margin-top: 50px;
    }
  
    .footer__contact-title {
      position: relative;
      margin: 0 0 20px;
      padding-bottom: 5px;
      font-size: 26px;
      font-weight: 700;
      color: #161616;
    }
  
    .footer__contact-title:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 150px;
      height: 2px;
      background: #1f95a2;
    }
  
    .footer__contact-info {
      margin: 0;
      /*font-size: 26px;*/
      color: #161616;
      width: 200%;
    }
  
    .footer__contact-info a {
      font-size: 26px;
      color: #161616;
    }
  
    .footer__form-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      flex-direction: column;
    }
  
    .footer__form-row:last-child {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .footer__form-col {
      width: calc(100% - 0px);
      margin-bottom: 20px;
    }
  
    .footer__form-policy {
      margin: 0;
      /*font-size: 18px;*/
      color: #8e8e8e;
    }
  
    .footer__form-policy a {
      text-decoration: underline;
      color: #8e8e8e;
    }
  
    .footer__form-policy a:hover {
      text-decoration: none;
    }
  
    .footer__form input,
    .footer__form textarea {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: auto;
      padding: 12px 22px;
      border: 1px solid #1e1e1e;
      border-radius: 5px;
      font-size: 20px;
      color: #757575;
    }
  
    .footer__form textarea {
      height: 180px;
      min-height: 120px;
      max-height: 250px;
      resize: vertical;
      margin-bottom: 20px;
    }
  
    .footer__form button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      padding: 20px;
      border-radius: 10px;
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      text-transform: uppercase;
      background: #1e1e1e;
      border: 2px solid #1e1e1e;
      color: #fff;
      transition: all .5s ease;
    }
    .footer__form button:hover {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      padding: 20px;
      border-radius: 10px;
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      text-transform: uppercase;
      background: none;
      border: 2px solid #1e1e1e;
      color: #1e1e1e;
      transition: all .5s ease;
    }
    .portfolio-list {
      padding: 200px 0 100px;
    }
  
    .portfolio-list__inner {
      max-width: 1920px;
      margin: 0 auto;
      padding: 0 30px;
    }
  
    .portfolio-list__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .portfolio-list__col-small {
      width: calc(35% - 15px);
    }
  
    .portfolio-list__col-large {
      width: calc(65% - 15px);
    }
  
    .portfolio-list__col-mid {
      width: calc(35% - 15px);
    }
  
    .portfolio-list__item {
      display: block;
      margin-bottom: 30px;
    }
  
    .portfolio-list__item-img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%;
      margin-bottom: 15px;
    }
  
    .portfolio-list__item-title {
      display: block;
      font-size: 26px;
      color: #000003;
    }
  
    .portfolio-list__item-category {
      display: block;
      font-size: 18px;
      color: #8e8e8e;
    }
  
    .what-possible {
      padding: 30px 0 80px;
      width: 100%;
      overflow: hidden;
    }
  
    .what-possible__info {
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 60px;
      padding-right: 60px;
    }
  
    .what-possible__title {
      max-width: 1140px;
      margin: 0 0 20px;
      font-size: 34px;
      font-weight: 400;
      color: #000003;
    }
  
    .what-possible__desc {
      max-width: 1500px;
      margin: 0 0 52px;
      font-size: 18px;
      color: #000003;
    }
  
    .what-possible__slider1 {
      max-width: 1920px;
      margin: 0 auto;
      padding-bottom: 52px;
      width: 1390px;
      overflow: hidden;
    }
  
    .what-possible__slider1-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.2);
    }
  
    .what-possible__slider1-item-text {
      max-width: 310px;
      margin: 0;
      font-size: 16px;
      width: 70%;
      color: #000003;
    }
  
    .what-possible__slider2 {
      max-width: 1500px;
      margin: 0 auto;
      padding-bottom: 52px;
    }
  
    .what-possible__slider2.swiper-backface-hidden .swiper-slide {
      position: relative;
      z-index: 5;
      -webkit-filter: blur(6px);
      filter: blur(6px);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: translateZ(0) scale(0.8);
      transform: translateZ(0) scale(0.8);
    }
  
    .what-possible__slider2.swiper-backface-hidden .swiper-slide.swiper-slide-next {
      z-index: 8;
    }
  
    .what-possible__slider2.swiper-backface-hidden .swiper-slide.swiper-slide-active {
      z-index: 10;
      -webkit-filter: blur(0);
      filter: blur(0);
      -webkit-transform: translateZ(0) scale(1);
      transform: translateZ(0) scale(1);
    }
  
    .what-possible__slider2-item {
      position: relative;
      padding: 62px 32px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
      background: #fcfcfc;
    }
  
    .what-possible__slider2-item-icon {
      position: absolute;
      top: 50px;
      right: 100px;
      z-index: 2;
      max-width: 120px;
    }
  
    .what-possible__slider2-item-title {
      position: relative;
      z-index: 5;
      font-size: 34px;
      font-weight: 700;
      color: #1f95a2;
    }
  
    .what-possible__slider2-item-name {
      margin-bottom: 30px;
      font-size: 34px;
      color: #000003;
    }
  
    .what-possible__slider2-item-text {
      font-size: 18px;
      font-weight: 300;
      color: #3c3c3c;
    }
  
    .all-steps {
      padding: 200px 0 100px;
    }
  
    .all-steps__inner {
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
      width: 100%;
    }
  
    .all-steps__top-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 0 80px;
      padding: 0;
      list-style-type: none;
    }
  
    .all-steps__top-list-item {
      position: relative;
      width: calc(33.3333% - 20px);
      height: 780px;
      padding: 30px;
    }
  
    .all-steps__top-list-img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
    }
  
    .all-steps__top-list-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .all-steps__top-list-title {
      position: relative;
      z-index: 5;
      display: inline-block;
      font-size: 74px;
      line-height: 1;
      color: #000003;
    }
  
    .all-steps__title {
      max-width: 1200px;
      margin: 0 0 60px;
      font-size: 32px;
      line-height: 1;
      width: 95%;
      font-weight: 400;
      color: #000003;
    }
  
    .all-steps__program {
      max-width: 1920px;
      margin: 0 auto;
    }
  
  
  
  
  
    .all-steps__program-item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 1200px;
      flex-direction: column;
      gap: 0%
    }
  
    .all-steps__program-item-video {
      position: relative;
      left: 0%;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      width: 100%;
      height: 800px;
      overflow: hidden;
    }
  
    .all-steps__program-item-video video {
      width: 102%;
      height: 102%;
      object-fit: cover;
    }
  
    .all-steps__program-item-info {
      position: relative;
      z-index: 5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 95%;
    }
  
    .all-steps__program-item-info22 {
      margin-top: 10%;
    }
  
    .all-steps__program-item22 {
      margin-bottom: -200px;
    }
  
    .all-steps__program-item-number {
      width: 270px;
      margin-left: -90px;
      margin-right: 80px;
      font-size: 470px;
      line-height: 1;
      color: #000003;
    }
  
    .all-steps__program-item-title {
      margin-bottom: 20px;
      font-size: 116px;
      line-height: 1;
      font-weight: 300;
      color: #000003;
    }
  
    .all-steps__program-item-subtitle {
      max-width: 400px;
      margin-bottom: 40px;
      font-size: 18px;
      color: #000003;
    }
  
    .all-steps__program-item-desc {
      max-width: 400px;
      margin-bottom: 40px;
      font-size: 14px;
      color: #000003;
    }
  
    .all-steps__program-item-desc ul {
      margin: 15px 0 0;
      padding: 0 0 0 26px;
    }
  
    .all-steps__program-item-link {
      display: inline-block;
      font-size: 20px;
      font-weight: 300;
      text-decoration: underline;
      color: #ee2625;
    }
  
    .all-steps__program-item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 1500px;
      flex-direction: column;
      gap: 5%
    }
  
    .all-steps__program-item-video {
      position: relative;
      left: 0%;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      width: 100%;
      height: 800px;
      overflow: hidden;
    }
  
    .all-steps__program-item-video video {
      width: 102%;
      height: 102%;
      object-fit: cover;
    }
  
    .all-steps__program-item-info {
      position: relative;
      z-index: 5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 95%;
    }
  
    .all-steps__program-item-info22 {
      margin-top: 10%;
    }
  
    .all-steps__program-item22 {
      margin-bottom: -10%;
    }
  
    .all-steps__program-item-number {
      width: 80px;
      margin-left: -20px;
      margin-right: 80px;
      font-size: 270px;
      line-height: 1;
      color: #000003;
    }
  
    .all-steps__program-item-title {
      margin-bottom: 20px;
      font-size: 42px;
      line-height: 1;
      font-weight: 300;
      color: #000003;
    }
  
    .all-steps__program-item-subtitle {
      max-width: 400px;
      margin-bottom: 10px;
      font-size: 13px;
      color: #000003;
    }
  
    .all-steps__program-item-desc {
      max-width: 400px;
      margin-bottom: 10px;
      font-size: 12px;
      color: #000003;
    }
  
    .all-steps__program-item-desc ul {
      margin: 15px 0 0;
      padding: 0 0 0 26px;
    }
  
    .all-steps__program-item-link {
      display: inline-block;
      font-size: 14px;
      font-weight: 300;
      text-decoration: underline;
      color: #ee2625;
    }
  
    .all-steps__program-item-link:hover {
      text-decoration: none;
      color: #ee2625;
    }
  
    .case-intro {
      padding-top: 142px;
    }
  
    .case-intro__inner {
      position: relative;
      max-width: 1920px;
      margin: 0 auto;
      margin-top: -55px;
    }
  
    .case-intro__info {
      position: absolute;
      flex-direction: column;
      left: 0px;
      bottom: -350px;
      z-index: 999;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 1300px;
      padding: 28px 36px;
      border-radius: 30px;
      background: #fff;
      align-items: center;
      justify-content: center;
    }
  
    .case-intro__info-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      max-width: 190px;
      margin-right: 0px;
      margin-bottom: 10px;
    }
  
    .case-intro__info-text {
      margin: 0 0 15px;
      color: #8e8e8e;
    }
  
    .case-intro__info-link {
      display: inline-block;
      text-decoration: underline;
      color: #111;
    }
  
    .case-intro__info-link:hover {
      text-decoration: none;
      color: #111;
    }
  
    .case-intro__slider {
      position: relative;
      z-index: 2;
      overflow: visible;
    }
  
    .case-intro__slider .swiper-button-prev,
    .case-intro__slider .swiper-button-next {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 38px;
      height: 38px;
      border-radius: 10px;
      box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      background: #ffffff;
    }
  
    .case-intro__slider .swiper-button-prev:after,
    .case-intro__slider .swiper-button-next:after {
      font-size: 18px;
      color: #1c1c1c;
    }
  
    .case-intro__slider .swiper-button-prev {
      left: 36px;
    }
  
    .case-intro__slider .swiper-button-next {
      right: 36px;
    }
  
    .case-intro__slider-item {
      height: 270px;
    }
  
    .case-intro__slider-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .request-banner__inner {
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: -100px;
    }
  
    .request-banner__plate {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding: 20px 0px 20px 0px;
      border-radius: 20px;
      background: #1f95a2;
      flex-direction: column;
    }
  
    .request-banner__info {
      margin-right: 10px;
      width: 80%;
    }
  
    .request-banner__title {
      margin: 0 0 10px;
      font-size: 30px;
    }
  
    .request-banner__desc {
      margin: 0;
    }
  
    .request-banner__bttn {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 500px;
      margin-top: 30px;
    }
  
    .request-banner__bttn .bttn-dflt {
      max-width: 500px;
      padding: 20px;
      font-size: 26px;
      font-weight: 400;
      text-transform: none;
    }
  
    .bttn-dflt_index1 {
      /* margin-right: 30%; */
    }
  
    .cases-plates {
      padding: 40px 0 74px;
    }
  
    .cases-plates__inner {
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .cases-plates__slider.swiper-backface-hidden .swiper-slide {
      -webkit-transform: translateZ(0) scale(0.5);
      transform: translateZ(0) scale(0.5);
      opacity: 0.5;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .cases-plates__slider.swiper-backface-hidden .swiper-slide.swiper-slide-active,
    .cases-plates__slider.swiper-backface-hidden .swiper-slide.swiper-slide-visible {
      -webkit-transform: translateZ(0) scale(1);
      transform: translateZ(0) scale(1);
      opacity: 1;
    }
  
    .cases-plates__slider-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 15px;
    }
  
    .cases-plates__slider-nav .swiper-button-prev,
    .cases-plates__slider-nav .swiper-button-next {
      position: static;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: auto;
      height: auto;
      margin: 0;
    }
  
    .cases-plates__slider-nav .swiper-button-prev:after,
    .cases-plates__slider-nav .swiper-button-next:after {
      font-size: 25px;
      color: #000003;
    }
  
    .cases-plates__slider-nav .swiper-button-prev span,
    .cases-plates__slider-nav .swiper-button-next span {
      font-size: 24px;
      line-height: 1;
      color: #000003;
      display: none;
    }
  
    .cases-plates__slider-nav .swiper-button-next:after {
      margin-left: 15px;
    }
  
    .cases-plates__slider-nav .swiper-button-prev:after {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      margin-right: 15px;
    }
  
    .cases-plates__slider-nav .swiper-button-prev span {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
    }
  
    .cases-plates__slider-item {
      position: relative;
      height: 250px;
      border-radius: 20px;
      overflow: hidden;
    }
  
    .cases-plates__slider-item:hover .cases-plates__slider-item-info {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  
    .cases-plates__slider-item-img {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
    }
  
    .cases-plates__slider-item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .cases-plates__slider-item-info {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      padding: 30px 16px 10px;
      background: rgba(255, 255, 255, 0.8);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  
    .cases-plates__slider-item-title {
      display: block;
      margin-bottom: 10px;
      font-size: 24px;
      color: #000;
    }
  
    .cases-plates__slider-item-desc {
      font-family: "Montserrat", sans-serif;
      line-height: 2;
      font-style: italic;
      color: #1c1c1c;
      font-size: 14px;
    }
  
    .about-case {
      padding: 70px 0 110px;
      margin-top: 300px;
    }
  
    .about-case__inner {
      max-width: 1920px;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .about-case__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      flex-direction: column;
    }
  
    .about-case__col {
      width: calc(100% - 15px);
    }
  
    .about-case__col_uslug {
      margin-left: 0
    }
  
    .about-case__row_werner {
      flex-direction: row;
      margin-top: 50px;
      display: flex;
      flex-wrap: wrap;
    }
  
    .about-case__row_werner1 {
      width: calc(50% - 15px);
    }
  
    .about-case__title {
      margin: 0 0 46px;
      font-size: 34px;
      font-weight: 400;
      color: #000003;
    }
  
    .about-case__desc {
      max-width: 1500px;
    }
  
    .about-case__text {
      margin: 0 0 10px;
      padding-right: 0px;
      font-size: 24px;
      color: #000003;
    }
  
    .about-case__list {
        margin: 0 0 10px;
        padding-right: 0px;
        margin-bottom: 40px;
    }
  
    .about-case__list li {
      font-size: 24px;
      color: #000003;
    }
  
    .about-case__info-cell {
      max-width: 376px;
      margin-bottom: 46px;
    }
  
    .about-case__info-cell-title {
      display: block;
      margin-bottom: 10px;
      font-size: 26px;
      color: #000003;
    }
  
    .about-case__info-cell-text {
      display: block;
      line-height: 2;
      color: #8e8e8e;
    }
  
    .about-case__slider-wrapper {
      max-width: 1920px;
      margin: 0px auto 0;
      padding-bottom: 56px;
      overflow: hidden;
    }
  
    .about-case__slider1 {
      margin-bottom: 12px;
    }
  
    .about-case__slider1,
    .about-case__slider2 {
      overflow: visible;
    }
  
    .about-case__slider-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 30%;
      padding: 10px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.2);
    }
  
    .about-case__slider-item img {
      width: 100%;
      height: auto;
    }
  
  
  
  
    .porfolio_block {
      width: 80%;
      margin: auto;
      margin-bottom: 20px;
      margin-top: 100px;
    }
  
    .porfolio_block_three_divs {
      display: flex;
      height: 30%;
      gap: .5%;
      margin-top: 0%;
      flex-direction: column;
    }
  
    .porfolio_block_three_div_1 {
      width: 100%;
      height: 20%;
      position: relative;
      overflow: hidden;
    }
  
    .porfolio_block_three_div_1 img {
      width: 100%;
      height: 100%;
    }
  
    .porfolio_block_three_hover {
      width: 50%;
      height: 97.5%;
      margin-top: 0px;
      position: absolute;
      display: inline-block;
      z-index: 999;
      opacity: 1;
      transition: all .5s ease;
      background-color: rgba(0, 0, 0, .55);
    }
    .porfolio_block_three_div_1:hover .porfolio_block_three_hover {
      width: 50%;
      height: 97.5%;
      margin-top: 0px;
      margin-left: -50%;
      position: absolute;
      z-index: 999;
      opacity: 1;
      transition: all .5s ease;
      background-color: rgba(0, 0, 0, .55);
    }
    .porfolio_block_three_div_2:hover .porfolio_block_three_hover {
      width: 100%;
      height: 97.5%;
      margin-top: 0px;
      margin-left: -100%;
      position: absolute;
      z-index: 999;
      opacity: 1;
      transition: all .5s ease;
      background-color: rgba(0, 0, 0, .55);
    }
    .porfolio_block_three_hover h2,p{
      margin-left: 5%;
    }
    .porfolio_block_three_hover h2{
      font-size: 12px
    }
    .porfolio_block_three_hover p{
      font-size: 8px;
    }
    .porfolio_block_three_divs2 {
      width: 100%;
      height: 100%;
      display: flex;
      gap: 2%;
    }
  
    .porfolio_block_three_div_2 {
      height: 8%;
      width: 49%;
      /* border: 2px solid red; */
    }
  
    .porfolio_block_three_div_2 img {
      width: 100%;
      height: 100%;
    }
  
    .porfolio_block_three_div_3 {
      margin-top: 0%;
    }
  
  
  
  
    .porfolio_block_three_div_1:hover .our-team__members-item-info {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  
  
    .fancybox-slide--html .fancybox-close-small {
      display: none
    }
  
    /*#popup-auth {display: none !important}*/
    /*.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {display: none}*/
    /*.fancybox-container {display: none}*/
  
    a.trust-us__brands-item {
      text-align: center
    }
  
  }
  
  .footer__form_displaynone {
    display: none;
  }
  
  @media (max-width: 1400px) {
    .about-us__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1920px;
      margin: 0 auto;
      overflow: hidden;
      flex-direction: column;
      align-items: center;
    }
  }