*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}
h1, h2,
h3, h4 {
  text-wrap: balance;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
  text-decoration: underline;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input, button,
textarea, select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
a{
    text-decoration: none !important;
    color: #333;
}
a:hover {
    color: #333;
}
@font-face { 
    font-family: "TTTravels";
    src: url("./fonts/TTTravelsRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face { 
    font-family: "TTTravels";
    src: url("./fonts/TTTravelsBold.ttf") format("truetype");
    font-style: bold;
    font-weight: 600;
}
body{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    font-family: "TTTravels", sans-serif;
    overflow-x: hidden;
    background: #f7f7f2;
    color: #202020;
    position: relative;
}
.content {
    width: 1440px;
    margin: 0 auto;
    display: block;
}

.box_home{
  background: linear-gradient(rgb(247 247 242 / 0%) 80%, rgb(247, 247, 242)), url(./img/home_bg.webp) no-repeat;
  width: 100%;
  background-size: cover;
  padding: 180px 0 60px;
}

.box_home .text {
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
    width: 55%;
    margin-top: 50px;
}
.box_home.box_platform .text {
    margin-top: 5px;
}

.box_home .text .hom_chek_list {
    font-size: 26px;
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    line-height: 120%;
}

.box_home .text .hom_chek_list p,.check {
    padding-left: 32px;
    background: url(./img/icon_check.svg) no-repeat;
    background-size: 24px;
    background-position: 0 3px;
}

.box_platform .item.b .check {
    background: url(./img/icon_check_w.svg) no-repeat;
    background-size: 24px;
    background-position: 0 3px;
}

.box_home .text h1 {
    font-size: 71px;
    font-weight: bold;
}
.box_home.box_platform .text h1 {
    font-size: 48px;
}

.box_home .content {
    display: flex;
    justify-content: space-between;
}
.top_menu{
  position: fixed;
  width: 100%;
  transform: translateY(20px);
  z-index: 100;
  transition: .5s ease-in-out;
}

.top_menu.out {
    transform: translateY(-65px);
}

.tm_box {
    border-radius: 100px;
    background: #f7f7f2;
    height: 64px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    box-shadow: 0px 5px 9px rgb(0 0 0 / 8%);
    position: relative;
}

.tm_box .logo {
    position: relative;
    left: -20px;
    padding-left: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 300px;
    border-radius: 100px 0 0 100px;
    overflow: hidden;
}

.tm_box .logo a {
    position: relative;
    z-index: 2;
}

.tm_box .menu_b {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    grid-gap: 10px;
}

.menu_b_m {
    display: flex;
    grid-gap: 10px;
}

.main_b {
    background: #202020;
    color: #fff;
    padding: 0 24px;
    border-radius: 40px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: .3s;
    transform: translate(0, 0);
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    font-size: 24px;
    padding: 19px 40px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    width: max-content;
}

.box_platform .item.b .main_b {
    background: #5eb591;
}

.main_b img,.main_b svg {
    height: 24px;
}

.main_b:hover, .menu_b_soc a:hover {
    transform: translate(2px, -2px);
    box-shadow: -2px 2px 4px rgb(0 0 0 / 33%);
}
.main_b.out:hover {
  background: #202020;
  color: #fff;
}
.main_b.out path {
  transition: .3s;
}
.main_b.out:hover path {
  fill: #fff !important;
}
.main_b:hover:after {
    left: 30%;
    opacity: .2;
}

.main_b:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(135deg, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 75%);
    transition: .3s;
    opacity: 0;
}
.main_b:hover {
  color: #fff;
}
.main_b.s {
  font-size: 18px;
  line-height: 38px;
  height: 38px;
  padding: 0 24px;
  border-radius: 25px;
}
.main_b.out {
  border: 1px solid #2020207a;
  background: none;
  color: #202020;
  font-weight: 400;
}

.tm_box .logo img {
    height: 28px;
    transition: .5s;
}
.tm_box .logo img.hov {
  height: 28px;
  position: absolute;
  top: 0;
  opacity: 0;
}

.logo_bg{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(94,181,145,1) 5%, rgba(247,247,242,0) 100%);
  transition: .5s;
  opacity: 0;
}
.logo a:hover + .logo_bg{
  width: 100%;
  opacity:1;
}
.logo a:hover img{ 
  opacity:0;
}
.logo a:hover img.hov{
  opacity:1;
}
.menu_b_soc img {
    width: 32px;
}

