@charset "UTF-8";
body {
  background-color: #fff;
  font-family: "Manrope", sans-serif;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
}

.btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.5px solid #1CB998;
  background-image: url(../media/img/bgbgtnmain.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: inset 0 -2px 8px 0 rgba(0, 0, 0, 0.32);
          box-shadow: inset 0 -2px 8px 0 rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  padding: 20px;
  gap: 12px;
  line-height: 12px;
}
.btn1 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.btn1 .blur-strip {
  width: 6px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px); /* для Safari */
}
.btn1:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btn-start {
  width: 209px;
  height: 60px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.btn2 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: right;
  color: #fff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 23px;
  -webkit-box-shadow: inset 0.5px 0.5px 0 0 rgba(255, 255, 255, 0.32);
          box-shadow: inset 0.5px 0.5px 0 0 rgba(255, 255, 255, 0.32);
  -webkit-transition: all 0.23s;
  transition: all 0.23s;
  -webkit-transform: scale(1);
          transform: scale(1);
  overflow: hidden;
  padding: 0.5px 0 0 0.5px;
}
.btn2 span {
  padding: 0 25.32px;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 23px;
}
.btn2:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.hero {
  height: 740px;
  overflow: hidden;
  position: relative;
}
.hero__video {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__video video {
  min-height: 100vh !important;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -13vh;
}
@media (max-width: 1300px) {
  .hero__video video {
    min-width: 1300px;
  }
}
@media (max-width: 768px) {
  .hero__video video {
    margin-top: -2vh;
  }
}
.hero::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero {
    height: 820px;
  }
}

.hero-main {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 171px;
}
.hero-main__box {
  width: 100%;
  max-width: 610px;
}
.hero-main__title {
  font-weight: 700;
  font-size: 76px;
  line-height: 108%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 25px;
}
.hero-main__pretitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  color: #fff;
  opacity: 0.8;
}
.hero-main__bottom {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .hero-main {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .hero-main .container {
    height: 100%;
  }
  .hero-main__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 100%;
  }
  .hero-main__title {
    font-size: 64px;
    line-height: 109%;
    letter-spacing: -0.04em;
  }
  .hero-main__bottom .btn-start {
    width: 199px;
    height: 56px;
  }
  .hero-main__bottom .btn2 {
    height: 56px;
  }
}
@media (max-width: 412px) {
  .hero-main__bottom {
    gap: 12px;
  }
  .hero-main__bottom .btn-start {
    width: 179px;
    min-width: 179px;
    height: 56px;
    gap: 5px;
  }
  .hero-main__bottom .btn-start span {
    padding: 20px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-main__bottom .btn2 {
    height: 56px;
    width: 100%;
  }
  .hero-main__bottom .btn2 span {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 359px) {
  .hero-main__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-main__bottom .btn-start {
    width: 100%;
    background-image: url(../media/img/btn001_mob.png);
  }
}

.header {
  position: relative;
  z-index: 2;
  height: 100px;
}
.header__logo {
  position: relative;
  z-index: 10;
}
.header .container {
  height: 100%;
}
.header__box {
  min-height: 100%;
  display: -ms-grid;
  display: grid;
}
@media (min-width: 1200px) {
  .header__box {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.header__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__col:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__col:nth-child(3) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1200px) {
  .header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header__col:nth-child(1) {
    width: 33.33%;
  }
  .header__col:nth-child(2) {
    width: 50%;
  }
  .header__col:nth-child(3) {
    width: 26.66%;
  }
}
@media (max-width: 992px) {
  .header {
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  .header__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__col:nth-child(2) {
    position: fixed;
    width: 100vw;
    min-width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: -150vw;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
    background: rgba(2, 47, 46, 0.8);
    padding-top: 100px;
    overflow: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100%;
  }
  .header__col:nth-child(2) .header-nav {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 76px;
    width: 100%;
  }
  .header__col:nth-child(2) .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 26px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .header__col:nth-child(2) .header-nav ul li a {
    font-weight: 700;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: -0.04em;
    color: #fff;
  }
  .header__col:nth-child(2).active {
    left: 0;
    border-radius: 0px;
  }
  .header__col:nth-child(2) .btn-work {
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 768px) and (max-height: 667px) {
  .header__col:nth-child(2) .header-nav ul {
    padding-top: 30px;
  }
  .header__col:nth-child(2) .header-nav ul li a {
    font-size: 36px !important;
  }
}
@media (max-width: 768px) {
  .header__logo img {
    width: 196px;
  }
}

.body-fixed {
  position: fixed;
  width: 100%;
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
.header-nav ul li a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.header--white {
  border-bottom: 0.5px solid #cdcdcd;
  background-color: #fff;
}
.header--white .header__logo {
  color: #022f2e;
}
.header--white .header-nav ul li a {
  color: #022f2e;
}
@media (max-width: 992px) {
  .header--white .btn-menu {
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid #1BD1A0;
  }
}
.header--white .btn-menu .burger span {
  background-color: #022f2e;
}
.activemenu .header__logo {
  color: #fff;
}

.btn-menu {
  display: none;
  position: relative;
  z-index: 100;
}
@media (max-width: 992px) {
  .btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 52px;
    height: 52px;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.12);
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    cursor: pointer;
  }
}
.btn-menu .burger {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  /* ← расстояние между палочками */
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  z-index: 10;
}
.btn-menu .burger span {
  display: block;
  width: 19px;
  height: 1.5px;
  background-color: white;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
}
.btn-menu .burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}
.btn-menu .burger.active span:nth-child(2) {
  opacity: 0;
}
.btn-menu .burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
}

@media (max-width: 992px) {
  .mobile-hide {
    display: none;
  }
}

@media (min-width: 992px) {
  .desktop-hide {
    display: none;
  }
}

section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  section {
    padding: 80px 0;
  }
}

.title-main {
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  letter-spacing: -0.04em;
  text-align: left;
  color: #022f2e;
}
.title-main--white {
  color: #fff;
}
@media (max-width: 768px) {
  .title-main {
    font-size: 46px;
    line-height: 152%;
  }
}

.about__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.about__content {
  display: -ms-grid;
  display: grid;
  gap: 52px;
  margin-top: -12px;
}
.about__content .title-main {
  margin-top: -5px;
}
.about__sectiontop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
.about__sectiontop .title-main {
  white-space: nowrap;
}
.about__sectiontop p {
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #52525c;
}
.about__image {
  width: 100%;
  overflow: hidden;
  border-radius: 52px;
}
.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .about__sectiontop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__box {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .about__box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 56px;
  }
  .about__image {
    min-height: auto;
  }
  .about__sectiontop {
    gap: 30px;
  }
}

