@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@600;800&display=swap);

@font-face {
    font-family: Muller;
    src: local('Muller ExtraBold'), local('MullerExtraBold'), url(/fnt/MullerExtraBold.woff2) format('woff2'), url(/fnt/MullerExtraBold.woff) format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Muller;
    src: local('Muller Thin'), local('MullerThin'), url(/fnt/MullerThin.woff2) format('woff2'), url(/fnt/MullerThin.woff) format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Muller;
    src: local('Muller Light'), local('MullerLight'), url(/fnt/MullerLight.woff2) format('woff2'), url(/fnt/MullerLight.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Muller;
    src: local('Muller Medium'), local('MullerMedium'), url(/fnt/MullerMedium.woff2) format('woff2'), url(/fnt/MullerMedium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Muller;
    src: local('Muller Bold'), local('MullerBold'), url(/fnt/MullerBold.woff2) format('woff2'), url(/fnt/MullerBold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Muller;
    src: local('Muller Regular'), local('MullerRegular'), url(/fnt/MullerRegular.woff2) format('woff2'), url(/fnt/MullerRegular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

article,
aside,
audio,
b,
body,
canvas,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
img,
label,
li,
mark,
menu,
nav,
ol,
p,
section,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

html {
    height: 100%
}

body {
    position: relative;
    height: 100%;
    font-family: Muller, sans-serif;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    background-color: #0f141e;
    font-size: 16px;
    font-weight: 300
}

body *,
body :after,
body :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    border: none;
    max-width: 100%;
    vertical-align: bottom
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.container {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.wrapper {
    min-height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/bg-z.png);
    content: ""
}

.content__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.pd__header {
    padding-top: 100px
}

.noscroll {
    overflow: hidden
}

.nowrap {
    white-space: nowrap
}

.wow {
    visibility: hidden
}

[v-cloak] {
    display: none
}

.content__text {
    font-size: 18px;
    line-height: 1.5555555556
}

.content__text>* {
    margin-bottom: 35px
}

.content__text a {
    text-decoration: underline
}

.content__text a:hover {
    text-decoration: none
}

.content__text h1,
.content__text h2,
.content__text h3,
.content__text h4,
.content__text h5 {
    color: #fff;
    line-height: 1.1;
    font-weight: 700
}

.content__text h1 {
    font-size: 36px;
    margin: 45px 0
}

.content__text h2 {
    font-size: 32px;
    margin: 45px 0
}

.content__text h3 {
    font-size: 24px;
    margin: 30px 0
}

.content__text h4 {
    font-size: 20px;
    margin: 30px 0
}

.content__text h5 {
    font-size: 18px;
    margin: 30px 0
}

.content__text ol,
.content__text ul {
    padding-left: 26px
}

.content__text ol {
    list-style-type: none;
    counter-reset: num
}

.content__text li {
    position: relative
}

.content__text ul li:before {
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 11px;
    color: #fff;
    font-size: 16px;
    content: "•"
}

.content__text ol li:before {
    content: counter(num) ".";
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 8px;
    text-align: right
}

.content__text img {
    border-radius: 20px
}

.custom-markers li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
    line-height: 150%
}

.custom-markers li p {
    margin-bottom: 30px
}

.custom-markers li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 27px;
    background: url(/img/star.svg) no-repeat 50%;
    background-size: 25px
}

.c-blue {
    color: #00bdf9
}

.phead {
    margin-bottom: 40px
}

.text--center .phead__intro {
    margin-left: auto;
    margin-right: auto
}

.section__bgell {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 900px;
    z-index: -1
}

.section__bgell-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    height: 150%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .252) 0, rgba(0, 209, 255, .254) 51.5%, rgba(0, 194, 255, 0) 100%);
    -webkit-transform: translate(-40%, -45%);
    -ms-transform: translate(-40%, -45%);
    transform: translate(-40%, -45%);
    opacity: .7
}

.section__bgell-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 1500px;
    height: 1500px;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .497) 0, rgba(0, 102, 255, .259) 51.5%, rgba(0, 102, 255, 0) 100%);
    -webkit-transform: translate(20%, -35%);
    -ms-transform: translate(20%, -35%);
    transform: translate(20%, -35%)
}

.section__bgell-3 {
    position: absolute;
    right: 0;
    top: 0;
    width: 1500px;
    height: 1500px;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .252) 0, rgba(0, 209, 255, .254) 51.5%, rgba(0, 194, 255, 0) 100%);
    -webkit-transform: translate(40%, -10%);
    -ms-transform: translate(40%, -10%);
    transform: translate(40%, -10%);
    z-index: -1
}

.section__bgline_l {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/bg-line-left.svg) no-repeat left top
}

.section__bgline_r {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/bg-line-right.svg) no-repeat right top
}

.section__bgline_r.line-faq {
    background-image: url(/img/bg-line-right-2.svg)
}

.section__head {
    margin-bottom: 80px;
    max-width: 1180px
}

.section__head.hcols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px
}

.section__head.mw {
    max-width: 1000px
}

.section__head.mw--lg {
    max-width: 1100px
}

.section__head.mw--md {
    max-width: 887px
}

.section__head.mw--all {
    max-width: 100% !important
}

.section__head.mb--md {
    margin-bottom: 65px
}

.section__title {
    font-weight: 700;
    font-size: 53px;
    line-height: 1.1320754717
}

.section__title.fs-page {
    font-size: 63px
}

.section__title .text--bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#1af1ff), to(#377bff));
    background: linear-gradient(180deg, #1af1ff 0, #377bff 100%)
}

.section__subtitle {
    margin-top: 18px;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2
}

.section__intro {
    padding-left: 75px;
    background: url(/img/decor6.svg) no-repeat left top;
    background-size: 50px;
    max-width: 1020px;
    font-size: 24px;
    line-height: 1.4583333333;
    font-weight: 300;
    min-height: 79px;
    margin-top: 20px
}

.section__intro.fs--md {
    font-size: 25px;
    line-height: 1.52;
    letter-spacing: .01em
}

.section__intro.mw--lgx {
    max-width: 1400px
}

.section__intro.mw--lg {
    max-width: 1300px
}

.section__intro.mw--md {
    max-width: 1220px
}

.section__intro.mw--mdx {
    max-width: 1070px
}

.text--center .section__intro {
    margin-left: auto;
    margin-right: auto
}

.section__intro b {
    font-weight: 500
}

.section__intro p+p {
    margin-top: 15px
}

.section__buttons {
    margin-top: 80px;
    text-align: center
}

.section__buttons .btn--wlg {
    max-width: none;
    width: auto
}

.section__buttons-teaser {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 800px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px
}

.section__first {
    margin-top: 0 !important
}

.section__xg {
    margin-bottom: 280px
}

.section__mg {
    margin: 130px 0
}

.section__mb {
    margin-bottom: 150px
}

.section__mb--md {
    margin-bottom: 100px
}

.section__pd {
    padding: 130px 0
}

.section__pdt {
    padding-top: 70px
}

.section__tab {
    display: none
}

.section__tab.show {
    display: block
}

.text--center {
    text-align: center
}

.text--upper {
    text-transform: uppercase
}

.text--decor {
    text-decoration: underline
}

.text--white {
    color: #fff
}

.text--blue {
    color: #00bdf9
}

.text--bg {
    background: linear-gradient(89.92deg, #00fafa .05%, #0085ff 94.42%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important
}

.icon {
    stroke: currentColor;
    fill: none;
    color: inherit;
    font-size: inherit;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.icon--fill {
    fill: currentColor;
    stroke: initial
}

.icon path {
    stroke: currentColor;
    color: inherit;
    font-size: inherit;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fs--25 {
    font-size: 25px;
    line-height: 1.52;
    letter-spacing: .01em;
    font-weight: 700
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.social a {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    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: 1px solid rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 100px;
    color: #f0ffe9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden
}

.social a.telegram:hover {
    border-color: #1d93d2;
    background: -webkit-gradient(linear, left top, left bottom, from(#1d93d2), to(#38b0e3));
    background: linear-gradient(180deg, #1d93d2 0, #38b0e3 100%)
}

.social a.vcru:hover {
    background: #feebef;
    border-color: #feebef
}

.social a.youtube:hover {
    background: #ff2424;
    border-color: #ff2424
}

.social .icon {
    width: 19px;
    height: 19px
}

.social .img-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.social a:hover .img-hover {
    opacity: 1;
    visibility: visible
}

.hint {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 9px 20px 21px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    z-index: 5;
    max-width: 330px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    word-break: normal
}

.hint:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 12px);
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, .12);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .12);
    border-radius: 6px;
    background: #fff;
    content: "";
    z-index: -1
}

.hint:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin: -14px 0 0 -8px;
    border-top: 11px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: ""
}

.hint__box {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.hint__box:hover .hint {
    opacity: 1;
    visibility: visible
}

.hint__i {
    width: 20px;
    height: 20px;
    background: url(/img/hint-i.svg) no-repeat;
    cursor: pointer
}

.hint ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-top: 3px
}

.hint ul li::before {
    content: "🞄";
    margin-top: -2px
}

.link {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.link .icon {
    width: 20px;
    height: 20px;
    margin-left: 8px
}

.link__more {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 1.375;
    border-bottom: 1px solid
}

.link__more:hover {
    border-color: transparent
}

.link__more .close_t {
    display: none
}

.link__more.opened .open_t {
    display: none
}

.link__more.opened .close_t {
    display: block
}

.breadcrumbs {
    margin-bottom: 44px
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0
}

.breadcrumbs__item {
    color: rgba(255, 255, 255, .54);
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__item:not(:last-child):after {
    margin: 0 5px;
    color: #fff;
    content: "/"
}

.breadcrumbs__current {
    background: linear-gradient(91.63deg, #00f7f9 48.62%, #009efe 101.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.breadcrumbs__link {
    color: rgba(255, 255, 255, .54);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.breadcrumbs__link:hover {
    color: #fff
}

.drop {
    min-width: 235px;
    position: relative;
    z-index: 20
}

.drop__current {
    border: 1px solid rgba(0, 247, 249, .4);
    border-radius: 30px;
    position: relative;
    z-index: 1;
    height: 60px;
    padding: 0 24px 0 28px;
    position: relative;
    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;
    gap: 10px;
    color: #fff;
    font-size: 20px
}

.drop__current:after {
    position: relative;
    width: 20px;
    height: 20px;
    background: url(/img/drop-catalog-active.svg) no-repeat center center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: ""
}

.drop.opened .drop__current {
    border-radius: 30px 30px 0 0;
    border-bottom: none
}

.drop.opened .drop__current:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background-image: url(/img/drop-catalog.svg)
}

.drop__down {
    position: absolute;
    border-radius: 0 0 30px 30px;
    border: 1px solid rgba(0, 247, 249, .4);
    border-top: none;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 28px 0;
    border-top: none;
    opacity: 0;
    visibility: hidden
}

.drop.opened .drop__down {
    opacity: 1;
    visibility: visible
}

.drop__down ul {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.drop__down li {
    margin-top: 10px
}

.drop__down li.current {
    display: none
}

.drop__down li a {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.drop__down li a:hover {
    text-decoration: underline
}

.swiper-slide {
    height: auto
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 12px;
    height: 12px;
    border: 1px solid #737373;
    background: 0 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-button {
    width: 80px;
    height: 80px;
    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;
    top: 50%;
    right: 25px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    color: #000;
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .15) 11.49%, rgba(113, 229, 255, .15) 93.47%);
    border: 1px solid rgba(0, 250, 250, .2);
    border-radius: 50px
}

.swiper-button-prev {
    left: 25px;
    right: 0
}

.swiper-button-disabled {
    opacity: .49
}

.swiper-button:after {
    display: none
}

.swiper-button:hover {
    border-color: transparent;
    background: linear-gradient(89.03deg, #03bac0 11.77%, #0166f4 118.72%)
}

.swiper-button img {
    max-height: 40%
}

.swiper-button--md {
    width: 54px;
    height: 54px
}

.swiper-button-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-button-nav .swiper-pagination {
    position: static;
    width: auto;
    margin: 0 -6px
}

.swiper-scrollbar {
    margin: 50px 5px 0;
    height: 24px !important;
    padding: 5px 0;
    width: calc(100% - 10px) !important;
    position: relative !important;
    left: auto !important;
    bottom: auto !important
}

.swiper-scrollbar:first-child {
    margin-top: 0;
    margin-bottom: 36px
}

.swiper-scrollbar:before {
    position: absolute;
    left: -5px;
    top: 0;
    width: calc(100% + 10px);
    height: 100%;
    border: 1px solid rgba(2, 186, 192, .132);
    border-radius: 26px;
    content: ""
}

.swiper-scrollbar-drag {
    background: -webkit-gradient(linear, left top, right top, from(#00b5c2), to(#0164f6));
    background: linear-gradient(90deg, #00b5c2 0, #0164f6 100%);
    -webkit-box-shadow: 0 -2px 7px rgba(0, 159, 253, .38);
    box-shadow: 0 -2px 7px rgba(0, 159, 253, .38);
    border-radius: 26px;
    cursor: pointer
}

.mCSB_scrollTools {
    width: 24px;
    border-color: rgba(2, 186, 192, .132)
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 13px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00b5c2), to(#0164f6));
    background: linear-gradient(180deg, #00b5c2 0, #0164f6 100%);
    -webkit-box-shadow: 0 -2px 7px rgba(0, 159, 253, .38);
    box-shadow: 0 -2px 7px rgba(0, 159, 253, .38)
}

.input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input::-o-input-placeholder {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input::-moz-input-placeholder {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input:-moz-input-placeholder {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input input-placeholder {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input::-moz-placeholder {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input::placeholder {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input:-moz-placeholder-shown {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input:placeholder-shown {
    color: rgba(255, 255, 255, .38);
    opacity: 1
}

.input:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 0
}

.input:focus::-o-input-placeholder {
    color: transparent;
    opacity: 0
}

.input:focus::-moz-input-placeholder {
    color: transparent;
    opacity: 0
}

.input:focus:-moz-input-placeholder {
    color: transparent;
    opacity: 0
}

.input:focus::-ms-input-placeholder {
    color: transparent;
    opacity: 0
}

.input:focus:input-placeholder {
    color: transparent;
    opacity: 0
}

input[placeholder] {
    text-overflow: ellipsis
}

input::-moz-placeholder {
    text-overflow: ellipsis
}

input:-moz-placeholder {
    text-overflow: ellipsis
}

input:-ms-input-placeholder {
    text-overflow: ellipsis
}

.input.style--tiny {
    padding: 17px 20px;
    height: 57px;
    font-size: 18px;
    border-radius: 13px;
    font-weight: 300;
    margin-bottom: 25px
}

.bttn-label {
    border-radius: 50px;
    padding: 16px 20px 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.bttn-label.is--disabled {
    opacity: .1;
    pointer-events: none
}

.bttn-label.is--active {
    border-color: #59d1ff;
    color: #59d1ff;
    background: #193e63
}

.bttn-label input {
    display: none
}

.f-row__error {
    color: red;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 10px
}

.f-row label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    cursor: pointer;
    font-size: 18px
}

.f-row label .label {
    line-height: 1.3em
}

.f-row input[type=checkbox] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: -webkit-gradient(linear, right top, left top, from(#1363ff), to(#00e1e1));
    background: linear-gradient(to left, #1363ff, #00e1e1);
    position: relative
}

.f-row input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #122634;
    border-radius: 6px
}

.f-row input[type=checkbox]:checked:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background-image: url(/img/new-check-active.svg);
    background-size: 100%
}

.f-row input[type=radio] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: -webkit-gradient(linear, right top, left top, from(#1363ff), to(#00e1e1));
    background: linear-gradient(to left, #1363ff, #00e1e1);
    position: relative
}

.f-row input[type=radio]:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #122634;
    border-radius: 50%
}

.f-row input[type=radio]:checked:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background-image: url(/img/new-check-active.svg);
    background-size: 100%
}

.but,
input[type=submit] {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

button,
input {
    -webkit-appearance: none
}

.form__hint {
    padding-right: 40px
}

.line__input {
    position: relative;
    text-align: left;
    margin-bottom: 25px
}

.line__input.mb--sm {
    margin-bottom: 16px
}

.line__input .input {
    margin-bottom: 0
}

.line__input .hint__box {
    position: absolute;
    left: 100%;
    top: 22px;
    margin-left: 13px
}

.line__input .line__input-label {
    margin-bottom: 8px
}

.line__input-radios {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.line__input-radios label {
    cursor: pointer
}

.line__input-radios label input[type=radio] {
    position: absolute;
    left: -9999999999px
}

.line__input-radios label input[type=radio]:checked+.label:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #0c95f3;
    border-radius: 50%;
    top: 1px;
    left: 4px
}

.line__input-radios label .label {
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-left: 30px
}

.line__input-radios label .label:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #0c95f3;
    left: 0;
    top: -3px;
    background: rgba(38, 203, 255, .1)
}

.line__gpass {
    text-align: right;
    margin-top: -4px
}

.line__gpass a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7142857143
}

.line__gpass a:hover {
    border-color: transparent
}

.label__input {
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.75
}

.label__input .color-err {
    color: #f40000
}

.input {
    width: 100%;
    height: 80px;
    line-height: 78px;
    font-family: Muller, sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .06) 11.49%, rgba(113, 229, 255, .06) 93.47%);
    border-radius: 15px;
    border: 1px solid rgba(0, 250, 250, .2);
    padding: 0 38px;
    margin-bottom: 42px;
    outline: 0
}

.input.error {
    background: #ffeded !important;
    border-color: #b40202 !important;
    color: #b40202
}

.input.error::-webkit-input-placeholder {
    color: #b40202;
    opacity: 1
}

.input.error::-o-input-placeholder {
    color: #b40202;
    opacity: 1
}

.input.error::-moz-input-placeholder {
    color: #b40202;
    opacity: 1
}

.input.error:-moz-input-placeholder {
    color: #b40202;
    opacity: 1
}

.input.error::-ms-input-placeholder {
    color: #b40202;
    opacity: 1
}

.input.error input-placeholder {
    color: #b40202;
    opacity: 1
}

.input.error::-webkit-input-placeholder {
    color: #b40202;
    opacity: 1
}

.input.error::-moz-placeholder {
    color: #b40202;
    opacity: 1
}

.input.error:-ms-input-placeholder {
    color: #b40202;
    opacity: 1
}

.input.error::-ms-input-placeholder {
    color: #b40202;
    opacity: 1
}

.input.error::placeholder {
    color: #b40202;
    opacity: 1
}

.input.error:-moz-placeholder-shown {
    color: #b40202;
    opacity: 1
}

.input.error:-ms-input-placeholder {
    color: #b40202;
    opacity: 1
}

.input.error:placeholder-shown {
    color: #b40202;
    opacity: 1
}

.input--rd {
    border-radius: 50px
}

.input--mw {
    max-width: 80%
}

.input--lk {
    height: 64px;
    line-height: 62px;
    font-size: 16px;
    border-radius: 14px;
    padding: 2px 28px 0;
    background: 0 0;
    border: 1.5px solid rgba(255, 255, 255, .2)
}

.input.input--tiny {
    height: 57px;
    border-color: #0c95f3;
    background: rgba(38, 203, 255, .1);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 21.5px;
    padding: 17px 21px;
    color: #0f141e
}

.input.input--tiny::-webkit-input-placeholder {
    color: rgba(15, 20, 30, .56)
}

.input.input--tiny::-moz-placeholder {
    color: rgba(15, 20, 30, .56)
}

.input.input--tiny:-ms-input-placeholder {
    color: rgba(15, 20, 30, .56)
}

.input.input--tiny::-ms-input-placeholder {
    color: rgba(15, 20, 30, .56)
}

.input.input--tiny::placeholder {
    color: rgba(15, 20, 30, .56)
}

textarea.input {
    line-height: normal;
    padding: 30px 38px;
    resize: none;
    height: 125px
}

.line__pass {
    position: relative
}

.line__pass .passview {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: url(/img/show-pwd.svg) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    outline: 0
}

.line__pass .passview.view {
    background-image: url(/img/hide-pwd.svg)
}

.line__pass .input {
    padding-right: 70px
}

.line__btn {
    margin-top: 65px
}

.btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 103px;
    background: linear-gradient(89.92deg, #00bdbd .05%, #0057ff 94.42%);
    -webkit-box-shadow: 0 4px 21px rgba(70, 37, 241, .37), inset -2px 5px 18px rgba(221, 221, 221, .16);
    box-shadow: 0 4px 21px rgba(70, 37, 241, .37), inset -2px 5px 18px rgba(221, 221, 221, .16);
    border: none;
    border-radius: 50px;
    font-family: Muller, sans-serif;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 2px 50px 0;
    z-index: 2;
    text-underline-position: under;
    text-decoration-thickness: 1px !important
}

.btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(89.92deg, #00bdbd .05%, #0057ff 94.42%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    content: "";
    z-index: -1
}

.btn:hover {
    text-decoration: underline;
    background: linear-gradient(89.92deg, #00bdbd .05%, #0057ff 94.42%)
}

.btn:hover:after {
    opacity: .6
}

.btn--sm {
    height: 52px;
    font-size: 18px;
    padding: 0 40px
}

.btn--md {
    height: 75px;
    font-size: 18px;
    padding: 2px 40px 0
}

.btn--lg {
    height: 66px;
    font-size: 24px;
    padding: 21px 20px
}

.btn--mdx {
    height: 85px;
    font-size: 22px;
    padding: 2px 50px 0
}

.btn--wlg {
    width: 100%;
    max-width: 430px
}

.btn--wall {
    width: 100%
}

.btn--bd {
    padding-top: 2px;
    color: #fff;
    font-weight: 400;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn--bd:after {
    display: none
}

.btn--bd:hover {
    background: linear-gradient(92.61deg, rgba(88, 209, 255, .2) 8.74%, rgba(40, 150, 253, .2) 103.55%);
    border-color: #68b3ff
}

.btn.btn--border {
    border: 1px solid #fff;
    background: 0 0;
    -webkit-box-shadow: 0 4px 21px 0 rgba(70, 37, 241, .37), -2px 5px 18px 0 rgba(221, 221, 221, .16) inset;
    box-shadow: 0 4px 21px 0 rgba(70, 37, 241, .37), -2px 5px 18px 0 rgba(221, 221, 221, .16) inset
}

.btn.btn--border:after {
    display: none
}

.btn--play {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    background: 0 0;
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .06) 11.49%, rgba(113, 229, 255, .06) 93.47%);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 130px;
    border: 1px solid rgba(0, 133, 255, .2)
}

.btn--play:after {
    display: none
}

.btn--play:before {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 83px;
    height: 83px;
    background: url(/img/play.png) no-repeat;
    background-size: cover;
    content: ""
}

.btn--play:hover {
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .2) 11.49%, rgba(113, 229, 255, .2) 93.47%)
}

.form-webinar .errors {
    color: red
}

.form-webinar .errors p {
    margin-bottom: 30px
}

.form-connection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-connection .item {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    position: relative;
    min-width: 70px
}

.form-connection .item>div {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 1px !important
}

.form-connection .item img {
    margin-bottom: 8px;
    width: 42px
}

.form-connection .item input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -500px;
    top: -500px;
    display: none
}

.form-connection .item:hover div {
    text-decoration: none
}

.form-connection .item :checked+div {
    font-weight: 700;
    text-decoration: none
}

.input-connection {
    display: none
}

.input-connection.active {
    display: block
}

.form__check {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4285714286
}

.form__check span {
    padding-top: 2px
}

.jq-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(/img/check.svg) no-repeat
}

.jq-checkbox.checked {
    background-image: url(/img/check-active.svg)
}

.counter {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #00bafc;
    border-radius: 22px;
    width: 190px;
    height: 70px;
    font-size: 32px;
    font-weight: 400
}

.counter__button {
    width: 63px;
    height: 100%;
    background: 0 0;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    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-bottom: 2px;
    position: relative
}

.counter__button-minus {
    padding-bottom: 2px
}

.counter__button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/plus.svg) no-repeat center center;
    content: ""
}

.counter__button-minus:before {
    background-image: url(/img/minus.svg)
}

.counter__button:hover {
    background: linear-gradient(162.73deg, #00bafc 3.01%, #00effa 88.14%)
}

.counter__value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-top: 2px;
    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-left: 1px solid #00bafc;
    border-right: 1px solid #00bafc
}

.fasoc {
    margin-top: 55px
}

.fasoc__or {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .4);
    font-size: 14px
}

.fasoc__or:after,
.fasoc__or:before {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    content: ""
}

.fasoc__list {
    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;
    gap: 24px
}

.fasoc__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 52px
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    z-index: 9999
}

.popup__content {
    width: 100%;
    min-height: 100%;
    overflow: auto;
    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: 10px 10px;
    position: relative;
    z-index: 1
}

.popup__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65)
}

.popup__container {
    position: relative;
    width: 100%;
    max-width: 1015px;
    padding: 68px 55px;
    background: #0f141e;
    border-radius: 60px;
    overflow: hidden;
    text-align: center
}

.popup__container:before {
    position: absolute;
    left: -30%;
    top: -10%;
    width: 649.44px;
    height: 532.3px;
    background: rgba(0, 102, 255, .3);
    -webkit-filter: blur(200px);
    filter: blur(200px);
    -webkit-transform: rotate(-111.39deg);
    -ms-transform: rotate(-111.39deg);
    transform: rotate(-111.39deg);
    content: ""
}

.popup__container:after {
    position: absolute;
    right: -40%;
    bottom: -5%;
    width: 760.53px;
    height: 681.73px;
    background: rgba(0, 219, 249, .45);
    opacity: .5;
    -webkit-filter: blur(250px);
    filter: blur(250px);
    -webkit-transform: rotate(135.58deg);
    -ms-transform: rotate(135.58deg);
    transform: rotate(135.58deg);
    content: ""
}

.popup--rekv .popup__container {
    max-width: 765px;
    padding: 66px 80px 77px;
    text-align: left
}

.popup--rekv .popup__container:before {
    left: -40%;
    top: -15%
}

.popup--rekv .popup__container:after {
    right: -85%;
    bottom: -85%
}

.popup__close {
    position: absolute;
    right: 65px;
    top: 65px;
    cursor: pointer;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup__close path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.popup__close:hover path {
    fill: #fff;
    fill-opacity: 1
}

.popup__body {
    position: relative;
    z-index: 1
}

.popup__head {
    margin-bottom: 40px
}

.popup--rekv .popup__head {
    margin-bottom: 30px
}

.popup__title {
    font-weight: 700;
    font-size: 53px;
    line-height: 1.1320754717
}

.popup__intro {
    text-align: left;
    max-width: 520px;
    margin: 34px auto 0;
    padding-left: 70px;
    background: url(/img/decor6.svg) no-repeat left top;
    background-size: 50px;
    font-size: 24px;
    line-height: 1.4583333333;
    font-weight: 300;
    min-height: 79px
}

.popup__intro b {
    font-weight: 700
}

.popup form {
    max-width: 510px;
    margin: 0 auto
}

.popup form .btn {
    min-width: 270px
}

.popup .mwform {
    max-width: 570px
}

.popup__rekv {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5
}

.popup__rekv-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px
}

.popup--auth .popup__container {
    max-width: 720px;
    text-align: left;
    padding: 50px 70px;
    background: 0 0
}

.popup--auth .popup__container:after,
.popup--auth .popup__container:before {
    display: none
}

.popup--auth .popup__close {
    right: 40px;
    top: 40px;
    width: 24px;
    height: 24px
}

.popup--auth .popup__close path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.popup--auth .popup__close:hover path {
    stroke-opacity: 1
}

.popup--auth .popup__title {
    font-size: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.popup--auth form {
    max-width: 100% !important
}

.popup--reg .popup__container {
    max-width: 820px;
    max-height: calc(var(--vh) * 90);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0 !important
}

.popup--reg .popup__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr
}

.popup--reg .popup__bottom {
    margin-bottom: 0 !important;
    padding-bottom: 30px
}

.popup__scroll {
    height: 100%;
    overflow: auto;
    width: calc(100% + 40px)
}

.popup__scroll .mCSB_container {
    padding-right: 40px
}

.popup__scroll .mCSB_scrollTools {
    width: 12px;
    border-color: rgba(18, 107, 253, .2);
    height: calc(100% - 60px)
}

.popup__scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #126bfd
}

.popup__scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    -webkit-box-shadow: 0 10px 10px rgba(0, 32, 198, .3);
    box-shadow: 0 10px 10px rgba(0, 32, 198, .3)
}

.popup__scroll form {
    margin-right: 60px
}

.popup__scroll .hint {
    max-width: 420px;
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%)
}

.popup__scroll .hint::after {
    left: 80%
}

.popup__subtext {
    margin-top: 10px;
    max-width: 440px;
    line-height: 1.625
}

.popup__subtext.wall {
    max-width: 100%
}

.popup__cbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 70px;
    overflow: hidden;
    background: #0f141e
}

.popup__cbg:before {
    position: absolute;
    left: -570px;
    top: -200px;
    width: 1578.65px;
    height: 1234.49px;
    background: radial-gradient(48.46% 48.46% at 50% 50%, #0075ff 0, rgba(0, 125, 255, .3104) 48.96%, rgba(0, 133, 255, 0) 100%);
    opacity: .3;
    -webkit-transform: rotate(-125.46deg);
    -ms-transform: rotate(-125.46deg);
    transform: rotate(-125.46deg);
    content: ""
}

.popup__cbg:after {
    position: absolute;
    top: -204px;
    left: 140pxs;
    width: 2751.57px;
    height: 1031.4px;
    background: radial-gradient(48.46% 48.46% at 50% 50%, rgba(0, 240, 255, .8) 0, rgba(0, 240, 255, .2583) 48.96%, rgba(0, 240, 255, 0) 100%);
    opacity: .7;
    -webkit-transform: rotate(-7.33deg);
    -ms-transform: rotate(-7.33deg);
    transform: rotate(-7.33deg);
    content: ""
}

.popup .popup__agreements {
    color: rgba(15, 20, 30, .63);
    font-size: 11px;
    font-weight: 300;
    line-height: 140%
}

.popup .popup__agreements a {
    color: rgba(15, 20, 30, .63);
    border-bottom: 1px solid rgba(15, 20, 30, .13)
}

.popup .popup__agreements a:hover {
    border-bottom-color: transparent
}

.popup__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 70px
}

.popup__buttons.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__buttons.mt-md {
    margin-top: 56px
}

.popup__buttons.mt-sm {
    margin-top: 20px
}

.popup__buttons.mb-sm {
    margin-bottom: 25px
}

.popup__buttons .btn--bd:before {
    background: #04396c
}

.popup__buttons.full-width-bttn .btn {
    width: 100%
}

.popup__bottom {
    margin-bottom: -15px;
    margin-top: 50px;
    text-align: center;
    font-weight: 400;
    font-size: 14px
}

.popup__bottom a {
    position: relative;
    background: linear-gradient(89.92deg, #00e1e1 14.46%, #1363ff 104.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 14px;
    line-height: 1.7142857143;
    font-weight: 700
}

.popup__bottom a:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background: linear-gradient(89.92deg, #00e1e1 14.46%, #1363ff 104.05%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: ""
}

.popup__bottom a:hover:after {
    opacity: 0;
    visibility: hidden
}

.popup__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.popup__code-line {
    margin: 0 8px;
    height: 1.5px;
    width: 26px;
    background: #fff
}

.popup__code .input {
    width: 64px;
    text-align: center;
    padding: 0;
    margin-bottom: 0
}

.popup__repeat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px
}