.menu_b_soc {
    display: flex;
    grid-gap: 10px;
}
.menu_b_soc a {
  position: relative;
  transition: .3s;
  top: 0;
  right: 0;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
  border-radius: 50%;
  transform: translate(0, 0);
}

.menu_b_lang img{
  height: 32px;
  border-radius: 50%;
}
.menu_b_lang .active_l{
  display: flex;
  align-items: center;
  grid-gap: 6px;
  cursor: default;
}
.vr {
  height: 40px;
  border-right: 1px solid #dbdbdb;
}
.menu_b_lang{
  position: relative;
}

.menu_b_lang .more {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: -15px;
    width: max-content;
    top: 24px;
    max-height: 0;
    overflow: hidden;
    transition: .5s;
    opacity: 0;
    grid-gap: 6px;
    padding: 0px 5px;
}
.menu_b_lang .more.active {
  opacity: 1;
  max-height: 140px;
  padding: 30px 5px;
}
.menu_b_lang .more a {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    padding: 7px 10px;
    background: #f7f7f2;
    transition: .2s;
    border-radius: 24px;
    box-shadow: 0px 5px 9px rgb(0 0 0 / 8%);
}

.menu_b_lang .more a:hover {
    background: #ffffff;
}
.hom_butt {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.hom_cards {
  width: 49%;
  margin-top: 40px;
  position: relative;
}
.card_01,.card_02,.card_03{
  position: absolute;
  top: 0;
  width: 400px;
  left: 0;
}
.card_01{
    transition: 1s ease;
    animation: card_01 6s ease-in-out infinite alternate both;
}
.card_02{
    transition: 1s ease;
    animation: card_02 6s ease-in-out infinite alternate both;
}
.card_03{
    transition: 1s ease;
    animation: card_03 6s ease-in-out infinite alternate both;
}
@keyframes card_01 {
    0% {
        transform: translate(150px, 10px) rotateY(-20deg) rotateX(-56deg) rotateZ(-31deg);
    }
    20% {
        transform: translate(148px, 0px) rotateY(-20deg) rotateX(-56deg) rotateZ(-31deg);
    }
    53% {
        transform: translate(150px, 10px) rotateY(-20deg) rotateX(-56deg) rotateZ(-31deg);
    }
    80% {
       transform: translate(92px, 22px) rotate3d(0, 0, 1, 9deg);
    }
    100% {
       transform: translate(92px, 26px) rotate3d(0, 0, 1, 9deg);
    }
}
@keyframes card_02 {
    0% {
        transform: translate(148px, 140px) rotateY(-20deg) rotateX(-56deg) rotateZ(-31deg);
    }
    25% {
        transform: translate(150px, 155px) rotateY(-20deg) rotateX(-56deg) rotateZ(-31deg);
    }
    50% {
        transform: translate(148px, 140px) rotateY(-20deg) rotateX(-56deg) rotateZ(-31deg);
    }
    80% {
       transform: translate(14px, 215px) rotate3d(0, 0, 1, -14deg);
    }
    100% {
       transform: translate(14px, 212px) rotate3d(0, 0, 1, -14deg);
    }
}
@keyframes card_03 {
    0% {
        transform: translate(150px, 270px) rotateY(-20deg) rotateX(-56deg) rotateZ(-31deg);
    }
    30% {
        transform: translate(148px, 260px) rotateY(-20deg) rotateX(-56deg) rotateZ(-31deg);
    }
    52% {
        transform: translate(150px, 270px) rotateY(-20deg) rotateX(-56deg) rotateZ(-31deg);
    }
    80% {
       transform: translate(270px, 230px) rotate3d(0, 0, 1, 6deg);
    }
    100% {
       transform: translate(270px, 245px) rotate3d(0, 0, 1, 6deg);
    }
}
.card_01 {
    z-index: 3;
    transform: translate(100px, 10px) rotateY(-20deg) rotateX(-56deg) rotateZ(-31deg);
}
.card_02 {
    z-index: 2;
    transform: translate(100px, 140px) rotateY(-20deg) rotateX(-56deg) rotateZ(-31deg);
}
.card_03 {
    z-index: 1;
    transform: translate(100px, 270px) rotateY(-20deg) rotateX(-56deg) rotateZ(-31deg);
}

.box_advant .adv_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
    padding: 120px 0;
}

.box_advant .adv_list .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
    font-size: 24px;
}

.box_advant .adv_list p {
    font-size: 43px;
    line-height: 100%;
    font-weight: bold;
}

.box_advant .adv_list img {
    height: 80px;
}
h2 {
    font-size: 72px;
    text-align: center;
    line-height: 100%;
    font-weight: bold;
}