.about-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.about-list__item {
  border-radius: 23px;
  padding: 28px 28px 24px 28px;
  background: #f4faf9;
}
.about-list__item img {
  height: 48px;
}
.about-list__item p {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: #022f2e;
  margin-top: 23px;
}
.about-list__icon {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .about-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .about-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
  }
  .about-list__item p {
    margin-top: 0;
  }
}

.info-block {
  background: #f4faf9;
}
.info-block__box {
  padding-left: 100px;
  padding-right: 100px;
}
.info-block__title {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #022f2e;
  line-height: 129%;
  margin-top: -8px;
}
.info-block__title span {
  color: #25b985;
}
@media (max-width: 768px) {
  .info-block__box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .info-block__title {
    font-size: 32px;
  }
}

.weoffer {
  position: relative;
  overflow: hidden;
}
.weoffer::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 135px;
  left: 0;
  top: 70px;
  z-index: 8;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.95)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 768px) {
  .weoffer::before {
    top: 20px;
  }
}
.weoffer::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 135px;
  right: 0;
  top: 70px;
  z-index: 8;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.95)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
@media (max-width: 768px) {
  .weoffer::after {
    top: 20px;
  }
}
.weoffer__list {
  display: -ms-grid;
  display: grid;
  gap: 64px;
  margin-top: 110px;
}
@media (max-width: 768px) {
  .weoffer__list {
    margin-top: 80px;
  }
}