.popup__repeat-t {
    position: relative;
    background: linear-gradient(89.92deg, #00e1e1 64.46%, #1363ff 104.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 14px;
    line-height: 1.7142857143;
    font-weight: 700
}

.popup__repeat-t:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background: linear-gradient(89.92deg, #00e1e1 64.46%, #1363ff 104.05%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: ""
}

.popup__repeat-t:hover:after {
    opacity: 0;
    visibility: hidden
}

.popup__repeat-time {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 1.7142857143
}

.popup.popup--webinar .xs-visible {
    display: none !important
}

.popup.popup--webinar .popup__close {
    right: 50px;
    top: 50px
}

.popup.popup--webinar .popup__container {
    background: 0 0;
    padding: 0;
    max-width: none
}

.popup.popup--webinar .popup__container:after,
.popup.popup--webinar .popup__container:before {
    display: none
}

.popup.popup--webinar .xs-speaker {
    display: none
}

.popup.popup--webinar .c-form__webinar {
    max-width: 910px;
    margin: auto
}

.popup.popup--webinar .c-form__webinar .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -87px
}

.popup.popup--webinar .speaker-hand-right {
    position: absolute;
    left: 16%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: -37px
}

.popup.popup--webinar .speaker-hand-left {
    position: absolute;
    right: 13%;
    top: 30px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.popup.popup--webinar .speaker-data {
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    margin-bottom: -30px
}

.popup.popup--webinar .speaker-data .title {
    font-size: 16px;
    color: #319eff;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .4px;
    margin-bottom: 5px
}

.popup.popup--webinar .speaker-data .body {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px
}

.popup.popup--webinar .form-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup.popup--webinar .form-content__data {
    border-radius: 60px;
    background: #fff;
    padding: 80px;
    color: #0f141e;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.popup.popup--webinar .form-content__data .fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    text-align: left;
    position: relative;
    z-index: 1
}

.popup.popup--webinar .form-content__data .fields-wrap .top {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px
}

.popup.popup--webinar .form-content__data .fields-wrap .top .text--bg {
    background: -webkit-gradient(linear, left top, right top, color-stop(.05%, #00fafa), color-stop(94.42%, #0085ff));
    background: linear-gradient(90deg, #00fafa .05%, #0085ff 94.42%)
}

.popup.popup--webinar .form-content__data .fields-wrap .reg-now {
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: .45px
}

.popup.popup--webinar .form-content__data .fields-wrap .start-usage {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 113%;
    margin-bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#03bac0), to(#0185e0));
    background: linear-gradient(180deg, #03bac0 0, #0185e0 100%)
}

.popup.popup--webinar .form-content__data .fields-wrap .is--first {
    max-width: 350px
}

.popup.popup--webinar .form-content__data .bgr-1 {
    position: absolute;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    top: -320px;
    left: -400px;
    -webkit-transform: rotate(-111.391deg);
    -ms-transform: rotate(-111.391deg);
    transform: rotate(-111.391deg)
}

.popup.popup--webinar .form-content__data .bgr-2 {
    position: absolute;
    top: -100px;
    right: -360px;
    -webkit-transform: rotate(135.579deg);
    -ms-transform: rotate(135.579deg);
    transform: rotate(135.579deg);
    -webkit-filter: blur(250px);
    filter: blur(250px)
}

.popup.popup--webinar .form-content__data .reg-prezent {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px
}

.popup.popup--webinar .form-content__data .bottom {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.popup.popup--consultation .consultation-form__date {
    margin-bottom: 27px
}

.popup.popup--consultation .consultation-form__date .form__days {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 17px
}

.popup.popup--consultation .consultation-form__date .form__days .form__mounth-days {
    overflow: auto;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup.popup--consultation .consultation-form__date .form__days.is--scrollable {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    margin-left: -55px;
    padding-left: 55px;
    margin-right: -55px;
    padding-left: 55px
}

.popup.popup--consultation .consultation-form__date .form__days.is--scrollable::-webkit-scrollbar {
    display: none
}

.popup.popup--consultation .form__date-title {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
    opacity: .3
}

.popup.popup--consultation .preferred-time {
    margin-bottom: 15px;
    font-size: 16px
}

.popup.popup--consultation .popup__agreements {
    color: #fff
}

.popup.popup--consultation .popup__agreements a {
    color: #fff
}

.popup.popup--consultation .popup__container {
    max-width: 650px
}

.popup.popup--consultation .popup__container .consultation-form {
    text-align: left;
    margin: 0;
    max-width: 100%
}

.popup.popup--consultation .consultation-form__questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px
}

.popup.popup--consultation .consultation-form__questions .title {
    margin-bottom: 16px
}

.popup.popup--consultation .consultation-form__questions .variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.popup.popup--consultation .consultation-form__price {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

ul.custom-arrow {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.5px;
    color: #0f141e;
    margin-bottom: 20px;
    padding-left: 62px
}

ul.custom-arrow li {
    margin-bottom: 10px;
    position: relative
}

ul.custom-arrow li:after {
    content: "";
    position: absolute;
    background: url(/img/ul-marker.svg) no-repeat 50%;
    width: 44px;
    height: 12px;
    top: 4px;
    left: -64px
}

.header {
    padding: 56px 0 44px;
    position: relative;
    z-index: 999
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.header__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.header__auth .btn {
    font-size: 18px;
    height: 52px;
    padding: 0 25px
}

.header__auth .btn:hover {
    text-decoration: underline
}

.header__auth-login {
    padding-left: 30px;
    padding-right: 30px
}

.header__lang {
    position: relative;
    z-index: 5;
    width: 115px
}

.header__lang-current {
    position: relative;
    height: 38px;
    border-radius: 200px;
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-filter: drop-shadow(3px 8px 21px rgba(122, 22, 250, .01));
    filter: drop-shadow(3px 8px 21px rgba(122, 22, 250, .01));
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .87);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 14px
}

.header__lang-current img {
    width: 20px;
    position: relative;
    top: -1px
}

.header__lang-current .icon {
    width: 11px;
    height: 6px;
    margin-left: auto
}

.header__lang.opened .header__lang-current {
    border-radius: 20px 20px 0 0;
    border-bottom: none
}

.header__lang.opened .header__lang-current .icon {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    color: #0eb5fd
}

.header__lang-open {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: 0
}

.header__lang-drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 20px 20px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-top: none;
    overflow: hidden;
    padding-bottom: 5px
}

.header__lang-drop li.current {
    display: none
}

.header__lang-drop li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .87);
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header__lang-drop li a img {
    width: 20px
}

.header__lang-drop li a:hover {
    font-weight: 500
}

.header__lang.opened .header__lang-drop {
    opacity: 1;
    visibility: visible
}

.header__burger {
    display: none
}

.navfix {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.navfix__hmob {
    display: none
}

.navfix__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.navfix__menu li a {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative
}

.navfix__menu li a:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90.63deg, #59d3ff 2.75%, #0065fc 141.87%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    content: ""
}

.navfix__menu li a.is--selected,
.navfix__menu li a:hover {
    color: #59d3ff;
    background: linear-gradient(90.63deg, #59d3ff 2.75%, #0065fc 141.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.navfix__menu li a.is--selected:after,
.navfix__menu li a:hover:after {
    opacity: 1;
    visibility: visible
}

.footer {
    position: relative;
    padding: 135px 0 72px;
    border-radius: 100px 100px 0 0;
    overflow: hidden
}

.footer:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(134deg, rgba(14, 102, 250, .2) 0, rgba(75, 226, 246, .2) 100%);
    opacity: .8
}

.footer:before {
    position: absolute;
    top: 0;
    left: 30%;
    width: 600px;
    height: 600px;
    background: rgba(0, 219, 249, .34);
    opacity: .5;
    -webkit-filter: blur(250px);
    filter: blur(250px);
    content: "";
    z-index: 2
}

.footer__inner {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 30px
}

.footer__clogo {
    width: 20%
}

.footer__cmt {
    margin-top: 58px
}

.footer__logo {
    display: block;
    height: 43px
}

.footer__sname {
    margin-top: 15px;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5833333333;
    text-transform: uppercase
}

.footer__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    width: 45%;
    max-width: 640px
}

.footer__menu li+li {
    margin-top: 20px
}

.footer__menu li a {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.7272727273;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-underline-position: under;
    text-decoration-thickness: 1px !important;
    display: block;
    line-height: 120%
}

.footer__menu li a>span {
    position: relative
}

.footer__menu li a>span:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90.63deg, #59d3ff 2.75%, #0065fc 141.87%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    content: ""
}

.footer__menu li a:hover span {
    background: linear-gradient(89.7deg, #00b6c1 3.26%, #006bf2 94.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: #00bdf9
}

.footer__menu li a:hover span:after {
    opacity: 1;
    visibility: visible
}

.footer__contacts {
    width: 16%;
    position: relative
}

.footer__contacts:after {
    position: absolute;
    top: 0;
    left: 10%;
    -webkit-transform: translate(-30%, -40%);
    -ms-transform: translate(-30%, -40%);
    transform: translate(-30%, -40%);
    width: 1500px;
    height: 1500px;
    opacity: .5;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .36) 0, rgba(0, 209, 255, .22) 51.5%, rgba(0, 194, 255, 0) 100%);
    content: "";
    z-index: -1
}

.footer__middle .footer__contacts:after {
    display: none
}

.footer__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.7272727273
}

.footer__contacts-item+.footer__contacts-item {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__contacts-item img {
    position: relative;
    top: -2px
}

.footer__contacts-item a {
    color: #fff
}

.footer__contacts-item a:hover {
    text-decoration: underline
}

.footer__contacts-social {
    margin-top: 25px
}

.footer__contacts-addr {
    font-size: 18px;
    line-height: 1.8333333333
}

.footer__middle {
    margin-top: 50px
}

.footer__copy {
    font-size: 18px;
    line-height: 2.1111111111
}

.footer__copy i {
    font-style: normal
}

.footer__copy a {
    font-weight: 500;
    text-decoration: underline;
    color: #fff
}

.footer__copy a:hover {
    color: #1df0fe;
    background: linear-gradient(96.95deg, #1df0fe .32%, #48b1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.footer__bottom {
    margin-top: 50px;
    gap: 40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px
}

.footer__links a {
    font-weight: 200;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(255, 255, 255, .56);
    -webkit-transition: all .3s;
    transition: all .3s;
    text-underline-position: under;
    text-decoration-thickness: 1px !important
}

.footer__links a:hover {
    font-weight: 500;
    color: #fff;
    text-decoration: underline
}

.footer__fait {
    position: relative;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 700;
    font-size: 18px;
    line-height: 1
}

.footer__fait:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90.63deg, #59d3ff 2.75%, #0065fc 141.87%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    content: ""
}

.footer__fait span {
    background: linear-gradient(91.91deg, #13e9fe 1.69%, #4f97ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative
}

.footer__fait:hover:after {
    opacity: 1;
    visibility: visible
}

.footer__fait img,
.footer__fait svg {
    margin-left: 6px;
    width: 17px;
    position: relative;
    top: -5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.m-trigger {
    display: none
}

.about__item-vplay {
    position: relative;
    cursor: pointer
}

.hero {
    position: relative;
    margin-bottom: 150px
}

.hero:before {
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .252) 0, rgba(0, 209, 255, .154) 51.5%, rgba(0, 194, 255, 0) 100%);
    width: 1000px;
    height: 1000px;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    content: ""
}

.hero:after {
    position: absolute;
    width: 1400px;
    height: 1400px;
    top: 0;
    right: 0;
    -webkit-transform: translate(40%, 0);
    -ms-transform: translate(40%, 0);
    transform: translate(40%, 0);
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .36) 0, rgba(0, 209, 255, .22) 51.5%, rgba(0, 194, 255, 0) 100%);
    content: "";
    z-index: -1
}

.hero__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .03fr 1fr;
    grid-template-columns: 1fr .03fr 1fr
}

.hero__inner.style--2 {
    border-radius: 50px;
    padding: 90px 100px 100px 100px;
    position: relative
}

.hero__inner.style--2 .section__head {
    margin-bottom: 30px
}

.hero__inner.style--2 .hero__anim:after {
    display: none
}

.hero__inner.style--2 .hero__anim .hero__anim-img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.hero__inner.style--2 .hero__anim .hero__anim-i.i-2 {
    left: 53%;
    bottom: -17%
}

.hero__inner.style--2 .hero-consultation__content {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em
}

.hero__inner.style--2 .hero-consultation__content p {
    margin-bottom: 20px
}

.hero__inner.style--2 .custom-arrow {
    color: #fff;
    margin-bottom: 30px
}

.hero__inner.style--2 .custom-arrow li {
    margin-bottom: 20px
}

.hero__inner.style--2 .custom-arrow li:after {
    background: url(/img/ul-marker-2.svg) no-repeat 50%
}

.hero__inner.style--2 .cost {
    font-weight: 700
}

.hero__inner.style--2 .hero__anim-img {
    height: 100%
}

.hero__info {
    padding-top: 30px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.hero__anim {
    position: relative;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 50px
}

.hero__anim:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200%;
    padding-bottom: 200%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .497) 0, rgba(0, 102, 255, .189) 51.5%, rgba(0, 102, 255, 0) 100%);
    content: "";
    z-index: -1
}

.hero__anim-img {
    -webkit-transform: translate(-10%, -6%);
    -ms-transform: translate(-10%, -6%);
    transform: translate(-10%, -6%);
    position: relative;
    width: 117%
}

.hero__anim-i {
    position: absolute;
    -webkit-animation: 3s floating infinite;
    animation: 3s floating infinite
}

.hero__anim-i.i-1 {
    left: 0;
    bottom: 0;
    width: 95%;
    -webkit-animation-duration: 6s;
    animation-duration: 6s
}

.hero__anim-i.i-2 {
    left: 28%;
    bottom: 20%;
    width: 72%;
    z-index: 3;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.hero__anim-i.i-3 {
    left: 7%;
    top: 0;
    width: 80%;
    z-index: 5;
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.hero__anim-r {
    position: absolute
}

.hero__anim-r.r-1 {
    left: 11.5%;
    top: 10%;
    width: 18.5%;
    z-index: 5
}

.hero__anim-r.r-2 {
    right: 7%;
    top: 8%;
    width: 24%;
    z-index: -1
}

.hero__anim-r.r-3 {
    left: 7%;
    bottom: 0;
    width: 10%;
    left: 30%;
    bottom: 10%;
    width: 14%
}

.hero__title {
    font-weight: 700;
    font-size: 63px;
    line-height: 1.1111111111
}

.hero .hero__teaser {
    font-family: Muller;
    font-size: 18px;
    line-height: 150%;
    margin: 40px 0
}

.hero__descr {
    margin-top: 35px;
    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;
    gap: 40px;
    max-width: 680px
}

.hero__intro {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .82);
    padding-left: 65px;
    background: url(/img/decor.svg) no-repeat left top;
    max-width: 590px
}

.hero__time {
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1;
    font-weight: 500
}

.hero__time-title {
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase
}

.hero .hero__buttons {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    gap: 40px
}

.hero .hero__marquee {
    font-family: Muller;
    font-size: 18px;
    line-height: 150%;
    display: -ms-grid;
    display: grid
}

.hero .hero__marquee .hero__marquee-item {
    opacity: 0;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1
}

.hero .about__item-vplay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px
}

.hero .text--time {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 100
}

.m-base-block {
    margin-bottom: 150px;
    position: relative
}

.m-base-block:after {
    position: absolute;
    width: 1400px;
    height: 1400px;
    top: 0;
    right: 0;
    -webkit-transform: translate(40%, 0);
    -ms-transform: translate(40%, 0);
    transform: translate(40%, 0);
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .36) 0, rgba(0, 209, 255, .22) 51.5%, rgba(0, 194, 255, 0) 100%);
    content: "";
    z-index: -1
}

.m-base-block.style--reversed .m-base-block__bgr {
    background: linear-gradient(40deg, rgba(226, 41, 41, .05) 0, rgba(255, 136, 136, 0) 100%)
}

.m-base-block.style--reversed .m-base-block__inner {
    grid-auto-flow: dense;
    direction: rtl
}

.m-base-block.style--reversed .m-base-block__cnt {
    direction: ltr
}

.m-base-block.style--reversed .m-base-block__anim-i.i-1 {
    width: auto
}

.m-base-block.style--reversed .m-base-block__anim:after {
    display: none
}

.m-base-block__inner {
    border-radius: 50px;
    padding: 90px 100px 100px 100px;
    position: relative;
    z-index: 5;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .03fr 1fr;
    grid-template-columns: 1fr .03fr 1fr
}

.m-base-block__inner:before {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -3;
    background: linear-gradient(65.28deg, #0f141e 6.45%, rgba(47, 218, 255, 0) 86.4%);
    border-radius: 50px;
    content: ""
}

.m-base-block__inner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: linear-gradient(65.28deg, rgba(0, 250, 250, .1) 6.45%, rgba(0, 133, 255, 0) 86.4%);
    border-radius: 50px;
    content: ""
}

.m-base-block__cnt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.m-base-block__title-wrap {
    margin-bottom: 30px;
    max-width: 1180px
}

.m-base-block__text-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em
}

.m-base-block__text-content .text--bg {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: .575px;
    line-height: 1.3em
}

.m-base-block__text-content p {
    margin-bottom: 20px
}

.m-base-block__text-content .custom-arrow {
    color: #fff;
    margin-bottom: 30px
}

.m-base-block__text-content .custom-arrow li {
    margin-bottom: 20px
}

.m-base-block__text-content .custom-arrow li:after {
    background: url(/img/ul-marker-2.svg) no-repeat 50%
}

.m-base-block__text-content .cost {
    font-weight: 700
}

.m-base-block__text-content .m-base-block__buttons {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px
}

.m-base-block__bgr {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 7px);
    height: calc(100% - 6px);
    z-index: -2;
    background: linear-gradient(65.28deg, rgba(22, 85, 158, .05) 6.45%, rgba(47, 218, 255, 0) 86.4%);
    border-radius: 50px;
    content: ""
}

.m-base-block__anim {
    position: relative;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 30px
}

.m-base-block__anim:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200%;
    padding-bottom: 200%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .497) 0, rgba(0, 102, 255, .189) 51.5%, rgba(0, 102, 255, 0) 100%);
    content: "";
    z-index: -1
}

.m-base-block__anim-img {
    height: 100%;
    position: relative;
    width: 100%
}

.m-base-block__anim-i {
    position: absolute;
    -webkit-animation: 3s floating infinite;
    animation: 3s floating infinite
}

.m-base-block__anim-i.i-1 {
    left: 0;
    top: 0;
    width: 95%;
    -webkit-animation-duration: 6s;
    animation-duration: 6s
}

.m-base-block__anim-i.i-2 {
    left: 53%;
    top: 50%;
    width: 72%;
    z-index: 3;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.hero-problems {
    position: relative;
    margin-bottom: 150px;
    z-index: 10
}

.hero-problems__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 40px;
    border-radius: 50px;
    background: linear-gradient(40deg, rgba(226, 41, 41, .05) 0, rgba(255, 136, 136, 0) 100%);
    padding: 90px 40px;
    border: 1px solid rgba(0, 250, 250, .1)
}

.hero-problems__info {
    padding-top: 30px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.hero-problems__fold {
    position: relative;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    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
}

.hero-problems__title {
    font-weight: 700;
    font-size: 53px;
    line-height: 1.1111111111
}

.hero-problems__descr {
    margin-top: 50px;
    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;
    gap: 40px;
    max-width: 680px
}

.hero-problems__descr .text--bg {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: .575px;
    line-height: 1.3em
}

.hero-problems__descr p:not(.text--bg) {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em
}

.hero-problems__descr p:not(.text--bg):not(:last-of-type) {
    margin-bottom: 20px
}

.hero-problems__intro {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .82);
    max-width: 590px
}

.hero-problems__time {
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1;
    font-weight: 500
}

.hero-problems__time-title {
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase
}

.hero-problems__buttons {
    margin-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

.hero-problems__buttons-prop {
    margin-top: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-size: 18px
}

.hero-problems__buttons-prop img {
    position: relative;
    top: -1px
}

.hero-problems .about__item-vplay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px
}

.hero-problems .text--time {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 100
}

.hero-what-is-ai {
    position: relative;
    margin-bottom: 150px;
    z-index: 10
}

.hero-what-is-ai__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 40px
}

.hero-what-is-ai__info {
    padding-top: 30px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    z-index: 1
}

.hero-what-is-ai__info .inner {
    padding-left: 70px;
    background: url(/img/decor2.svg) no-repeat left top
}

.hero-what-is-ai__info .inner .hero__buttons {
    margin-top: 60px
}

.hero-what-is-ai__fold {
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
    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
}

.hero-what-is-ai__title {
    font-weight: 700;
    font-size: 53px;
    line-height: 1.1111111111
}

.hero-what-is-ai__fold-img {
    position: relative
}

.hero-what-is-ai__fold-img:before {
    position: absolute;
    top: 50%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    opacity: .4;
    padding-bottom: 80%;
    background: radial-gradient(37.62% 37.62% at 50.05% 52.6%, rgba(0, 102, 255, .71) 0, rgba(0, 102, 255, .27) 51.5%, rgba(0, 102, 255, 0) 100%);
    content: "";
    z-index: -1
}

.hero-what-is-ai__descr {
    margin-top: 50px;
    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;
    gap: 40px;
    max-width: 680px
}

.hero-what-is-ai__descr .text--bg {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: .575px;
    line-height: 1.3em
}

.hero-what-is-ai__descr p:not(.text--bg) {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em
}

.hero-what-is-ai__descr p:not(.text--bg):not(:last-of-type) {
    margin-bottom: 20px
}

.hero-what-is-ai__intro {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .82);
    max-width: 590px
}

.hero-what-is-ai__time {
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1;
    font-weight: 500
}

.hero-what-is-ai__time-title {
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase
}

.hero-what-is-ai__buttons {
    margin-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

.hero-what-is-ai__buttons-prop {
    margin-top: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-size: 18px
}

.hero-what-is-ai__buttons-prop img {
    position: relative;
    top: -1px
}

.hero-what-is-ai .about__item-vplay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px
}

.hero-what-is-ai .text--time {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 100
}

.hide-desktop {
    display: none !important
}

.hero-destinations {
    position: relative;
    margin-bottom: 150px;
    z-index: 10;
    padding-top: 30px
}

.hero-destinations__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.4fr 1fr;
    grid-template-columns: 1.4fr 1fr;
    grid-gap: 80px 40px
}

.hero-destinations__info {
    padding-top: 30px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    min-height: 700px
}

.hero-destinations__fold {
    position: relative;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    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
}

.hero-destinations__fold svg g {
    will-change: transform
}

.hero-destinations__fold-img {
    position: absolute;
    width: 1500px;
    height: 1500px;
    top: 0;
    left: 35%;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%)
}

.hero-destinations__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
    font-weight: 700;
    font-size: 53px;
    line-height: 1.1111111111
}

.hero-destinations .summary-tabs {
    position: relative
}

.hero-destinations .summary-tabs:before {
    content: "";
    position: absolute;
    border: 1px solid rgba(0, 250, 250, .1);
    top: -60px;
    bottom: -60px;
    right: 0;
    border-radius: 50px;
    left: 20px
}

.hero-destinations .summary-tabs-item {
    margin-bottom: 60px
}

.hero-destinations .summary-tabs-item.is--active .cnt-tab {
    opacity: 1;
    padding-top: 40px;
    max-height: 400px
}

.hero-destinations .summary-tabs .summary__nav-link {
    background: -webkit-gradient(linear, right top, left top, from(rgba(87, 54, 234, .1)), color-stop(97.92%, rgba(113, 229, 255, .1)));
    background: linear-gradient(to left, rgba(87, 54, 234, .1) 0, rgba(113, 229, 255, .1) 97.92%);
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 77px;
    padding: 10px 50px 5px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 23px;
    color: #fff;
    letter-spacing: .575px;
    font-weight: 700;
    cursor: pointer
}

.hero-destinations .summary-tabs .summary__nav-link-numb {
    letter-spacing: .025em;
    font-weight: 700;
    font-size: 63px;
    line-height: 1;
    top: 2px;
    position: relative
}

.hero-destinations .summary-tabs .summary__nav-link-numb:before {
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(48%, -70%);
    -ms-transform: translate(48%, -70%);
    transform: translate(48%, -70%);
    width: 57px;
    height: 18px;
    background: url(/img/decor4.svg) no-repeat;
    content: ""
}

.hero-destinations .summary-tabs .cnt-tab {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6em;
    padding: 0 60px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
/*    opacity: 0;*/
/*    max-height: 0;*/
    overflow: hidden
}

.hero-destinations-sub__section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 76px
}

.hero-destinations-sub .item {
    padding-left: 46px;
    background: url(/img/decor.svg) no-repeat left top;
    background-size: 27px
}

.hero-destinations-sub .item .title {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 113%
}

.hero-destinations-sub .item .desc {
    letter-spacing: .005em;
    font-weight: 200;
    font-size: 18px;
    line-height: 1.5555555556;
    margin-top: 30px
}

.build__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 76px
}

.build__item-photo {
    border-radius: 180.5px 33px 33px 33px;
    position: relative;
    overflow: hidden;
    padding-bottom: 105%;
    margin-bottom: 45px
}

.build__item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.build__item-info {
    padding-left: 46px;
    background: url(/img/decor.svg) no-repeat left top;
    background-size: 27px
}

.build__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .025em
}

.build__item-desc {
    letter-spacing: .005em;
    font-weight: 200;
    font-size: 18px;
    line-height: 1.5555555556;
    margin-top: 30px
}

.build__item-desc b {
    font-weight: 500
}

.entrsup {
    margin: 110px auto 0;
    max-width: 85%;
    position: relative;
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .1) 11.49%, rgba(47, 218, 255, .1) 93.47%);
    border: 1px solid rgba(0, 250, 250, .1);
    border-radius: 50px;
    padding: 47px 240px 40px 420px;
    font-weight: 500;
    font-size: 26px;
    line-height: 120.5%;
    letter-spacing: .035em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.entrsup .entrsup-cnt {
    position: relative;
    z-index: 1
}

.entrsup .entrsup-cnt .top {
    margin-bottom: 30px
}

.entrsup__t {
    font-weight: 500;
    margin-left: 90px;
    max-width: 470px
}

.entrsup__time {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700
}

.entrsup .text--bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#33f4ff), to(#408eff));
    background: linear-gradient(180deg, #33f4ff 0, #408eff 100%);
    font-weight: 700
}

.entrsup .img-1 {
    position: absolute;
    left: -82px;
    bottom: -164px
}

.entrsup .img-2 {
    position: absolute;
    right: -28px;
    bottom: 3px
}

.entrsup .img-2.v-2 {
    right: -28px
}

.about__inner {
    padding: 95px 110px;
    background: linear-gradient(65.28deg, rgba(22, 85, 158, .05) 6.45%, rgba(47, 218, 255, .024) 86.4%);
    border: 1px solid rgba(0, 250, 250, .1);
    border-radius: 50px
}

.about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 95px
}

.about__item+.about__item {
    margin-top: 60px
}

.about__item-info {
    margin-top: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 43%;
    padding-left: 70px;
    background: url(/img/decor2.svg) no-repeat left top
}

.about__item-title {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: .025em
}

.about__item-desc {
    margin-top: 38px;
    padding-left: 40px;
    background: url(/img/decor3.svg) no-repeat left top 3px;
    font-weight: 200;
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: .005em
}

.about__item-desc b {
    font-weight: 500
}

.about__item-desc p+p {
    margin-top: 10px
}

.about__item-buttons {
    margin-top: 50px
}

.about__item-visual {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.about__item-photo {
    padding-bottom: 60%;
    border-radius: 49px;
    position: relative;
    overflow: hidden
}

.about__item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.about__item-vaction {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 43px 60px 38px;
    background: linear-gradient(358.24deg, rgba(2, 1, 55, .595) 43.72%, rgba(189, 187, 253, 0) 98.32%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    z-index: 2
}

.about__item-vplay {
    height: 103px;
    background: linear-gradient(90.04deg, rgba(23, 0, 123, .15) 11.49%, rgba(113, 229, 255, .15) 93.47%);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    border-radius: 50px;
    border: 1px solid rgba(0, 250, 250, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 116px;
    padding-right: 50px;
    max-width: 86%;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #fff
}

.about__item-vplay.v2 {
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .15) 11.49%, rgba(113, 229, 255, .15) 93.47%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.about__item-vplay:before {
    border-radius: 100%;
    width: 84px;
    height: 84px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/play.png) no-repeat;
    background-size: cover;
    content: ""
}

.about__item-vplay:hover::before {
    background-image: url(/img/play-hover.png);
    -webkit-box-shadow: 0 0 19px #48a7ff;
    box-shadow: 0 0 19px #48a7ff
}

.components__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.components__item {
    position: relative;
    width: calc((100% - 60px)/ 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.components__item::before {
    position: absolute;
    top: 100px;
    left: 0;
    height: calc(100% - 100px);
    width: 100%;
    background: url(/img/components/components-line.svg) no-repeat left top;
    background-size: auto 100%;
    content: "";
    z-index: -1
}

.components__item-img {
    padding-bottom: 5px;
    padding-left: 28px;
    margin-bottom: 23px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.components__item-img:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
    width: 125%;
    padding-bottom: 125%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .248) 0, rgba(0, 209, 255, .176) 51.5%, rgba(0, 194, 255, 0) 100%);
    content: ""
}

.components__item-img img {
    max-width: 70%
}

.components__item-img .img-2 {
    margin-bottom: 8px
}

.components__item-img .img-3 {
    margin-bottom: 4px
}

.components__item-info {
    padding: 0 60px 60px 70px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.components__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    letter-spacing: .025em;
    font-weight: 700;
    font-size: 24px;
    line-height: 1
}

.components__item-title img {
    position: relative;
    top: -2px
}

.components__item-desc {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: .005em;
    line-height: 1.95;
    font-weight: 200;
    max-width: 370px
}

.components__item-desc b {
    font-weight: 500
}

.components__item-buttons {
    margin-top: auto;
    padding-top: 46px
}

.components__item-buttons .btn {
    width: 100%;
    max-width: 290px
}

.components__buttons {
    margin-top: 70px;
    gap: 40px;
    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
}

.components__buttons-wall {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 430px
}

.components__buttons-i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    line-height: 1.4444444444
}

.components__buttons-i img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.components__buttons-i .text--bg {
    font-weight: 700
}

.solutions__intro {
    margin: 70px 0 50px 20px
}

.solutions__carousel {
    overflow: initial
}

.solutions__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: all .1s;
    transition: all .1s;
    gap: 90px
}

.solutions__items>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 550px
}

.solutions__item {
    padding: 62px 0 68px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 20
}

.solutions__item:before {
    border-radius: 50px;
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: calc(100% - 20px);
    border: 1px solid rgba(0, 250, 250, .1);
    content: "";
    z-index: -1
}

.solutions__item-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.63fr;
    grid-template-columns: 1fr 1.63fr
}

.solutions__item-cright {
    min-width: 1px;
    padding-right: 62px
}

.solutions__item-head {
    background: linear-gradient(270.04deg, rgba(87, 54, 234, .2) 11.49%, rgba(113, 229, 255, .2) 93.47%);
    border-radius: 50px 0 0 50px;
    height: 77px;
    padding-left: 70px;
    padding-top: 5px;
    padding-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: calc(100% + 50px);
    padding-right: 50px
}

.solutions__item-numb {
    letter-spacing: .025em;
    font-size: 63px;
    line-height: 1;
    font-weight: 700;
    position: relative
}

.solutions__item-numb:before {
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(48%, -70%);
    -ms-transform: translate(48%, -70%);
    transform: translate(48%, -70%);
    width: 57px;
    height: 18px;
    background: url(/img/decor4.svg) no-repeat;
    content: ""
}

.solutions__item-title {
    letter-spacing: .025em;
    font-size: 24px;
    line-height: 1;
    font-weight: 700
}