.box_platform .item {
    width: 100%;
    background: #f1f0ea;
    padding: 60px;
    border-radius: 24px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    font-size: 24px;
    line-height: 120%;
    position: relative;
}

.box_platform .one .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
}

.box_home.box_platform .one .item {
    padding: 0;
    background: none;
}

.box_platform .one .item.n_b {
    padding-bottom: 0px;
    display: flex;
    align-items: flex-end;
}

.box_platform .one .item.n_b .l {
    padding-bottom: 60px;
}

.box_platform .one .item .l,.box_platform .one .item .r {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 50%;
}
.box_platform .one .item .r {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
}


.box_platform .item.b {
    background-color: #202020;
    color: #fff;
}

.box_platform .card_bg_1 img {
    display: none;
}


.box_platform .item h3 {
    font-size: 48px;
}

.box_platform .item img {
    width: max-content;
}

.box_platform .list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    grid-gap: 30px;
}

.box_platform .list.one {
    margin-top: 30px;
}
.title h3 {
    text-align: center;
}

.title {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 100px;
}

.box_platform {
    padding-bottom: 50px;
}
.box_platform .card_bg_1 {
  background: #202020 url(./img/5.webp) no-repeat;
  background-size: contain;
  background-position: bottom;
}
.box_heights {
    padding-bottom: 120px;
    text-align: center;
}

.box_heights h2 {
    margin-bottom: 30px;
}

.box_heights h3 {
    font-size: 24px;
    opacity: .7;
}

.box_heights .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.heig_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
}

.heig_list .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    align-items: center;
}

.heig_list .item span {
    font-weight: bold;
    font-size: 22px;
}

.footer .content {
    border-top: 1px solid #838383;
    padding: 32px 0;
    text-align: center;
    color: #646464;
}
.bottom_bg{
    position: absolute;
    background: linear-gradient( rgb(247, 247, 242),rgb(247 247 242 / 0%) 80%), url(./img/home_bg.webp) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    height: 600px;
    z-index: -1;
}
.plat_card {
    position: relative;
    width: 400px;
    height: 280px;
    margin: 0 auto;
}

.plat_card img.card_x {
    position: absolute;
    top: 13px;
    width: 377px;
    left: 50%;
    animation: card_x 4s ease-in-out infinite alternate both;
    transform: translate(-50%, -10px);
    animation-delay: .5s;
    z-index: 2;
}
@keyframes card_x {
    0% {
        transform: translate(-50%, -10px);
    }
    100% {
        transform: translate(-50%, 20px);
    }
}
.icon_x_01,.icon_x_02,.icon_x_03,.icon_x_04{
    position: absolute;
}
.icon_x_01{
    bottom: 7px;
    left: -82px;
    transform: rotateZ(328deg) scale(0.7) translate(0px, 0px);
    animation: icon_x_01 3s ease-in-out infinite alternate both;
}
.icon_x_02{
    left: -84px;
    transform: rotateZ(334deg) scale(0.65) translate(0px, 0px);
    animation: icon_x_02 3s ease-in-out infinite alternate both;
    animation-delay: 1s;
}
.icon_x_03{
    right: -85px;
    transform: rotateZ(22deg) scale(0.7) translate(0px, 0px);
    animation: icon_x_03 3s ease-in-out infinite alternate both;
}
.icon_x_04{
    right: -73px;
    bottom: 0;
    transform: rotateZ(11deg) scale(0.55) translate(0px, 0px);
    animation: icon_x_04 3s ease-in-out infinite alternate both;
    animation-delay: 2s;
}
@keyframes icon_x_01 {
    0% {
        transform: rotateZ(328deg) scale(0.7) translate(0px, 0px);
    }
    100% {
        transform: rotateZ(328deg) scale(0.7) translate(15px, 20px);
    }
}
@keyframes icon_x_02 {
    0% {
        transform: rotateZ(334deg) scale(0.65) translate(0px, 0px);
    }
    100% {
        transform: rotateZ(334deg) scale(0.65) translate(5px, 20px);
    }
}
@keyframes icon_x_03 {
    0% {
        transform: rotateZ(22deg) scale(0.7) translate(0px, 0px);
    }
    100% {
        transform: rotateZ(22deg) scale(0.7) translate(-5px, 20px);
    }
}
@keyframes icon_x_04 {
    0% {
        transform: rotateZ(11deg) scale(0.55) translate(0px, 0px);
    }
    100% {
        transform: rotateZ(11deg) scale(0.55) translate(-10px, 20px);
    }
}