.weoffer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.weoffer-item__video {
  height: 332px;
  border-radius: 44px;
  overflow: hidden;
  min-width: 590px;
  max-width: 590px;
  position: relative;
}
.weoffer-item__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.weoffer-item__video::after {
  display: block;
  position: absolute;
  content: "";
  width: 52px;
  height: 52px;
  bottom: 0;
  right: 0;
  background-image: url(../media/img/figure_1.png);
  background-size: cover;
  z-index: 200;
}
.weoffer-item__video span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 52px;
  height: 52px;
}
.weoffer-item:last-child .weoffer-item__content {
  padding-bottom: 0;
}
.weoffer-item:last-child .weoffer-item__content::after {
  display: none;
}
.weoffer-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.weoffer-item__content::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #cdcdcd;
  right: 0;
  bottom: -32px;
}
.weoffer-item__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.04em;
  color: #022f2e;
  margin-bottom: 16px;
}
.weoffer-item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #52525c;
  margin-bottom: 29px;
}
@media (max-width: 1200px) {
  .weoffer-item__video {
    min-width: 480px;
    max-width: 480px;
  }
}
@media (max-width: 992px) {
  .weoffer-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .weoffer-item__content {
    padding-bottom: 44px;
  }
  .weoffer-item__content::after {
    bottom: -12px;
  }
  .weoffer-item__video {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .weoffer-item {
    gap: 44px;
  }
  .weoffer-item__video {
    height: 200px;
    border-radius: 36px;
  }
  .weoffer-item__video::after {
    width: 48px;
    height: 48px;
    background-image: url(../media/img/figure_1_mob.png);
  }
  .weoffer-item .btn-touch {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .weoffer-item .btn-touch span {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.btn-touch {
  position: relative;
  overflow: hidden;
  border-radius: 23px;
  -webkit-transition: all 0.23s;
  transition: all 0.23s;
  transition: all 0.23s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn-touch::after {
  position: absolute;
  display: block;
  content: "";
  width: 200px;
  height: 200px;
  left: -30px;
  top: -70px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(75%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-touch span {
  border: 2px solid #19C796;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.23s;
  transition: all 0.23s;
  padding: 23px 26px;
  height: 60px;
}
.btn-touch span i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: right;
  line-height: normal;
  color: #022f2e;
  gap: 14px;
  position: relative;
  z-index: 2;
}
.btn-touch span i svg {
  -webkit-transition: all 0.23s;
  transition: all 0.23s;
}
.btn-touch:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.weoffer-slider__box {
  -webkit-animation: scroll 18s linear infinite;
          animation: scroll 18s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
}
.weoffer-slider__item {
  font-weight: 700;
  font-size: 48px;
  line-height: 40%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #022f2e;
  white-space: nowrap;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
    transform: translateX(calc(-100% - 20px));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
    transform: translateX(calc(-100% - 20px));
  }
}
.choose {
  background: #f4faf9;
}
.choose__box {
  display: -ms-grid;
  display: grid;
  gap: 80px;
}
.choose__top {
  max-width: 818px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  gap: 41px;
}
.choose .title-main {
  text-align: center;
}
.choose__pretitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  text-align: center;
  color: #52525c;
}
.choose__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.choose__image img {
  width: 48px;
}
@media (max-width: 1200px) {
  .choose__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .choose__box {
    gap: 56px;
  }
  .choose__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .choose__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.choose-item {
  border-radius: 23px;
  padding: 28px 28px 24px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  background: #fff;
}
.choose-item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #022f2e;
}
@media (max-width: 576px) {
  .choose-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .choose-item br {
    display: none;
  }
}

.partners__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.partners__main {
  min-width: 420px;
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.partners .title-main {
  margin-bottom: 28px;
}
.partners__pretitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #52525c;
  margin-bottom: 52px;
}
.partners__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 1200px) {
  .partners__box {
    gap: 40px;
  }
  .partners__main {
    min-width: 340px;
    max-width: 340px;
  }
  .partners__main br {
    display: none;
  }
}
@media (max-width: 992px) {
  .partners__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
  .partners__main {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .partners__pretitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 576px) {
  .partners__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.partners-item {
  height: 250px;
  position: relative;
}
.partners-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
}
.partners-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partners-item__image .gradient-blur {
  position: absolute;
  z-index: 5;
  inset: auto 0 0 0;
  height: 55%;
  pointer-events: none;
  z-index: 2;
}
.partners-item__image .gradient-blur > div,
.partners-item__image .gradient-blur::before,
.partners-item__image .gradient-blur::after {
  position: absolute;
  inset: 0;
}
.partners-item__image .gradient-blur::before {
  content: "";
  z-index: 1;
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(12.5%, rgb(0, 0, 0)), color-stop(25%, rgb(0, 0, 0)), color-stop(37.5%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0) 37.5%);
          mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(12.5%, rgb(0, 0, 0)), color-stop(25%, rgb(0, 0, 0)), color-stop(37.5%, rgba(0, 0, 0, 0)));
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0) 37.5%);
}
.partners-item__image .gradient-blur > div:nth-of-type(1) {
  z-index: 2;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(12.5%, rgba(0, 0, 0, 0)), color-stop(25%, rgb(0, 0, 0)), color-stop(37.5%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 37.5%, rgba(0, 0, 0, 0) 50%);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(12.5%, rgba(0, 0, 0, 0)), color-stop(25%, rgb(0, 0, 0)), color-stop(37.5%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)));
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 37.5%, rgba(0, 0, 0, 0) 50%);
}
.partners-item__image .gradient-blur > div:nth-of-type(2) {
  z-index: 3;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(37.5%, rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(62.5%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0) 37.5%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 62.5%);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(37.5%, rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(62.5%, rgba(0, 0, 0, 0)));
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0) 37.5%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 62.5%);
}
.partners-item__image .gradient-blur > div:nth-of-type(3) {
  z-index: 4;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(37.5%, rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(62.5%, rgb(0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 62.5%, rgba(0, 0, 0, 0) 75%);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(37.5%, rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(62.5%, rgb(0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)));
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 62.5%, rgba(0, 0, 0, 0) 75%);
}
.partners-item__image .gradient-blur > div:nth-of-type(4) {
  z-index: 5;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(62.5%, rgb(0, 0, 0)), color-stop(75%, rgb(0, 0, 0)), color-stop(87.5%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 62.5%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 87.5%);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(62.5%, rgb(0, 0, 0)), color-stop(75%, rgb(0, 0, 0)), color-stop(87.5%, rgba(0, 0, 0, 0)));
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 62.5%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 87.5%);
}
.partners-item__image .gradient-blur > div:nth-of-type(5) {
  z-index: 6;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(62.5%, rgba(0, 0, 0, 0)), color-stop(75%, rgb(0, 0, 0)), color-stop(87.5%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(62.5%, rgba(0, 0, 0, 0)), color-stop(75%, rgb(0, 0, 0)), color-stop(87.5%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
.partners-item__image .gradient-blur > div:nth-of-type(6) {
  z-index: 7;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0)), color-stop(87.5%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 87.5%, rgb(0, 0, 0) 100%);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0)), color-stop(87.5%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 87.5%, rgb(0, 0, 0) 100%);
}
.partners-item__image .gradient-blur::after {
  content: "";
  z-index: 8;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(87.5%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, rgb(0, 0, 0) 100%);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(87.5%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, rgb(0, 0, 0) 100%);
}
.partners-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100%;
  padding: 24px 28px;
  position: relative;
  z-index: 2;
}
.partners-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: #fff;
}
@media (max-width: 576px) {
  .partners-item {
    height: 243px;
  }
}