.solutions__item-info {
    padding: 33px 25px 0 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.solutions__item-props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.solutions__item-prop {
    background: linear-gradient(270.04deg, rgba(65, 59, 150, .3) 11.49%, rgba(91, 121, 202, .3) 47.42%, rgba(60, 126, 165, .3) 93.47%);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    padding: 0 20px;
    color: rgba(255, 255, 255, .87);
    font-size: 16px;
    height: 42px;
    padding-top: 2px
}

.solutions__item-prop.pd--lg {
    padding: 0 25px
}

.solutions__item-prop img {
    position: relative;
    top: -1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.solutions__item-list {
    margin-top: 50px;
    max-width: 430px
}

.solutions__item-list li {
    font-size: 18px;
    line-height: 1.5555555556;
    font-weight: 200;
    padding-left: 40px;
    background: url(/img/star.svg) no-repeat left top
}

.solutions__item-list li+li {
    margin-top: 30px
}

.solutions__item-list li b {
    font-weight: 500
}

.solutions__item-buttons {
    margin-top: auto;
    padding-top: 80px
}

.solutions__item-slider .swiper-button {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    top: auto;
    bottom: 30px;
    left: 50px;
    right: auto
}

.solutions__item-slider .swiper-button-next {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    margin-left: 12px
}

.solutions__item-slider {
    border-radius: 50px
}

.solutions__item-photo {
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    padding-bottom: 61%
}

.solutions__item-photo:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(358.24deg, rgba(2, 1, 55, .595) 43.72%, rgba(45, 40, 255, 0) 98.32%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    z-index: 2;
    content: ""
}

.solutions__item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.solutions__item-vplay {
    position: absolute;
    left: 40px;
    bottom: 18px;
    width: 69%;
    max-width: 585px;
    height: 103px;
    background: linear-gradient(90.04deg, rgba(23, 0, 123, .15) 11.49%, rgba(113, 229, 255, .15) 93.47%);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    border-radius: 50px;
    border: 1px solid rgba(0, 250, 250, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 116px;
    padding-right: 50px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    z-index: 5
}

.solutions__item-vplay:before {
    border-radius: 100%;
    width: 84px;
    height: 84px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/play.png) no-repeat;
    background-size: cover;
    content: ""
}

.solutions__item-vplay:hover::before {
    background-image: url(/img/play-hover.png);
    -webkit-box-shadow: 0 0 19px #48a7ff;
    box-shadow: 0 0 19px #48a7ff
}

.solutions__advant {
    margin: 100px auto 0;
    width: 83%;
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .1) 11.49%, rgba(47, 218, 255, .1) 93.47%);
    border: 1px solid rgba(0, 250, 250, .1);
    border-radius: 50px;
    position: relative;
    padding: 50px 20% 50px 30%;
    min-height: 240px
}

.solutions__advant:after {
    width: 1467px;
    height: 260px;
    position: absolute;
    bottom: -66px;
    left: 48%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background: url(/img/sol-line.svg) no-repeat
}

.solutions__advant-img1 {
    position: absolute;
    left: 54px;
    bottom: -15px;
    z-index: 2
}

.solutions__advant-img1:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250%;
    padding-bottom: 250%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .497) 0, rgba(0, 102, 255, .189) 51.5%, rgba(0, 102, 255, 0) 100%);
    opacity: 1;
    content: "";
    z-index: -1
}

.solutions__advant-img2 {
    position: absolute;
    right: 90px;
    bottom: 0;
    z-index: 2
}

.solutions__advant-img2:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250%;
    padding-bottom: 250%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .248) 0, rgba(0, 209, 255, .176) 51.5%, rgba(0, 194, 255, 0) 100%);
    opacity: .6;
    content: "";
    z-index: -1
}

.solutions__advant .text--bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#37fcff), to(#20b0ff));
    background: linear-gradient(180deg, #37fcff 0, #20b0ff 100%)
}

.solutions__advant-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 120.5%;
    letter-spacing: .035em;
    text-transform: uppercase
}

.solutions__advant-intro {
    font-weight: 500;
    font-size: 24px;
    line-height: 120.5%;
    letter-spacing: .035em
}

.unique__item {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 96px;
    position: relative
}

.unique__item.ml {
    margin-left: 5%
}

.unique__item+.unique__item {
    margin-top: 70px
}

.unique__item-photo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    z-index: 5
}

.unique__item-photo__wrap {
    padding-bottom: 55%;
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-radius: 204.5px 28px 28px 28px
}

.unique__item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.unique__item-numb {
    width: 67px;
    height: 67px;
    top: -17px;
    left: -10px;
    position: absolute;
    z-index: 2;
    background: url(/img/numb-bg.svg) no-repeat;
    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;
    letter-spacing: .025em;
    font-size: 32px;
    font-weight: 900;
    padding: 3px 0 0 1px
}

.unique__item-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 47%
}

.unique__item-info:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 127px;
    border: 1px solid rgba(0, 90, 252, .31);
    border-radius: 28px;
    content: "";
    z-index: -1
}

.unique__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    height: 127px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4583333333;
    text-transform: uppercase
}

.unique__item-icon {
    width: 62px;
    height: 62px;
    padding: 14px;
    border: 1px solid rgba(0, 214, 163, .88);
    border-radius: 14px;
    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
}

.unique__item-text {
    padding-left: 40px;
    background: url(/img/decor5.svg) no-repeat left top 5px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 200;
    width: 90%
}

.unique__item-text b {
    font-weight: 500
}

.unique__item-text p+p {
    margin-top: 20px
}

.registr .registr__content {
    font-size: 18px;
    line-height: 155.556%;
    font-weight: 300;
    max-width: 670px
}

.registr .registr__content p {
    margin-bottom: 30px
}

.registr .registr__content .custom-arrow {
    color: #fff;
    margin-bottom: 30px
}

.registr .registr__content .custom-arrow li {
    margin-bottom: 20px
}

.registr .registr__content .custom-arrow li:after {
    background: url(/img/ul-marker-2.svg) no-repeat 50%
}

.registr__inner {
    border-radius: 50px;
    padding: 90px 35% 100px 100px;
    position: relative;
    z-index: 5
}

.registr__inner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: linear-gradient(65.28deg, rgba(0, 250, 250, .1) 6.45%, rgba(0, 133, 255, 0) 86.4%);
    border-radius: 50px;
    content: ""
}

.registr__inner:before {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -3;
    background: linear-gradient(65.28deg, #0f141e 6.45%, rgba(47, 218, 255, 0) 86.4%);
    border-radius: 50px;
    content: ""
}

.registr__bg {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -2;
    background: linear-gradient(65.28deg, rgba(22, 85, 158, .05) 6.45%, rgba(47, 218, 255, 0) 86.4%);
    border-radius: 50px;
    content: ""
}

.registr__head {
    margin-bottom: 45px
}

.registr__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 745px;
    gap: 20px
}

.registr__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
    max-width: 470px;
    min-width: 320px
}

.registr__item-icon {
    background: linear-gradient(270.04deg, rgba(87, 54, 234, .1) 11.49%, rgba(113, 229, 255, .1) 93.47%);
    border-radius: 50px;
    width: 70px;
    height: 42px;
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 22px
}

.registr__item-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4444444444;
    margin-bottom: 10px
}

.registr__item-text {
    font-weight: 200;
    font-size: 18px
}

.registr__buttons {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px
}

.registr__buttons-sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-weight: 200;
    font-size: 18px;
    line-height: 1.35;
    max-width: 340px
}

.registr__buttons-sign img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.registr__form {
    margin-top: 74px;
    max-width: 600px;
    width: 90%
}

.registr__form .input {
    margin-bottom: 60px
}

.registr__photo {
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45%
}

.registr__photo:before {
    position: absolute;
    pointer-events: none;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250%;
    padding-bottom: 250%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .497) 0, rgba(0, 102, 255, .189) 51.5%, rgba(0, 102, 255, 0) 100%);
    opacity: 1;
    z-index: -1;
    content: ""
}

.registr__photo:after {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
    width: 250%;
    padding-bottom: 250%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .36) 0, rgba(0, 209, 255, .22) 51.5%, rgba(0, 194, 255, 0) 100%);
    content: "";
    z-index: -1
}

.registr__photo.mw {
    width: 42%;
    right: 40px
}

.compare {
    position: relative;
    z-index: 1
}

.compare__intro {
    padding-left: 86px;
    background: url(/img/decor6.svg) no-repeat left top;
    max-width: 1020px;
    font-size: 24px;
    line-height: 1.4583333333;
    font-weight: 200;
    min-height: 79px;
    margin-bottom: 70px
}

.compare__intro b {
    font-weight: 700
}

.compare__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 75px
}

.compare__item {
    position: relative;
    overflow: hidden;
    border-radius: 50px
}

.compare__item-photo {
    position: relative;
    padding-bottom: 57%
}

.compare__item-photo:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(358.24deg, rgba(2, 1, 55, .595) 23.72%, rgba(45, 40, 255, 0) 50%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    z-index: 2;
    content: ""
}

.compare__item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.compare__item-vplay {
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 40px;
    height: 103px;
    background: linear-gradient(90.04deg, rgba(23, 0, 123, .15) 11.49%, rgba(113, 229, 255, .15) 93.47%);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    border-radius: 50px;
    border: 1px solid rgba(0, 250, 250, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 115px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    z-index: 5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.compare__item-vplay .duration {
    font-size: 18px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    margin-top: 4px
}

.compare__item-vplay.v2 {
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .15) 11.49%, rgba(113, 229, 255, .15) 93.47%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.compare__item-vplay:before {
    border-radius: 100%;
    width: 84px;
    height: 84px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/play.png) no-repeat;
    background-size: cover;
    content: ""
}

.compare__item-vplay:hover::before {
    background-image: url(/img/play-hover.png);
    -webkit-box-shadow: 0 0 19px #48a7ff;
    box-shadow: 0 0 19px #48a7ff
}

.compare .compare__buttons {
    margin-top: 85px
}

.compare .track-record-link {
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border: none;
    font-family: Muller;
    cursor: pointer
}

.compare .icon-track-record-text {
    font-size: 18px;
    font-weight: 700
}

.use-cases {
    position: relative;
    z-index: 1
}

.use-cases__intro {
    padding-left: 86px;
    background: url(/img/decor6.svg) no-repeat left top;
    max-width: 1020px;
    font-size: 24px;
    line-height: 1.4583333333;
    font-weight: 200;
    min-height: 79px;
    margin-bottom: 70px
}

.use-cases__intro b {
    font-weight: 700
}

.use-cases__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 75px;
    margin-bottom: 80px
}

.use-cases .use-cases__under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

.use-cases .use-cases__under .join__buttons {
    margin: 0
}

.use-cases .use-cases__item-info {
    padding: 50px 65px
}

.use-cases .use-cases__item-info .title {
    font-family: Muller
}

.use-cases .use-cases__item-info .title .title {
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.575px;
    margin-bottom: 8px
}

.use-cases .use-cases__item-info .title .under {
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 126.087%;
    letter-spacing: .575px
}

.use-cases__item {
    position: relative;
    border-radius: 50px;
    border: 1px solid rgba(0, 250, 250, .1)
}

.use-cases__item a {
    position: relative;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.use-cases__item-photo {
    position: relative;
    padding-bottom: 57%;
    overflow: hidden;
    border-radius: 50px
}

.use-cases__item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.use-cases__item-vplay {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    z-index: 5
}

.use-cases__item-vplay:before {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/img/play.png) no-repeat;
    background-size: cover;
    content: ""
}

.use-cases__item-vplay:hover::before {
    background-image: url(/img/play-hover.png);
    -webkit-box-shadow: 0 0 19px #48a7ff;
    box-shadow: 0 0 19px #48a7ff
}

.track__popup .popup__container {
    max-width: 1270px;
    padding: 78px 95px 100px;
    text-align: left
}

.track__popup .popup__intro {
    max-width: 860px;
    margin-left: 0;
    margin-right: 0
}

.track__cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.1fr 1fr;
    grid-template-columns: 1.1fr 1fr;
    grid-gap: 30px
}

.track__list {
    padding-left: 20px;
    padding-top: 20px
}

.track__list li {
    max-width: 490px;
    padding-left: 50px;
    background: url(/img/star.svg) no-repeat top 5px left;
    font-weight: 200;
    font-size: 18px;
    line-height: 1.9444444444
}

.track__list li+li {
    margin-top: 30px
}

.track__photo {
    padding-bottom: 80%;
    border-radius: 50px;
    overflow: hidden;
    position: relative
}

.track__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.traders__carousel {
    padding: 0;
    margin-bottom: 80px;
    position: relative
}

.traders__carousel .swiper-slide {
    -webkit-transition: all .3s;
    transition: all .3s
}

.traders__carousel .swiper-slide-active,
.traders__carousel .swiper-slide-next {
    opacity: 1;
    visibility: visible !important
}

.traders .traders__item-play {
    position: relative
}

.traders__item {
    border-radius: 230px 50px 50px 50px;
    border: 1px solid rgba(0, 250, 250, .1);
    padding: 0 50px 70px 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.traders__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    position: relative;
    margin-bottom: auto
}

.traders__item-buttons {
    width: 100%;
    margin-top: 40px;
    max-width: 474px;
    padding-left: 54px
}

.traders__item-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    z-index: 2
}

.traders__item-photo img {
    width: 100%;
    height: 100%;
    max-height: 324px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.traders__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.traders__item-desc {
    font-family: Muller;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: .575px
}

.traders__item-text {
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: .575px;
    position: relative
}

.traders__item-text b {
    font-weight: 500
}

.traders__item-text:before {
    width: 86px;
    height: 13px;
    position: absolute;
    right: 100%;
    top: 13px;
    margin-right: 20px;
    background: url(/img/decor7.svg) no-repeat;
    content: ""
}

.traders__intro {
    padding-left: 86px;
    background: url(/img/decor6.svg) no-repeat left top;
    max-width: 1020px;
    font-size: 24px;
    line-height: 1.4583333333;
    font-weight: 200;
    min-height: 79px;
    margin-bottom: 50px
}

.traders__intro b {
    font-weight: 700
}

.traders .traders__item-photo__wrap {
    margin: 0 -50px 0 -78px;
    max-height: 324px
}

.connect {
    margin-top: 166px
}

.connect__inner {
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .1) 11.49%, rgba(47, 218, 255, .1) 93.47%);
    border: 1px solid rgba(0, 250, 250, .1);
    border-radius: 50px;
    position: relative;
    padding: 60px 88px 70px 35%;
    min-height: 240px
}

.connect__img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    z-index: 1
}

.connect__img:before {
    position: absolute;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200%;
    padding-bottom: 200%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .497) 0, rgba(0, 102, 255, .189) 51.5%, rgba(0, 102, 255, 0) 100%);
    opacity: 1;
    content: "";
    z-index: -1
}

.connect__line {
    width: 104%;
    position: absolute;
    bottom: -100px;
    left: -3%
}

.connect__line img {
    width: 100%
}

.connect__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    position: relative;
    z-index: 5
}

.connect__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 48%
}

.connect__head.pdt {
    padding-top: 15px
}

.connect__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25
}

.connect__title.fs--md {
    font-size: 35px
}

.connect__title .text--bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#80edff), to(#4388fe));
    background: linear-gradient(180deg, #80edff 0, #4388fe 100%)
}

.connect__intro {
    max-width: 440px;
    margin-top: 26px;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.4166666667
}

.connect__intro b {
    color: #4ca4ff;
    font-weight: 500
}

.team__carousel {
    margin: -40px -15px 0;
    padding: 0 15px
}

.team__item {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.team__item-photo {
    overflow: hidden;
    width: 220px;
    margin: 0 auto 24px;
    border: 15px solid rgba(75, 123, 216, .32);
    -webkit-box-shadow: 0 0 48px #2b80ff;
    box-shadow: 0 0 48px #2b80ff;
    border-radius: 100%
}

.team__item-photo__wrap {
    padding-bottom: 100%;
    position: relative
}

.team__item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.team__item-info {
    margin: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    background: linear-gradient(266.9deg, rgba(13, 67, 139, .13) 27.43%, rgba(13, 67, 139, .1196) 92.56%);
    border-radius: 28px;
    padding: 32px 20px 38px 35px;
    position: relative;
    z-index: 5
}

.team__item-info:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, rgba(0, 181, 194, .31)), color-stop(92.56%, rgba(0, 90, 252, 0)));
    background: linear-gradient(90deg, rgba(0, 181, 194, .31) 31%, rgba(0, 90, 252, 0) 92.56%);
    border-radius: 28px;
    content: "";
    z-index: -2
}

.team__item-info:before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    left: 1px;
    top: 1px;
    background: #162339;
    border-radius: 28px;
    content: "";
    z-index: -1
}

.team__item-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color: #319eff;
    position: relative
}

.team__item-name:before {
    position: absolute;
    right: 100%;
    top: 3px;
    margin-right: 10px;
    width: 48px;
    height: 12px;
    background: url(/img/decor12.svg) no-repeat center center;
    background-size: 100%;
    content: ""
}

.team__item-desc {
    letter-spacing: .005em;
    font-weight: 200;
    font-size: 18px;
    margin-top: 19px;
    line-height: 1.2222222222
}

.team__item-desc b {
    font-weight: 500
}

.blog__head {
    margin-bottom: 55px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    max-width: 100%
}

.blog__head.va--end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.blog__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px
}

.blog__nav li a {
    height: 52px;
    padding: 2px 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    letter-spacing: .025em
}

.blog__nav li a.active {
    background: linear-gradient(91.46deg, rgba(47, 114, 245, .28) 9.94%, rgba(74, 151, 255, .385) 100%);
    border: 1px solid rgba(255, 255, 255, .13);
    font-weight: 700
}

.blog__chanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    letter-spacing: .025em;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog__chanel b {
    font-weight: 500;
    color: #009ffd
}

.blog__chanel img {
    margin-right: 20px
}

.blog__chanel:hover {
    font-weight: 500;
    color: #009ffd
}

.blog__chanel:hover .text--decor {
    text-decoration: none
}

.blog__pos {
    position: relative
}

.blog__carousel {
    position: relative
}

.blog__carousel--pro {
    overflow: initial
}

.blog__bgc {
    position: absolute;
    left: 0;
    top: 20%;
    width: 1200px;
    height: 1200px;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .292) 0, rgba(0, 209, 255, .284) 51.5%, rgba(0, 194, 255, 0) 100%);
    -webkit-transform: translate(-30%, -30%);
    -ms-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%);
    opacity: .7;
    z-index: -1
}

.blog__bgc+.blog__bgc {
    top: 70%
}

.blog__bgc2 {
    position: absolute;
    left: 0;
    top: 40%;
    width: 489.83px;
    height: 340.37px;
    background: rgba(0, 102, 255, .15);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: rotate(171.99deg);
    -ms-transform: rotate(171.99deg);
    transform: rotate(171.99deg)
}

.blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog__item:not(.swiper-slide)+.blog__item {
    margin-top: 92px
}

.blog__item-photo {
    border-radius: 192px 49px 0 0;
    overflow: hidden;
    padding-bottom: 77%;
    position: relative
}

.blog__item-photo.bdr--normal {
    border-top-left-radius: 49px
}

.blog__item-photo:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60%;
    width: 100%;
    background: linear-gradient(358.24deg, rgba(2, 1, 55, .595) 33.72%, rgba(45, 40, 255, 0) 78.32%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    content: "";
    z-index: 2
}

.blog__item-photo__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.blog__item-stick {
    position: absolute;
    right: 0;
    top: 0;
    width: 210px;
    height: 96px;
    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;
    gap: 9px;
    z-index: 5;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: .025em;
    background: linear-gradient(102deg, rgba(57, 130, 255, .7) 17.25%, rgba(13, 226, 255, .7) 87.15%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 49px 49px 0 49px
}

.blog__item-date {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(102deg, rgba(90, 150, 255, .3) 17.25%, rgba(47, 180, 255, .3) 87.15%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    height: 96px;
    padding: 0 39px 0 48px;
    border-radius: 50px 49px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .025em
}

.blog__item-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.blog__item-play:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: url(/img/play.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 100%;
    content: "";
    z-index: 5
}

.blog__item-play:hover:before {
    background-image: url(/img/play-hover.png);
    -webkit-box-shadow: 0 0 19px #48a7ff;
    box-shadow: 0 0 19px #48a7ff
}

.blog__item-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    border: 1px solid rgba(0, 250, 250, .1);
    border-top: none;
    border-radius: 0 0 49px 49px;
    padding: 45px 18% 50px 8%
}

.blog__item-text {
    padding-left: 40px;
    background: url(/img/star.svg) no-repeat left top;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 200
}

.blog__item-text b {
    font-weight: 500
}

.blog__itempro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 49px 28px 28px 49px;
    overflow: hidden;
    position: relative
}

.blog__itempro:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(11%, #2babfe), color-stop(52.56%, rgba(0, 90, 252, 0)));
    background: linear-gradient(270deg, #2babfe 11%, rgba(0, 90, 252, 0) 52.56%);
    border-radius: 28px;
    content: "";
    z-index: -2
}

.blog__itempro:before {
    width: calc(100% - 2px);
    height: calc(100% - 3px);
    position: absolute;
    left: 1px;
    top: 1px;
    background: #162339;
    border-radius: 28px;
    content: "";
    z-index: -1
}

.blog__itempro-stick {
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    height: 96px;
    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;
    gap: 9px;
    z-index: 5;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: .025em;
    background: linear-gradient(102deg, rgba(57, 130, 255, .7) 17.25%, rgba(13, 226, 255, .7) 87.15%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 49px 49px 0 49px
}

.blog__itempro-photo {
    width: 53%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative
}

.blog__itempro-photo__wrap {
    padding-bottom: 77%
}

.blog__itempro-photo__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.blog__itempro-info {
    padding: 50px 45px 30px 40px
}

.blog__itempro-date {
    background: rgba(39, 186, 254, .26);
    border-radius: 15px;
    height: 46px;
    padding: 0 23px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .025em;
    font-size: 24px;
    font-weight: 200;
    padding-top: 2px;
    margin-bottom: 55px
}

.blog__itempro-text {
    padding-left: 52px;
    background: url(/img/decor8.svg) no-repeat left top 3px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: .025em
}

.join__inner {
    background: linear-gradient(65.28deg, rgba(62, 151, 255, .03) 6.45%, rgba(47, 218, 255, 0) 86.4%);
    border-radius: 50px;
    padding: 90px 150px 80px 100px
}

.join__intro {
    padding-left: 75px;
    background: url(/img/decor6.svg) no-repeat left top;
    background-size: 50px;
    max-width: 600px;
    font-size: 24px;
    line-height: 1.4583333333;
    font-weight: 200;
    min-height: 79px;
    margin-bottom: 35px
}

.join__intro b {
    font-weight: 700
}

.join__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    padding-left: 110px;
    position: relative
}

.join__items:before {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-50%, 30%);
    -ms-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
    width: 1500px;
    height: 1500px;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .497) 0, rgba(0, 102, 255, .189) 51.5%, rgba(0, 102, 255, 0) 100%);
    opacity: .7;
    content: ""
}

.join__item {
    position: relative;
    z-index: 1;
    background: linear-gradient(180.47deg, rgba(26, 104, 255, .062) 8.51%, rgba(47, 218, 255, .132) 91.64%);
    border-radius: 50px;
    padding: 30px
}

.join__item-inner {
    padding: 32px 40px 30px;
    background: #0d2c59;
    border: 1px solid rgba(0, 152, 212, .09);
    -webkit-box-shadow: 1px 4px 64px rgba(0, 106, 243, .63);
    box-shadow: 1px 4px 64px rgba(0, 106, 243, .63);
    border-radius: 24px;
    position: relative
}

.join__item-inner:after {
    position: absolute;
    right: 45px;
    bottom: 10px;
    width: 192px;
    height: 158px;
    background: url(/img/bg-telegram.svg) no-repeat;
    background-size: cover;
    content: ""
}

.join__item-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 141%;
    letter-spacing: .025em;
    color: #4cfff4
}

.join__item-photo {
    border-radius: 15px;
    padding-bottom: 52%;
    overflow: hidden;
    position: relative;
    margin-bottom: 26px
}

.join__item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.join__item-text {
    padding-left: 36px;
    background: url(/img/decor9.svg) no-repeat left top;
    font-size: 24px;
    line-height: 127%;
    letter-spacing: .025em
}

.join__item-fire {
    height: 46px;
    background: rgba(2, 82, 227, .4);
    border-radius: 27px;
    padding: 0 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-top: 27px;
    font-weight: 500;
    font-size: 24px;
    line-height: 141%;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #5ba1ff;
    padding-top: 5px
}

.join__item-fire img {
    vertical-align: bottom;
    position: relative;
    top: -1px
}

.join__item-decor {
    position: absolute;
    z-index: -1
}

.join__item-decor.decor-1 {
    bottom: 25px;
    left: 0;
    -webkit-transform: translateX(-65%);
    -ms-transform: translateX(-65%);
    transform: translateX(-65%)
}

.join__item-decor.decor-2 {
    top: 15%;
    right: 0;
    -webkit-transform: translateX(65%);
    -ms-transform: translateX(65%);
    transform: translateX(65%)
}

.join__buttons {
    margin-top: 80px;
    text-align: center
}

.join__buttons .btn {
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .25) 11.49%, rgba(113, 229, 255, .25) 93.47%);
    border-radius: 50px;
    padding: 0 20px 0 60px;
    border-color: rgba(0, 250, 250, .2);
    gap: 46px
}

.join__buttons .btn .icon {
    position: relative;
    overflow: hidden
}

.join__buttons .btn .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.join__buttons .btn:hover .img-hover {
    opacity: 1;
    visibility: visible
}

.fhero {
    position: relative;
    margin-bottom: 100px
}

.fhero:before {
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .252) 0, rgba(0, 209, 255, .154) 51.5%, rgba(0, 194, 255, 0) 100%);
    width: 1500px;
    height: 1000px;
    -webkit-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    opacity: .5;
    content: ""
}

.fhero:after {
    position: absolute;
    width: 1400px;
    height: 1400px;
    top: 0;
    right: 0;
    -webkit-transform: translate(40%, 0);
    -ms-transform: translate(40%, 0);
    transform: translate(40%, 0);
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .36) 0, rgba(0, 209, 255, .22) 51.5%, rgba(0, 194, 255, 0) 100%);
    content: "";
    z-index: -1
}

.fhero__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.17fr 1fr;
    grid-template-columns: 1.17fr 1fr
}

.fhero__anim {
    position: relative
}

.fhero__anim:after {
    position: absolute;
    top: 40%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150%;
    padding-bottom: 150%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .497) 0, rgba(0, 102, 255, .189) 51.5%, rgba(0, 102, 255, 0) 100%);
    content: "";
    z-index: -1
}

.fhero__anim-img {
    -webkit-transform: translate(2%, -10%);
    -ms-transform: translate(2%, -10%);
    transform: translate(2%, -10%);
    position: relative;
    width: 120%;
    float: right
}

.fhero__anim-i {
    position: absolute;
    -webkit-animation: 3s floating infinite;
    animation: 3s floating infinite
}

.fhero__anim-i.i-1 {
    left: 23%;
    top: 0;
    width: 40%;
    z-index: 5;
    -webkit-animation-duration: 6s;
    animation-duration: 6s
}

.fhero__anim-i.i-2 {
    left: 33%;
    top: 13%;
    width: 48%;
    z-index: 3;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.fhero__anim-i.i-3 {
    right: 14%;
    bottom: 6%;
    width: 24%;
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.fhero__anim-r {
    position: absolute
}

.fhero__anim-r.r-1 {
    left: 5.5%;
    top: 10%;
    width: 21.5%;
    z-index: 10
}

.fhero__anim-r.r-2 {
    right: 0;
    top: 23%;
    width: 31%;
    z-index: -1
}

.fhero__title {
    font-weight: 700;
    font-size: 63px;
    line-height: 1.1111111111;
    max-width: 660px
}

.fhero__descr {
    margin-top: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px
}

.fhero__intro {
    font-weight: 200;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding-left: 57px;
    background: url(/img/decor.svg) no-repeat left top;
    background-size: 37px;
    max-width: 450px
}

.fhero__intro:last-child {
    max-width: 410px
}

.fhero__intro b {
    font-weight: 500
}

.fhero__buttons {
    margin-top: 85px
}

.fhero__buttons .btn {
    width: 100%;
    max-width: 466px
}

.faq {
    position: relative
}

.faq:before {
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: 0;
    left: 0;
    -webkit-transform: translate(-20%, -40%);
    -ms-transform: translate(-20%, -40%);
    transform: translate(-20%, -40%);
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .248) 0, rgba(0, 209, 255, .176) 51.5%, rgba(0, 194, 255, 0) 100%);
    opacity: .8;
    content: "";
    pointer-events: none
}

.faq:after {
    position: absolute;
    width: 1300px;
    height: 1300px;
    top: 0;
    right: 10%;
    -webkit-transform: translate(30%, -40%);
    -ms-transform: translate(30%, -40%);
    transform: translate(30%, -40%);
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .497) 0, rgba(0, 102, 255, .189) 51.5%, rgba(0, 102, 255, 0) 100%);
    opacity: .8;
    content: ""
}

.faq__item {
    padding: 30px;
    max-width: 87%;
    border-radius: 50px;
    border: 1px solid rgba(0, 250, 250, .1);
    position: relative;
    z-index: 5
}

.faq__item+.faq__item {
    margin-top: 25px
}

.faq__item.active {
    background: linear-gradient(270.04deg, rgba(87, 54, 234, .2) 11.49%, rgba(113, 229, 255, .2) 93.47%);
    border: none
}

.faq__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 10
}

.faq__item-idrop {
    padding-top: 3px;
    width: 55px;
    height: 55px;
    background: linear-gradient(89.03deg, #03bac0 11.77%, #0166f4 118.72%);
    border: 1px solid rgba(0, 250, 250, .2);
    border-radius: 50px;
    margin: 0 80px 0 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    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
}

.faq__item.active .faq__item-idrop {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: linear-gradient(89.03deg, rgba(3, 186, 192, .3) 11.77%, rgba(1, 102, 244, .3) 118.72%)
}

.faq__item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 140px;
    width: 140px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 60, 34, .36)), to(rgba(0, 70, 40, .13)));
    background: linear-gradient(180deg, rgba(0, 60, 34, .36) 0, rgba(0, 70, 40, .13) 100%);
    border: 1px solid rgba(83, 255, 181, .38);
    border-radius: 24px;
    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;
    margin-right: 40px
}

.faq__item-icon img {
    max-width: 60%
}

.faq__item-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-left: 36px;
    background: url(/img/decor10.svg) no-repeat top left
}

.faq__item-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase
}

.faq__item.active .faq__item-name {
    background: linear-gradient(90.16deg, #00f8f9 -.24%, #00a3fc 106.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.faq__item-intro {
    margin-top: 20px;
    font-weight: 200;
    font-size: 20px;
    line-height: 1.2;
    max-width: 670px
}

.faq__item-body {
    font-size: 20px;
    font-weight: 200;
    display: none;
    padding: 16px 300px 60px 180px
}

.faq__item-row+.faq__item-row {
    margin-top: 20px
}

.faq__item-q {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300
}

.faq__item-q:after {
    margin-left: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(/img/drop.svg) no-repeat center center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-size: 100%;
    content: ""
}

.faq__item-q>:nth-child(2) {
    margin-left: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.faq__item-row.active .faq__item-q {
    font-weight: 700;
    background: linear-gradient(89.92deg, #00fafa .05%, #0085ff 94.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.faq__item-row.active .faq__item-q:after {
    background-image: url(/img/drop-catalog.svg)
}

.faq__item-a {
    display: none;
    padding-top: 30px;
    padding-bottom: 40px;
    line-height: 1.8
}

.faq__item-a p {
    padding-left: 35px;
    background: url(/img/star.svg) no-repeat left top 2px;
    background-size: 18px
}

.faq__item-a p+p {
    margin-top: 15px
}

.ask__inner {
    background: linear-gradient(65.28deg, rgba(62, 151, 255, .03) 6.45%, rgba(47, 218, 255, 0) 86.4%);
    border-radius: 50px;
    padding: 90px 58% 90px 90px;
    position: relative
}

.ask__inner:before {
    position: absolute;
    width: 1300px;
    height: 1300px;
    top: 0;
    left: 0;
    -webkit-transform: translate(-30%, -30%);
    -ms-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%);
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .248) 0, rgba(0, 209, 255, .176) 51.5%, rgba(0, 194, 255, 0) 100%);
    opacity: .8;
    content: "";
    z-index: -1
}

