@charset "UTF-8";
@font-face {
  font-family: "TTFirsNeue-Light";
  src: url("../fonts/TTFirsNeue-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-Regular";
  src: url("../fonts/TTFirsNeue-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-ExtraLight";
  src: url("../fonts/TTFirsNeue-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-DemiBold";
  src: url("../fonts/TTFirsNeue-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-Bold";
  src: url("../fonts/TTFirsNeue-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-ExtraBold";
  src: url("../fonts/TTFirsNeue-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-Medium";
  src: url("../fonts/TTFirsNeue-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-Thin";
  src: url("../fonts/TTFirsNeue-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-Black";
  src: url("../fonts/TTFirsNeue-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
@media screen and (max-width: 1280px) {
  .container {
    padding: 0 15px;
  }
}

.content__page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 100px;
  padding-bottom: 80px;
}
.content__page h1, .content__page h2, .content__page h3, .content__page h4, .content__page h5, .content__page h6 {
  margin-bottom: 30px;
}
.content__page p {
  margin-bottom: 30px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

.page-title {
  text-align: center;
}

.page-content {
  text-align: center;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Open Sans";
  color: #000;
  background: #f7fafc;
  overflow-x: hidden;
}
/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

.header {
  background: #DEECF9;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .logo img {
    width: 120px;
  }
}

.top__menu {
  margin-right: 16px;
}
.top__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__menu .menu .menu-item a {
  padding: 8px 16px;
  font-size: 14px;
  color: #2E2E2E;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  text-decoration: none;
}
.top__menu .menu .menu-item a:hover {
  color: #FF7A00;
}
.top__menu .menu .menu-item-has-children a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__menu .menu .menu-item-has-children a::after {
  content: "";
  width: 6px;
  height: 4px;
  background: url("../img/lang__arrow.svg") no-repeat;
  display: block;
  margin-left: 11px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.top__menu .menu .menu-item-has-children .sub-menu {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.top__menu .menu .menu-item-has-children .sub-menu .menu-item a::after {
  display: none;
}
.top__menu .menu .menu-item-has-children:hover a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top__menu .menu .menu-item-has-children:hover .sub-menu {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

.lang {
  margin-right: 16px !important;
  display: none !important;
}

.lang__arrow {
  margin-left: 6px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.current__lang {
  font-weight: 400;
  font-size: 14.7px;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  border-radius: 100px;
  background: #fff;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lang-item {
  font-size: 14.7px;
}

.lang__hover {
  background: #e5f3ff;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
}
.lang__hover li a {
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  font-weight: bold;
}

.opened {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}

.burger__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .burger__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger__name {
  font-size: 17px;
  color: #fff;
  line-height: 100%;
  margin-right: 11px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .burger__name {
    font-size: 14px;
  }
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 22px;
  height: 22px;
  position: relative;
}
.burger span {
  width: 22px;
  height: 2px;
  margin-bottom: 4px;
  background: #FF7A00;
  display: block;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.burger span:nth-last-child(1) {
  margin-bottom: 0;
}
.burger span:nth-child(1) {
  width: 15px;
}
.burger__opened span {
  position: absolute;
  margin-bottom: 0;
}
.burger__opened span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 22px;
}
.burger__opened span:nth-child(2) {
  opacity: 0;
}
.burger__opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.body__opened {
  overflow: hidden;
}

.mobile__menu {
  position: fixed;
  top: 63.83px;
  right: 0;
  width: 50%;
  height: 100vh;
  background: #DEECF9;
  z-index: 99;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  padding: 20px 15px;
  height: 400px;
}
.mobile__menu .top__menu {
  margin-top: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}
.mobile__menu .top__menu .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile__menu .top__menu .menu .menu-item {
  margin-right: 0;
  margin-bottom: 10px;
}
.mobile__menu .top__menu .menu .menu-item a {
  font-size: 16px;
}
.mobile__menu .top__menu .menu .menu-item-has-children .sub-menu {
  display: none;
  -webkit-transition: 0;
  transition: 0;
  position: relative;
  background: transparent;
  opacity: 1;
  visibility: visible;
  -webkit-transition: initiallang;
  transition: initiallang;
}
.mobile__menu .top__menu .menu .menu-item-has-children .sub-menu .menu-item a {
  color: #2E2E2E;
}
.mobile__menu .top__menu .menu .menu-item-has-children .open {
  max-height: 500px;
}
@media screen and (max-width: 1024px) {
  .mobile__menu {
    width: 100%;
    overflow-y: scroll;
  }
}

.mobile__menu__opened {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.back {
  background: rgba(18, 18, 18, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.body__opened .back {
  opacity: 1;
  visibility: visible;
}

.button3 {
  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;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  font-family: "Montserrat";
  font-weight: 800;
  color: #fff;
  font-size: 14px;
  border-radius: 100px;
  padding: 8px 19px;
  background: #2E2E2E;
  letter-spacing: 0.01em;
}
.button3:hover {
  background: #FF7A00;
}

.section1 {
  background: #DEECF9;
  border-radius: 0px 0px 40px 40px;
  position: relative;
  padding-bottom: 40px;
  padding-top: 81px;
}
@media screen and (max-width: 1024px) {
  .section1 {
    padding-top: 120px;
  }
}

.section1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section1__left {
  width: 48%;
  padding-top: 96px;
}
@media screen and (max-width: 1024px) {
  .section1__left {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
  }
}

.section1__right {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .section1__right {
    width: 100%;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section1__img1 {
  position: absolute;
  right: 0;
}
.section1__img1 img {
  max-width: 783px;
}
@media screen and (max-width: 1400px) {
  .section1__img1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section1__img1 img {
    width: 80%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .section1__img1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
  .section1__img1 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.section1__img2 {
  position: relative;
  z-index: 1;
  margin-top: 200px;
  bottom: 100px;
}
.section1__img2 img {
  max-width: 381px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section1__img2 {
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 36px;
  }
  .section1__img2 img {
    max-width: 148px;
  }
}

.section1__title {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 56px;
  line-height: 72px;
  color: #262626;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .section1__title {
    font-size: 36px;
    line-height: 44px;
    text-align: left;
  }
}
.section1__title span {
  font-weight: 600;
  background: #FF7A00;
  padding: 0 5px;
  color: #fff;
  -webkit-transform: rotate(-0.75deg);
          transform: rotate(-0.75deg);
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .section1__title span {
    text-align: center;
    margin: 0 auto;
  }
}

.where__mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .where__mobile {
    display: block;
    margin-bottom: 32px;
  }
}

.section1__txt {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section1__txt {
    text-align: left;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .section1__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section1__link a {
    width: 100%;
    padding: 18.5px 32px;
    font-size: 18px;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #262626;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #fff;
  padding: 16px 32px;
  border-radius: 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.button:hover {
  background: #E56F00;
}
.button:active {
  background: #FF9000;
}
.button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/arrow__link.svg") no-repeat;
  display: block;
  margin-left: 10px;
}

.section1__row2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 70%;
  margin-top: -113px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section1__row2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    grid-row-gap: 8px;
  }
}

.where__chat {
  position: relative;
}

.chat__item {
  position: absolute;
  right: 0;
  bottom: -95px;
}
@media screen and (max-width: 1024px) {
  .chat__item {
    right: 3px;
    bottom: -137px;
  }
  .chat__item img {
    width: 36px;
  }
}

.section1__item {
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(21.6429px);
          backdrop-filter: blur(21.6429px);
  border-radius: 9.44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

.item__left {
  width: 48%;
}

.item__right {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.item__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.star {
  margin-right: 6.55px;
  width: 18px;
  height: 17px;
}
.star::nth-last-child(1) {
  margin: 0;
}

.full {
  background: url("../img/star__full.svg") no-repeat;
}

.half {
  background: url("../img/star__half.svg") no-repeat;
}

.item__txt {
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #A3BFD9;
}

.section2 {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .section2 {
    padding: 40px 0;
    padding-top: 80px;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tab {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 120%;
  color: #262626;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  border: 1px solid #262626;
  padding: 16px 22px;
  margin-right: 12px;
}
.tab:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .tab {
    margin-right: 8px;
    margin-bottom: 12px;
    padding: 16px 16px;
  }
  .tab:nth-last-child(1) {
    margin-bottom: 0;
  }
  .tab:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.tab.active {
  background: #FF7A00;
  font-weight: bold;
  color: #fff;
}

.tab__content {
  display: none;
}
.tab__content.active {
  display: block;
}

.tab__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 24px;
  padding: 56px;
}
@media screen and (max-width: 1024px) {
  .tab__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
  }
}

.tab__left {
  width: 30%;
  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 screen and (max-width: 1024px) {
  .tab__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.tab__right {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tab__right img {
  max-width: 759px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .tab__right {
    width: 100%;
    display: none;
  }
}

.title__left {
  font-family: "Montserrat";
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
  color: #2E2E2E;
}
.title__left span {
  color: #FF7A00;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .title__left {
    font-size: 40px;
  }
  .title__left span {
    font-size: 20px;
  }
}

.content__left {
  font-size: 18px;
  line-height: 28px;
  color: #2E2E2E;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .content__left {
    font-size: 18px;
    line-height: 28px;
  }
}

.content3__left {
  color: #2E2E2E;
  font-size: 16px;
  line-height: 28px;
  padding: 12px;
  background: rgba(255, 122, 0, 0.12);
  border: 1px solid #262626;
  border-radius: 12px;
}
.content3__left strong {
  font-weight: 700;
  color: #FF7A00;
}

.link__left {
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .link__left a {
    width: 100%;
    font-size: 18px;
  }
}

.content2__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item__left1 {
  color: #262626;
  font-size: 15px;
  line-height: 24px;
  border-radius: 100px;
  border: 1px solid #262626;
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.item__left1:nth-last-child(1) {
  margin-bottom: 8px;
  margin-right: 8px;
}

.section3 {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .section3 {
    padding: 40px 0;
  }
}

.section3__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section3__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section3__left {
  width: 48%;
}
.section3__left .section1__txt strong {
  color: #FF7A00;
}
@media screen and (max-width: 1024px) {
  .section3__left {
    width: 100%;
    margin-bottom: 80px;
  }
}

.section3__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section3__right {
    width: 100%;
  }
}

.section3__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .section3__items {
    margin-bottom: 32px;
  }
}

.section3__item {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  border: 1px solid #D1F4DD;
  border-radius: 100px;
  margin-right: 12px;
  margin-bottom: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #F3FCF9;
}
@media screen and (max-width: 1024px) {
  .section3__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.section3__item:nth-last-child(1) {
  margin-right: 0;
}
.section3__item::before {
  content: "";
  min-width: 24px;
  min-height: 24px;
  background: url("../img/li.svg") no-repeat;
  display: block;
  margin-right: 10.5px;
}

.section3__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media screen and (max-width: 1024px) {
  .section3__right {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

.s3__b1 {
  height: 179px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #23263C;
  border-radius: 12px;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .s3__b1 {
    margin-bottom: 8px;
    height: 86px;
  }
}

.s3__block__title {
  text-align: center;
  font-family: "Montserrat";
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.s3__block__title span {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .s3__block__title {
    font-size: 28px;
  }
}

.s3__block__txt {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(250, 250, 250, 0.6);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .s3__block__txt {
    font-size: 9px;
    line-height: 12px;
  }
}

.s3__b2 {
  margin-bottom: 24px;
}
.s3__b2 img {
  height: 256px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .s3__b2 {
    margin-bottom: 8px;
  }
  .s3__b2 img {
    height: 168px;
  }
}

.s3__b3 {
  background: #DEECF9;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  height: 64px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 12px;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .s3__b3 {
    padding: 8px;
  }
  .s3__b3 img {
    width: 38px;
  }
}

.s3__block__right {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  color: #262626;
}
.s3__block__right span {
  font-size: 12px;
  color: rgba(38, 38, 38, 0.8);
}
@media screen and (max-width: 1024px) {
  .s3__block__right {
    font-size: 16px;
  }
  .s3__block__right span {
    font-size: 9px;
  }
}

.s3__b4 {
  margin-bottom: 24px;
}
.s3__b4 img {
  height: 344px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .s3__b4 {
    margin-bottom: 8px;
  }
  .s3__b4 img {
    height: 226px;
  }
}

.s3__b5 {
  height: 179px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #23263C url("../img/s3__img4.svg");
  background-size: cover;
  border-radius: 12px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .s3__b5 {
    height: 100px;
  }
}

.section4 {
  margin-top: 120px;
  padding: 80px 0;
  background: url("../img/section4.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .section4 {
    margin-top: 40px;
    border-radius: 20px;
    padding: 32px 24px;
    background: url("../img/section4__mobile.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 48px;
  }
}

.section4__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section4__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section4__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section4__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
    display: none;
  }
}

.section4__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section4__right {
    width: 100%;
  }
}

.chat {
  max-width: 515px;
  width: 100%;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  margin-top: -120px;
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
}

.chat__header {
  background: linear-gradient(130.61deg, #FF9646 13.77%, #FF6600 97.91%);
  border-radius: 28px 28px 0px 0px;
  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;
  padding: 14px 0;
}

.chat__img {
  margin-bottom: 20px;
}

.chat__company {
  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;
}
.chat__company img {
  margin-right: 10px;
}
.chat__company .company__name {
  font-family: "Montserrat";
  font-size: 20.9px;
  font-weight: 600;
  color: #fff;
}

.chat__main {
  padding: 18px;
  padding-top: 67px;
}

.tab__contents2 {
  min-height: 435px;
}

.message__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.message__photo {
  margin-right: 10px;
}

.message__txt {
  background: #FFFFFF;
  border-radius: 9.29088px 9.29088px 9.29088px 0px;
  padding: 14px;
  font-family: "Montserrat";
  line-height: 140%;
  max-width: 270px;
  margin-bottom: 4.65px;
}

.message__time {
  font-size: 10.45px;
  font-family: "Montserrat";
  color: rgba(255, 255, 255, 0.35);
}

.message__row__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.message__row__bot .message__txt {
  background: #2E2E2E;
  border: 1.16136px solid rgba(255, 255, 255, 0.12);
  border-radius: 9.29088px 9.29088px 0px 9.29px;
  color: #fff;
}

.chat__bottom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(210, 210, 210, 0.25);
  padding-top: 11.61px;
}

.bottom__text {
  font-family: "Montserrat";
  color: #d2d2d2;
}

.bottom__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom__buttons img:nth-child(1) {
  margin-right: 9px;
}

.chat__footer {
  margin-top: 17.4px;
}

.chat__footer__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 9.29px;
  color: rgba(250, 250, 250, 0.2);
}
.chat__footer__txt img {
  margin-left: 4.64px;
}

.tabs2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .tabs2 {
    margin-bottom: 370px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tab2 {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  padding: 12px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-family: "Montserrat";
  margin-right: 12px;
  margin-bottom: 12px;
}
.tab2 img {
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .tab2 img {
    width: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .tab2 {
    margin-right: 12px;
  }
}

.tab2.active {
  background: rgba(255, 122, 0, 0.1);
  border: 1px solid #FF7A00;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.tab__content2 {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tab__content2.active {
  opacity: 1;
}

.section4__title {
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .section4__title {
    font-size: 43px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 24px;
  }
}
.section4__title span {
  color: #FF7A00;
}

.section4__txt {
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .section4__txt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: center;
  }
}

.section4__link .button {
  background: #fff;
  color: #262626;
}
.section4__link .button:hover {
  background: #E56F00;
  color: #fff;
}
.section4__link .button:hover::after {
  background: url("../img/arrow__link.svg") no-repeat;
}
.section4__link .button:active {
  background: #FF9000;
  color: #fff;
}
.section4__link .button::after {
  background: url("../img/arrow__link__black.svg") no-repeat;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
@media screen and (max-width: 1024px) {
  .section4__link .button {
    font-size: 18px;
    width: 100%;
  }
}

.section5 {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .section5 {
    padding: 80px 0;
  }
}
.section5 .swiper {
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .section5 .swiper {
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .section5__title {
    text-align: left;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
  .section5__title span {
    margin: 0;
  }
}

.section5__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .section5__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 28px;
  }
}

.section5__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section5__left {
    width: 100%;
    margin-bottom: 40px;
  }
}

.section5__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section5__right {
    width: 100%;
  }
}

.section5__content {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6980392157);
}
.section5__content strong {
  font-weight: 700;
  font-size: 20px;
  color: #FF7A00;
}
@media screen and (max-width: 1024px) {
  .section5__content strong {
    margin-bottom: 8px;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .section5__content br {
    display: none;
  }
}

.slide__img img {
  border-radius: 24px 24px 0 0;
}

.slide__content {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 1024px) {
  .slide__content {
    padding: 16px;
  }
}

.slide__title {
  color: #2E2E2E;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Montserrat";
}
@media screen and (max-width: 1024px) {
  .slide__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}

.slide__txt {
  color: rgba(46, 46, 46, 0.8);
  font-size: 14px;
  line-height: 20px;
}

.slider__pagin {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .slider__pagin {
    margin-top: 40px;
  }
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #E6E9EA;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #FF7A00;
}

.section6 {
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .section6 {
    padding: 40px 0;
    padding-bottom: 40px;
    padding-top: 0;
  }
}

.section6__title {
  text-align: center;
  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;
}
@media screen and (max-width: 1024px) {
  .section6__title {
    text-align: left;
    margin-bottom: 32px;
  }
}

.section6__content {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .section6__content strong {
    text-align: left;
  }
  .section6__content p {
    text-align: left;
  }
}

.section6__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section6__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
}

.swiper5 {
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 1024px) {
  .swiper5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.swiper5 .section6__item:nth-last-child(1) {
  background: #fff;
}
.swiper5 .section6__item:nth-last-child(1) .s6__title {
  color: #000;
}
.swiper5 .section6__item:nth-last-child(1) .s6__text {
  color: #000;
}
.swiper5 .section6__item {
  padding: 16px;
}

.section6__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05);
          box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05);
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 32px;
}
.section6__item:nth-last-child(1) {
  background: url("../img/last__back.svg") no-repeat;
  background-size: cover;
}
.section6__item:nth-last-child(1) .s6__title {
  color: #fff;
}
.section6__item:nth-last-child(1) .s6__text {
  color: #fff;
}

.item30 {
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .item30 {
    width: 100%;
  }
}

.item50 {
  width: 48.5%;
}
@media screen and (max-width: 1024px) {
  .item50 {
    width: 100%;
  }
}

.item60 {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .item60 {
    width: 100%;
  }
}

.s6__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 8px;
}

.s6__text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 35px;
}

.s6__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section7 {
  position: relative;
}

.section7 .container {
  position: relative;
  z-index: 1;
  overflow: hidden; /* Відео не вийде за межі контейнера */
}

.s7__back {
  background: url("../img/back.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .s7__back {
    display: none;
  }
}

.section7__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .section7__bg {
    position: relative;
  }
}

.section7__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .section7__bg video {
    height: 316px;
  }
}

@media screen and (max-width: 1024px) {
  .section7__img {
    display: none;
  }
}

.mob {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mob {
    display: block;
  }
}

.section7__img,
.section7__title,
.section7__txt,
.section4__link {
  position: relative;
  z-index: 4;
}

.video__block {
  padding: 56px;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .video__block {
    padding: 0px;
  }
}

.mobile__video__button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mobile__video__button {
    display: block;
    margin-top: 24px;
  }
}
.mobile__video__button .button {
  background: #262626;
  color: #fff;
}
.mobile__video__button .button::after {
  background: url("../img/arow__black.svg") no-repeat;
}

.section7__img {
  margin-bottom: 68px;
}
@media screen and (max-width: 1024px) {
  .section7__img {
    margin-bottom: 20px;
  }
}

.section7__title {
  font-size: 56px;
  line-height: 64px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .section7__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
    color: #262626;
  }
}

.section7__txt {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .section7__txt {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.7);
  }
}

.section8 {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .section8 {
    padding: 0px 0;
    padding-top: 80px;
  }
}

.section8__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 1024px) {
  .section8__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.section8__row .section8__item {
  padding: 24px;
  background: #fff;
  border-radius: 24px;
}
.section8__row .slide__content {
  padding: 0;
}
.section8__row .slide__img {
  margin-bottom: 20px;
}
.section8__row .slide__img img {
  height: 208px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section9 {
  padding: 80px 0;
  background: #2E2E2E url("../img/section9.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .section9 {
    padding: 24px 0;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .section9 .section4__link {
    width: 100%;
  }
  .section9 .section4__link .button {
    width: 100%;
  }
}

.section9__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 85px;
}
@media screen and (max-width: 1024px) {
  .section9__row {
    margin-bottom: 40px;
    -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;
  }
}

.section9__title {
  font-size: 40px;
  line-height: 72px;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat";
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .section9__title {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.section9__title span {
  font-weight: 700;
  background: #FF7A00;
  padding: 0 5px;
  color: #fff;
  -webkit-transform: rotate(-0.75deg);
          transform: rotate(-0.75deg);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .section9__title span {
    color: #FF7A00;
    background: transparent;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    padding: 0;
  }
}

.section9__row2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 1024px) {
  .section9__row2 {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
  }
}

.section9__item {
  border: 1px solid rgba(250, 250, 250, 0.5);
  border-radius: 8.5px;
  padding: 24px 32px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section9__item {
    padding: 24px;
    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;
  }
  .section9__item:nth-last-child(1) {
    display: none;
  }
}

.s9__item__text {
  font-size: 20px;
  font-family: "Montserrat";
  margin-bottom: 46px;
}

.s9__item__txt2 {
  font-size: 100px;
  letter-spacing: 0.01em;
  font-family: "Montserrat";
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .s9__item__txt2 {
    font-size: 48px;
  }
}

.section10 {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .section10 {
    padding: 40px 0;
    padding-top: 80px;
  }
}

.section10__title {
  margin-bottom: 48px;
}

.swiper2 {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .swiper2 {
    padding: 0 0;
  }
}

.swiper2 .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper2 .swiper-slide {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.5;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  padding: 24px 32px;
  background: #EBF3FA;
  border-radius: 20px;
  border: 1px solid #DEECF9;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .section10__title {
    margin-bottom: 32px;
  }
}

.swiper2 .swiper-slide-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .swiper2 .swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.slider2__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-bottom: 24px;
}

.slider2__txt {
  font-size: 14px;
  line-height: 24px;
  color: rgba(35, 38, 60, 0.8);
  margin-bottom: 60px;
}

.slider2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider2__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider2__author__img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.slider2__author__name {
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.slider2__author__name strong {
  font-size: 16px;
  color: rgba(35, 38, 60, 0.8);
  font-weight: 700;
}

.page-template-page-land1 {
  overflow-x: hidden;
}

.l1__txt__section1 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  font-family: "Montserrat";
  color: #A4BBCB;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.l1__section1 {
  padding-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .l1__section1 {
    padding-bottom: 40px;
  }
}
.l1__section1 .section1__img1 img {
  position: relative;
  top: 115px;
  max-width: 560px;
}
@media screen and (max-width: 1024px) {
  .l1__section1 .section1__img1 img {
    top: 0;
  }
}
.l1__section1 .section1__img2 {
  margin-top: 90px;
  right: 110px;
}
.l1__section1 .section1__img2 img {
  max-width: 437px;
}
@media screen and (max-width: 1024px) {
  .l1__section1 .section1__img2 {
    margin-top: 0px;
    bottom: 0;
    top: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .l1__section1 .section1__title {
    font-size: 28px;
  }
}

/* l1__section2 */
.l1__section2 {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .l1__section2 {
    margin-top: 40px;
  }
}

.l1__section2__block {
  background: #2E2E2E url("../img/section9.jpg") no-repeat center;
  background-size: cover;
  border-radius: 40px;
  padding: 80px;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l1__section2__block {
    padding: 20px;
  }
}

.l1__section2__title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .l1__section2__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 40px;
  }
  .l1__section2__title br {
    display: none;
  }
}
.l1__section2__title span {
  color: #FF7A00;
}

.l1__section2 {
  padding-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .l1__section2 {
    padding-bottom: 40px;
  }
}

.l1__section2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .l1__section2__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l1__section2__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05);
          box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05);
  border-radius: 24px;
  padding: 32px;
  padding-top: 40px;
  max-width: 405px;
  width: 100%;
  margin-bottom: -73px;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .l1__section2__item {
    padding: 20px;
    margin-bottom: 0;
    margin-bottom: 30px;
  }
}
.l1__section2__item:nth-last-child(1) {
  margin-right: 0;
}

.l1__s2__item__title {
  font-size: 60px;
  font-weight: 600;
  color: #23263C;
  font-family: "Montserrat";
  margin-bottom: 6px;
  line-height: 110%;
}
@media screen and (max-width: 1024px) {
  .l1__s2__item__title {
    font-size: 24px;
  }
}

.l1__s2__item__txt {
  font-family: "Montserrat";
  font-size: 20px;
  color: #779ABA;
  margin-bottom: 54px;
}
@media screen and (max-width: 1024px) {
  .l1__s2__item__txt {
    font-size: 18px;
    margin-bottom: 27px;
  }
}

.l1__s2__item__txt2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(119, 154, 186, 0.5019607843);
}

.l1__section3 {
  margin-top: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 237, 249, 0)), to(#E0EDF9));
  background: linear-gradient(180deg, rgba(224, 237, 249, 0) 0%, #E0EDF9 100%);
  border-radius: 0px 0px 40px 40px;
  padding-bottom: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .l1__section3 {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

.l1__tab__hidden {
  display: none;
}

.l1__tab__hidden.active {
  display: block;
}

.l1__tabs__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 37px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 37px;
  grid-row-gap: 37px;
}
@media screen and (max-width: 1024px) {
  .l1__tabs__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    display: none;
  }
}
.l1__tabs__row .active {
  background: #FFFFFF;
  border-left: 8px solid #FF7A00;
  border-radius: 12px;
}

.l1__tab {
  margin-bottom: 32px;
  padding: 16px 24px;
  cursor: pointer;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  border-left: 8px solid transparent;
}
.l1__tab:nth-last-child(1) {
  margin-bottom: 0;
}

.l1__tab__name {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .l1__tab__name {
    font-size: 20px;
  }
}

.l1__tab__text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat";
}

.l1__tabs__right .active {
  background: transparent;
  border-left: none;
  border-radius: 0px;
}

/* l1__section4 */
.l1__section4 .l1__txt__section1 {
  text-align: center;
}
.l1__section4 .section1__title {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .l1__section4 .section1__title {
    font-size: 30px;
  }
}
.l1__section4 .section1__title span {
  margin: 0 auto;
  margin-bottom: 8px;
}

.s1__s4__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 124px;
}
@media screen and (max-width: 1200px) {
  .s1__s4__img {
    padding-left: 0;
  }
}
.s1__s4__img img {
  max-width: 1022px;
}
@media screen and (max-width: 1024px) {
  .s1__s4__img img {
    max-width: 100%;
  }
}

.l1__section5 {
  margin-top: 174px;
}
@media screen and (max-width: 1024px) {
  .l1__section5 {
    margin-top: 80px;
  }
  .l1__section5 .section1__title {
    font-size: 30px;
  }
}

.l1__section5__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l1__s5__item {
  border-radius: 24px;
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .l1__s5__item {
    padding: 20px;
    margin-bottom: 32px;
  }
}
.l1__s5__item:nth-child(1) {
  margin-bottom: 32px;
}
.l1__s5__item:nth-child(2) {
  margin-bottom: 32px;
}

.width30 {
  width: calc(40% - 16px);
}
@media screen and (max-width: 1024px) {
  .width30 {
    width: 100%;
  }
}

.width50 {
  width: calc(60% - 16px);
}
@media screen and (max-width: 1024px) {
  .width50 {
    width: 100%;
  }
}

.l1__s5__item__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .l1__s5__item__title {
    font-size: 20px;
  }
}

.color1 {
  background: #FAF3EB;
}

.color2 {
  background: #FAEBF3;
}

.color3 {
  background: #F2EBFA;
}

.color4 {
  background: #EBF3FA;
}

.l1__section5__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  border-radius: 24px;
  background: #DFECF9 url("../img/land1/grid.svg") no-repeat center;
  background-size: cover;
  padding: 120px 0;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .l1__section5__block {
    margin-top: 0;
    padding: 40px;
  }
}