.lets {
  background-image: url(../media/img/letsbg1.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 84px;
}
.lets__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lets .title-main {
  margin-bottom: 28px;
}
.lets__pretitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 189%;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 44px;
  width: 100%;
  max-width: 599px;
}
.lets__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.lets__bottom .btn-work {
  height: 60px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.lets__bottom .btn-work span {
  padding: 20px 25px;
}
.lets__bottom .btn2 {
  height: 60px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
}
@media (max-width: 768px) {
  .lets {
    background-image: url(../media/img/letsbg1_mob.webp);
  }
  .lets__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .lets .btn-work {
    width: 100%;
    background-image: url(../media/img/btn001_mob.png);
  }
}
@media (max-width: 389px) {
  .lets__bottom {
    max-width: 300px;
  }
  .lets .btn-work {
    width: 100%;
    background-image: url(../media/img/btn001_mob_2.png) !important;
  }
}

.footer {
  background-color: #022F2E;
}
.footer .footer-main {
  padding: 100px 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.16);
}
.footer .footer-main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-main__col:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 44%;
}
.footer .footer-main__col:nth-child(2) {
  width: 13%;
  margin-right: 52px;
}
.footer .footer-main__col:nth-child(3) {
  width: 21%;
  padding-left: 52px;
  border-left: 0.5px solid rgba(255, 255, 255, 0.16);
}
.footer .footer-main__col:nth-child(4) {
  width: 22%;
  padding-left: 52px;
  border-left: 0.5px solid rgba(255, 255, 255, 0.16);
}
.footer .footer-main .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-main .btn2 {
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
}
.footer .footer-nav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 28px;
  line-height: 170%;
}
.footer .footer-nav ul {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
.footer .footer-nav ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #fff;
  position: relative;
}
.footer .footer-nav ul li a:hover {
  text-decoration: underline;
}
.footer .footer-nav-2 ul {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}
.footer .footer-nav-2 ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.03em;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer .footer-nav-2 ul li a:hover {
  text-decoration: underline;
}
.footer .footer-nav-2 ul li a svg {
  min-width: 22px;
  max-width: 22px;
}
.footer .footer-logo span {
  font-weight: 700;
  font-size: 64px;
  letter-spacing: -0.04em;
  text-align: right;
  color: #fff;
}
.footer .footer-logo img {
  display: none;
}
.footer .footer-bottom {
  padding: 40px 0;
}
.footer .footer-bottom__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-bottom__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.footer .footer-bottom__nav ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 187%;
  text-decoration: underline;
  text-align: right;
  color: #fff;
  opacity: 0.4;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  transition: 0.23s;
}
.footer .footer-bottom__nav ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer .footer-bottom .copyr {
  font-weight: 400;
  font-size: 15px;
  line-height: 187%;
  color: #fff;
  opacity: 0.4;
}