.ask__head {
    margin-bottom: 0
}

.ask__buttons {
    text-align: left
}

.ask__img {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 58%
}

.ask__img:after {
    position: absolute;
    width: 170%;
    padding-bottom: 170%;
    top: 0;
    right: 10%;
    -webkit-transform: translate(30%, -40%);
    -ms-transform: translate(30%, -40%);
    transform: translate(30%, -40%);
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .497) 0, rgba(0, 102, 255, .189) 51.5%, rgba(0, 102, 255, 0) 100%);
    content: "";
    z-index: -1
}

.contacts {
    position: relative
}

.contacts__inner {
    border-radius: 50px;
    border: 1px solid rgba(0, 250, 250, .1);
    padding: 50px 140px 75px 80px;
    width: 90%;
    position: relative
}

.contacts__cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.4fr;
    grid-template-columns: 1fr 1.4fr;
    grid-gap: 40px
}

.contacts__cols+.contacts__cols {
    margin-top: 90px
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 45px
}

.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.contacts__item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 37px
}

.contacts__item-inf {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-top: 2px;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.6
}

.contacts__item-inf a {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 1px !important
}

.contacts__item-inf a:hover {
    text-decoration: none
}

.contacts__item-val {
    font-weight: 500;
    font-size: 22px
}

.contacts__item-val a {
    color: #fff
}

.contacts__item-val a:hover {
    text-decoration: none !important
}

.contacts__box {
    padding-left: 56px;
    background: url(/img/decor6.svg) no-repeat left top;
    background-size: 40px
}

.contacts__box-title {
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.25;
    text-transform: uppercase;
    background: linear-gradient(90.88deg, #1edffe 3.17%, #3192ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.contacts__box-row {
    max-width: 670px;
    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;
    gap: 30px
}

.contacts__lpolicy a {
    font-weight: 200;
    font-size: 16px;
    line-height: 2;
    text-underline-position: under;
    text-decoration-line: underline;
    color: rgba(255, 255, 255, .71)
}

.contacts__lpolicy a:hover {
    text-decoration: none
}

.contacts__copy {
    font-weight: 200;
    font-size: 24px;
    line-height: 1.25
}

.contacts__copy-title {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.9;
    text-transform: none
}

.contacts__inn {
    font-weight: 200;
    font-size: 16px;
    line-height: 1.8125;
    color: rgba(255, 255, 255, .64)
}

.contacts__img {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translate(-55%, -40%);
    -ms-transform: translate(-55%, -40%);
    transform: translate(-55%, -40%);
    max-width: 480px;
    width: 100%
}

.bhero {
    position: relative;
    margin-bottom: 70px
}

.bhero__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.55fr;
    grid-template-columns: 1fr 1.55fr;
    grid-gap: 30px
}

.bhero__anim {
    position: relative
}

.bhero__anim-img {
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    transform: translate(0, -15%);
    position: relative;
    width: 110%
}

.bhero__anim-i {
    position: absolute;
    -webkit-animation: 3s floating infinite;
    animation: 3s floating infinite
}

.bhero__anim-i.i-1 {
    left: 29%;
    top: 2%;
    width: 40%;
    z-index: 5;
    -webkit-animation-duration: 6s;
    animation-duration: 6s
}

.bhero__anim-i.i-2 {
    left: 47%;
    top: 0;
    width: 20%;
    z-index: 3;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.bhero__anim-i.i-3 {
    right: 18%;
    top: 7%;
    width: 15%;
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.bhero__anim-r {
    position: absolute
}

.bhero__anim-r.r-1 {
    left: 9%;
    top: 21%;
    width: 25%;
    z-index: 5
}

.bhero__anim-r.r-2 {
    right: 13%;
    top: 54%;
    width: 24%;
    z-index: 6
}

.bhero__anim-r.r-3 {
    left: 7%;
    bottom: 0;
    width: 10%;
    left: 30%;
    bottom: 10%;
    width: 14%
}

.bhero__anim-r.l-1 {
    left: 0;
    bottom: 7%;
    width: 43%
}

.bhero__anim-r.l-2 {
    right: 0;
    bottom: 14%;
    width: 35%
}

.bhero__title {
    font-weight: 700;
    font-size: 63px;
    line-height: 1.1111111111;
    max-width: 660px
}

.bhero__descr {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 44px
}

.bhero__intro {
    font-weight: 200;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    padding-left: 64px;
    background: url(/img/decor.svg) no-repeat left top;
    background-size: 37px;
    max-width: 575px
}

.bhero__intro b {
    font-weight: 500
}

.bhero__buttons {
    margin-top: 100px
}

.bhero__buttons .btn {
    min-width: 320px
}

.catalog {
    position: relative
}

.catalog__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px
}

.catalog__filter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 440px
}

.catalog__top {
    margin-bottom: 30px
}

.catalog__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

.catalog__sort-t {
    font-size: 20px;
    font-weight: 200
}

.catalog__content {
    width: 100%;
    max-width: 1120px
}

.filter__title {
    line-height: 60px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px
}

.filter__item {
    border: 1px solid rgba(0, 250, 250, .25);
    border-radius: 30px;
    padding: 30px 50px 28px 40px
}

.filter__item+.filter__item {
    margin-top: 30px
}

.filter__item-title {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 1.5
}

.filter__item-toggle {
    padding: 5px 0;
    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;
    gap: 25px
}

.filter__item-toggle:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/img/drop-catalog.svg) no-repeat center center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.filter__item-toggle.opened:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(/img/drop-catalog-active.svg)
}

.filter__item-list li {
    margin-top: 13px
}

.filter__item-list a {
    padding-left: 25px;
    display: block;
    background: url(/img/star.svg) no-repeat left top 2px;
    background-size: 17px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5555555556;
    font-weight: 200;
    text-underline-position: under;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px !important
}

.filter__item-list a:hover {
    font-weight: 500;
    text-decoration: underline
}

.card {
    padding: 42px 66px 55px;
    background: linear-gradient(65.28deg, rgba(22, 85, 158, .05) 6.45%, rgba(47, 218, 255, .024) 86.4%);
    border-radius: 50px;
    border: 1px solid rgba(0, 250, 250, .1)
}

.card+.card {
    margin-top: 45px
}

.card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px 90px;
    margin-bottom: 28px
}

.card__title {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase
}

.card__desc {
    letter-spacing: .01em
}

.card__cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.1fr;
    grid-template-columns: 1fr 1.1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-gap: 75px
}

.card__cols+.card__cols {
    margin-top: 64px
}

.card__buttons {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

.card__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.card__lbtn {
    background: linear-gradient(90.92deg, rgba(4, 165, 205, .2) 7.02%, rgba(0, 96, 248, .2) 96.03%);
    border-radius: 30px;
    border: 1px solid rgba(4, 156, 211, .35);
    height: 52px;
    padding: 0 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px !important
}

.card__lbtn:hover {
    text-decoration: none
}

.card__box {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 200
}

.card__box b {
    font-weight: 500
}

.card__box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px
}

.card__box-icon {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(83, 255, 181, .38);
    border-radius: 11px;
    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: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.card__box-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5
}

.card__setting {
    padding-left: 10px
}

.card__setting li {
    letter-spacing: .01em;
    padding-left: 45px;
    background: url(/img/decor11.svg) no-repeat left top;
    display: none
}

.card__setting li:nth-child(1),
.card__setting li:nth-child(2),
.card__setting li:nth-child(3) {
    display: block !important
}

.card__setting li+li {
    margin-top: 19px
}

.card__setting ul.opened li {
    display: block
}

.card__setting-more {
    display: inline-block;
    margin: 30px 0 0 45px
}

.card__slider {
    width: 100%;
    position: relative;
    min-width: 1px
}

.card__slider .swiper {
    border-radius: 32px;
    overflow: hidden
}

.card__slider .swiper-button {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    top: 100%;
    margin-top: 10px;
    border: none;
    background: 0 0
}

.card__slider .swiper-button-prev {
    margin-right: 20px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.card__slider .swiper-button img {
    width: auto;
    max-height: 100%
}

.card__slider-item {
    position: relative;
    padding-bottom: 50%
}

.card__slider-item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(.67deg, rgba(1, 29, 55, .378) 43.08%, rgba(189, 187, 253, 0) 96.54%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    z-index: 2;
    content: ""
}

.card__slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.card__slider-vplay {
    position: absolute;
    left: 45px;
    bottom: 20px;
    max-width: 60%;
    height: 73px;
    background: linear-gradient(90.04deg, rgba(255, 255, 255, .0615) 11.49%, rgba(255, 255, 255, .15) 93.47%);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    border: 1px solid rgba(0, 250, 250, .2);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 84px;
    padding-right: 27px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    z-index: 5
}

.card__slider-vplay:before {
    border-radius: 100%;
    width: 67px;
    height: 67px;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/play.png) no-repeat;
    background-size: cover;
    content: ""
}

.card__slider-vplay:hover::before {
    background-image: url(/img/play-hover.png);
    -webkit-box-shadow: 0 0 19px #48a7ff;
    box-shadow: 0 0 19px #48a7ff
}

.pagination {
    margin-top: 70px;
    position: relative;
    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
}

.pagination__list {
    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;
    margin: 0 -3px
}

.pagination__item {
    margin: 0 3px;
    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;
    margin: 0 15px
}

.pagination__item--separator {
    letter-spacing: .07em;
    font-weight: 700;
    margin: 0 25px;
    padding-bottom: 5px
}

.pagination__item--prev {
    margi: 0 20px 0 0
}

.pagination__item--next {
    margin-right: 0 0 0 20px
}

.pagination__item.disabled {
    opacity: .44
}

.pagination__item.disabled svg path {
    fill: #fff
}

.pagination__link {
    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-size: 24px;
    color: #fff;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 3px
}

.pagination__link:hover {
    color: #00bdf9
}

.pagination__item.current .pagination__link {
    width: 50px;
    height: 50px;
    color: #fff;
    background: linear-gradient(89.03deg, #03bac0 11.77%, #0166f4 118.72%);
    border-radius: 50px
}

.pagination__tshown {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2222222222
}

.advant .entrsup .img-1 {
    bottom: -34px
}

.advant__carousel {
    overflow: initial
}

.advant__item {
    position: relative
}

.advant__item:after {
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 180px 33px 33px 33px;
    width: calc(100% - 25px);
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(11%, rgba(98, 243, 253, .4)), color-stop(72.56%, rgba(75, 158, 254, 0)));
    background: linear-gradient(90deg, rgba(98, 243, 253, .4) 11%, rgba(75, 158, 254, 0) 72.56%);
    content: "";
    z-index: -2
}

.advant__item:before {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 180px 33px 33px 33px;
    width: 100%;
    height: calc(100% - 2px);
    background: url(/img/bg-z.png);
    background-color: #0f141e;
    content: "";
    z-index: -1
}

.advant__item-photo {
    border-radius: 180.5px 33px 33px 33px;
    position: relative;
    overflow: hidden;
    padding-bottom: 89%;
    margin-bottom: 45px
}

.advant__item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.advant__item-info {
    margin-left: 36px;
    margin-bottom: 56px;
    padding-left: 46px;
    padding-right: 25px;
    background: url(/img/decor.svg) no-repeat left top;
    background-size: 27px
}

.advant__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .025em
}

.advant__item-desc {
    letter-spacing: .005em;
    font-weight: 200;
    font-size: 18px;
    line-height: 1.5555555556;
    margin-top: 30px
}

.advant__item-desc b {
    font-weight: 500
}

.tariff__carousel {
    margin-bottom: 150px
}

.tariff__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 293px 1fr;
    grid-template-columns: 293px 1fr
}

.tariff__grid .tariff__grid-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;
    padding-top: 115px;
    padding-right: 10px
}

.tariff__grid .tariff__grid-left .grid-values {
    margin-bottom: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
    font-size: 18px
}

.tariff__grid-values {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    border-radius: 50px;
    border: 1px solid #204c60;
    position: relative
}

.tariff__grid-values:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 84px;
    background: -webkit-gradient(linear, left top, right top, color-stop(11.49%, rgba(113, 229, 255, .1)), color-stop(95.21%, rgba(87, 54, 234, .1)));
    background: linear-gradient(90deg, rgba(113, 229, 255, .1) 11.49%, rgba(87, 54, 234, .1) 95.21%);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px
}

.tariff__grid-values .tariff__grid-item:first-of-type .grid-values {
    border-bottom-left-radius: 50px
}

.tariff__grid-values .tariff__grid-item:last-of-type .grid-values {
    border-bottom-right-radius: 50px
}

.tariff__grid-item-name {
    padding: 26px 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.tariff__grid-item-name span {
    text-transform: uppercase;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 152%;
    background: -webkit-gradient(linear, left top, right top, color-stop(.05%, #00fafa), color-stop(94.42%, #0085ff));
    background: linear-gradient(90deg, #00fafa .05%, #0085ff 94.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: .2px
}

.tariff__grid-item-name .icon-preffered {
    margin-top: 4px
}

.tariff__grid-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tariff__grid-item .grid-values {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.tariff__grid-item.active:after,
.tariff__grid-item.active:before {
    opacity: 1
}

.tariff__grid-item:after {
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    pointer-events: none;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 51px;
    overflow: hidden;
    border: 1px solid #204c60
}

.tariff__grid-item:before {
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 51px;
    background: rgba(0, 124, 193, .04)
}

.tariff__grid-item .grid-values {
    padding: 30px;
    background: linear-gradient(65deg, rgba(22, 85, 158, .05) 6.45%, rgba(47, 218, 255, .02) 86.4%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px
}

.tariff__grid-item .grid-item__row,
.tariff__grid-item .tariff__grid-item-buttons,
.tariff__grid-item .tariff__grid-item-name span {
    position: relative;
    z-index: 2
}

.tariff__grid-item .grid-item__row .btn,
.tariff__grid-item .tariff__grid-item-buttons .btn,
.tariff__grid-item .tariff__grid-item-name span .btn {
    height: 66px;
    font-size: 24px
}

.tariff__grid-item .value-fancy {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.667%;
    background: -webkit-gradient(linear, left top, right top, color-stop(.05%, #00fafa), color-stop(94.42%, #0085ff));
    background: linear-gradient(90deg, #00fafa .05%, #0085ff 94.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.tariff__grid-item .value-fancy.is--spec {
    background-image: linear-gradient(91deg, #e10000 -49.11%, #ff7613 93.71%)
}

.tariff__grid-item .price-month {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin-bottom: 17px;
    min-height: 20px
}

.tariff__grid-item .value-old {
    height: 22px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    background: -webkit-gradient(linear, left top, right top, color-stop(-45.08%, #00e1e1), color-stop(94.33%, #1363ff));
    background: linear-gradient(90deg, #00e1e1 -45.08%, #1363ff 94.33%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.grid-item__row {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    min-height: 44px
}

.tariff__difference {
    padding-left: 293px;
    margin-bottom: 150px
}

.tariff__difference .section__title {
    margin-bottom: 80px
}

.d-mobile {
    display: none !important
}

.nav {
    position: sticky;
    top: 0;
    z-index: 50
}

.nav:before {
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .197) 0, rgba(0, 102, 255, .159) 51.5%, rgba(0, 102, 255, 0) 100%);
    -webkit-transform: translate(-30%, -35%);
    -ms-transform: translate(-30%, -35%);
    transform: translate(-30%, -35%);
    opacity: .7;
    width: 1300px;
    height: 1200px;
    content: ""
}

.nav__stick.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

.nav__stick.fixed .nav__inner {
    padding: 20px 0;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nav__stick.fixed .nav__inner::after {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: -30px;
    top: 0;
    width: calc(100% + 60px);
    height: 100%;
    z-index: -1;
    background: linear-gradient(90.04deg, rgba(0, 10, 61, .3) 11.49%, rgba(33, 32, 67, .3) 93.47%);
    border: 1px solid rgba(0, 250, 250, .2);
    -webkit-backdrop-filter: blur(26px);
    backdrop-filter: blur(26px);
    border-radius: 40px;
    content: ""
}

.nav__progress {
    height: 24px !important;
    padding: 5px;
    margin-bottom: 36px;
    border: 1px solid rgba(2, 186, 192, .132);
    border-radius: 16px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nav__progress div {
    background: -webkit-gradient(linear, left top, right top, from(#00b5c2), to(#0164f6));
    background: linear-gradient(90deg, #00b5c2 0, #0164f6 100%);
    -webkit-box-shadow: 0 -2px 7px rgba(0, 159, 253, .38);
    box-shadow: 0 -2px 7px rgba(0, 159, 253, .38);
    border-radius: 26px;
    height: 100%;
    width: 20%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nav__stick.fixed .nav__progress {
    margin-bottom: 15px
}

.nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px
}

.nav__item-numb {
    display: inline-block;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: .025em;
    background: linear-gradient(106.05deg, #00f6f9 6.23%, #0089fe 111.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nav__item-numb:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    transform: translate(0, -70%);
    width: 50px;
    height: 18px;
    background: url(/img/decor4.svg) no-repeat;
    background-size: 100%;
    content: ""
}

.nav__item-title {
    color: #fff;
    margin-top: 5px;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.2727272727;
    max-width: 256px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-underline-position: under;
    text-decoration-thickness: 1px !important
}

.nav__item.active .nav__item-title {
    font-weight: 500;
    color: #00bdf9;
    text-decoration: underline
}

.nav__stick.fixed .nav__item-numb {
    font-size: 40px;
    padding-left: 25px
}

.nav__stick.fixed .nav__item-numb:before {
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
    width: 40px
}

.nav__stick.fixed .nav__item-title {
    font-size: 18px;
    max-width: 230px
}

@-webkit-keyframes hand-1 {
    from {
        left: -10px;
        top: 0
    }

    to {
        left: 40px;
        top: 4%
    }
}

@keyframes hand-1 {
    from {
        left: -10px;
        top: 0
    }

    to {
        left: 40px;
        top: 4%
    }
}

@-webkit-keyframes hand-2 {
    from {
        right: -108px;
        top: 20%
    }

    to {
        right: 0;
        top: 17%
    }
}

@keyframes hand-2 {
    from {
        right: -108px;
        top: 20%
    }

    to {
        right: 0;
        top: 17%
    }
}

.concept {
    position: relative
}

.concept:before {
    position: absolute;
    left: 0;
    top: -340px;
    -webkit-transform: translate(-25%, 20%);
    -ms-transform: translate(-25%, 20%);
    transform: translate(-25%, 20%);
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .36) 0, rgba(0, 209, 255, .22) 51.5%, rgba(0, 194, 255, 0) 100%);
    opacity: .7;
    width: 1000px;
    height: 1000px;
    content: ""
}

.concept:after {
    position: absolute;
    top: -340px;
    right: 0;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .36) 0, rgba(0, 209, 255, .22) 51.5%, rgba(0, 194, 255, 0) 100%);
    width: 1500px;
    height: 1500px;
    opacity: .8;
    -webkit-transform: translate(25%, -30%);
    -ms-transform: translate(25%, -30%);
    transform: translate(25%, -30%);
    content: "";
    z-index: -1
}

.concept .concept-aside {
    max-width: 950px;
    position: relative;
    z-index: 2
}

.concept .concept__intro {
    font-size: 21px;
    margin-bottom: 150px
}

.concept .concept__details-item {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 50px
}

.concept .concept__details-item .title {
    margin-bottom: 15px;
    text-transform: uppercase
}

.concept .concept__working .graph {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .98px;
    overflow: hidden;
    border-radius: 50px
}

.concept .concept__working .graph .low {
    padding: 30px 35px;
    background: -webkit-gradient(linear, left top, right top, color-stop(11.49%, rgba(87, 54, 234, .4)), color-stop(93.47%, rgba(113, 229, 255, .4)));
    background: linear-gradient(90deg, rgba(87, 54, 234, .4) 11.49%, rgba(113, 229, 255, .4) 93.47%)
}

.concept .concept__working .graph .hight {
    padding: 30px 35px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    background: -webkit-gradient(linear, left top, right top, color-stop(.05%, #00fafa), color-stop(94.42%, #0085ff));
    background: linear-gradient(90deg, #00fafa .05%, #0085ff 94.42%)
}

.concept .concept__working .graph .hight .title {
    opacity: .5
}

.concept .concept__working-legends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 80px;
    padding-left: 45px
}

.concept .concept__working-legends .legend:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 417px;
    flex: 0 0 417px
}

.concept .concept__working-legends .title {
    font-family: Muller;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 152%;
    letter-spacing: .25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative
}

.concept .concept__working-legends .title:before {
    content: "";
    position: absolute;
    height: 34px;
    width: 8px;
    background: url(/img/arrow-down.svg) no-repeat center center;
    top: -46px
}

.concept .concept__working-legends p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px
}

.concept .concept__root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.concept .concept__photos {
    position: absolute;
    top: -120px;
    right: 0;
    width: 55vw;
    bottom: 0;
    min-width: 860px;
    left: 45vw
}

.concept .concept__photos .bos-hand-1 {
    position: absolute;
    left: -10px;
    top: 0;
    max-width: 45%;
    min-width: 420px;
    -webkit-animation: hand-1 5s linear forwards;
    animation: hand-1 5s linear forwards
}

.concept .concept__photos .bos-hand-2 {
    max-width: 47%;
    min-width: 410px;
    position: absolute;
    right: -108px;
    top: 20%;
    -webkit-animation: hand-2 5s linear forwards;
    animation: hand-2 5s linear forwards
}

.concept__info {
    border-radius: 50px;
    margin-top: 46px;
    padding: 43px 47px;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.concept__info:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: linear-gradient(65.28deg, rgba(0, 181, 194, .31) 6.45%, rgba(0, 90, 252, 0) 86.4%);
    border-radius: 50px;
    content: ""
}

.concept__info:before {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -3;
    background: linear-gradient(65.28deg, #0f141e 6.45%, rgba(47, 218, 255, 0) 86.4%);
    border-radius: 50px;
    content: ""
}

.concept__info-bg {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -2;
    background: linear-gradient(266.9deg, rgba(13, 67, 139, .13) 47.43%, rgba(13, 67, 139, .1196) 92.56%);
    border-radius: 50px;
    content: ""
}

.concept__info-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    width: 250px;
    margin-right: 56px;
    border: 15px solid rgba(75, 123, 216, .32);
    -webkit-filter: drop-shadow(0 4px 68px #2b80ff);
    filter: drop-shadow(0 4px 68px #2b80ff);
    border-radius: 100%
}

.concept__info-photo__wrap {
    padding-bottom: 100%;
    position: relative
}

.concept__info-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.concept__info-desc {
    padding-top: 20px;
    padding-right: 220px
}

.concept__info-name {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
    color: #319eff;
    position: relative
}

.concept__info-name:before {
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px;
    margin-right: 10px;
    width: 48px;
    height: 12px;
    background: url(/img/decor12.svg) no-repeat center center;
    background-size: 100%;
    content: ""
}

.concept__info-work {
    margin-top: 3px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.9
}

.concept__info-text {
    font-weight: 200;
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.4
}

.concept__info-text b {
    font-weight: 500
}

.rules__carousel {
    padding: 0 50px
}

.rules__carousel .swiper-scrollbar {
    margin-left: -45px;
    width: calc(100% + 90px) !important
}

.rules__item {
    position: relative;
    padding: 40px 25px 45px
}

.rules__item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: linear-gradient(103.03deg, rgba(83, 255, 181, .4) 12.97%, rgba(83, 255, 181, 0) 78.75%);
    border-radius: 180px 33px 33px 33px;
    content: ""
}

.rules__item:before {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -3;
    background: url(/img/bg-z.png);
    background-color: #0f141e;
    border-radius: 180px 33px 33px 33px;
    content: ""
}

.rules__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px
}

.rules__item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid rgba(0, 214, 163, .44);
    background: url(/img/bg-z.png);
    background-color: #0f141e;
    border-radius: 14px;
    width: 62px;
    height: 62px;
    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: 12px;
    margin-right: 20px
}

.rules__item-number {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1428571429;
    text-transform: uppercase;
    color: #53ffb5
}

.rules__item-name {
    margin-top: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    max-width: 270px
}

.rules__item-text li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 200;
    padding-left: 35px;
    margin-left: 15px;
    background: url(/img/star.svg) no-repeat left top
}

.rules__item-text li+li {
    margin-top: 26px
}

.rules__item-text li b {
    font-weight: 500
}

.rules__advant {
    margin: 100px auto 0;
    position: relative;
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .1) 11.49%, rgba(47, 218, 255, .1) 93.47%);
    border: 1px solid rgba(0, 250, 250, .1);
    border-radius: 50px;
    padding: 80px 24% 80px 33%;
    min-height: 300px
}

.rules__advant .rules__advant-t.is--0 {
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    letter-spacing: .575px
}

.rules__advant .rules__advant-t.is--1 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 28px
}

.rules__advant .img-1 {
    position: absolute;
    left: -32px;
    bottom: -18px;
    max-width: 40%
}

.rules__advant .img-1:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200%;
    padding-bottom: 200%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .497) 0, rgba(0, 102, 255, .189) 51.5%, rgba(0, 102, 255, 0) 100%);
    opacity: .6;
    content: "";
    z-index: -1
}

.rules__advant .img-2 {
    position: absolute;
    right: -20px;
    bottom: 3px;
    max-width: 30%
}

.rules__advant .img-2::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200%;
    padding-bottom: 200%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 240, 255, .248) 0, rgba(0, 209, 255, .176) 51.5%, rgba(0, 194, 255, 0) 100%);
    content: "";
    z-index: -1
}

.start-steps__row {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: repeat(1fr, 3);
    grid-gap: 76px
}

.start-steps__col {
    padding: 60px 40px;
    border-radius: 50px;
    border: 1px solid rgba(0, 250, 250, .1);
    background: linear-gradient(267deg, rgba(13, 67, 139, .13) 47.43%, rgba(13, 67, 139, .12) 92.56%)
}

.start-steps__col .head {
    position: relative;
    margin-bottom: 40px;
    height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.start-steps__col .head .numb {
    font-family: Muller;
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.575px;
    margin-top: 10px
}

.start-steps__col .head .numb:before {
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(48%, -50%);
    -ms-transform: translate(48%, -50%);
    transform: translate(48%, -50%);
    width: 57px;
    height: 18px;
    background: url(/img/decor4.svg) no-repeat;
    content: ""
}

.start-steps__col .head .title {
    font-family: Muller;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .575px
}

.start-steps__col .head:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    left: -60px;
    border-radius: 0 50px 50px 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    background: -webkit-gradient(linear, left top, right top, color-stop(11.49%, rgba(87, 54, 234, .2)), color-stop(93.47%, rgba(113, 229, 255, .2)));
    background: linear-gradient(90deg, rgba(87, 54, 234, .2) 11.49%, rgba(113, 229, 255, .2) 93.47%)
}

.start-steps__col .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    font-family: Muller;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%
}

.start-steps__col .body .text--bg {
    font-weight: 700
}

.we-can-help__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 450px
}

.we-can-help__cnt .cnt-side {
    font-family: Muller;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.we-can-help__cnt .cnt-side p {
    margin-bottom: 20px
}

.we-can-help__cnt .ask-side {
    width: 1000px;
    height: 1060px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 958px;
    flex: 0 0 958px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -350px;
    pointer-events: none
}

.pulse-ring {
    position: absolute;
    z-index: -1;
    width: 198px;
    height: 198px;
    top: 50%;
    left: 50%;
    margin-left: -99px;
    margin-top: -181px
}

.pulse-ring:before {
    content: "";
    position: relative;
    display: block;
    width: 400%;
    height: 400%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    margin-top: -200%;
    margin-left: -200%;
    border-radius: 50%;
    background-color: #01aafd;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(.215, .61, .355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(.215, .61, .355, 1) infinite
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    100%,
    80% {
        opacity: 0
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    100%,
    80% {
        opacity: 0
    }
}

.slider-wrap {
    width: 485px;
    height: 500px;
    position: relative;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

#card-slider {
    position: absolute;
    width: 485px;
    height: 500px;
    left: 50px;
    top: 50px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(428px);
    -ms-transform: translateY(428px);
    transform: translateY(428px)
}

#card-slider .slider-item {
    width: 485px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#card-slider .slider-item .img-wrap {
    position: relative
}

#card-slider .slider-item.fh {
    height: 500px
}

#card-slider .img-secondary {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0
}

.deal_gives__inner {
    padding: 80px 95px 95px;
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .03) 11.49%, rgba(47, 218, 255, .03) 93.47%);
    border-radius: 50px
}

.deal {
    max-width: 1060px
}

.deal__graph {
    margin-top: 36px;
    max-width: 1044px
}

.deal__graph-line {
    border-radius: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.deal__graph-item {
    height: 88px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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-size: 28px;
    font-weight: 700;
    letter-spacing: .035em
}

.deal__graph-item.item-1 {
    background: #de394c;
    width: 115px
}

.deal__graph-item.item-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    background: #01d37b;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.deal__graph-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.deal__graph-label {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase
}

.deal__graph-label:before {
    width: 44px;
    height: 46px;
    display: block;
    margin: 0 0 15px 30px;
    background: url(/img/arrow-cursor.svg) no-repeat;
    content: ""
}

.deal__list {
    margin-top: 75px
}

.deal__list li {
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 200;
    padding-left: 35px;
    background: url(/img/star.svg) no-repeat left top
}

.deal__list li+li {
    margin-top: 32px
}

.deal__list li b {
    font-weight: 500
}

.gives {
    margin-top: 80px
}

.gives__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px
}

.gives__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 35%;
    margin-right: 50px
}

.gives__photo-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 80px;
    padding-bottom: 150%
}

.gives__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.gives__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-top: 20px
}

.gives__item+.gives__item {
    margin-top: 42px
}

.gives__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gives__item-numb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    padding-right: 10px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: .025em;
    background: linear-gradient(106.05deg, #00f6f9 6.23%, #0089fe 111.09%)
}

.gives__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 108.5%;
    letter-spacing: .025em;
    text-transform: uppercase;
    min-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(106.05deg, #00f6f9 6.23%, #0089fe 111.09%)
}

.gives__item-text {
    margin-top: 15px;
    padding-left: 60px;
    font-weight: 200;
    font-size: 21px;
    line-height: 1.2857142857
}

.gives__item-text b {
    font-weight: 500
}

.approach__item {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 96px;
    position: relative
}

.approach__item.ml {
    margin-left: 5%
}

.approach__item+.approach__item {
    margin-top: 70px
}

.approach__item-photo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    z-index: 5
}

.approach__item-photo__wrap {
    padding-bottom: 55%;
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-radius: 28px
}

.approach__item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.approach__item-numb {
    width: 67px;
    height: 67px;
    top: -17px;
    left: -10px;
    position: absolute;
    z-index: 2;
    background: url(/img/numb-bg.svg) no-repeat;
    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;
    letter-spacing: .025em;
    font-size: 32px;
    font-weight: 900;
    padding: 3px 0 0 1px
}

.approach__item-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 47%
}

.approach__item-info:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 127px;
    border: 1px solid rgba(0, 90, 252, .31);
    border-radius: 28px;
    content: "";
    z-index: -1
}

.approach__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    height: 127px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4583333333;
    text-transform: uppercase
}

.approach__item-icon {
    width: 62px;
    height: 62px;
    padding: 14px;
    border: 1px solid rgba(0, 214, 163, .88);
    border-radius: 14px;
    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
}

.approach__item-text {
    padding-left: 40px;
    background: url(/img/decor5.svg) no-repeat left top 5px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 200;
    width: 90%;
    max-width: 560px
}

.approach__item-text b {
    font-weight: 500
}

.approach__item-text p+p {
    margin-top: 20px
}

.hworks__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px
}

.hworks__cleft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 51%
}

.hworks__video {
    position: relative;
    overflow: hidden;
    border-radius: 50px
}

.hworks__video-wrap {
    position: relative;
    padding-bottom: 54%
}