.l1__section5__block__txt1 {
  text-align: center;
  font-size: 56px;
  line-height: 72px;
  margin-bottom: 16px;
  font-family: "Montserrat";
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .l1__section5__block__txt1 {
    font-size: 36px;
    line-height: 52px;
  }
}

.l1__section5__block__txt2 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 48px;
}

.l1__section6 {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .l1__section6 {
    margin-top: 40px;
  }
  .l1__section6 .section1__title {
    font-size: 30px;
  }
  .l1__section6 .section1__title span {
    margin: initial;
  }
}

.l1__section6__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -56px;
}
@media screen and (max-width: 1024px) {
  .l1__section6__img {
    margin-top: 0;
  }
}

.l1__section7 {
  margin-top: 120px;
  min-height: 748px;
  overflow-x: hidden;
}
.l1__section7 .section1__title {
  text-align: center;
  margin-bottom: 56px;
}
.l1__section7 .section1__title span {
  display: initial;
}
@media screen and (max-width: 1024px) {
  .l1__section7 .section1__title span {
    display: block;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .l1__section7 {
    margin-top: 80px;
    min-height: 100%;
  }
}

.l1__slide {
  background: rgba(222, 236, 249, 0.3);
  -webkit-box-shadow: -2px -2px 20px rgba(187, 204, 219, 0.45);
          box-shadow: -2px -2px 20px rgba(187, 204, 219, 0.45);
  border-radius: 24px;
  padding: 12px;
}
.l1__slide img {
  height: 460px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.swiper__l1 {
  border-radius: 24px;
}
.swiper__l1 .swiper-slide {
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .swiper__l1 {
    overflow: hidden;
  }
}

.l1__section8 {
  margin-top: 60px;
  padding-top: 87px;
  background: #FFFFFF;
  border-radius: 40px 40px 0px 0px;
}
.l1__section8 .l1__section5__block {
  background: url("../img/section9.jpg") no-repeat;
  color: #fff;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .l1__section8 .l1__section5__block {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.l1__section8 .l1__section5__block .button {
  background: #FF7A00;
}
.l1__section8 .active2 {
  background: radial-gradient(104.63% 448.08% at -2.75% 29%, rgba(76, 170, 252, 0.15) 0%, rgba(158, 198, 235, 0.15) 35.25%, rgba(245, 178, 251, 0.15) 64.44%, rgba(140, 75, 206, 0.15) 100%), #FFFFFF;
  border-radius: 16px;
  border: 1px solid #F5B2FB;
}
.l1__section8 .active2 .question__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .l1__section8 {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.l1__section8__title {
  text-align: center;
  color: #23263C;
  font-size: 40px;
  line-height: 48px;
  font-family: "Montserrat";
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .l1__section8__title {
    font-size: 30px;
  }
}

.question__item {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 16px;
  cursor: pointer;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .question__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.question__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.question__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  width: 70%;
  font-family: "Montserrat";
}
@media screen and (max-width: 1024px) {
  .question__name {
    font-size: 18px;
  }
}

.question__hidden {
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 140%;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .question__hidden {
    font-size: 16px;
  }
}

.question__arrow {
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}

.tabs__slider {
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 1024px) {
  .tabs__slider {
    display: block;
  }
}

.blog__row {
  font-family: "Montserrat";
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}
@media screen and (max-width: 1024px) {
  .blog__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
}

.blog__item a {
  text-decoration: none;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
}

.blog__img {
  margin-bottom: 24px;
}
.blog__img img {
  width: 100%;
  height: 368px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.blog__desc {
  font-size: 16px;
  font-weight: 500;
  color: #909DA2;
}

.post__content {
  padding: 15px;
}

.blog__date {
  font-weight: bold;
  font-size: 14px;
  color: #c1c1c1;
  margin-bottom: 16px;
}

.blog__title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

.page__blog__title {
  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;
  color: #FF7A00;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #FF7A00;
  padding: 4px 12px;
  border-radius: 100px;
  background: rgba(255, 122, 0, 0.1);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: 70px;
}

.page__blog__title2 {
  font-size: 88px;
  line-height: 96px;
  font-family: "Montserrat";
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 126px;
}
.page__blog__title2 span {
  color: #fff;
  background: #FF7A00;
  -webkit-transform: rotate(-0.75deg);
          transform: rotate(-0.75deg);
  padding: 5px 5px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page__blog__title2 {
    font-size: 36px;
    line-height: 43px;
    font-family: "Montserrat";
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
  }
}

.b__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .b__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.b__left {
  font-size: 20px;
  font-family: "Montserrat";
}
@media screen and (max-width: 1024px) {
  .b__left {
    margin-bottom: 32px;
  }
}

.first__blog {
  margin-bottom: 48px;
}

.first__row .blog__item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 32px 1fr;
  grid-template-columns: 1.5fr 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 1024px) {
  .first__row .blog__item a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.search-form {
  position: relative;
}
.search-form input {
  border: 1px solid #262626;
  padding: 16px;
  outline: none;
  padding-left: 36px;
  background: transparent url("../img/search.svg") no-repeat 10px center;
  border-radius: 28px;
  max-width: 296px;
  width: 100%;
  width: 296px;
}

.section__price {
  background: #F5FAFF;
  padding-top: 107px;
  padding-bottom: 170px;
}
@media screen and (max-width: 1024px) {
  .section__price {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}

.price__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #4CAAFC;
  border-radius: 18px;
  padding: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 32px;
}
.price__tabs .price__tab {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #5F5F5F;
  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;
  padding: 8px 16px;
  border-radius: 100px;
}
.price__tabs .active {
  background: #4CAAFC;
  color: #fff;
}

.price__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr 42px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
}
@media screen and (max-width: 1024px) {
  .price__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.price__item:hover .price__header {
  border-color: #4CAAFC;
}
.price__item:hover .price__main {
  border-color: #4CAAFC;
}

.price__header {
  background: #FFFFFF;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #D2D9E0;
  border-radius: 28px 28px 0px 0px;
  padding: 28px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.price__main {
  background: rgba(210, 217, 224, 0.4);
  border-radius: 0px 0px 28px 28px;
  padding: 28px 24px;
  padding-bottom: 42px;
  border-color: rgba(210, 217, 224, 0.4);
  border-width: 0px 1px 1px 1px;
  border-style: solid;
}

.price__title {
  font-family: "Montserrat";
  font-size: 28px;
  color: #23263C;
  margin-bottom: 32px;
}

.price__desc {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 130%;
  color: #23263C;
  min-height: 64px;
}

.price__price {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.price__new {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 50px;
  color: #23263C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.price__new .e {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  margin-right: 4px;
  position: relative;
  top: 13px;
}

.price__old {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 22px;
  color: #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 10px;
}
.price__old .e {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  margin-right: 4px;
  position: relative;
}
.price__old .e__old {
  text-decoration: line-through;
}

.price__plan__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 32px;
}

.price__plan {
  color: #1A82DD;
}

.price__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #44B552;
}
.price__active::before {
  content: "";
  width: 14px;
  height: 11px;
  background: url("../img/active__green.svg") no-repeat;
  display: block;
  margin-right: 6px;
}

.plan__button {
  height: 48px;
  margin-bottom: 32px;
}

.button4 {
  background: #D9E021;
  border-radius: 100px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #23263C;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
}

.adv ul {
  padding: 0;
  margin: 0;
}
.adv ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat";
  font-size: 16px;
  color: #23263C;
  margin-bottom: 8px;
}
.adv ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.adv ul li::before {
  content: "";
  width: 16px;
  height: 13px;
  background: url("../img/active__blue.svg") no-repeat;
  display: block;
  margin-right: 12px;
}

.plans__txt {
  font-size: 16px;
  line-height: 130%;
  margin-top: 24px;
  color: #23263C;
}

.start {
  padding: 135px 0;
  background: #DEECF9;
}
@media screen and (max-width: 1024px) {
  .start {
    padding: 40px 0;
  }
}

.start__block {
  background: #2E2E2E url(../img/section9.jpg) no-repeat center center;
  padding: 130px 88px;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .start__block {
    padding: 30px 20px;
  }
}

.start__title {
  font-family: "Montserrat";
  font-size: 56px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 9px;
}
@media screen and (max-width: 1024px) {
  .start__title {
    font-size: 27px;
    line-height: 44px;
  }
}

.start__text {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 55px;
}

.start__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.start__link .button {
  background: #FF7A00;
}
.start__link .button:hover {
  opacity: 0.6;
}

.pricing__title {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #2E2E2E;
  margin-bottom: 26px;
}

.pricing__txt {
  color: #FF7A00;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.footer {
  background: #DEECF9;
  padding-top: 56px;
  padding-bottom: 44px;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 28px;
  }
}

.footer__right {
  max-width: 405px;
  width: 100%;
}

.form__title {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: bold;
  font-family: "Inter";
  margin-bottom: 8px;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.form__row input {
  width: 100%;
  outline: none;
  border: 1px solid #2E2E2E;
  border-radius: 100px;
  background: #fff;
  color: rgba(46, 46, 46, 0.5);
  font-size: 16px;
  font-family: "Inter";
  padding: 15px 24px;
  padding-right: 0;
}
.form__row input::-webkit-input-placeholder {
  color: rgba(46, 46, 46, 0.5);
  font-size: 16px;
  font-family: "Inter";
}
.form__row input::-moz-placeholder {
  color: rgba(46, 46, 46, 0.5);
  font-size: 16px;
  font-family: "Inter";
}
.form__row input:-ms-input-placeholder {
  color: rgba(46, 46, 46, 0.5);
  font-size: 16px;
  font-family: "Inter";
}
.form__row input::-ms-input-placeholder {
  color: rgba(46, 46, 46, 0.5);
  font-size: 16px;
  font-family: "Inter";
}
.form__row input::placeholder {
  color: rgba(46, 46, 46, 0.5);
  font-size: 16px;
  font-family: "Inter";
}
.form__row .form__button {
  background: #2E2E2E;
  border-radius: 100px;
  color: #F5FAFF;
  font-family: "Montserrat";
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 28.5px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
}
.form__row .form__button:hover {
  background: #FF7A00;
}

.footer__logo {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    margin-bottom: 32px;
  }
}

.footer__adress {
  font-family: "Inter";
  font-size: 16px;
  color: #2E2E2E;
  text-decoration: none;
  margin-bottom: 16px;
}

.footer__link {
  font-family: "Inter";
  font-size: 16px;
  color: #2E2E2E;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  margin-bottom: 16px;
}
.footer__link:hover {
  color: #FF7A00;
}

.footer__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgb(46, 46, 46);
  padding-top: 32px;
}
@media screen and (max-width: 1024px) {
  .footer__row2 {
    -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;
    padding-top: 0;
    border: none;
    margin-bottom: 32px;
  }
}

.footer__block {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer__block {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer__block:nth-child(1) {
    margin-bottom: 16px;
  }
}
.footer__block:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .footer__block:nth-child(2) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
}
.footer__block:nth-child(3) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer__block:nth-child(3) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 1024px) {
  .footer__block:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__block:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__block:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 16px;
  }
}

.footer__link2 {
  margin-bottom: 0;
  margin-right: 72px;
}
@media screen and (max-width: 1024px) {
  .footer__link2 {
    margin-right: 0;
  }
}
.footer__link2:nth-last-child(1) {
  margin-right: 0;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social__link {
  margin-right: 16px;
}
.social__link:nth-last-child(1) {
  margin-right: 0;
}