/* =======modal======= */
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 300;
	background: rgba(0, 0, 0, 0.7);
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.15s linear;
    overflow-x: hidden;
}

.modal--show { 
	opacity: 1;
	visibility: visible;
}

.modal--show .modal__dialog {
	transform: none;
}

.modal__dialog {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	margin: auto;
	padding: 16px;
	transform: translate(0, -20px);
	transition: transform .3s ease-out;
}

.modal__dialog--600 {max-width: 640px;}

.modal__content {
    display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	border-radius: 52px;
	transition: all 0.3s ease-out;
	position: relative;
	
}

.modal__body {
	padding: 0 48px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.modal__header {
    padding: 48px 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.modal__footer {
    padding: 32px 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.modal__title{
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #022F2E;
}
.btn-close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    min-width: 46px;
    background-color: #F4FAF9;
    border-radius: 50%;
}

.form-group .label{
  font-weight: 700;
  font-size: 13px;
  color: #022F2E;
  text-transform: uppercase;
  padding-left: 20px;
}

.input--outline{
  font-family: 'Manrope';
  border: 1px solid #D1D5DC;
  border-radius: 16px;
  padding: 20px;
  color: #022F2E;
  font-size: 17px;
  min-height: 52px;
}

.input--outline::placeholder{
  color: #52525C;
}

.textarea.input--outline{
  resize: none;
  min-height: 179px;
}

.form-group{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gap-28{
  gap: 28px;
}

.modal__successfully-submit h4,
.modal__somethin-went-wrong h4{
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #022F2E;
  margin-bottom: 20px;
  text-align: center;
}

.modal__successfully-submit,
.modal__somethin-went-wrong{
  display: none;
  justify-content: center;
  padding: 40px 20px;
  flex-direction: column;
  align-items: center;
}

.modal__icon-70x70{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-bottom: 36px;
}

.modal__text-description{
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #52525C;
  text-align: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-480{
  max-width: 480px;
}

.max-w-370{
  max-width: 370px;
}

.modal__group-btns{
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-success{
  border: 2px solid #10A36F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #022F2E;
  background-color: #fff;
  border-radius: 23px;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  padding: 0 26px;
}

.btn-secondary{
  border: 2px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #022F2E;
  background-color: #fff;
  border-radius: 23px;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  padding: 0 26px;
}

body.lock{
  overflow: hidden;
}

/* =======/modal========= */
@media (max-width: 1200px) {
  .footer .footer-main__col:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 44%;
  }
  .footer .footer-main__col:nth-child(2) {
    width: 10%;
    margin-right: 20px;
  }
  .footer .footer-main__col:nth-child(3) {
    width: 21%;
    padding-left: 18px;
  }
  .footer .footer-main__col:nth-child(4) {
    width: 18%;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .footer .footer-main__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px;
  }
  .footer .footer-main__col:nth-child(1) {
    width: 100%;
  }
  .footer .footer-main__col:nth-child(2) {
    width: 28%;
    margin-right: 0px;
  }
  .footer .footer-main__col:nth-child(3) {
    width: 28%;
    padding-left: 40px;
  }
  .footer .footer-main__col:nth-child(4) {
    width: 28%;
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .footer .footer-main {
    padding: 56px 0;
  }
  .footer .footer-main__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .footer .footer-main__col:nth-child(1) {
    width: 100%;
    margin-bottom: 56px;
  }
  .footer .footer-main__col:nth-child(2) {
    width: 50%;
    margin-right: 0px;
  }
  .footer .footer-main__col:nth-child(3) {
    width: 50%;
    padding-left: 40px;
    border-left: none;
    padding-left: 0;
  }
  .footer .footer-main__col:nth-child(4) {
    width: 100%;
    padding-top: 36px;
    margin-top: 36px;
    border-left: none;
    border-top: 0.5px solid rgba(255, 255, 255, 0.16);
    padding-left: 0;
  }
  .footer .footer-bottom {
    padding: 30px 0;
  }
  .footer .footer-bottom__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 22px;
  }
}
@media (max-width: 576px) {
  .footer .footer-logo span {
    display: none;
  }
  .footer .footer-logo img {
    display: block;
    min-width: 299px;
  }
  .footer .footer-main__col:nth-child(1) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer-main__col:nth-child(1) .btn2 {
    width: 100%;
  }
}

/* ============= new styles ============== */

.top-section {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
@media (max-width: 768px) {
  .top-section {
    gap: 40px;
  }
}

.title1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 128%;
  letter-spacing: -0.04em;
  color: #022f2e;
}
@media (max-width: 768px) {
  .title1 {
    font-size: 46px;
    line-height: 113%;
    text-align: center;
  }
}

.pretitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  color: rgba(2, 47, 46, 0.8);
}
@media (max-width: 768px) {
  .pretitle {
    font-size: 18px;
    line-height: 178%;
    text-align: center;
  }
}

.cases {
  padding-top: 80px;
}
.cases__list {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  gap: 52px 32px;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .cases__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}

.cases-item {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.cases-item__video {
  overflow: hidden;
  border-radius: 32px;
  height: 340px;
}
.cases-item__video video,
.cases-item__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cases-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cases-item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.04em;
  color: #022f2e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 12px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.cases-item__title:hover {
  opacity: 0.8;
}
.cases-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  line-height: 133%;
  color: #52525c;
}
.cases-item .btn-touch {
  border-radius: 16px;
}
.cases-item .btn-touch span {
  padding: 11px 18px;
  height: auto;
  border-radius: 16px;
}
.cases-item .btn-touch i {
  font-size: 16px;
}
.cases-item .btn-touch svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .cases-item__video {
    height: 200px;
    border-radius: 24px;
  }
  .cases-item__logo img {
    width: 87.644%;
  }
}

.numbers {
  background: #f4faf9;
}
.numbers__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr 70px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.numbers .numbers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.numbers .numbers-item__num {
  font-weight: 700;
  font-size: 48px;
  line-height: 108%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #022f2e;
}
.numbers .numbers-item p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #52525c;
}
@media (max-width: 768px) {
  .numbers__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 60px;
  }
}