.hworks__video-wrap:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(358.24deg, rgba(2, 1, 55, .595) 43.72%, rgba(45, 40, 255, 0) 98.32%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    z-index: 2;
    content: ""
}

.hworks__video-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.hworks__video-vplay {
    position: absolute;
    left: 60px;
    bottom: 50px;
    width: 69%;
    height: 103px;
    background: linear-gradient(90.04deg, rgba(23, 0, 123, .15) 11.49%, rgba(113, 229, 255, .15) 93.47%);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    border-radius: 50px;
    border: 1px solid rgba(0, 250, 250, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 116px;
    padding-right: 50px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    z-index: 5
}

.hworks__video-vplay.v2 {
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .15) 11.49%, rgba(113, 229, 255, .15) 93.47%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.hworks__video-vplay:before {
    border-radius: 100%;
    width: 84px;
    height: 84px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/play.png) no-repeat;
    background-size: cover;
    content: ""
}

.hworks__video-vplay:hover::before {
    background-image: url(/img/play-hover.png);
    -webkit-box-shadow: 0 0 19px #48a7ff;
    box-shadow: 0 0 19px #48a7ff
}

.hworks__chanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .025em;
    -webkit-transition: all .3s;
    transition: all .3s;
    max-width: 540px;
    margin-top: 70px
}

.hworks__chanel a {
    font-weight: 500;
    color: #009ffd;
    text-decoration: underline;
    -webkit-transition: all .3s;
    transition: all .3s
}

.hworks__chanel a:hover {
    text-decoration: none;
    color: #009ffd
}

.hworks__chanel img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px
}

.hworks__info {
    max-width: 580px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.hworks__info-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4583333333;
    text-transform: uppercase
}

.hworks__info-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 62px;
    height: 62px;
    padding: 14px;
    border: 1px solid rgba(0, 214, 163, .88);
    border-radius: 14px;
    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
}

.hworks__info-list {
    padding-left: 45px
}

.hworks__info-list li {
    font-size: 18px;
    line-height: 1.5555555556;
    font-weight: 200;
    padding-left: 35px;
    background: url(/img/star.svg) no-repeat left top
}

.hworks__info-list li+li {
    margin-top: 32px
}

.hworks__info-list li b {
    font-weight: 500
}

.hworks__info-buttons {
    margin-top: 70px
}

.htech__list {
    margin-top: 40px;
    padding-left: 75px
}

.htech__list li {
    font-size: 24px;
    line-height: 1.2916666667;
    font-weight: 200;
    padding-left: 35px;
    background: url(/img/star.svg) no-repeat left top;
    max-width: 1080px
}

.htech__list li+li {
    margin-top: 29px
}

.htech__list li b {
    color: #00bdf9;
    font-weight: 500
}

.htech__video {
    margin-top: 75px;
    position: relative;
    overflow: hidden;
    border-radius: 50px
}

.htech__video-wrap {
    position: relative;
    padding-bottom: 41%
}

.htech__video-wrap:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(358.24deg, rgba(2, 1, 55, .595) 43.72%, rgba(45, 40, 255, 0) 98.32%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    z-index: 2;
    content: ""
}

.htech__video-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.htech__video-vplay {
    position: absolute;
    left: 64px;
    bottom: 64px;
    width: 69%;
    max-width: 585px;
    height: 103px;
    background: linear-gradient(90.04deg, rgba(23, 0, 123, .15) 11.49%, rgba(113, 229, 255, .15) 93.47%);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    border-radius: 50px;
    border: 1px solid rgba(0, 250, 250, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 116px;
    padding-right: 50px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    z-index: 5
}

.htech__video-vplay.v2 {
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .15) 11.49%, rgba(113, 229, 255, .15) 93.47%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.htech__video-vplay:before {
    border-radius: 100%;
    width: 84px;
    height: 84px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/play.png) no-repeat;
    background-size: cover;
    content: ""
}

.htech__video-vplay:hover::before {
    background-image: url(/img/play-hover.png);
    -webkit-box-shadow: 0 0 19px #48a7ff;
    box-shadow: 0 0 19px #48a7ff
}

.htech__chanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .025em;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 35px
}

.htech__chanel>span {
    min-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.htech__chanel a {
    font-weight: 500;
    color: #009ffd;
    text-decoration: underline;
    -webkit-transition: all .3s;
    transition: all .3s
}

.htech__chanel a:hover {
    text-decoration: none;
    color: #009ffd
}

.htech__chanel img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px
}

.technology__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    position: relative;
    z-index: 5
}

.technology__left {
    width: 38%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 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
}

.technology__nav {
    max-height: 515px
}

.technology__nav .mCustomScrollBox {
    padding-right: 60px
}

.technology__nav-item+.technology__nav-item {
    margin-top: 35px
}

.technology__nav-link {
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .1) 11.49%, rgba(113, 229, 255, .1) 93.47%);
    border-radius: 50px;
    height: 100px;
    padding: 10px 50px 5px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 24px;
    color: #fff;
    letter-spacing: .025em;
    text-underline-position: under;
    text-decoration-thickness: 1px !important
}

.technology__nav-link.active {
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .4) 11.49%, rgba(113, 229, 255, .4) 93.47%)
}

.technology__nav-link.active span {
    text-decoration: underline;
    font-weight: 700
}

.technology__nav-numb {
    letter-spacing: .025em;
    font-weight: 700;
    font-size: 63px;
    line-height: 1;
    position: relative
}

.technology__nav-numb:before {
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(48%, -70%);
    -ms-transform: translate(48%, -70%);
    transform: translate(48%, -70%);
    width: 57px;
    height: 18px;
    background: url(/img/decor4.svg) no-repeat;
    content: ""
}

.technology__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 1px
}

.technology__slider .swiper-button {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    top: auto;
    bottom: 60px;
    left: auto;
    right: 93px
}

.technology__slider .swiper-button-prev {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-right: 12px
}

.technology__item {
    position: relative
}

.technology__item-photo {
    position: relative;
    padding-bottom: 53%;
    overflow: hidden;
    border-radius: 50px
}

.technology__item-photo:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(359.82deg, rgba(0, 0, 0, .7) .14%, rgba(2, 0, 115, 0) 103.4%);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    z-index: 2;
    content: ""
}

.technology__item-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.technology__item-info {
    position: absolute;
    left: 56px;
    bottom: 32px;
    width: calc(100% - 112px);
    border-radius: 50px;
    background: linear-gradient(90.04deg, rgba(0, 10, 61, .3) 11.49%, rgba(33, 32, 67, .3) 93.47%);
    -webkit-backdrop-filter: blur(26px);
    backdrop-filter: blur(26px);
    padding: 40px 140px 40px 40px;
    z-index: 2
}

.technology__item-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: .025em;
    text-transform: uppercase
}

.technology__item-text {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: .025em;
    padding-right: 30px
}

.choose__intro {
    font-size: 22px
}

.choose__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
    margin-top: 75px
}

.choose__left {
    padding-left: 75px;
    width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 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
}

.choose__nav-item+.choose__nav-item {
    margin-top: 40px
}

.choose__nav-link {
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .1) 11.49%, rgba(113, 229, 255, .1) 93.47%);
    border-radius: 50px;
    height: 100px;
    padding: 10px 50px 5px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 24px;
    color: #fff;
    letter-spacing: .025em;
    text-underline-position: under;
    text-decoration-thickness: 1px !important
}

.choose__nav-link.active {
    background: linear-gradient(90.04deg, rgba(87, 54, 234, .4) 11.49%, rgba(113, 229, 255, .4) 93.47%)
}

.choose__nav-link.active span {
    text-decoration: underline;
    font-weight: 700
}

.choose__nav-numb {
    letter-spacing: .025em;
    font-weight: 700;
    font-size: 63px;
    line-height: 1;
    position: relative
}

.choose__nav-numb:before {
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(48%, -70%);
    -ms-transform: translate(48%, -70%);
    transform: translate(48%, -70%);
    width: 57px;
    height: 18px;
    background: url(/img/decor4.svg) no-repeat;
    content: ""
}

.choose__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 1px;
    border-radius: 50px;
    padding: 80px 80px;
    position: relative;
    z-index: 5
}

.choose__right:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: linear-gradient(65.28deg, rgba(0, 250, 250, .1) 6.45%, rgba(0, 133, 255, 0) 86.4%);
    border-radius: 50px;
    content: ""
}

.choose__right:before {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -3;
    background: linear-gradient(65.28deg, #0f141e 6.45%, rgba(47, 218, 255, 0) 86.4%);
    border-radius: 50px;
    content: ""
}

.choose__right-bg {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -2;
    background: linear-gradient(65.28deg, rgba(22, 85, 158, .05) 6.45%, rgba(47, 218, 255, 0) 86.4%);
    border-radius: 50px;
    content: ""
}

.choose__dtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: .025em;
    background: linear-gradient(89.92deg, #00fafa .05%, #0085ff 94.42%);
    margin-bottom: 60px
}

.choose__ditem {
    font-size: 24px;
    letter-spacing: .025em
}

.choose__ditem+.choose__ditem {
    margin-top: 45px
}

.choose__ditem-line {
    width: 186px;
    height: 8px;
    border-radius: 16px;
    margin-bottom: 20px
}

.choose__diagram {
    position: absolute;
    top: 60px;
    right: 140px
}

.choose__diagram:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250%;
    padding-bottom: 250%;
    background: radial-gradient(35.32% 35.32% at 50.05% 52.6%, rgba(0, 102, 255, .497) 0, rgba(0, 102, 255, .189) 51.5%, rgba(0, 102, 255, 0) 100%);
    opacity: .7;
    content: ""
}

.choose__diagram svg {
    width: 100%;
    height: auto
}

.choose__diagram-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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
}

.choose__diagram-line img {
    max-height: 100%
}

.choose__slider {
    margin-top: 115px;
    padding-bottom: 55px
}

.choose__slider .swiper-button {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0
}

.choose__slider .swiper-button-prev {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-right: 12px
}

.choose__text {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .025em
}

.choose__hint {
    position: absolute;
    z-index: 5;
    cursor: pointer
}

.choose__hint.hint-1 {
    left: 55%;
    top: 10px
}

.choose__hint.hint-2 {
    left: 102%;
    top: 39%
}

.choose__hint.hint-3 {
    left: 82%;
    top: 100%
}

.choose__hint.hint-4 {
    right: 82%;
    top: 100%
}

.choose__hint.hint-5 {
    right: 102%;
    top: 39%
}

.choose__hint-name {
    font-size: 16px
}

.choose__hint-text {
    background: linear-gradient(90.04deg, rgba(0, 10, 61, .3) 11.49%, rgba(33, 32, 67, .3) 93.47%);
    -webkit-backdrop-filter: blur(26px);
    backdrop-filter: blur(26px);
    border-radius: 29px 29px 0 29px;
    padding: 32px 35px 40px 40px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 425px;
    -webkit-transform: translate(-30%, 5px);
    -ms-transform: translate(-30%, 5px);
    transform: translate(-30%, 5px);
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .025em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 50
}

.p-r .choose__hint-text {
    left: auto;
    right: 0;
    -webkit-transform: translate(20%, 5px);
    -ms-transform: translate(20%, 5px);
    transform: translate(20%, 5px)
}

.choose__hint:hover {
    z-index: 10
}

.choose__hint:hover .choose__hint-text {
    opacity: 1;
    visibility: visible
}

@media (min-width:610px) {
    .show-mobile-lg {
        display: none !important
    }
}

@media (min-width:768px) {
    .show-tablet-sm {
        display: none !important
    }
}

@media (min-width:1024px) {
    .show-tablet {
        display: none !important
    }
}

@media (min-width:1200px) {
    .show-desktop {
        display: none !important
    }
}

@media screen and (max-width:1769.98px) {
    .container {
        max-width: 1350px
    }

    .label__input {
        margin-bottom: 5px;
        font-size: 18px
    }

    .form-connection .item {
        font-size: 14px;
        min-width: 60px
    }

    .form-connection .item img {
        width: 30px
    }
}

@media (max-width:1769.98px) {
    .hide-desktop-lg {
        display: none !important
    }

    .hide-desktop {
        display: none !important
    }

    .section__head {
        max-width: 1000px;
        margin-bottom: 60px
    }

    .section__head.mw {
        max-width: 900px
    }

    .section__head.mw--lg {
        max-width: 950px
    }

    .section__head.mw--md {
        max-width: 700px
    }

    .section__head.mb--md {
        margin-bottom: 55px
    }

    .section__title {
        font-size: 42px
    }

    .section__title.fs-page {
        font-size: 50px
    }

    .section__subtitle {
        margin-top: 15px;
        font-size: 26px
    }

    .section__intro {
        padding-left: 60px;
        background-size: 40px;
        max-width: 900px;
        font-size: 20px;
        min-height: 70px
    }

    .section__intro.fs--md {
        font-size: 21px
    }

    .section__intro.mw--lgx {
        max-width: 1190px
    }

    .section__intro.mw--lg {
        max-width: 1090px
    }

    .section__intro.mw--md {
        max-width: 1000px
    }

    .section__intro.mw--mdx {
        max-width: 940px
    }

    .section__mg {
        margin: 100px 0
    }

    .section__mb {
        margin-bottom: 100px
    }

    .section__mb--md {
        margin-bottom: 80px
    }

    .section__buttons {
        margin-top: 60px
    }

    .social a {
        width: 45px;
        height: 45px
    }

    .social a.vcru img {
        max-width: 22px
    }

    .hint {
        font-size: 12px
    }

    .breadcrumbs {
        margin-bottom: 50px
    }

    .breadcrumbs__item {
        font-size: 18px
    }

    .swiper-button {
        width: 60px;
        height: 60px
    }

    .swiper-button-next {
        right: 15px
    }

    .swiper-button-prev {
        left: 15px
    }

    .swiper-button--md {
        width: 45px;
        height: 45px
    }

    .line__input .hint__box {
        top: 19px
    }

    .input {
        height: 65px;
        line-height: 63px;
        font-size: 20px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 30px
    }

    .input--lk {
        height: 58px;
        line-height: 56px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px
    }

    textarea.input {
        padding: 20px 25px;
        height: 110px
    }

    .line__btn {
        margin-top: 45px
    }

    .btn {
        height: 75px;
        font-size: 20px;
        padding: 0 25px
    }

    .btn--sm {
        height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .btn--md {
        height: 60px;
        font-size: 16px;
        padding: 2px 25px 0
    }

    .btn--mdx {
        height: 80px;
        font-size: 20px;
        padding: 2px 40px 0
    }

    .btn--wlg {
        max-width: 330px
    }

    .btn--play {
        font-size: 18px;
        padding-right: 100px
    }

    .btn--play:before {
        height: 60px;
        width: 60px;
        right: 8px
    }

    .counter {
        width: 160px;
        height: 60px;
        font-size: 26px
    }

    .counter__button {
        width: 45px;
        font-size: 26px;
        padding-bottom: 0
    }

    .counter__button-minus {
        padding-bottom: 2px
    }

    .popup__container {
        border-radius: 40px;
        max-width: 820px;
        padding: 50px 40px 50px
    }

    .popup__container:before {
        width: 600px;
        height: 500px
    }

    .popup__container:after {
        width: 700px;
        height: 620px
    }

    .popup--rekv .popup__container {
        max-width: 600px;
        padding: 55px 60px 65px
    }

    .popup__close {
        top: 40px;
        right: 40px;
        width: 20px
    }

    .popup__head {
        margin-bottom: 30px
    }

    .popup__title {
        font-size: 38px
    }

    .popup__intro {
        max-width: 450px;
        margin-top: 20px;
        padding-left: 60px;
        background-size: 40px;
        font-size: 20px;
        min-height: 70px
    }

    .popup__rekv {
        font-size: 16px
    }

    .popup__rekv-title {
        font-size: 20px
    }

    .popup form {
        max-width: 450px
    }

    .popup--auth .popup__container {
        max-width: 640px;
        padding: 40px 50px
    }

    .popup--auth .popup__close {
        right: 30px;
        top: 30px;
        width: 20px;
        height: 20px
    }

    .popup--auth .popup__title {
        font-size: 40px
    }

    .popup--reg .popup__container {
        max-width: 720px
    }

    .popup--reg .popup__bottom {
        margin-bottom: 0 !important
    }

    .popup__scroll {
        height: 100%;
        overflow: auto;
        width: calc(100% + 20px)
    }

    .popup__scroll .mCSB_container {
        padding-right: 40px
    }

    .popup__scroll form {
        margin-right: 40px
    }

    .popup__scroll .hint {
        max-width: 360px
    }

    .popup__cbg {
        border-radius: 50px
    }

    .popup__buttons {
        margin-top: 50px
    }

    .popup__buttons.mt-md {
        margin-top: 50px
    }

    .popup__buttons.mt-sm {
        margin-top: 35px
    }

    .popup__code {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px
    }

    .popup__code-line {
        margin: 0 5px;
        width: 20px
    }

    .popup__code .input {
        width: 50px;
        height: 50px
    }

    .header {
        padding: 30px 0 50px
    }

    .header__inner {
        gap: 15px
    }

    .header__logo {
        max-width: 200px
    }

    .header__auth {
        gap: 12px
    }

    .header__auth .btn {
        font-size: 16px;
        height: 45px;
        padding: 0 20px
    }

    .navfix__menu {
        gap: 20px
    }

    .navfix__menu li a {
        font-size: 16px
    }

    .footer {
        padding: 80px 0 50px;
        border-radius: 70px 70px 0 0
    }

    .footer__logo {
        height: 40px
    }

    .footer__logo img {
        max-height: 100%
    }

    .footer__cmt {
        margin-top: 55px
    }

    .footer__sname {
        margin-top: 15px;
        font-size: 20px
    }

    .footer__menu {
        grid-gap: 40px;
        max-width: 540px
    }

    .footer__menu li+li {
        margin-top: 8px
    }

    .footer__menu li a {
        font-size: 18px
    }

    .footer__contacts {
        width: 18%
    }

    .footer__contacts-item {
        font-size: 18px
    }

    .footer__contacts-item+.footer__contacts-item {
        margin-top: 10px
    }

    .footer__contacts-item img {
        position: relative;
        top: -2px;
        max-width: 25px
    }

    .footer__contacts-social {
        margin-top: 20px
    }

    .footer__contacts-addr {
        font-size: 16px
    }

    .footer__middle {
        margin-top: 40px
    }

    .footer__copy {
        font-size: 16px
    }

    .footer__bottom {
        margin-top: 40px;
        gap: 30px
    }

    .footer__links {
        gap: 15px 25px
    }

    .footer__links a {
        font-size: 16px
    }

    .footer__fait {
        font-size: 16px
    }

    .footer__fait img,
    .footer__fait svg {
        margin-left: 6px;
        width: 15px;
        top: -2px
    }

    .hero {
        margin-bottom: 80px
    }

    .hero__info {
        padding-top: 40px
    }

    .hero__anim-img {
        width: 115%
    }

    .hero__title {
        font-size: 52px
    }

    .hero__descr {
        margin-top: 40px;
        gap: 30px;
        max-width: 600px
    }

    .hero__intro {
        font-size: 16px;
        padding-left: 45px;
        background-size: 30px;
        max-width: 400px
    }

    .hero__time {
        font-size: 16px
    }

    .hero__time-title {
        font-size: 22px
    }

    .m-base-block {
        margin-bottom: 80px
    }

    .m-base-block__inner {
        padding: 70px 80px 80px 80px
    }

    .m-base-block__title-wrap {
        max-width: 1000px
    }

    .hero-problems {
        margin-bottom: 80px
    }

    .hero-problems__info {
        padding-top: 40px
    }

    .hero-problems__anim-img {
        width: 115%
    }

    .hero-problems__title {
        font-size: 52px
    }

    .hero-problems__descr {
        margin-top: 40px;
        gap: 30px;
        max-width: 600px
    }

    .hero-problems__intro {
        font-size: 16px;
        padding-left: 45px;
        background-size: 30px;
        max-width: 400px
    }

    .hero-problems__time {
        font-size: 16px
    }

    .hero-problems__time-title {
        font-size: 22px
    }

    .hero-problems__buttons {
        margin-top: 50px;
        gap: 30px
    }

    .hero-problems__buttons-prop {
        margin-top: 12px;
        gap: 10px;
        font-size: 16px
    }

    .hero-problems__buttons-prop img {
        max-width: 24px;
        top: -2px
    }

    .hero-what-is-ai {
        margin-bottom: 80px
    }

    .hero-what-is-ai__info {
        padding-top: 40px
    }

    .hero-what-is-ai__anim-img {
        width: 115%
    }

    .hero-what-is-ai__title {
        font-size: 52px
    }

    .hero-what-is-ai__descr {
        margin-top: 40px;
        gap: 30px;
        max-width: 600px
    }

    .hero-what-is-ai__intro {
        font-size: 16px;
        padding-left: 45px;
        background-size: 30px;
        max-width: 400px
    }

    .hero-what-is-ai__time {
        font-size: 16px
    }

    .hero-what-is-ai__time-title {
        font-size: 22px
    }

    .hero-what-is-ai__buttons {
        margin-top: 50px;
        gap: 30px
    }

    .hero-what-is-ai__buttons-prop {
        margin-top: 12px;
        gap: 10px;
        font-size: 16px
    }

    .hero-what-is-ai__buttons-prop img {
        max-width: 24px;
        top: -2px
    }

    .hero-destinations-sub__section {
        grid-gap: 40px
    }

    .hero-destinations-sub .item .title {
        font-size: 20px
    }

    .hero-destinations-sub .item .desc {
        font-size: 16px;
        margin-top: 15px
    }

    .build__items {
        grid-gap: 40px
    }

    .build__item-photo {
        border-radius: 180.5px 33px 33px 33px;
        margin-bottom: 35px
    }

    .build__item-info {
        padding-left: 35px;
        background-size: 20px
    }

    .build__item-title {
        font-size: 20px
    }

    .build__item-desc {
        font-size: 16px;
        margin-top: 15px
    }

    .entrsup {
        margin-top: 80px;
        padding: 50px 300px 50px 320px;
        min-height: 200px;
        font-size: 22px
    }

    .entrsup .img-1 {
        max-width: 440px;
        bottom: -14px
    }

    .entrsup .img-2 {
        max-width: 450px;
        right: -20px
    }

    .entrsup .img-2.v-2 {
        right: -24px
    }

    .about__inner {
        padding: 70px 80px
    }

    .about__item {
        gap: 80px
    }

    .about__item+.about__item {
        margin-top: 50px
    }

    .about__item-info {
        padding-left: 60px;
        background-size: 40px
    }

    .about__item-title {
        font-size: 20px
    }

    .about__item-desc {
        margin-top: 30px;
        font-size: 16px
    }

    .about__item-buttons {
        margin-top: 30px
    }

    .about__item-vaction {
        padding: 30px 45px 30px
    }

    .about__item-vplay {
        height: 75px;
        padding-left: 80px;
        padding-right: 30px;
        font-size: 20px
    }

    .about__item-vplay:before {
        width: 60px;
        height: 60px;
        left: 8px
    }

    .components__item::before {
        top: 70px;
        height: calc(100% - 70px)
    }

    .components__item-img {
        height: 150px;
        padding-left: 31px
    }

    .components__item-info {
        padding: 0 50px 50px 60px
    }

    .components__item-title {
        font-size: 20px
    }

    .components__item-title img {
        max-height: 25px;
        max-width: 30px
    }

    .components__item-title .img-3 {
        margin-bottom: 0
    }

    .components__buttons {
        margin-top: 60px;
        gap: 30px
    }

    .components__buttons-wall {
        max-width: 380px
    }

    .components__buttons-i {
        font-size: 16px
    }

    .solutions__item {
        padding: 50px 0 45px
    }

    .solutions__item:before {
        border-radius: 40px
    }

    .solutions__item-head {
        height: 64px;
        padding-left: 70px
    }

    .solutions__item-numb {
        font-size: 50px
    }

    .solutions__item-numb:before {
        background-size: 50px
    }

    .solutions__item-title {
        font-size: 20px
    }

    .solutions__item-info {
        padding: 33px 25px 0 50px
    }

    .solutions__item-props {
        gap: 10px
    }

    .solutions__item-prop {
        padding: 2px 15px 0;
        font-size: 14px;
        height: 36px;
        gap: 10px
    }

    .solutions__item-prop.pd--lg {
        padding: 2px 15px 0
    }

    .solutions__item-prop img {
        max-width: 16px;
        max-height: 18px
    }

    .solutions__item-list {
        margin-top: 40px;
        max-width: 350px
    }

    .solutions__item-cleft .solutions__item-list {
        max-width: 450px
    }

    .solutions__item-list li {
        font-size: 16px;
        padding-left: 35px;
        background-size: 18px
    }

    .solutions__item-list li+li {
        margin-top: 25px
    }

    .solutions__item-buttons {
        padding-top: 60px
    }

    .solutions__item-cright {
        padding-right: 50px
    }

    .solutions__item-slider {
        border-radius: 40px
    }

    .solutions__item-photo {
        border-radius: 40px
    }

    .solutions__item-vplay {
        height: 75px;
        max-width: 460px;
        padding-left: 80px;
        padding-right: 30px;
        font-size: 20px
    }

    .solutions__item-vplay:before {
        width: 60px;
        height: 60px;
        left: 8px
    }

    .solutions__advant {
        margin-top: 80px;
        padding: 40px 20% 40px 30%;
        min-height: 180px
    }

    .solutions__advant:after {
        width: 1300px;
        height: 230px;
        bottom: -85px;
        background-size: 100%
    }

    .solutions__advant-img1 {
        left: 40px;
        width: 28%;
        bottom: -13px
    }

    .solutions__advant-img2 {
        width: 18%;
        right: 50px
    }

    .solutions__advant-title {
        font-size: 22px
    }

    .solutions__advant-intro {
        font-size: 20px
    }

    .unique__item {
        gap: 80px
    }

    .unique__item+.unique__item {
        margin-top: 60px
    }

    .unique__item-info:before {
        height: 100px
    }

    .unique__item-numb {
        width: 55px;
        height: 55px;
        background-size: cover;
        font-size: 26px
    }

    .unique__item-head {
        gap: 20px;
        height: 100px;
        margin-bottom: 40px;
        font-size: 20px
    }

    .unique__item-icon {
        width: 50px;
        height: 50px;
        padding: 12px
    }

    .unique__item-text {
        padding-left: 35px;
        background-size: 16px;
        background-position-y: 3px;
        font-size: 18px
    }

    .unique__item-text p+p {
        margin-top: 15px
    }

    .registr__inner {
        padding: 70px 35% 80px 80px
    }

    .registr__head {
        margin-bottom: 40px
    }

    .registr__items {
        max-width: 620px;
        gap: 60px
    }

    .registr__item {
        margin-top: 40px;
        max-width: 400px
    }

    .registr__item-icon {
        width: 60px;
        height: 36px;
        margin-right: 18px
    }

    .registr__item-icon img {
        max-width: 20px;
        max-height: 22px
    }

    .registr__item-title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .registr__item-text {
        font-size: 16px
    }

    .registr__buttons {
        margin-top: 80px
    }

    .registr__buttons-sign {
        font-size: 16px;
        max-width: 330px
    }

    .compare__intro {
        padding-left: 60px;
        background-size: 40px;
        max-width: 900px;
        font-size: 20px;
        min-height: 70px;
        margin-bottom: 60px
    }

    .compare__cols {
        gap: 100px
    }

    .compare__nav-item+.compare__nav-item {
        margin-top: 25px
    }

    .compare__nav-link {
        height: 80px;
        padding: 10px 50px 5px 60px;
        font-size: 20px
    }

    .compare__nav-numb {
        font-size: 50px
    }

    .compare__nav-numb:before {
        background-size: 50px
    }

    .compare__item-vplay {
        height: 75px;
        padding-left: 80px;
        padding-right: 30px;
        font-size: 20px
    }

    .compare__item-vplay:before {
        width: 60px;
        height: 60px;
        left: 8px
    }

    .track__popup .popup__container {
        max-width: 1000px;
        padding: 65px 70px 80px
    }

    .track__popup .popup__intro {
        max-width: 800px
    }

    .track__list {
        padding-left: 10px;
        padding-top: 10px
    }

    .track__list li {
        max-width: 490px;
        padding-left: 40px;
        background-size: 18px;
        font-weight: 200;
        font-size: 16px
    }

    .track__list li+li {
        margin-top: 20px
    }

    .connect {
        margin-top: 120px
    }

    .connect__inner {
        padding: 40px 70px 50px 34%;
        min-height: 150px
    }

    .connect__img {
        width: 36%
    }

    .connect__img img {
        max-height: 360px
    }

    .connect__form {
        gap: 50px
    }

    .connect__head {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 48%
    }

    .connect__title {
        font-size: 32px
    }

    .connect__title.fs--md {
        font-size: 27px
    }

    .connect__intro {
        margin-top: 20px;
        font-size: 20px
    }

    .team__carousel {
        margin-top: -40px
    }

    .team__item {
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .team__item-photo {
        width: 180px;
        border-width: 10px
    }

    .team__item-info {
        padding: 28px 10px 32px 30px
    }

    .team__item-name {
        font-size: 20px
    }

    .team__item-desc {
        font-size: 16px;
        margin-top: 16px
    }

    .blog__nav li a {
        height: 48px;
        padding: 0 30px;
        font-size: 16px
    }

    .blog__chanel {
        font-size: 20px
    }

    .blog__chanel img {
        margin-right: 15px;
        max-width: 35px;
        position: relative;
        top: -1px
    }

    .blog__item:not(.swiper-slide)+.blog__item {
        margin-top: 70px
    }

    .blog__item-photo {
        border-radius: 170px 40px 0 0
    }

    .blog__item-photo.bdr--normal {
        border-top-left-radius: 40px
    }

    .blog__item-stick {
        padding-top: 3px;
        width: 170px;
        height: 60px;
        font-size: 26px;
        border-radius: 40px 40px 40px 0
    }

    .blog__item-stick img {
        max-width: 30px;
        position: relative;
        top: -2px
    }

    .blog__item-date {
        height: 60px;
        padding: 0 30px 0 40px;
        border-radius: 40px 40px 0 40px;
        font-size: 20px
    }

    .blog__item-play::before {
        width: 100px;
        height: 100px
    }

    .blog__item-info {
        border-radius: 0 0 40px 40px;
        padding: 35px 18% 40px 8%
    }

    .blog__item-text {
        padding-left: 30px;
        background-size: 18px;
        font-size: 20px
    }

    .blog__itempro {
        border-radius: 40px 20px 20px 40px
    }

    .blog__itempro-stick {
        padding-top: 3px;
        width: 170px;
        height: 60px;
        font-size: 26px;
        border-radius: 40px 40px 0 40px
    }

    .blog__itempro-stick img {
        max-width: 30px;
        position: relative;
        top: -2px
    }

    .blog__itempro-info {
        padding: 40px 35px 20px 30px
    }

    .blog__itempro-date {
        height: 40px;
        padding: 0 18px;
        font-size: 20px;
        margin-bottom: 40px
    }

    .blog__itempro-text {
        padding-left: 40px;
        background-size: 22px;
        font-size: 18px
    }

    .join__inner {
        padding: 70px 100px 60px 70px
    }

    .join__intro {
        padding-left: 60px;
        background-size: 40px;
        max-width: 520px;
        font-size: 20px;
        min-height: 70px;
        margin-bottom: 60px
    }

    .join__items {
        grid-gap: 70px;
        padding-left: 90px
    }

    .join__item {
        padding: 25px
    }

    .join__item-inner {
        padding: 27px 35px 25px
    }

    .join__item-inner:after {
        right: 40px;
        width: 150px;
        height: 123px
    }

    .join__item-title {
        margin-bottom: 10px;
        font-size: 20px
    }

    .join__item-text {
        padding-left: 34px;
        background-size: 16px;
        font-size: 20px;
        background-position-y: 2px
    }

    .join__item-fire {
        height: 40px;
        padding: 2px 12px 0;
        margin-top: 22px;
        font-size: 20px;
        border-radius: 20px
    }

    .join__item-fire img {
        max-width: 20px;
        top: 0
    }

    .join__item-decor {
        width: 180px
    }

    .join__buttons {
        margin-top: 60px
    }

    .join__buttons .btn {
        padding: 0 12px 0 40px;
        gap: 30px
    }

    .join__buttons .btn .icon {
        width: 55px;
        height: 55px
    }

    .join__inner {
        border-radius: 40px;
        padding: 40px 60px 40px 40px
    }

    .join__items {
        grid-gap: 50px;
        padding-left: 50px
    }

    .fhero {
        margin-bottom: 80px
    }

    .fhero__anim-img {
        width: 110%
    }

    .fhero__title {
        font-size: 52px
    }

    .fhero__descr {
        margin-top: 40px;
        gap: 40px
    }

    .fhero__intro {
        font-size: 15px;
        padding-left: 45px;
        background-size: 30px;
        max-width: 400px
    }

    .fhero__buttons {
        margin-top: 70px
    }

    .fhero__buttons .btn {
        max-width: 400px
    }

    .faq__item {
        padding: 20px;
        border-radius: 40px
    }

    .faq__item-idrop {
        width: 50px;
        height: 50px;
        margin-right: 50px
    }

    .faq__item-icon {
        height: 100px;
        width: 100px;
        margin-right: 40px
    }

    .faq__item-name {
        font-size: 22px
    }

    .faq__item-intro {
        margin-top: 16px;
        font-size: 18px;
        max-width: 600px
    }

    .faq__item-body {
        font-size: 18px;
        padding: 16px 250px 40px 140px
    }

    .ask__inner {
        padding: 60px 58% 60px 60px
    }

    .contacts__inner {
        border-radius: 40px;
        padding: 50px 100px 60px 60px
    }

    .contacts__cols+.contacts__cols {
        margin-top: 70px
    }

    .contacts__row {
        gap: 30px
    }

    .contacts__item {
        gap: 15px
    }

    .contacts__item-icon {
        max-width: 32px
    }

    .contacts__item-inf {
        font-size: 20px
    }

    .contacts__item-val {
        font-size: 18px
    }

    .contacts__box {
        padding-left: 50px;
        background-size: 35px
    }

    .contacts__box-title {
        font-size: 26px
    }

    .contacts__box-row {
        gap: 30px
    }

    .contacts__lpolicy a {
        font-size: 15px
    }

    .contacts__copy {
        font-size: 20px
    }

    .contacts__copy-title {
        margin-bottom: 15px;
        font-size: 18px
    }

    .contacts__inn {
        font-size: 14px
    }

    .contacts__img {
        max-width: 400px
    }

    .bhero {
        margin-bottom: 70px
    }

    .bhero__anim-img {
        width: 110%
    }

    .bhero__title {
        font-size: 52px
    }

    .bhero__descr {
        margin-top: 70px;
        gap: 40px
    }

    .bhero__intro {
        font-size: 16px;
        padding-left: 45px;
        background-size: 30px;
        max-width: 400px
    }

    .catalog__filter {
        width: 360px
    }

    .filter__item {
        padding: 20px 35px 20px 30px
    }

    .filter__item+.filter__item {
        margin-top: 20px
    }

    .filter__item-title {
        font-size: 18px
    }

    .filter__item-list li {
        margin-top: 10px
    }

    .filter__item-list a {
        padding-left: 20px;
        background-size: 15px;
        font-size: 16px
    }

    .card {
        border-radius: 40px;
        padding: 35px 40px 45px
    }

    .card+.card {
        margin-top: 40px
    }

    .card__head {
        gap: 20px 70px
    }

    .card__title {
        font-size: 24px
    }

    .card__cols {
        grid-gap: 55px
    }

    .card__cols+.card__cols {
        margin-top: 55px
    }

    .card__buttons {
        margin-top: 40px;
        gap: 30px
    }

    .card__links {
        gap: 10px
    }

    .card__lbtn {
        font-size: 16px
    }

    .card__box-head {
        margin-bottom: 20px
    }

    .card__box-icon {
        width: 42px;
        height: 42px
    }

    .card__box-title {
        font-size: 18px
    }

    .card__setting li+li {
        margin-top: 15px
    }

    .card__setting-more {
        margin-top: 20px
    }

    .card__slider-vplay {
        left: 30px;
        bottom: 20px;
        height: 65px;
        padding-left: 75px
    }

    .card__slider-vplay:before {
        width: 59px;
        height: 59px
    }

    .advant__items {
        grid-gap: 40px
    }

    .advant__item::after {
        border-top-left-radius: 150px
    }

    .advant__item-photo {
        border-radius: 150.5px 33px 33px 33px;
        margin-bottom: 35px
    }

    .advant__item-info {
        margin-left: 16px;
        padding-left: 30px;
        padding-right: 15px;
        background-size: 15px
    }

    .advant__item-title {
        font-size: 20px
    }

    .advant__item-desc {
        font-size: 15px;
        margin-top: 15px
    }

    .nav__progress {
        height: 20px !important;
        margin-bottom: 26px;
        padding: 4px
    }

    .nav__item-numb {
        font-size: 40px;
        padding-left: 25px
    }

    .nav__item-numb:before {
        -webkit-transform: translate(0, -60%);
        -ms-transform: translate(0, -60%);
        transform: translate(0, -60%);
        width: 40px
    }

    .nav__item-title {
        font-size: 18px;
        max-width: 230px
    }

    .nav__stick.fixed .nav__item-numb {
        font-size: 34px;
        padding-left: 25px
    }

    .nav__stick.fixed .nav__item-numb:before {
        -webkit-transform: translate(0, -60%);
        -ms-transform: translate(0, -60%);
        transform: translate(0, -60%);
        width: 40px
    }

    .nav__stick.fixed .nav__item-title {
        font-size: 16px;
        max-width: 200px
    }

    .deal_gives__inner {
        padding: 60px 70px 80px
    }

    .deal {
        max-width: 960px
    }

    .deal__graph {
        max-width: 900px
    }

    .deal__graph-item {
        height: 70px;
        font-size: 26px
    }

    .deal__graph-item.item-1 {
        width: 100px
    }

    .deal__graph-label {
        font-size: 20px
    }

    .deal__graph-label:before {
        width: 38px;
        height: 42px;
        margin-bottom: 10px;
        background-size: 100%
    }

    .deal__list {
        margin-top: 60px
    }

    .deal__list li {
        font-size: 20px;
        padding-left: 30px;
        background-size: 18px
    }

    .deal__list li+li {
        margin-top: 25px
    }

    .gives__photo {
        margin-right: 40px
    }

    .gives__photo-wrap {
        border-radius: 60px
    }

    .gives__info {
        padding-top: 10px
    }

    .gives__item+.gives__item {
        margin-top: 30px
    }

    .gives__item-numb {
        width: 55px;
        padding-right: 10px;
        font-size: 32px
    }

    .gives__item-title {
        font-size: 20px;
        min-height: 30px
    }

    .gives__item-text {
        margin-top: 10px;
        padding-left: 55px;
        font-size: 18px
    }

    .approach__item {
        gap: 80px
    }

    .approach__item+.approach__item {
        margin-top: 60px
    }

    .approach__item-info:before {
        height: 100px
    }

    .approach__item-numb {
        width: 55px;
        height: 55px;
        background-size: cover;
        font-size: 26px
    }

    .approach__item-head {
        gap: 20px;
        height: 100px;
        margin-bottom: 40px;
        font-size: 20px
    }

    .approach__item-icon {
        width: 50px;
        height: 50px;
        padding: 12px
    }

    .approach__item-text {
        padding-left: 35px;
        background-size: 16px;
        background-position-y: 3px;
        font-size: 18px
    }

    .approach__item-text p+p {
        margin-top: 15px
    }

    .hworks__cols {
        gap: 70px
    }

    .hworks__video {
        border-radius: 40px
    }

    .hworks__video-vplay {
        left: 40px;
        bottom: 40px;
        height: 75px;
        padding-left: 80px;
        padding-right: 30px;
        font-size: 20px
    }

    .hworks__video-vplay:before {
        width: 60px;
        height: 60px;
        left: 8px
    }

    .hworks__chanel {
        font-size: 20px;
        max-width: 500px;
        margin-top: 50px
    }

    .hworks__chanel img {
        margin-right: 15px;
        max-width: 37px
    }

    .hworks__info {
        max-width: 520px
    }

    .hworks__info-head {
        gap: 20px;
        margin-bottom: 40px;
        font-size: 20px
    }

    .hworks__info-icon {
        width: 50px;
        height: 50px;
        padding: 12px
    }

    .hworks__info-list {
        padding-left: 20px
    }

    .hworks__info-list li {
        font-size: 16px;
        background-size: 18px;
        padding-left: 32px;
        background-position-y: 2px
    }

    .hworks__info-list li+li {
        margin-top: 20px
    }

    .hworks__info-buttons {
        margin-top: 60px
    }

    .htech__list {
        margin-top: 40px;
        padding-left: 60px
    }

    .htech__list li {
        font-size: 20px;
        padding-left: 35px;
        background-size: 18px;
        max-width: 900px
    }

    .htech__list li+li {
        margin-top: 24px
    }

    .htech__video {
        margin-top: 75px;
        border-radius: 50px
    }

    .htech__video-wrap {
        padding-bottom: 37%
    }

    .htech__video-vplay {
        max-width: 500px;
        left: 50px;
        bottom: 50px;
        height: 75px;
        padding-left: 80px;
        padding-right: 30px;
        font-size: 20px
    }

    .htech__video-vplay:before {
        width: 60px;
        height: 60px;
        left: 8px
    }

    .htech__chanel {
        font-size: 20px;
        margin-top: 40px
    }

    .htech__chanel img {
        margin-right: 15px;
        max-width: 37px
    }

    .technology__cols {
        gap: 60px
    }

    .technology__nav {
        max-height: 415px
    }

    .technology__nav-item+.technology__nav-item {
        margin-top: 25px
    }

    .technology__nav-link {
        height: 80px;
        padding: 10px 50px 5px 60px;
        font-size: 18px
    }

    .technology__nav-numb {
        font-size: 48px
    }

    .technology__nav-numb:before {
        background-size: 50px
    }

    .technology__slider .swiper-button {
        bottom: 35px;
        right: 50px
    }

    .technology__item-photo {
        border-radius: 40px
    }

    .technology__item-info {
        position: absolute;
        left: 30px;
        bottom: 20px;
        width: calc(100% - 60px);
        border-radius: 40px;
        padding: 30px 100px 30px 30px
    }

    .technology__item-title {
        margin-bottom: 15px;
        font-size: 16px
    }

    .technology__item-text {
        font-size: 16px;
        padding-right: 30px
    }

    .choose__cols {
        gap: 80px
    }

    .choose__left {
        padding-left: 55px
    }

    .choose__intro {
        font-size: 18px
    }

    .choose__nav-item+.choose__nav-item {
        margin-top: 25px
    }

    .choose__nav-link {
        height: 80px;
        padding: 10px 50px 5px 60px;
        font-size: 20px
    }

    .choose__nav-numb {
        font-size: 50px
    }

    .choose__nav-numb:before {
        background-size: 50px
    }

    .choose__right {
        border-radius: 40px;
        padding: 50px 50px 40px
    }

    .choose__dtitle {
        font-size: 20px
    }

    .choose__ditem {
        font-size: 20px
    }

    .choose__ditem+.choose__ditem {
        margin-top: 35px
    }

    .choose__ditem-line {
        width: 160px;
        height: 6px;
        margin-bottom: 15px
    }

    .choose__diagram {
        top: 40px;
        right: 100px;
        max-width: 450px
    }

    .choose__slider {
        margin-top: 110px;
        padding-bottom: 55px
    }

    .choose__text {
        font-size: 18px
    }

    .choose__hint-name {
        font-size: 14px
    }

    .choose__hint-text {
        padding: 25px;
        width: 380px;
        font-size: 12px
    }
}

@media screen and (max-width:1399.98px) {
    .container {
        max-width: 1170px
    }
}

@media (max-width:1399.98px) {
    .hide-desktop-md {
        display: none !important
    }

    .hide-desktop {
        display: none !important
    }

    .header {
        padding: 20px 0 40px
    }

    .header__logo {
        max-width: 112px
    }

    .header__auth {
        gap: 12px
    }

    .header__auth .btn {
        font-size: 16px;
        height: 45px;
        padding: 0 20px
    }

    .navfix__menu {
        gap: 14px
    }

    .footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__cmt {
        margin-top: 30px
    }

    .footer__clogo {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__sname {
        margin: 0 0 0 15px;
        font-size: 16px;
        max-width: 300px
    }

    .footer__contacts {
        width: 30%
    }

    .footer__menu {
        width: 65%
    }

    .hero:after {
        bottom: 60%
    }

    .hero__inner {
        -ms-grid-columns: 1.3fr 1fr;
        grid-template-columns: 1.3fr 1fr
    }

    .hero__info {
        padding-top: 30px
    }

    .hero__anim-img {
        left: -25%;
        width: 135%
    }

    .hero__title {
        max-width: 550px;
        font-size: 45px
    }

    .hero__descr {
        margin-top: 30px;
        max-width: 550px
    }

    .hero__teaser {
        max-width: 550px
    }

    .hero__intro {
        font-size: 14px;
        padding-left: 40px;
        background-size: 25px;
        max-width: 350px
    }

    .hero__time {
        font-size: 16px
    }

    .hero__time-title {
        font-size: 22px
    }

    .m-base-block__anim-i.i-2 {
        top: 33%
    }

    .hero-problems:after {
        bottom: 60%
    }

    .hero-problems__inner {
        -ms-grid-columns: 1.3fr 1fr;
        grid-template-columns: 1.3fr 1fr
    }

    .hero-problems__info {
        padding-top: 30px
    }

    .hero-problems__anim-img {
        left: -25%;
        width: 135%
    }

    .hero-problems__title {
        max-width: 550px;
        font-size: 45px
    }

    .hero-problems__teaser {
        max-width: 550px
    }

    .hero-problems__descr {
        margin-top: 30px;
        max-width: 550px
    }

    .hero-problems__intro {
        font-size: 14px;
        padding-left: 40px;
        background-size: 25px;
        max-width: 350px
    }

    .hero-problems__time {
        font-size: 16px
    }

    .hero-problems__time-title {
        font-size: 22px
    }

    .hero-problems__buttons {
        margin-top: 50px;
        gap: 30px
    }

    .hero-problems__buttons-prop {
        margin-top: 12px;
        gap: 10px;
        font-size: 16px
    }

    .hero-problems__buttons-prop img {
        max-width: 24px;
        top: -2px
    }

    .hero-what-is-ai:after {
        bottom: 60%
    }

    .hero-what-is-ai__inner {
        -ms-grid-columns: 1.3fr 1fr;
        grid-template-columns: 1.3fr 1fr
    }

    .hero-what-is-ai__info {
        padding-top: 30px
    }

    .hero-what-is-ai__anim-img {
        left: -25%;
        width: 135%
    }

    .hero-what-is-ai__title {
        max-width: 550px;
        font-size: 45px
    }

    .hero-what-is-ai__descr {
        margin-top: 30px;
        max-width: 550px
    }

    .hero-what-is-ai__intro {
        font-size: 14px;
        padding-left: 40px;
        background-size: 25px;
        max-width: 350px
    }

    .hero-what-is-ai__time {
        font-size: 16px
    }

    .hero-what-is-ai__time-title {
        font-size: 22px
    }

    .hero-what-is-ai__buttons {
        margin-top: 50px;
        gap: 30px
    }

    .hero-what-is-ai__buttons-prop {
        margin-top: 12px;
        gap: 10px;
        font-size: 16px
    }

    .hero-what-is-ai__buttons-prop img {
        max-width: 24px;
        top: -2px
    }

    .entrsup {
        max-width: 95%
    }

    .about__inner {
        padding: 30px 40px;
        border-radius: 40px
    }

    .about__item {
        gap: 60px
    }

    .about__item-photo {
        border-radius: 40px
    }

    .about__item-vaction {
        padding: 30px 20px 20px
    }

    .components__item-img {
        padding-bottom: 10px
    }

    .components__item-info {
        padding: 0 40px 40px 50px
    }

    .components__item-desc {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.5
    }

    .solutions__advant {
        width: 95%;
        padding-left: 35%
    }

    .registr__inner {
        border-radius: 40px;
        padding: 50px 35% 50px 50px
    }

    .registr__inner:after,
    .registr__inner:before {
        border-radius: 40px
    }

    .registr__bg {
        border-radius: 40px
    }

    .registr__head {
        margin-bottom: 40px
    }

    .registr__items {
        max-width: 620px;
        gap: 60px
    }

    .registr__item {
        margin-top: 40px;
        max-width: 400px
    }

    .registr__item-icon {
        width: 60px;
        height: 36px;
        margin-right: 18px
    }

    .registr__item-icon img {
        max-width: 20px;
        max-height: 22px
    }

    .registr__item-title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .registr__item-text {
        font-size: 16px
    }

    .registr__buttons {
        margin-top: 80px
    }

    .registr__buttons-sign {
        font-size: 16px;
        max-width: 330px
    }

    .connect__inner {
        padding-left: 30%;
        min-height: 120px
    }

    .connect__img {
        width: 30%
    }

    .connect__form {
        gap: 30px
    }

    .connect__title {
        font-size: 26px
    }

    .connect__title.fs--md {
        font-size: 22px
    }

    .connect__intro {
        margin-top: 15px;
        font-size: 18px
    }

    .fhero__anim-img {
        max-width: 120%
    }

    .fhero__title {
        max-width: 550px;
        font-size: 45px
    }

    .fhero__descr {
        margin-top: 30px
    }

    .fhero__intro {
        font-size: 14px;
        padding-left: 40px;
        background-size: 25px;
        max-width: 350px
    }

    .fhero__buttons {
        margin-top: 50px
    }

    .fhero__buttons .btn {
        max-width: 360px
    }

    .contacts__cols {
        grid-gap: 30px
    }

    .contacts__inner {
        border-radius: 40px;
        padding: 60px 100px 50px 50px
    }

    .contacts__img {
        max-width: 300px
    }

    .bhero:after {
        bottom: 60%
    }

    .thank .bhero__inner {
        -ms-grid-columns: 1fr 1.25fr;
        grid-template-columns: 1fr 1.25fr
    }

    .bhero__anim-img {
        width: 120%
    }

    .bhero__title {
        max-width: 550px;
        font-size: 45px
    }

    .thank .bhero__title {
        font-size: 40px
    }

    .bhero__descr {
        margin-top: 30px
    }

    .bhero__intro {
        font-size: 14px;
        padding-left: 40px;
        background-size: 25px;
        max-width: 350px
    }

    .bhero__buttons {
        margin-top: 60px
    }

    .card__cols {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px
    }

    .card__slider {
        max-width: 440px
    }

    .technology__nav {
        max-height: 400px
    }

    .technology__nav-link {
        padding: 10px 30px 5px 50px;
        font-size: 16px;
        gap: 10px
    }

    .technology__nav-numb {
        font-size: 44px
    }

    .technology__nav-numb:before {
        background-size: 40px;
        -webkit-transform: translate(63%, -58%);
        -ms-transform: translate(63%, -58%);
        transform: translate(63%, -58%)
    }

    .technology__item-photo {
        padding-bottom: 60%
    }
}

@media screen and (max-width:1199.98px) {
    .container {
        max-width: 960px
    }
}

@media (max-width:1199.98px) {
    .hide-desktop {
        display: none !important
    }

    .section__intro {
        padding-left: 50px;
        background-size: 35px;
        font-size: 18px;
        max-width: 700px
    }

    .section__intro.fs--md {
        font-size: 18px
    }

    .section__mb {
        margin-bottom: 80px
    }

    .section__mb--md {
        margin-bottom: 60px
    }

    .swiper-scrollbar {
        margin-top: 20px;
        height: 20px !important;
        padding: 4px 0;
        width: calc(100% - 8px) !important
    }

    .counter {
        width: 140px;
        height: 50px;
        font-size: 20px;
        border-radius: 15px
    }

    .counter__button {
        width: 40px;
        font-size: 20px
    }

    .header__logo {
        max-width: 112px
    }

    .navfix__menu {
        gap: 10px
    }

    .navfix__menu li a {
        font-size: 14px
    }

    .navfix__menu li:first-of-type {
        display: none
    }

    .hero__anim-img {
        -webkit-transform: translate(-10%, 5%);
        -ms-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%);
        left: 0
    }

    .m-base-block__inner {
        padding: 40px 50px
    }

    .m-base-block__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-base-block__text-content {
        font-size: 16px
    }

    .m-base-block__text-content .custom-arrow li {
        font-size: 16px
    }

    .m-base-block__text-content .m-base-block__buttons {
        margin-top: 30px
    }

    .m-base-block__anim {
        padding-left: 0
    }

    .m-base-block__anim-img {
        height: 70vw;
        max-height: 500px;
        width: 100%
    }

    .m-base-block__anim-i.i-1 {
        width: 80%
    }

    .m-base-block__anim-i.i-2 {
        top: 33%;
        width: 60%;
        left: 40%
    }

    .hero-problems__anim-img {
        -webkit-transform: translate(-10%, 5%);
        -ms-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%);
        left: 0
    }

    .hero-what-is-ai__anim-img {
        -webkit-transform: translate(-10%, 5%);
        -ms-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%);
        left: 0
    }

    .hero-destinations-sub__section {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 80px
    }

    .build__items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 80px
    }

    .build__item-photo {
        width: 70%;
        padding-bottom: 70%
    }

    .entrsup {
        max-width: 100%;
        width: 100%;
        padding: 30px 25% 150px;
        border-radius: 40px
    }

    .entrsup .img-1 {
        max-width: 400px
    }

    .entrsup .img-2 {
        max-width: 400px;
        right: -18px
    }

    .about__item {
        gap: 40px
    }

    .about__item-title {
        font-size: 18px
    }

    .about__item-desc {
        margin-left: -60px
    }

    .about__item-buttons {
        margin-top: 20px;
        margin-left: -20px
    }

    .components__item {
        width: calc((100% - 60px)/ 2)
    }

    .solutions__advant {
        width: 100%;
        padding-left: 35%;
        border-radius: 40px
    }

    .solutions__advant:after {
        width: 1000px;
        height: 180px
    }

    .unique__item {
        gap: 40px;
        width: 100%;
        margin-left: 0 !important
    }

    .registr__inner {
        padding: 50px
    }

    .registr__photo {
        width: 100% !important;
        max-width: 450px !important;
        margin: 40px auto 0;
        right: auto !important;
        top: auto;
        position: relative;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial
    }

    .compare__intro {
        padding-left: 50px;
        background-size: 35px;
        font-size: 18px;
        margin-bottom: 40px;
        max-width: 700px
    }

    .compare__cols {
        gap: 40px
    }

    .compare__nav-item+.compare__nav-item {
        margin-top: 15px
    }

    .compare__nav-link {
        height: 60px;
        padding: 10px 40px 5px 50px;
        font-size: 16px
    }

    .compare__nav-numb {
        font-size: 40px
    }

    .compare__nav-numb:before {
        background-size: 40px;
        width: 50px;
        height: 15px
    }

    .blog__chanel:not(.section__action) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .blog__item:not(.swiper-slide)+.blog__item {
        margin-top: 50px
    }

    .blog__item-photo {
        border-radius: 120px 30px 0 0
    }

    .blog__item-photo.bdr--normal {
        border-top-left-radius: 30px
    }

    .blog__item-stick {
        padding-top: 3px;
        width: 140px;
        height: 50px;
        font-size: 22px;
        border-radius: 30px 30px 0 30px
    }

    .blog__item-stick img {
        max-width: 25px;
        position: relative;
        top: -2px
    }

    .blog__item-date {
        height: 50px;
        padding: 0 20px 0 30px;
        border-radius: 30px 30px 0 30px;
        font-size: 18px
    }

    .blog__item-play {
        background-size: 80px
    }

    .blog__item-info {
        border-radius: 0 0 40px 40px;
        padding: 25px 18% 30px 8%
    }

    .blog__item-text {
        padding-left: 30px;
        background-size: 17px;
        font-size: 18px
    }

    .blog__itempro {
        border-radius: 30px 15px 15px 30px
    }

    .blog__itempro-stick {
        padding-top: 3px;
        width: 140px;
        height: 50px;
        font-size: 22px;
        border-radius: 30px 30px 30px 0
    }

    .blog__itempro-stick img {
        max-width: 25px;
        position: relative;
        top: -2px
    }

    .blog__itempro-info {
        padding: 30px 25px 15px 20px
    }

    .blog__itempro-date {
        height: 30px;
        padding: 0 15px;
        font-size: 18px;
        margin-bottom: 30px
    }

    .blog__itempro-text {
        padding-left: 35px;
        background-size: 20px;
        font-size: 16px
    }

    .faq__item {
        padding: 15px;
        border-radius: 30px;
        max-width: 100%
    }

    .faq__item-idrop {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        margin-left: 30px
    }

    .faq__item-idrop img {
        max-width: 40%
    }

    .faq__item-icon {
        height: 70px;
        width: 70px;
        margin-right: 20px;
        border-radius: 20px
    }

    .faq__item-title {
        padding-left: 30px;
        background-size: 15px
    }

    .faq__item-name {
        font-size: 18px
    }

    .faq__item-intro {
        margin-top: 10px;
        font-size: 14px
    }

    .faq__item-body {
        font-size: 16px;
        padding: 16px 20px 20px 0
    }

    .ask__inner {
        padding: 40px 50% 40px 40px
    }

    .ask__img {
        top: auto;
        bottom: -20px;
        max-width: 55%
    }

    .contacts__cols {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px
    }

    .contacts__box+.contacts__box {
        margin-top: 20px
    }

    .contacts__img {
        max-width: 230px
    }

    .catalog__cols {
        display: block
    }

    .catalog__filter {
        width: 100%;
        max-width: 400px
    }

    .filter {
        margin-bottom: 50px
    }

    .filter__title {
        line-height: 1.2;
        margin-bottom: 15px
    }

    .filter__item {
        padding: 10px 20px;
        border-radius: 30px
    }

    .filter__item+.filter__item {
        margin-top: 10px
    }

    .filter__item-toggle:after {
        background-image: url(/img/drop-catalog-active.svg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .filter__item-toggle.opened:after {
        background: url(/img/drop-catalog.svg) no-repeat center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .filter__item-content {
        display: none
    }

    .card__cols {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px
    }

    .tariff__grid {
        -ms-grid-columns: 200px 1fr;
        grid-template-columns: 200px 1fr
    }

    .tariff__grid-item-name span {
        font-size: 20px
    }

    .tariff__grid-item-name .icon-preffered {
        margin-top: 1px
    }

    .tariff__grid-item .value-fancy {
        font-size: 24px
    }

    .tariff__difference {
        padding-left: 200px
    }

    .nav__stick.fixed .nav__inner {
        padding: 15px 0
    }

    .nav__stick.fixed .nav__inner::after {
        position: absolute;
        left: -20px;
        width: calc(100% + 40px);
        border-radius: 20px
    }

    .nav__progress {
        height: 16px !important;
        padding: 3px
    }

    .nav__item-numb {
        font-size: 30px;
        padding-left: 18px
    }

    .nav__item-numb:before {
        -webkit-transform: translate(0, -45%);
        -ms-transform: translate(0, -45%);
        transform: translate(0, -45%);
        width: 30px
    }

    .nav__item-title {
        font-size: 14px;
        max-width: 160px
    }

    .nav__stick.fixed .nav__item-numb {
        font-size: 30px;
        padding-left: 18px
    }

    .nav__stick.fixed .nav__item-numb:before {
        -webkit-transform: translate(0, -45%);
        -ms-transform: translate(0, -45%);
        transform: translate(0, -45%);
        width: 30px
    }

    .nav__stick.fixed .nav__item-title {
        font-size: 14px;
        max-width: 160px
    }

    .rules__carousel {
        padding: 0
    }

    .rules__carousel .swiper-scrollbar {
        margin-left: 0;
        width: 100% !important
    }

    .deal_gives__inner {
        padding: 40px;
        border-radius: 40px
    }

    .deal__graph-item {
        height: 60px;
        font-size: 22px
    }

    .deal__graph-label {
        font-size: 16px
    }

    .deal__graph-label:before {
        width: 32px;
        height: 38px;
        margin-bottom: 10px
    }

    .approach__item {
        gap: 40px;
        width: 100%;
        margin-left: 0 !important
    }

    .technology__cols {
        gap: 40px
    }

    .technology__nav {
        max-height: 400px
    }

    .technology__nav-item+.technology__nav-item {
        margin-top: 15px
    }

    .technology__nav-link {
        height: 60px;
        padding: 10px 40px 5px 50px;
        font-size: 16px
    }

    .technology__nav-numb {
        font-size: 40px
    }

    .technology__nav-numb:before {
        background-size: 40px;
        width: 50px;
        height: 15px
    }

    .technology__item-photo {
        height: 400px
    }

    .choose__cols {
        gap: 40px
    }

    .choose__left {
        padding-left: 0
    }

    .choose__nav {
        padding-left: 0
    }

    .choose__nav-item+.choose__nav-item {
        margin-top: 15px
    }

    .choose__nav-link {
        height: 60px;
        padding: 10px 40px 5px 50px;
        font-size: 16px
    }

    .choose__nav-numb {
        font-size: 40px
    }

    .choose__nav-numb:before {
        background-size: 40px;
        width: 50px;
        height: 15px
    }

    .choose__right {
        border-radius: 30px;
        padding: 40px
    }

    .choose__dtitle {
        font-size: 18px
    }

    .choose__ditem {
        font-size: 18px
    }

    .choose__ditem+.choose__ditem {
        margin-top: 25px
    }

    .choose__ditem-line {
        width: 160px;
        height: 6px;
        margin-bottom: 15px
    }

    .choose__diagram {
        top: 40px;
        right: 50px;
        max-width: 320px
    }

    .choose__hint {
        position: absolute;
        z-index: 5;
        cursor: pointer
    }

    .choose__hint.hint-2 {
        left: 95%;
        top: 30%
    }

    .choose__hint.hint-5 {
        right: 95%;
        top: 30%
    }
}

@media screen and (max-width:1023.98px) {
    .container {
        max-width: 710px
    }

    .label__input {
        margin-bottom: 5px;
        font-size: 16px
    }
}

@media (max-width:1023.98px) {
    .hide-tablet {
        display: none !important
    }

    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        animation: none !important
    }

    .custom-markers li {
        font-size: 16px;
        padding-left: 33px
    }

    .custom-markers li:before {
        background-size: 18px;
        top: -3px
    }

    .section__xg {
        margin-bottom: 60px
    }

    .section__head {
        margin-bottom: 50px
    }

    .section__head.hcols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .section__head.mb--md {
        margin-bottom: 50px
    }

    .section__title {
        font-size: 34px
    }

    .section__title.fs-page {
        font-size: 40px
    }

    .section__subtitle {
        margin-top: 15px;
        font-size: 20px
    }

    .section__buttons {
        margin-top: 40px
    }

    .breadcrumbs {
        margin-bottom: 40px
    }

    .breadcrumbs__item {
        font-size: 16px
    }

    .popup__container {
        border-radius: 30px
    }

    .popup__close {
        top: 20px;
        right: 20px
    }

    .popup__head {
        margin-bottom: 20px
    }

    .popup__title {
        font-size: 34px
    }

    .popup__intro {
        max-width: 400px;
        margin-top: 20px;
        padding-left: 40px;
        background-size: 30px;
        font-size: 18px;
        min-height: 70px
    }

    .header__logo {
        margin-right: auto
    }

    .header__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px 0
    }

    .header__burger {
        display: block;
        margin-left: 20px;
        outline: 0;
        background: 0 0;
        border: none
    }

    .header__lang {
        margin-left: auto;
        width: 100px
    }

    .header__lang-current {
        position: relative;
        height: 30px;
        gap: 5px;
        font-size: 12px;
        padding: 0 12px;
        padding-top: 2px
    }

    .header__lang.opened .header__lang-current {
        border-radius: 15px 15px 0 0
    }

    .header__lang-drop {
        border-radius: 0 0 15px 15px
    }

    .header__lang-drop li a {
        gap: 5px;
        font-size: 12px;
        padding: 3px 12px
    }

    .header__auth {
        width: 50%;
        margin-left: 0
    }

    .header__auth .btn {
        font-size: 14px;
        height: 30px;
        padding: 0 20px;
        min-width: 120px
    }

    .navfix {
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(var(--vh) * 100);
        z-index: -100;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: auto;
        margin: 0
    }

    .navfix.active {
        z-index: 99999;
        opacity: 1;
        visibility: visible
    }

    .navfix__menu li:first-of-type {
        display: block
    }

    .navfix__hmob {
        display: block
    }

    .navfix__bg {
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        z-index: 0
    }

    .navfix__box {
        padding: 64px 34px 60px 45px;
        min-height: 70%;
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        z-index: 5;
        background: url(/img/bg-menu.svg) no-repeat top right;
        background-size: cover;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: auto;
        opacity: 0;
        visibility: hidden
    }

    .navfix.active .navfix__box {
        opacity: 1;
        visibility: visible
    }

    .navfix__head {
        margin-bottom: 50px;
        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
    }

    .navfix__title {
        font-weight: 700;
        font-size: 40px
    }

    .navfix__menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .navfix__menu li a {
        font-size: 18px
    }

    .navfix__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px
    }

    .footer__menu {
        width: 100%;
        max-width: 100%;
        grid-gap: 60px
    }

    .footer__menu li a {
        font-size: 16px
    }

    .footer__contacts {
        padding: 0;
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 60px
    }

    .hero .hero__teaser {
        margin: 20px 0;
        font-size: 16px
    }

    .hero .hero__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .hero .hero__buttons .btn {
        width: 100%
    }

    .hero .hero__marquee {
        font-size: 16px
    }

    .hero {
        margin-bottom: 60px
    }

    .hero__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hero__info {
        padding-top: 0
    }

    .hero__anim {
        max-width: 550px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-left: 0;
        margin-top: -40px
    }

    .hero__anim:after {
        display: none
    }

    .hero__anim-img {
        left: 0;
        width: 100%;
        -webkit-transform: scale(2) translate(11%, 12%);
        -ms-transform: scale(2) translate(11%, 12%);
        transform: scale(2) translate(11%, 12%)
    }

    .hero__anim-i,
    .hero__anim-r {
        display: none
    }

    .m-base-block {
        margin-bottom: 60px
    }

    .hero-problems {
        margin-bottom: 60px
    }

    .hero-problems__inner {
        display: block
    }

    .hero-problems__info {
        padding-top: 0
    }

    .hero-problems__anim {
        max-width: 550px
    }

    .hero-problems__anim:after {
        display: none
    }

    .hero-problems__anim-img {
        left: 0;
        width: 100%;
        -webkit-transform: scale(2) translate(11%, 12%);
        -ms-transform: scale(2) translate(11%, 12%);
        transform: scale(2) translate(11%, 12%)
    }

    .hero-problems__anim-i,
    .hero-problems__anim-r {
        display: none
    }

    .hero-what-is-ai__info .inner {
        padding-left: 37px;
        background: url(/img/decor.svg) no-repeat left top;
        background-size: 20px
    }

    .hero-what-is-ai__info .inner .text--bg {
        font-size: 20px;
        margin-bottom: 20px
    }

    .hero-what-is-ai__info .inner .text--default {
        font-size: 16px;
        margin-bottom: 15px
    }

    .hero-what-is-ai__info .inner .hero__buttons {
        margin-top: 15px
    }

    .hero-what-is-ai {
        margin-bottom: 60px
    }

    .hero-what-is-ai__inner {
        display: block
    }

    .hero-what-is-ai__info {
        padding-top: 0
    }

    .hero-what-is-ai__fold {
        max-width: 550px;
        min-height: 300px
    }

    .hero-what-is-ai__fold:after {
        display: none
    }

    .hero-what-is-ai__fold-img {
        left: 0;
        width: 100%
    }

    .hero-what-is-ai__fold-img img {
        width: 977px;
        max-width: none;
        -webkit-transform: translateX(-51%);
        -ms-transform: translateX(-51%);
        transform: translateX(-51%)
    }

    .hero-what-is-ai__fold-i,
    .hero-what-is-ai__fold-r {
        display: none
    }

    .hero-what-is-ai .hero__buttons.hide-desktop {
        display: block !important;
        margin-top: 70px
    }

    .hero-what-is-ai .hero__buttons.hide-desktop .about__item-vplay {
        gap: 2px
    }

    .hero-what-is-ai .hero__buttons.hide-desktop .text--time {
        font-size: 18px
    }

    .hero-destinations__info {
        margin-top: -80px
    }

    .hero-destinations .summary-tabs:before {
        top: -20px;
        bottom: -20px;
        border-radius: 20px
    }

    .hero-destinations .summary-tabs-item {
        margin-bottom: 0
    }

    .hero-destinations .summary-tabs-item.is--active .cnt-tab {
        padding-top: 20px
    }

    .hero-destinations .summary-tabs .summary__nav-link {
        height: 50px;
        padding: 6px 14px 4px 55px;
        gap: 15px;
        font-size: 16px
    }

    .hero-destinations .summary-tabs .summary__nav-link-numb {
        font-size: 30px;
        letter-spacing: .75px
    }

    .hero-destinations .summary-tabs .summary__nav-link-numb:before {
        background-size: 36px;
        -webkit-transform: translate(60%, -52%);
        -ms-transform: translate(60%, -52%);
        transform: translate(60%, -52%)
    }

    .hero-destinations .summary-tabs .cnt-tab {
        font-size: 16px;
        padding: 10px 20px 10px 40px
    }

    .hero-destinations {
        margin-bottom: -140px
    }

    .hero-destinations__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hero-destinations__info {
        padding-top: 0;
        max-width: 100%;
    }

    .hero-destinations__fold {
        height: 50vw
    }

    .hero-destinations__fold:after {
        display: none
    }

    .hero-destinations__fold-img {
        left: 0;
        width: 100%;
        -webkit-transform: scale(1.8) translate(-30px, -21vw);
        -ms-transform: scale(1.8) translate(-30px, -21vw);
        transform: scale(1.8) translate(-30px, -21vw);
        height: 100%
    }

    .hero-destinations-sub__section {
        grid-gap: 60px
    }

    .build__items {
        grid-gap: 60px
    }

    .build__item-photo {
        width: 100%;
        padding-bottom: 105%;
        margin-bottom: 20px
    }

    .entrsup {
        margin-bottom: 120px !important
    }

    .entrsup .entrsup-cnt .top {
        text-align: center;
        margin-bottom: 20px
    }

    .entrsup {
        padding: 30px 20% 130px
    }

    .entrsup__t {
        text-align: center;
        max-width: 100%;
        margin-left: 0
    }

    .entrsup .img-1 {
        max-width: 45%
    }

    .entrsup .img-2 {
        max-width: 45%;
        right: -15px
    }

    .about__inner {
        padding: 40px
    }

    .about__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__item-visual {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .about__item-info {
        width: 100%;
        background-size: 30px;
        padding-left: 50px
    }

    .about__item-desc {
        margin-left: 0
    }

    .about__item-buttons {
        margin-left: 0
    }

    .components__item-info {
        padding: 0 20px 30px 30px
    }

    .components__item-img {
        height: 130px
    }

    .components__item-img img {
        max-height: 100%
    }

    .solutions__advant {
        padding: 30px 30px 150px
    }

    .solutions__advant:after {
        width: 105%
    }

    .solutions__advant-img2 {
        width: 30%;
        right: 20px;
        bottom: 0
    }

    .solutions__advant-intro {
        position: relative;
        max-width: 430px
    }

    .solutions__item-cols {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 50px
    }

    .solutions__item-cright {
        padding: 0 25px 0 65px
    }

    .solutions__item-slider .swiper-button {
        bottom: 30px;
        left: 30px
    }

    .unique__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }

    .unique__item-photo {
        max-width: 500px
    }

    .unique__item-numb {
        top: 10px;
        width: 45px;
        height: 45px;
        font-size: 22px
    }

    .unique__item-info {
        width: 100%
    }

    .unique__item-info:before {
        top: 30px;
        height: 70px;
        border-radius: 20px
    }

    .unique__item-head {
        margin-bottom: 25px;
        height: auto
    }

    .registr__inner {
        padding: 40px
    }

    .registr__items {
        gap: 40px
    }

    .registr__form {
        margin-top: 50px;
        width: 90%
    }

    .registr__form .input {
        margin-bottom: 30px
    }

    .compare__row {
        display: block
    }

    .compare .compare__buttons {
        margin-top: 20px
    }

    .compare__cols {
        display: block
    }

    .compare__left {
        margin-bottom: 40px;
        width: 100%
    }

    .compare__nav ul {
        margin: 0 -100px;
        padding-left: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        overflow: auto
    }

    .compare__nav ul::-webkit-scrollbar {
        width: 0
    }

    .compare__nav-item {
        margin: 0 !important;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        white-space: nowrap
    }

    .compare__item {
        border-radius: 20px
    }

    .compare__item .title {
        font-size: 18px
    }

    .compare .duration {
        font-size: 18px
    }

    .use-cases__row {
        margin-bottom: 30px;
        display: block
    }

    .use-cases .use-cases__under {
        gap: 20px;
        -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
    }

    .use-cases .use-cases__item-info {
        padding: 20px 17px
    }

    .use-cases .use-cases__item-info .title .title {
        font-size: 30px
    }

    .use-cases .use-cases__item-info .title .under {
        font-size: 16px
    }

    .use-cases__item {
        border-radius: 20px
    }

    .use-cases__item-photo {
        border-radius: 20px
    }

    .track__popup .popup__container {
        padding: 45px 40px 40px
    }

    .connect {
        margin-top: 60px
    }

    .connect__inner {
        padding: 30px 30px 0;
        border-radius: 30px
    }

    .connect__img {
        position: relative;
        width: 40%
    }

    .connect__line {
        display: none
    }

    .connect__form .input {
        margin-bottom: 15px
    }

    .blog__nav-list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .join__intro {
        padding-left: 50px;
        background-size: 35px;
        font-size: 18px;
        margin-bottom: 40px;
        max-width: 700px
    }

    .join__inner {
        border-radius: 30px
    }

    .join__items {
        padding-left: 0;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .join__items::before {
        display: none
    }

    .fhero {
        margin-bottom: 60px
    }

    .fhero__inner {
        display: block
    }

    .fhero__title {
        max-width: 100%
    }

    .fhero__anim {
        max-width: 550px;
        margin-top: 30px
    }

    .fhero__anim-img {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        float: none;
        left: 0;
        width: 100%
    }

    .fhero__anim-i {
        -webkit-animation: initial;
        animation: initial
    }

    .ask__inner {
        padding: 30px 30px 0;
        border-radius: 30px
    }

    .ask__img {
        position: relative;
        width: 100%;
        max-width: 550px;
        bottom: -20px
    }

    .bhero {
        margin-bottom: 60px
    }

    .bhero__inner {
        display: block
    }

    .bhero__title {
        max-width: 100%
    }

    .thank .bhero__title {
        font-size: 45px
    }

    .bhero__anim {
        max-width: 550px;
        margin-top: 30px
    }

    .bhero__anim-img {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        float: none;
        left: 0;
        width: 100%
    }

    .bhero__anim-i {
        -webkit-animation: initial;
        animation: initial
    }

    .catalog__sort {
        gap: 20px
    }

    .catalog__sort-t {
        font-size: 16px
    }

    .card__cols {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px
    }

    .advant__item-photo {
        margin-bottom: 35px
    }

    .advant__item-info {
        margin-left: 15px;
        margin-bottom: 35px
    }

    .advant__item-title {
        font-size: 20px
    }

    .advant__item-desc {
        font-size: 16px
    }

    .tariff__carousel {
        margin-bottom: 60px
    }

    .tariff__grid {
        display: block
    }

    .tariff__grid .tariff__grid-left {
        display: none
    }

    .tariff__grid-values {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        border: none
    }

    .tariff__grid-values:after {
        display: none
    }

    .tariff__grid-item-name {
        padding: 16px 20px 9px;
        background: -webkit-gradient(linear, left top, right top, color-stop(11.49%, rgba(113, 229, 255, .1)), color-stop(95.21%, rgba(87, 54, 234, .1)));
        background: linear-gradient(90deg, rgba(113, 229, 255, .1) 11.49%, rgba(87, 54, 234, .1) 95.21%)
    }

    .tariff__grid-item {
        border-radius: 20px !important;
        overflow: hidden;
        border: 1px solid #204c60
    }

    .tariff__grid-item:after {
        display: none
    }

    .tariff__grid-item:before {
        display: none
    }

    .tariff__grid-item .grid-values {
        padding: 20px
    }

    .tariff__grid-item .grid-item__row .btn,
    .tariff__grid-item .tariff__grid-item-buttons .btn,
    .tariff__grid-item .tariff__grid-item-name span .btn {
        font-size: 18px;
        padding-left: 40px;
        padding-right: 40px
    }

    .tariff__grid-item .value-fancy {
        font-size: 30px
    }

    .tariff__grid-item .price-month {
        font-size: 16px;
        margin-bottom: 10px
    }

    .grid-item__row {
        font-size: 16px;
        min-height: 0
    }

    .tariff__difference .section__title {
        margin-bottom: 30px
    }

    .tariff__difference {
        padding-left: 0;
        margin-bottom: 60px
    }

    .d-desktop {
        display: none !important
    }

    .d-mobile {
        display: block !important
    }

    .nav__progress {
        margin-bottom: 20px
    }

    .nav__item-title {
        font-size: 12px;
        max-width: 120px
    }

    .nav__stick.fixed .nav__item-title {
        font-size: 12px;
        max-width: 120px
    }

    .rules {
        padding-bottom: 100px;
        margin-bottom: 0;
        overflow: hidden
    }

    .rules__carousel {
        overflow: initial
    }

    .gives__cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px
    }

    .gives__photo {
        width: 100%;
        margin: 30px 0 0
    }

    .gives__photo-wrap {
        border-radius: 40px;
        padding-bottom: 80%
    }

    .gives__info {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .approach__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }

    .approach__item-photo {
        max-width: 500px
    }

    .approach__item-numb {
        top: 10px;
        width: 45px;
        height: 45px;
        font-size: 22px
    }

    .approach__item-info {
        width: 100%
    }

    .approach__item-info:before {
        top: 30px;
        height: 70px;
        border-radius: 20px
    }

    .approach__item-head {
        margin-bottom: 25px;
        height: auto
    }

    .hworks__cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px
    }

    .hworks__cleft {
        width: 100%
    }

    .hworks__info {
        max-width: 520px
    }

    .hworks__info-head {
        margin-bottom: 30px
    }

    .htech__list {
        padding-left: 0
    }

    .htech__video {
        margin-top: 75px;
        border-radius: 40px
    }

    .htech__video-wrap {
        padding-bottom: 45%
    }

    .htech__video-vplay {
        left: 30px;
        bottom: 30px
    }

    .htech__chanel {
        font-size: 20px;
        margin-top: 40px
    }

    .htech__chanel img {
        margin-right: 15px;
        max-width: 37px
    }

    .technology__cols {
        display: block
    }

    .technology__left {
        margin-bottom: 40px;
        width: 100%
    }

    .technology__nav {
        margin: 0 -100px;
        padding-left: 0;
        overflow: auto !important
    }

    .technology__nav::-webkit-scrollbar {
        width: 0
    }

    .technology__nav .mCSB_container,
    .technology__nav .mCustomScrollBox {
        padding-right: 0;
        overflow: initial !important
    }

    .technology__nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        overflow: auto;
        padding: 0 100px
    }

    .technology__nav-item {
        margin: 0 !important;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        white-space: nowrap
    }

    .technology__slider .swiper-button {
        right: 30px
    }

    .technology__item-photo {
        border-radius: 30px
    }

    .technology__item-info {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
        border-radius: 20px;
        padding: 20px 20px 20px 20px
    }

    .technology__item-title {
        margin-bottom: 15px;
        font-size: 16px
    }

    .technology__item-text {
        font-size: 16px;
        padding-right: 110px
    }

    .choose__cols {
        display: block
    }

    .choose__left {
        margin-bottom: 40px;
        width: 100%
    }

    .choose__nav ul {
        margin: 0 -100px;
        padding-left: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        overflow: auto
    }

    .choose__nav ul::-webkit-scrollbar {
        width: 0
    }

    .choose__nav-item {
        margin: 0 !important;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        white-space: nowrap
    }

    .choose__hint:active {
        z-index: 10
    }

    .choose__hint:active .choose__hint-text {
        opacity: 1;
        visibility: visible
    }
}