.hero-case {
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .hero-case {
    height: 820px;
  }
  .hero-case .hero__video {
    overflow: hidden;
    height: 100%;
  }
  .hero-case video {
    width: 100%;
    min-height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-case .hero-main {
  padding-top: 0px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero-case .container {
  width: 100%;
}
.hero-case__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 129%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 24px;
}
.hero-case__pretitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: hsla(0, 0%, 100%, 0.8);
}
@media (max-width: 768px) {
  .hero-case__title {
    font-size: 40px;
    line-height: 140%;
    margin-bottom: 48px;
  }
  .hero-case__pretitle {
    font-size: 20px;
    line-height: 180%;
  }
}

.case-info {
  padding: 80px 0;
  background: #f4faf9;
}
.case-info__box {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 255px 40px 255px 40px 1fr;
  grid-template-columns: 255px 255px 1fr;
}
@media (max-width: 1200px) {
  .case-info__box {
    gap: 20px;
    -ms-grid-columns: 220px 20px 220px 20px 1fr;
    grid-template-columns: 220px 220px 1fr;
  }
}
@media (max-width: 992px) {
  .case-info__box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 40px;
  }
}
.case-info__col {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
.case-info__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 112%;
  text-align: center;
  color: #52525c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
.case-info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
}
.case-info__list li {
  position: relative;
  padding-left: 28px;
}
.case-info__list li::before {
  position: absolute;
  display: block;
  content: "";
  min-width: 4.5px;
  max-width: 4.5px;
  min-height: 4.5px;
  max-height: 4.5px;
  background: #022f2e;
  border-radius: 10px;
  left: 12px;
  top: 7px;
}
.case-info__list p {
  font-weight: 500;
  font-size: 18px;
  color: #022f2e;
}
@media (max-width: 576px) {
  .case-info__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.case-info .detl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.case-info .detl-row span {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #022f2e;
}

.caase-page-content__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 80px 1fr;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1200px) {
  .caase-page-content__box {
    -ms-grid-columns: 280px 40px 1fr;
    grid-template-columns: 280px 1fr;
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .caase-page-content__box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 80px;
  }
}