@media screen and (max-width:767.98px) {
    .container {
        max-width: 100%;
        padding: 0 15px
    }
}

@media (max-width:767.98px) {
    .hide-tablet-sm {
        display: none !important
    }

    .content__text {
        font-size: 16px
    }

    .content__text>* {
        margin-bottom: 40px
    }

    .content__text h1 {
        font-size: 28px;
        margin: 40px 0
    }

    .content__text h2 {
        font-size: 24px;
        margin: 40px 0
    }

    .content__text h3 {
        font-size: 24px;
        margin: 25px 0
    }

    .content__text h4 {
        font-size: 18px;
        margin: 25px 0
    }

    .content__text h5 {
        font-size: 16px;
        margin: 25px 0
    }

    .section__bgline_l,
    .section__bgline_r {
        display: none
    }

    .section__head {
        margin-bottom: 40px
    }

    .section__head.mb--md {
        margin-bottom: 40px
    }

    .section__intro.fs--md {
        font-size: 15px
    }

    .section__mg {
        margin: 60px 0
    }

    .section__mb {
        margin-bottom: 60px
    }

    .section__mb--md {
        margin-bottom: 40px
    }

    .social {
        gap: 10px
    }

    .social a {
        width: 35px;
        height: 35px
    }

    .social a.vcru img {
        max-width: 18px
    }

    .link {
        font-size: 14px
    }

    .breadcrumbs {
        margin-bottom: 30px
    }

    .breadcrumbs__item {
        font-size: 14px
    }

    .drop {
        min-width: 180px
    }

    .drop__current {
        border-radius: 20px;
        height: 50px;
        padding: 0 15px 0 15px;
        font-size: 16px
    }

    .drop__current:after {
        width: 16px;
        height: 16px;
        background-size: 100%
    }

    .drop.opened .drop__current {
        border-radius: 20px 20px 0 0
    }

    .drop__down {
        border-radius: 0 0 20px 20px;
        padding: 0 15px 0
    }

    .drop__down ul {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    .drop__down li {
        margin-top: 7px
    }

    .drop__down li a {
        font-size: 16px
    }

    .form__hint {
        padding-right: 0
    }

    .form__hint .hint__box {
        display: none
    }

    .line__input.mb--sm {
        margin-bottom: 12px
    }

    .line__gpass a {
        font-size: 12px
    }

    .input--lk {
        height: 52px;
        line-height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 12px;
        font-size: 14px
    }

    .line__pass .passview {
        width: 20px;
        height: 20px;
        right: 16px
    }

    .line__pass .input {
        padding-right: 50px
    }

    .btn {
        height: 70px;
        font-size: 18px;
        padding: 0 20px
    }

    .btn--sm {
        height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .btn--md {
        height: 60px;
        font-size: 16px;
        padding: 2px 25px 0
    }

    .btn--mdx {
        height: 65px;
        font-size: 18px;
        padding: 2px 30px 0
    }

    .btn--wlg {
        max-width: 300px
    }

    .btn--play {
        font-size: 18px;
        padding-right: 80px
    }

    .btn--play:before {
        height: 56px;
        width: 56px;
        right: 7px
    }

    .form-connection .item {
        font-size: 13px;
        min-width: 50px;
        margin-right: 10px
    }

    .form__check {
        font-size: 12px
    }

    .counter {
        width: 110px;
        height: 40px;
        font-size: 16px;
        border-radius: 10px
    }

    .counter__button {
        width: 30px;
        font-size: 16px;
        padding-top: 2px
    }

    .counter__value {
        padding-top: 3px
    }

    .fasoc {
        margin-top: 30px
    }

    .fasoc__or {
        gap: 10px;
        font-size: 12px
    }

    .fasoc__list {
        gap: 16px
    }

    .fasoc__list-link {
        width: 40px
    }

    .header {
        padding: 17px 0 40px
    }

    .header .header__auth {
        width: auto;
        margin-left: 10px
    }

    .header .header__auth .btn {
        border: .5px solid rgba(255, 255, 255, .4);
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        background: 0 0;
        color: #fff;
        height: 33px;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: 0;
        padding: 10px 15px;
        font-family: Muller
    }

    .header .header__auth .btn:after {
        display: none
    }

    .header .header__auth-reg {
        display: none
    }

    .header .header__burger {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 10px
    }

    .header__logo {
        max-width: 112px
    }

    .header__social {
        margin-left: 5px
    }

    .header__lang {
        width: 85px
    }

    .header__lang-current {
        height: 26px;
        font-size: 10px;
        padding: 0 12px;
        padding-top: 2px
    }

    .header__lang-current img {
        width: 18px
    }

    .header__lang-current .icon {
        width: 9px
    }

    .header__lang-drop {
        border-radius: 0 0 15px 15px
    }

    .header__lang-drop li a {
        font-size: 10px
    }

    .header__lang-drop li a img {
        width: 18px
    }

    .header__auth .btn {
        font-size: 11px;
        height: 26px;
        padding: 0 10px;
        min-width: 94px
    }

    .navfix__menu li a {
        font-size: 15px
    }

    .footer {
        padding: 40px 0 30px;
        border-radius: 30px 30px 0 0
    }

    .footer__clogo {
        -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
    }

    .footer__sname {
        margin: 10px 0 0
    }

    .hero-destinations-sub__section {
        grid-gap: 30px
    }

    .build__items {
        grid-gap: 30px
    }

    .entrsup {
        padding: 30px 10% 130px;
        border-radius: 30px;
        font-size: 20px
    }

    .entrsup .img-1 {
        max-width: 45%
    }

    .entrsup .img-2 {
        max-width: 45%;
        right: -15px
    }

    .components__buttons {
        margin-top: 45px;
        -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;
        gap: 20px
    }

    .components__buttons-i {
        font-size: 14px
    }

    .components__buttons-i img {
        max-width: 24px
    }

    .solutions__intro {
        margin: 40px 0 25px 0
    }

    .solutions__item {
        padding: 30px 0 25px
    }

    .solutions__item:before {
        border-radius: 20px;
        left: 10px;
        width: calc(100% - 10px)
    }

    .solutions__item-head {
        height: 45px;
        padding-left: 50px
    }

    .solutions__item-numb {
        font-size: 34px
    }

    .solutions__item-numb:before {
        background-size: 35px;
        -webkit-transform: translate(42%, -65%);
        -ms-transform: translate(42%, -65%);
        transform: translate(42%, -65%);
        width: 35px;
        height: 14px
    }

    .solutions__item-title {
        font-size: 16px
    }

    .solutions__item-info {
        padding: 20px 15px 0 25px
    }

    .solutions__item-props {
        gap: 5px
    }

    .solutions__item-prop {
        padding: 2px 10px 0;
        font-size: 12px;
        height: 32px;
        gap: 7px
    }

    .solutions__item-prop.pd--lg {
        padding: 2px 10px 0
    }

    .solutions__item-prop img {
        max-width: 15px;
        max-height: 15px
    }

    .solutions__item-list {
        margin-top: 25px
    }

    .solutions__item-list li {
        font-size: 14px;
        padding-left: 30px;
        background-size: 15px
    }

    .solutions__item-list li+li {
        margin-top: 15px
    }

    .solutions__item-buttons {
        padding-top: 30px
    }

    .solutions__item-buttons .btn {
        height: 50px;
        font-size: 14px
    }

    .solutions__item-cols {
        grid-gap: 30px
    }

    .solutions__item-cright {
        padding: 0 15px 0 25px
    }

    .solutions__item-slider {
        border-radius: 20px
    }

    .solutions__item-slider .swiper-button {
        bottom: 15px;
        left: 15px
    }

    .solutions__item-photo {
        border-radius: 20px
    }

    .solutions__item-vplay {
        left: 15px;
        bottom: 15px;
        height: 60px;
        max-width: 100%;
        padding-left: 60px;
        padding-right: 20px;
        font-size: 14px
    }

    .solutions__item-vplay:before {
        width: 40px;
        height: 40px;
        left: 8px
    }

    .solutions__advant {
        border-radius: 30px;
        padding: 20px 20px 0
    }

    .solutions__advant:after {
        bottom: auto;
        top: 100%;
        margin-top: -15%;
        width: 115%;
        left: 40%
    }

    .solutions__advant-img1 {
        position: static;
        margin-top: 10px;
        width: 55%
    }

    .solutions__advant-img2 {
        width: 25%;
        bottom: 10%;
        right: 10%
    }

    .solutions__advant-title {
        font-size: 20px
    }

    .solutions__advant-intro {
        font-size: 16px
    }

    .registr__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .registr__buttons {
        margin-top: 50px;
        -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: 10px
    }

    .track__popup .popup__container {
        padding: 30px
    }

    .track__cols {
        display: block
    }

    .track__list {
        padding-left: 10px;
        padding-top: 10px
    }

    .track__list li {
        padding-left: 30px;
        background-size: 15px;
        font-size: 14px;
        line-height: 1.4;
        background-position: top left
    }

    .track__list li+li {
        margin-top: 10px
    }

    .track__photo {
        padding-bottom: 50%;
        border-radius: 30px;
        margin-top: 20px
    }

    .team__carousel {
        margin: -40px -15px 0;
        padding: 0 15px
    }

    .blog__nav {
        width: 100%;
        max-width: 400px
    }

    .blog__nav-list {
        gap: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 280px
    }

    .blog__nav li a {
        height: 42px;
        padding: 0 30px;
        padding-top: 1px;
        font-size: 16px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog__chanel {
        font-size: 18px
    }

    .blog__chanel img {
        margin-right: 10px;
        max-width: 30px;
        top: -2px
    }

    .blog__carousel {
        margin: 0 -15px;
        padding: 0 15px
    }

    .faq__item {
        padding: 15px 10px;
        border-radius: 20px
    }

    .faq__item+.faq__item {
        margin-top: 15px
    }

    .faq__item-head {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .faq__item-idrop {
        width: 25px;
        height: 25px;
        margin-right: 0;
        margin-top: -2px;
        margin-left: 20px
    }

    .faq__item-icon {
        height: 40px;
        width: 40px;
        margin-right: 10px;
        border-radius: 10px;
        margin-top: -2px
    }

    .faq__item-title {
        padding-left: 0;
        background: 0 0
    }

    .faq__item-name {
        font-size: 14px
    }

    .faq__item-intro {
        margin-top: 5px;
        font-size: 12px
    }

    .faq__item-body {
        font-size: 14px;
        padding: 15px 0 10px
    }

    .faq__item-row+.faq__item-row {
        margin-top: 15px
    }

    .faq__item-q::after {
        background-size: 12px
    }

    .faq__item-a {
        padding-top: 10px;
        padding-bottom: 20px
    }

    .faq__item-a p {
        padding-left: 25px;
        background-size: 15px
    }

    .faq__item-a p+p {
        margin-top: 7px
    }

    .contacts__inner {
        width: 100%;
        border-radius: 20px;
        padding: 60px 20px 30px;
        margin-top: 110px
    }

    .contacts__cols+.contacts__cols {
        margin-top: 40px
    }

    .contacts__row {
        gap: 20px
    }

    .contacts__item {
        gap: 10px
    }

    .contacts__item-icon {
        max-width: 28px
    }

    .contacts__item-inf {
        padding-top: 1px;
        font-size: 18px
    }

    .contacts__item-val {
        font-size: 16px
    }

    .contacts__box {
        padding-left: 40px;
        background-size: 30px
    }

    .contacts__box-title {
        font-size: 20px;
        margin-bottom: 12px
    }

    .contacts__box-row {
        gap: 20px;
        margin-left: -40px
    }

    .contacts__lpolicy {
        margin-left: -40px
    }

    .contacts__lpolicy a {
        font-size: 13px
    }

    .contacts__copy {
        font-size: 16px
    }

    .contacts__copy-title {
        margin-bottom: 5px;
        font-size: 16px
    }

    .contacts__inn {
        font-size: 12px
    }

    .contacts__img {
        max-width: 200px;
        left: 50%;
        -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%)
    }

    .card {
        border-radius: 20px;
        padding: 20px 20px
    }

    .card+.card {
        margin-top: 30px
    }

    .card__head {
        gap: 15px
    }

    .card__title {
        font-size: 20px
    }

    .card__cols {
        grid-gap: 20px
    }

    .card__cols+.card__cols {
        margin-top: 50px
    }

    .card__buttons {
        margin-top: 40px;
        gap: 10px
    }

    .card__links {
        gap: 10px
    }

    .card__lbtn {
        font-size: 14px;
        width: 100%;
        max-width: 265px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .card__box-head {
        margin-bottom: 15px
    }

    .card__box-icon {
        width: 35px;
        height: 35px;
        padding: 6px
    }

    .card__box-title {
        font-size: 16px
    }

    .card__setting {
        padding-left: 0
    }

    .card__setting li {
        background-size: 25px;
        padding-left: 30px;
        background-position-y: 2px
    }

    .card__setting li+li {
        margin-top: 10px
    }

    .card__setting-more {
        margin-top: 15px;
        margin-left: 30px
    }

    .card__slider .swiper {
        border-radius: 20px
    }

    .card__slider-item {
        min-height: 180px
    }

    .card__slider-vplay {
        left: 10px;
        bottom: 10px;
        height: 50px;
        max-width: 350px;
        width: calc(90% - 20px);
        padding-left: 60px;
        padding-right: 20px;
        font-size: 14px
    }

    .card__slider-vplay:before {
        width: 40px;
        height: 40px;
        left: 5px
    }

    .pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pagination__item {
        margin: 0 15px
    }

    .pagination__link {
        font-size: 20px
    }

    .pagination__item.current .pagination__link {
        width: 40px;
        height: 40px
    }

    .pagination__tshown {
        margin-top: 20px;
        font-size: 16px
    }

    .nav__progress {
        display: none
    }

    .nav__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .nav__items li {
        width: calc((100% - 20px)/ 2)
    }

    .nav__item {
        max-width: 100%
    }

    .nav__item-title {
        font-size: 14px;
        max-width: 100%
    }

    .rules__item {
        padding: 30px 20px 30px 15px
    }

    .rules__item:after {
        border-radius: 120px 25px 25px 25px
    }

    .rules__item:before {
        border-radius: 120px 25px 25px 25px
    }

    .rules__item-head {
        margin-bottom: 35px
    }

    .rules__item-icon {
        border-radius: 10px;
        width: 50px;
        height: 50px;
        padding: 10px;
        margin-right: 15px
    }

    .rules__item-number {
        font-size: 22px
    }

    .rules__item-name {
        font-size: 16px;
        max-width: 270px
    }

    .rules__item-text li {
        font-size: 14px;
        padding-left: 27px;
        margin-left: 5px;
        background-size: 15px;
        background-position-y: 2px
    }

    .rules__item-text li+li {
        margin-top: 15px
    }

    .deal_gives__inner {
        margin: 0 -15px;
        padding: 25px 15px;
        border-radius: 20px
    }

    .deal__graph {
        margin-top: 25px
    }

    .deal__graph-item {
        padding: 0 10px;
        height: 40px;
        font-size: 14px;
        text-align: center
    }

    .deal__graph-item.item-1 {
        width: 70px
    }

    .deal__graph-label {
        max-width: 150px;
        font-size: 12px
    }

    .deal__graph-label:before {
        width: 22px;
        height: 28px;
        margin-bottom: 5px;
        margin-left: 15px
    }

    .deal__list {
        margin-top: 40px
    }

    .deal__list li {
        font-size: 16px;
        padding-left: 25px;
        background-size: 15px
    }

    .deal__list li+li {
        margin-top: 15px
    }

    .gives__cols {
        margin-top: 25px
    }

    .gives__photo-wrap {
        border-radius: 20px;
        height: 360px
    }

    .gives__item+.gives__item {
        margin-top: 22px
    }

    .gives__item-numb {
        width: 40px;
        padding-right: 10px;
        font-size: 24px
    }

    .gives__item-title {
        font-size: 16px;
        min-height: 25px
    }

    .gives__item-text {
        margin-top: 5px;
        padding-left: 40px;
        font-size: 16px
    }

    .hworks__video {
        border-radius: 20px
    }

    .hworks__video-vplay {
        left: 15px;
        bottom: 15px;
        height: 60px;
        max-width: 350px;
        width: calc(100% - 30px);
        padding-left: 60px;
        padding-right: 20px;
        font-size: 14px
    }

    .hworks__video-vplay:before {
        width: 40px;
        height: 40px;
        left: 8px
    }

    .hworks__chanel {
        font-size: 16px;
        margin-top: 30px
    }

    .hworks__chanel img {
        margin-right: 10px;
        max-width: 32px
    }

    .hworks__info-head {
        gap: 15px;
        margin-bottom: 20px;
        font-size: 16px
    }

    .hworks__info-icon {
        width: 40px;
        height: 40px;
        padding: 10px;
        border-radius: 10px;
        position: relative;
        top: -1px
    }

    .hworks__info-list {
        padding-left: 0
    }

    .hworks__info-list li {
        font-size: 16px;
        background-size: 15px;
        padding-left: 25px;
        background-position-y: 2px
    }

    .hworks__info-list li+li {
        margin-top: 15px
    }

    .hworks__info-buttons {
        margin-top: 40px
    }

    .htech__list {
        padding-left: 0
    }

    .htech__list li {
        font-size: 16px;
        background-size: 15px;
        padding-left: 25px;
        background-position-y: 2px
    }

    .htech__list li+li {
        margin-top: 15px
    }

    .htech__video {
        margin-top: 45px;
        border-radius: 20px
    }

    .htech__video-vplay {
        left: 15px;
        bottom: 15px;
        height: 60px;
        max-width: 350px;
        width: calc(100% - 30px);
        padding-left: 60px;
        padding-right: 20px;
        font-size: 14px
    }

    .htech__video-vplay:before {
        width: 40px;
        height: 40px;
        left: 8px
    }

    .htech__chanel {
        font-size: 16px;
        margin-top: 30px
    }

    .htech__chanel img {
        margin-right: 10px;
        max-width: 32px
    }

    .technology__nav {
        margin: 0 -15px
    }

    .technology__nav ul {
        padding: 0 15px
    }

    .choose__intro {
        font-size: 16px
    }

    .choose__cols {
        margin-top: 30px
    }

    .choose__nav ul {
        margin: 0 -15px;
        padding: 0 15px
    }

    .choose__right {
        border-radius: 30px;
        padding: 20px
    }

    .choose__right-bg,
    .choose__right:after,
    .choose__right:before {
        border-radius: 20px
    }

    .choose__dtitle {
        font-size: 18px;
        margin-bottom: 30px
    }

    .choose__ditems {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px 0
    }

    .choose__ditem {
        font-size: 16px;
        width: 50%
    }

    .choose__ditem+.choose__ditem {
        margin-top: 0
    }

    .choose__ditem-line {
        width: 100px;
        height: 4px;
        margin-bottom: 10px
    }

    .choose__diagram {
        position: relative;
        margin: 0 auto;
        right: auto;
        top: auto;
        margin-top: 30px
    }

    .choose__hint.hint-2 {
        left: 80%;
        top: 25%
    }

    .choose__hint.hint-3 {
        left: 80%;
        top: 103%
    }

    .choose__hint.hint-4 {
        right: 75%;
        top: 103%
    }

    .choose__hint.hint-5 {
        right: 85%;
        top: 25%
    }

    .choose__hint-name {
        font-size: 12px
    }

    .choose__hint-text {
        border-radius: 10px;
        padding: 15px;
        width: 300px;
        -webkit-transform: translate(-10%, 5px);
        -ms-transform: translate(-10%, 5px);
        transform: translate(-10%, 5px);
        font-size: 10px
    }

    .p-r .choose__hint-text {
        left: auto;
        right: 0;
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }

    .hint-1 .choose__hint-text {
        -webkit-transform: translate(-50%, 5px);
        -ms-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px)
    }

    .choose__slider {
        margin-top: 80px;
        padding-bottom: 55px
    }

    .choose__text {
        font-size: 14px
    }
}

@media (max-width:609.98px) {
    .hide-mobile-lg {
        display: none !important
    }

    .section__title {
        font-size: 26px
    }

    .section__title.fs-page {
        font-size: 32px
    }

    .section__subtitle {
        margin-top: 10px;
        font-size: 18px
    }

    .section__intro {
        padding-left: 40px;
        background-size: 28px;
        font-size: 14px;
        margin-top: 10px;
        min-height: 30px
    }

    .section__intro.fs--md {
        font-size: 14px
    }

    .bttn-label {
        font-size: 16px;
        border-radius: 40px
    }

    .f-row label {
        font-size: 16px
    }

    .f-row label .label {
        line-height: 1.4em
    }

    .btn--lg {
        font-size: 24px !important
    }

    .popup__container {
        border-radius: 20px;
        padding: 40px 25px 30px
    }

    .popup__container:before {
        width: 500px;
        height: 400px
    }

    .popup__container:after {
        width: 600px;
        height: 520px
    }

    .popup--rekv .popup__container {
        max-width: 600px;
        padding: 40px 20px 40px
    }

    .popup__close {
        top: 15px;
        right: 15px
    }

    .popup__title {
        font-size: 26px
    }

    .popup__intro {
        font-size: 14px
    }

    .popup__rekv {
        font-size: 14px
    }

    .popup__rekv-title {
        font-size: 18px
    }

    .popup--auth .popup__container {
        max-width: 640px;
        padding: 30px 25px
    }

    .popup--auth .popup__close {
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px
    }

    .popup--auth .popup__title {
        font-size: 30px
    }

    .popup--auth .popup__title img {
        max-width: 50px
    }

    .popup--reg .popup__container {
        max-width: 720px
    }

    .popup--reg .popup__bottom {
        margin-bottom: 0 !important
    }

    .popup__scroll {
        height: 100%;
        overflow: auto;
        width: calc(100% + 20px)
    }

    .popup__scroll .mCSB_container {
        padding-right: 40px
    }

    .popup__scroll form {
        margin-right: 0
    }

    .popup__bottom {
        margin-top: 30px;
        margin-bottom: 0
    }

    .popup__subtext {
        font-size: 12px;
        margin-top: 5px
    }

    .popup__cbg {
        border-radius: 20px
    }

    .popup__buttons {
        -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
    }

    .popup__buttons.mt-md {
        margin-top: 30px
    }

    .popup__code {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px
    }

    .popup__code-line {
        margin: 0 5px;
        width: 10px
    }

    .popup__code .input {
        width: 40px;
        height: 40px;
        font-size: 12px;
        border-radius: 10px;
        padding-top: 5px
    }

    .popup.popup--webinar .xs-hidden {
        display: none !important
    }

    .popup.popup--webinar .xs-visible {
        display: block !important
    }

    .popup.popup--webinar .popup__content {
        padding: 0
    }

    .popup.popup--webinar .popup__close {
        right: 20px;
        top: 20px
    }

    .popup.popup--webinar .xs-speaker {
        display: block;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/span 2
    }

    .popup.popup--webinar .c-form__webinar .head {
        margin-bottom: -140px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .popup.popup--webinar .c-form__webinar .speaker-head {
        display: none
    }

    .popup.popup--webinar .speaker-hand-right {
        display: none
    }

    .popup.popup--webinar .speaker-hand-left {
        display: none
    }

    .popup.popup--webinar .speaker-data {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        padding-top: 10px;
        position: relative
    }

    .popup.popup--webinar .speaker-data .title {
        line-height: 1em
    }

    .popup.popup--webinar .speaker-data .body {
        font-size: 12px;
        line-height: 16px
    }

    .popup.popup--webinar .form-content__data {
        padding: 20px;
        border-radius: 30px
    }

    .popup.popup--webinar .form-content__data .fields-wrap {
        display: block
    }

    .popup.popup--webinar .form-content__data .fields-wrap .top {
        margin-bottom: 10px
    }

    .popup.popup--webinar .form-content__data .fields-wrap .start-usage {
        font-size: 27px;
        margin-bottom: 10px
    }

    .popup.popup--webinar .form-content__data .bottom {
        margin-bottom: 18px
    }

    .popup.popup--consultation .consultation-form__price {
        font-size: 16px
    }

    ul.custom-arrow {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 56px
    }

    .footer:before {
        width: 310px;
        height: 270px
    }

    .footer__logo {
        height: 35px
    }

    .footer__menu {
        grid-gap: 30px
    }

    .footer__menu li {
        margin-bottom: 13px
    }

    .footer__menu li a {
        font-size: 14px
    }

    .footer__inner {
        gap: 10px 30px
    }

    .footer__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 0
    }

    .footer__contacts::after {
        width: 300px;
        height: 260px
    }

    .footer__contacts-addr {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 15px
    }

    .footer__copy {
        font-size: 14px
    }

    .footer__bottom {
        margin-top: 25px;
        -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
    }

    .footer__links a {
        font-size: 14px
    }

    .footer__fait {
        font-size: 14px
    }

    .footer__fait img,
    .footer__fait svg {
        width: 12px;
        top: 0
    }

    .m-trigger {
        display: block
    }

    .hero:after {
        display: none
    }

    .hero__inner.style--2 {
        padding: 20px;
        border-radius: 30px
    }

    .hero__inner.style--2 .hero__anim {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .hero__inner.style--2 .hero__anim .hero__anim-img {
        min-height: 70vw
    }

    .hero__inner.style--2 .hero__anim .hero__anim-img .hero__anim-i,
    .hero__inner.style--2 .hero__anim .hero__anim-img .hero__anim-r {
        display: block
    }

    .hero__inner.style--2 .hero-consultation__content {
        font-size: 16px;
        margin-bottom: 20px
    }

    .hero__inner.style--2 .registr__buttons {
        margin-top: 30px
    }

    .hero__inner.style--2 .registr__buttons .btn {
        padding-left: 14px;
        padding-right: 14px
    }

    .hero__title {
        font-size: 32px
    }

    .hero__descr {
        -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;
        margin-top: 20px;
        gap: 24px
    }

    .hero__anim-img {
        -webkit-transform: scale(2) translate(7%, 12%);
        -ms-transform: scale(2) translate(7%, 12%);
        transform: scale(2) translate(7%, 12%)
    }

    .hero .text--time {
        font-size: 18px
    }

    .m-base-block__inner {
        padding: 25px 30px;
        border-radius: 30px
    }

    .m-base-block__inner:before {
        border-radius: 30px
    }

    .m-base-block__inner:after {
        display: none
    }

    .hero-problems__inner {
        padding: 20px;
        border-radius: 20px
    }

    .hero-problems__fold {
        margin-bottom: 40px
    }

    .hero-problems__descr .text--bg {
        font-size: 20px;
        margin-bottom: 20px
    }

    .hero-problems__title {
        font-size: 32px
    }

    .hero-problems__descr {
        -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;
        margin-top: 20px;
        gap: 24px
    }

    .hero-problems__buttons {
        margin-top: 45px;
        gap: 20px;
        max-width: 300px
    }

    .hero-problems__buttons-item {
        width: 100%
    }

    .hero-problems__buttons-prop {
        font-size: 14px
    }

    .hero-problems__buttons-prop img {
        max-width: 20px;
        top: -2px
    }

    .hero-problems__buttons .btn {
        width: 100%
    }

    .hero-problems__anim-img {
        -webkit-transform: scale(2) translate(7%, 12%);
        -ms-transform: scale(2) translate(7%, 12%);
        transform: scale(2) translate(7%, 12%)
    }

    .hero-what-is-ai__title {
        font-size: 32px
    }

    .hero-what-is-ai__descr {
        -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;
        margin-top: 20px;
        gap: 24px
    }

    .hero-what-is-ai__buttons {
        margin-top: 45px;
        gap: 20px;
        max-width: 300px
    }

    .hero-what-is-ai__buttons-item {
        width: 100%
    }

    .hero-what-is-ai__buttons-prop {
        font-size: 14px
    }

    .hero-what-is-ai__buttons-prop img {
        max-width: 20px;
        top: -2px
    }

    .hero-what-is-ai__buttons .btn {
        width: 100%
    }

    .hero-what-is-ai__anim-img {
        -webkit-transform: scale(2) translate(7%, 12%);
        -ms-transform: scale(2) translate(7%, 12%);
        transform: scale(2) translate(7%, 12%)
    }

    .hide-desktop {
        display: block !important
    }

    .hero-destinations__title {
        font-size: 32px
    }

    .hero-destinations__descr {
        -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;
        margin-top: 20px;
        gap: 24px
    }

    .hero-destinations__anim-img {
        -webkit-transform: scale(2) translate(7%, 12%);
        -ms-transform: scale(2) translate(7%, 12%);
        transform: scale(2) translate(7%, 12%)
    }

    .hero-destinations-sub__section {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .hero-destinations-sub .item {
        padding-left: 35px;
        background-size: 20px
    }

    .hero-destinations-sub .item .title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .hero-destinations-sub .item .desc {
        margin-top: 0;
        font-size: 16px;
        line-height: 140%
    }

    .build__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .build__item-photo {
        border-radius: 120px 20px 20px 20px;
        padding-bottom: 85%
    }

    .build__item-info {
        padding-left: 35px;
        background-size: 20px
    }

    .build__item-title {
        font-size: 20px
    }

    .build__item-desc {
        font-size: 16px
    }

    .entrsup .img-1 {
        left: -12px;
        bottom: -14px
    }

    .entrsup {
        display: block;
        margin-top: 50px;
        padding: 30px 20px 0;
        font-size: 18px
    }

    .entrsup .img-1 {
        max-width: 100vw;
        width: 100vw;
        position: static;
        display: block;
        margin: -5px auto -159px -19vw;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    .entrsup .img-2 {
        display: none
    }

    .about__inner {
        padding: 15px 15px 25px;
        border-radius: 30px
    }

    .about__item {
        gap: 10px
    }

    .about__item-photo {
        border-radius: 20px
    }

    .about__item-info {
        background-size: 25px;
        padding-left: 40px
    }

    .about__item-title {
        font-size: 16px
    }

    .about__item-desc {
        margin-top: 15px;
        margin-left: -30px;
        font-size: 14px;
        background-size: 15px;
        padding-left: 30px
    }

    .about__item-buttons {
        margin-left: 0
    }

    .about__item-vaction {
        padding: 30px 10px 10px
    }

    .about__item-vplay {
        height: 60px;
        max-width: 100%;
        padding-left: 60px;
        padding-right: 20px;
        font-size: 18px
    }

    .about__item-vplay:before {
        width: 40px;
        height: 40px;
        left: 8px
    }

    .components__item {
        width: 100%
    }

    .components__item-img {
        padding-left: 24px
    }

    .components__item-img .img-2 {
        margin-bottom: 0
    }

    .unique__item-info:before {
        top: 5px;
        height: 50px
    }

    .unique__item-numb {
        top: -10px;
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .unique__item-photo__wrap {
        padding-bottom: 65%;
        border-radius: 140px 18px 18px 18px
    }

    .unique__item-head {
        font-size: 16px;
        line-height: 1.2;
        gap: 15px
    }

    .unique__item-icon {
        width: 40px;
        height: 40px;
        padding: 10px;
        border-radius: 10px;
        top: -1px;
        position: relative
    }

    .unique__item-text {
        width: 100%;
        padding-left: 30px;
        background-size: 14px;
        background-position-y: 3px;
        font-size: 15px
    }

    .unique__item-text p+p {
        margin-top: 10px
    }

    .registr__inner {
        padding: 20px;
        border-radius: 30px
    }

    .registr__inner:after,
    .registr__inner:before {
        border-radius: 30px
    }

    .registr__bg {
        border-radius: 30px
    }

    .registr__item {
        margin-top: 30px
    }

    .registr__item-icon {
        width: 50px;
        height: 32px;
        margin-right: 15px
    }

    .registr__item-icon img {
        max-width: 18px;
        max-height: 20px
    }

    .registr__item-title {
        font-size: 16px;
        margin-bottom: 5px
    }

    .registr__item-text {
        font-size: 16px;
        line-height: 120%
    }

    .registr__buttons-sign {
        font-size: 14px
    }

    .registr__form {
        margin-top: 40px;
        width: 100%
    }

    .registr__form .input {
        margin-bottom: 20px
    }

    .compare__intro {
        padding-left: 40px;
        background-size: 28px;
        font-size: 16px;
        margin-bottom: 30px
    }

    .compare__nav ul {
        margin: 0 -15px;
        padding: 0 15px
    }

    .compare__nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 250px;
        white-space: initial
    }

    .compare__nav-link {
        gap: 10px;
        height: 50px;
        padding: 10px 25px 5px 30px;
        font-size: 14px
    }

    .compare__nav-numb {
        font-size: 30px
    }

    .compare__nav-numb:before {
        background-size: 30px;
        width: 40px;
        height: 12px;
        right: 98%
    }

    .compare__item-vplay {
        left: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
        height: 75px;
        max-width: 100%;
        padding-left: 80px;
        padding-right: 20px;
        font-size: 14px
    }

    .compare__item-vplay:before {
        width: 60px;
        height: 60px;
        left: 8px
    }

    .track__photo {
        border-radius: 20px
    }

    .traders__item {
        padding: 0 20px 20px 20px;
        border-radius: 160px 20px 20px 20px
    }

    .traders__item-head {
        gap: 25px
    }

    .traders__item-photo img {
        max-height: 200px
    }

    .connect__inner {
        padding: 20px 20px 0
    }

    .connect__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .connect__head {
        width: 100%
    }

    .connect__title {
        font-size: 22px
    }

    .connect__intro {
        margin-top: 10px;
        font-size: 16px
    }

    .connect__img {
        margin: 15px auto 0;
        width: 85%
    }

    .blog__item:not(.swiper-slide)+.blog__item {
        margin-top: 30px
    }

    .blog__itempro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog__itempro-photo {
        width: 100%
    }

    .blog__itempro-info {
        padding-bottom: 30px
    }

    .join__inner {
        border-radius: 20px;
        padding: 15px 15px 30px
    }

    .join__intro {
        padding-left: 40px;
        background-size: 28px;
        font-size: 16px;
        margin-bottom: 30px
    }

    .join__item {
        padding: 20px;
        border-radius: 30px;
        padding: 15px
    }

    .join__item-inner {
        padding: 20px;
        border-radius: 20px
    }

    .join__item-inner:after {
        right: 40px;
        width: 150px;
        height: 123px
    }

    .join__item-title {
        margin-bottom: 10px;
        font-size: 20px
    }

    .join__item-text {
        padding-left: 30px;
        background-size: 12px;
        font-size: 16px;
        background-position-y: 2px
    }

    .join__item-fire {
        height: 32px;
        padding: 0 12px;
        margin-top: 15px;
        font-size: 16px;
        border-radius: 15px
    }

    .join__item-fire img {
        max-width: 15px;
        top: 0
    }

    .join__buttons .btn {
        padding: 0 12px 0 30px;
        gap: 15px
    }

    .fhero__title {
        font-size: 32px
    }

    .fhero__descr {
        -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;
        margin-top: 20px;
        gap: 24px
    }

    .fhero__buttons {
        margin-top: 45px
    }

    .ask__inner {
        padding: 20px 20px 0;
        border-radius: 20px
    }

    .bhero__title {
        font-size: 32px
    }

    .thank .bhero__title {
        font-size: 32px
    }

    .bhero__descr {
        -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;
        margin-top: 20px;
        gap: 24px
    }

    .bhero__buttons {
        margin-top: 40px
    }

    .bhero__buttons .btn {
        min-width: 1px;
        width: 100%;
        max-width: 460px
    }

    .advant__item-photo {
        border-radius: 120px 20px 20px 20px;
        padding-bottom: 85%
    }

    .advant__item-info {
        padding-left: 35px;
        background-size: 20px
    }

    .advant__item-title {
        font-size: 20px
    }

    .advant__item-desc {
        font-size: 14px
    }

    .concept {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .concept .concept-aside {
        max-width: 100%
    }

    .concept .concept__intro {
        margin-bottom: 60px;
        font-size: 16px
    }

    .concept .concept__details-item .title {
        font-size: 14px
    }

    .concept .concept__details-item {
        font-size: 16px;
        margin-bottom: 20px
    }

    .concept .concept__working .graph {
        font-size: 14px
    }

    .concept .concept__working .graph .low {
        padding: 13px 8px
    }

    .concept .concept__working .graph .hight {
        padding: 13px 8px
    }

    .concept .concept__working .graph .hight .title {
        display: none
    }

    .concept .concept__working .graph .hight .val {
        width: 100%;
        display: block;
        text-align: center
    }

    .concept .concept__working-legends {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
        padding-left: 20px
    }

    .concept .concept__working-legends .legend {
        height: 132px
    }

    .concept .concept__working-legends .legend:nth-of-type(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: auto;
        margin-bottom: 0
    }

    .concept .concept__working-legends .legend:nth-of-type(2) .title:before {
        height: 262px;
        top: auto;
        bottom: 30px;
        background: url(/img/arrow-down-2.svg) no-repeat bottom center;
        left: 50%
    }

    .concept .concept__working-legends .title {
        font-size: 14px
    }

    .concept .concept__working-legends p {
        font-size: 16px;
        margin-bottom: 10px
    }

    .concept .concept__photos {
        position: relative;
        top: 0;
        left: -50vw;
        min-width: 100vw;
        width: 200vw;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        height: 200px
    }

    .concept .concept__photos .bos-hand-1 {
        min-width: 340px;
        margin-top: -67px
    }

    .concept .concept__photos .bos-hand-2 {
        min-width: 340px
    }

    .rules__advant {
        margin-top: 0;
        padding: 20px;
        border-radius: 20px;
        padding-bottom: 193px
    }

    .rules__advant .rules__advant-t.is--0 {
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 22px
    }

    .rules__advant .rules__advant-t.is--1 {
        text-align: center;
        font-size: 16px;
        line-height: 140%
    }

    .rules__advant .img-1 {
        left: 0;
        right: 0;
        max-width: 100vw
    }

    .rules__advant .img-2 {
        display: none
    }

    .start-steps__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .start-steps__col {
        padding: 20px 20px;
        border-radius: 20px
    }

    .start-steps__col .head {
        height: 50px;
        margin-bottom: 15px
    }

    .start-steps__col .head .numb {
        font-size: 30px;
        margin-top: 7px
    }

    .start-steps__col .head .numb:before {
        position: absolute;
        right: 100%;
        top: 50%;
        -webkit-transform: translate(38%, -29%);
        -ms-transform: translate(38%, -29%);
        transform: translate(38%, -29%);
        width: 36px;
        height: 18px;
        background: url(/img/decor4.svg) no-repeat;
        content: "";
        background-size: 100%
    }

    .start-steps__col .head .title {
        font-size: 16px;
        margin-top: 5px
    }

    .start-steps__col .head:after {
        left: -35px;
        right: -20px
    }

    .start-steps__col .body {
        font-size: 16px
    }

    .we-can-help__cnt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 620px
    }

    .we-can-help__cnt .cnt-side {
        font-size: 16px
    }

    .we-can-help__cnt .ask-side {
        margin-top: 0;
        -webkit-transform: scale(.6) translate(-3%, -44%);
        -ms-transform: scale(.6) translate(-3%, -44%);
        transform: scale(.6) translate(-3%, -44%)
    }

    .approach__item-info:before {
        top: 5px;
        height: 50px
    }

    .approach__item-numb {
        top: -10px;
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .approach__item-photo__wrap {
        padding-bottom: 65%;
        border-radius: 18px
    }

    .approach__item-head {
        font-size: 16px;
        line-height: 1.2;
        gap: 15px
    }

    .approach__item-icon {
        width: 40px;
        height: 40px;
        padding: 10px;
        border-radius: 10px;
        top: -1px;
        position: relative
    }

    .approach__item-text {
        width: 100%;
        padding-left: 30px;
        background-size: 14px;
        background-position-y: 3px;
        font-size: 15px
    }

    .approach__item-text p+p {
        margin-top: 10px
    }

    .technology__nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 250px;
        white-space: initial
    }

    .technology__nav-link {
        gap: 10px;
        height: 50px;
        padding: 10px 25px 5px 30px;
        font-size: 14px
    }

    .technology__nav-numb {
        font-size: 30px
    }

    .technology__nav-numb:before {
        background-size: 30px;
        width: 40px;
        height: 12px;
        right: 98%
    }

    .technology__slider {
        overflow: initial;
        margin-bottom: 80px
    }

    .technology__slider .swiper-button {
        bottom: -50px;
        right: 10px
    }

    .technology__item-photo {
        border-radius: 20px
    }

    .technology__item-info {
        left: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
        border-radius: 20px;
        padding: 20px 20px 20px 20px
    }

    .technology__item-title {
        margin-bottom: 10px;
        font-size: 14px
    }

    .technology__item-text {
        font-size: 12px;
        padding-right: 0
    }

    .choose__nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 250px;
        white-space: initial
    }

    .choose__nav-link {
        gap: 10px;
        height: 50px;
        padding: 10px 25px 5px 30px;
        font-size: 14px
    }

    .choose__nav-numb {
        font-size: 30px
    }

    .choose__nav-numb:before {
        background-size: 30px;
        width: 40px;
        height: 12px;
        right: 98%
    }
}

@media (max-width:478.98px) {
    .footer__cmt {
        margin-top: 20px
    }

    .footer__menu {
        display: block
    }

    .footer__menu ul+ul {
        margin-top: 8px
    }

    .hero__title {
        font-size: 26px
    }

    .hero__intro {
        background-size: 20px;
        padding-left: 35px;
        font-size: 16px;
        max-width: 100%
    }

    .hero__time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hero__time p {
        font-size: 16px !important
    }

    .hero__time .text--bg {
        font-size: 20px !important
    }

    .hero__time-title {
        margin: 0 10px 0 0;
        font-weight: 800;
        max-width: 60px;
        font-size: 20px
    }

    .hero-problems__title {
        font-size: 28px
    }

    .hero-problems__intro {
        background-size: 20px;
        padding-left: 35px;
        font-size: 13px;
        max-width: 330px
    }

    .hero-problems__time {
        padding-left: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px
    }

    .hero-problems__time-title {
        margin: 0 10px 0 0;
        font-weight: 800;
        max-width: 60px;
        font-size: 16px
    }

    .hero-what-is-ai__title {
        font-size: 28px
    }

    .hero-what-is-ai__intro {
        background-size: 20px;
        padding-left: 35px;
        font-size: 13px;
        max-width: 330px
    }

    .hero-what-is-ai__time {
        padding-left: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px
    }

    .hero-what-is-ai__time-title {
        margin: 0 10px 0 0;
        font-weight: 800;
        max-width: 60px;
        font-size: 16px
    }

    .hero-destinations__title {
        font-size: 28px
    }

    .hero-destinations__intro {
        background-size: 20px;
        padding-left: 35px;
        font-size: 13px;
        max-width: 330px
    }

    .team__item-photo {
        width: 150px;
        border-width: 8px
    }

    .team__item-info {
        padding: 20px 10px 25px 25px;
        border-radius: 20px
    }

    .team__item-info:after,
    .team__item-info:before {
        border-radius: 20px
    }

    .team__item-name {
        font-size: 18px
    }

    .team__item-desc {
        font-size: 14px;
        margin-top: 12px
    }

    .blog__item-photo {
        border-radius: 100px 20px 0 0
    }

    .blog__item-photo.bdr--normal {
        border-top-left-radius: 20px
    }

    .blog__item-date {
        height: 40px;
        padding: 0 15px 0 20px;
        border-radius: 20px 20px 0 20px;
        font-size: 16px
    }

    .blog__item-play {
        background-size: 70px
    }

    .fhero__title {
        font-size: 28px
    }

    .fhero__intro {
        background-size: 20px;
        padding-left: 35px;
        font-size: 13px;
        max-width: 330px
    }

    .bhero__title {
        font-size: 28px
    }

    .bhero__intro {
        background-size: 20px;
        padding-left: 35px;
        font-size: 13px;
        max-width: 330px
    }
}

@media (max-width:360px) {
    .section__title {
        font-size: 24px
    }

    .header__logo {
        max-width: 115px
    }

    .header__burger {
        margin-left: 12px
    }

    .header__social {
        gap: 8px
    }

    .header__auth {
        gap: 8px
    }

    .hero__title {
        font-size: 24px
    }

    .hero__info {
        font-size: 12px;
        max-width: 300px
    }

    .hero__time {
        padding-left: 35px
    }

    .hero-problems__title {
        font-size: 24px
    }

    .hero-problems__info {
        font-size: 12px;
        max-width: 300px
    }

    .hero-problems__time {
        padding-left: 35px
    }

    .hero-what-is-ai__title {
        font-size: 24px
    }

    .hero-what-is-ai__info {
        font-size: 12px;
        max-width: 300px
    }

    .hero-what-is-ai__time {
        padding-left: 35px
    }

    .hero-destinations__title {
        font-size: 24px
    }

    .hero-destinations__info {
        font-size: 12px;
        max-width: 300px
    }

    .fhero__title {
        font-size: 24px
    }

    .fhero__info {
        font-size: 12px;
        max-width: 300px
    }

    .bhero__title {
        font-size: 24px
    }

    .thank .bhero__title {
        font-size: 28px
    }
}

@media (min-width:1400px) and (max-width:1769.98px) and (max-height:800px) {
    .hero__anim-img {
        width: 110%;
        margin-left: 5%;
        -webkit-transform: translate(-10%, -9%);
        -ms-transform: translate(-10%, -9%);
        transform: translate(-10%, -9%)
    }

    .hero__info {
        padding-top: 20px
    }

    .hero-problems__anim-img {
        width: 110%;
        margin-left: 5%;
        -webkit-transform: translate(-10%, -9%);
        -ms-transform: translate(-10%, -9%);
        transform: translate(-10%, -9%)
    }

    .hero-problems__info {
        padding-top: 20px
    }

    .hero-what-is-ai__anim-img {
        width: 110%;
        margin-left: 5%;
        -webkit-transform: translate(-10%, -9%);
        -ms-transform: translate(-10%, -9%);
        transform: translate(-10%, -9%)
    }

    .hero-what-is-ai__info {
        padding-top: 20px
    }
}

 
 @media screen and (max-width: 1680px) {

.pin-spacer {
    max-width: 100%;
    margin-left: 0!important;
}

.container.hero-destinations-pin {
    max-width: 1350px!important;
}
}


 @media screen and (max-width: 1399.98px) {

.container.hero-destinations-pin {
    max-width: 1150px!important;
}
     }



 @media screen and (max-width: 1100px) {

.container.hero-destinations-pin {
    max-width: 1000px!important;
}
       .hero-destinations {
    margin-bottom: 130px;
    padding-left: 10px;
}
     }


 @media screen and (max-width: 768px) {

   
     
.container.hero-destinations-pin {
    max-width: 768px!important;
}
     }
 @media screen and (max-width: 660px) {
 
     
.container.hero-destinations-pin {
    max-width: 660px!important;
}
     }


 @media screen and (max-width: 560px) {
 
     
.container.hero-destinations-pin {
    max-width: 560px!important;
}
     }
 @media screen and (max-width: 460px) {
 
     
.container.hero-destinations-pin {
    max-width: 375px!important;
}
     }
	  @media screen and (max-width: 380px) {
 
     
.container.hero-destinations-pin {
    max-width: 380px!important;
}
     }