.case-nav {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media (min-width: 992px) {
  .case-nav {
    position: sticky;
    top: 10px;
  }
}
.case-nav__title {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #52525c;
}
.case-nav__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.case-nav__item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #022f2e;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.case-nav__item a:hover {
  padding-left: 5px;
}
.case-nav__item a.active {
  font-weight: 600;
  position: relative;
}
.case-nav__item a.active::before {
  position: absolute;
  content: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.96289 11H17.0379" stroke="%2325B985" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /><path d="M11.8623 16.175L17.0373 11" stroke="%2325B985" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /><path d="M11.8623 5.82495L17.0373 11" stroke="%2325B985" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -30px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.case-nav__item a.active:hover {
  padding-left: 0;
}
.case-nav__item a.active:hover::before {
  left: -25px;
}

.case-content {
  display: -ms-grid;
  display: grid;
  gap: 52px;
}
.case-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case-content h2 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.04em;
  color: #022f2e;
  margin-bottom: 24px;
}
.case-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #52525c;
}
.case-content strong {
  font-weight: 700;
}
.case-content ul li {
  position: relative;
  padding-left: 28px;
}
.case-content ul li::before {
  position: absolute;
  display: block;
  content: "";
  min-width: 4.5px;
  max-width: 4.5px;
  min-height: 4.5px;
  max-height: 4.5px;
  background: #022f2e;
  border-radius: 10px;
  left: 12px;
  top: 13px;
}
.case-content ul li p {
  margin-bottom: 0;
}
.case-content ol {
  list-style-type: decimal;
  padding-left: 22px;
  margin-top: 12px;
}
.case-content ol li {
  font-weight: 600;
  font-size: 18px;
  line-height: 178%;
  color: #52525c;
  margin-bottom: 12px;
}
.case-content ol li p {
  font-weight: 600;
  font-size: 18px;
  line-height: 178%;
  color: #52525c;
}
.case-content ol ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.case-content ol ul li::before {
  left: -16px;
}
.case-content ol ul li p {
  font-weight: 400;
}
.case-content .semibold {
  font-weight: 600;
  margin-bottom: 4px;
}
.case-content .mb24 {
  margin-bottom: 24px;
}
.case-content .mb12 {
  margin-bottom: 12px;
}
.case-content q {
  font-weight: 500;
  font-size: 24px;
  line-height: 142%;
  color: #022f2e;
  display: inline-block;
}
.case-content .quote_author {
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #52525c;
}
.case-content .btn-touch {
  margin-top: 24px;
}

.result {
  background: #f4faf9;
  padding: 32px;
  width: 100%;
  border-radius: 23px;
}
.result__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .result__box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.result__label {
  font-weight: 400;
  font-size: 18px;
  color: #52525c;
}
.result__item {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.result__row {
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  letter-spacing: -0.04em;
  color: #022f2e;
}
.result__row span {
  color: rgba(2, 47, 46, 0.4);
}

.visual-samples-box {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}

.visual-samples {
  height: 414px;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}
.visual-samples img,
.visual-samples video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-section h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 108%;
  letter-spacing: -0.04em;
  color: #022f2e;
  margin-bottom: 40px;
}
.text-section h2 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.04em;
  color: #022f2e;
  margin-bottom: 24px;
}
.text-section h3 {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.04em;
  color: #022f2e;
  margin-bottom: 24px;
}
.text-section a {
  font-weight: 600;
  text-decoration: underline;
  color: #25b985;
}
.text-section a:hover {
  text-decoration: none;
}
.text-section p {
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #52525c;
}
.text-section strong {
  font-weight: 700;
}
.text-section ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 25px;
}
.text-section ul li::before {
  display: block;
  content: "";
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
  position: relative;
  left: -12px;
  top: 14px;
  background-color: #52525C;
  border-radius: 10px;
}
.text-section__box {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .text-section h1 {
    font-size: 46px;
    line-height: 113%;
  }
}