html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

@font-face {
    font-family: 'Nekst';
    src: url('../fonts/Nekst-Regular.eot');
    src: local('Nekst'), local('Nekst-Regular'),
        url('../fonts/Nekst-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nekst-Regular.woff2') format('woff2'),
        url('../fonts/Nekst-Regular.woff') format('woff'),
        url('../fonts/Nekst-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Igra Sans';
    src: url('../fonts/IgraSans.eot');
    src: url('IgraSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IgraSans.woff2') format('woff2'),
        url('../fonts/IgraSans.woff') format('woff'),
        url('../fonts/IgraSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    background: #0A0A0B;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    font-family: 'Igra Sans';
    font-weight: 400;
    color: #FAF9FD;
    background: rgba(10, 10, 11, 1);
}

body,
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

.btn {
    display: inline-block;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

button{
    margin: 0;
    padding: 0;
    border: 0;
}

.noscroll {
    overflow: hidden;
}

a {
    color: #FAF9FD;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

p {
    margin: 0 0 20px;
}

p:last-child {
    margin-bottom: 0;
}

img,
iframe {
    display: block;
    width: 100%;
}

.section__anchor {
    position: absolute;
    top: -180px;
    left: 0;
}

.section {
    position: relative;
    z-index: 1;
}

.title {
    font-family: 'Nekst';
    font-size: 89px;
    line-height: 89px;
    letter-spacing: -0.03em;
}

.section:before,
.section:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 1;
}

.section:before {
    left: calc(50% - 961px);
    background: linear-gradient(-90deg, rgba(10, 10, 11, 0), rgba(10, 10, 11, 1));
}

.section:after {
    left: calc(50% + 861px);
    background: linear-gradient(90deg, rgba(10, 10, 11, 0), rgba(10, 10, 11, 1));
}

@media only screen and (max-width: 1829px) {
    .title {
        font-size: 67px;
        line-height: 67px;
    }

    .section__anchor {
        top: -160px;
    }

    .section:before {
        left: calc(50% - 736px);
    }
    
    .section:after {
        left: calc(50% + 636px);
    }
}

@media only screen and (max-width: 1357px) {
    .title {
        font-size: 59px;
        line-height: 59px;
    }

    .section__anchor {
        top: -140px;
    }

    .section:before {
        left: calc(50% - 641px);
    }
    
    .section:after {
        left: calc(50% + 541px);
    }
}

@media only screen and (max-width: 1199px) {
    .title {
        font-size: 54px;
        line-height: 54px;
    }

    .start__decore {
        top: -46px;
        left: calc(50% - 200px);
        width: 420px;
    }

    .section:before {
        left: calc(50% - 241px);
    }
    
    .section:after {
        left: calc(50% + 141px);
    }
}

@media only screen and (max-width: 1023px) {
    .title {
        font-size: 50px;
        line-height: 50px;
        text-align: center;
    }

    .section__anchor {
        top: -110px;
    }
}

.btn_border {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 401px;
    height: 80px;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    background-image: url(../img/btn-border.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.btn_blue {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 401px;
    height: 100px;
    column-gap: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    background-image: url(../img/btn-blue.png);
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn_white {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px;
    column-gap: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #1C3791;
    background-color: #FAF9FD;
}

@media only screen and (max-width: 480px) {
    .section:before,
    .section:after {
        display: none;
    }
}

/*     wrapper & container     */

.wrapper {
    position: relative;
    overflow: hidden;
}

.container {
    position: relative;
    max-width: 1830px;
    margin: 0 auto;
    padding: 0 35px;
    z-index: 5;
}

@media only screen and (max-width: 1829px) {
    .container {
        max-width: 1358px;
        padding: 0 18px;
    }
}

@media only screen and (max-width: 1357px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1023px) {
    .container {
        max-width: 375px;
        padding: 0 24px;
    }
}

/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 65px 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
}

.logged-in .header {
    top: 32px;
}

.header_scroll {
    padding: 20px 0!important;
    background-color: #0A0A0B;
}

.header__logo {
    display: flex;
    width: 260px;
    height: 48px;
    background-image: url(../img/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.header__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__language {
    display: none;
}

.header__menu ul {
    display: flex;
    align-items: center;
    column-gap: 54px;
}

.header__menu ul li.menu-item-has-children {
    position: relative;
}

.header__menu ul li.menu-item-has-children > a {
    background-image: url(../img/icon-arrow.svg);
    background-repeat: no-repeat;
}

.header__menu ul li.menu-item-has-children > a {
    padding-right: 25px;
    background-position: center right;
}

@media only screen and (min-width: 1024px) {
    .header__menu ul li.menu-item-has-children .sub-menu {
        position: absolute;
        top: 30px;
        left: -20px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 10px 20px;
        background: #0A0A0B;
        -webkit-transition: .15s ease-out;
        -webkit-transition-delay: 0.25s;
        -o-transition: .15s ease-out;
        -o-transition-delay: 0.25s;
        -moz-transition: .15s ease-out;
        -moz-transition-delay: 0.25s;
        transition: .15s ease-out;
        transition-delay: 0.25s;
        visibility: hidden;
        opacity: 0;
    }
}

.header__menu ul li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.header__menu .sub-menu li a {
    display: flex;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) {
    .header__menu a:hover {
        color: #2290E1;
    }
}

.header__menu a {
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
}

@media only screen and (min-width: 1024px) {
    .header__btn a:hover {
        color: #2290E1;
        background-color: #FAF9FD;
    }
}
.header__burger {
    display: none;
}

@media only screen and (max-width: 1829px) {
    .header {
        padding: 48px 0;
    }

    .header__logo {
        width: 210px;
        height: 40px;
    }
    
    .header__menu ul {
        column-gap: 39px;
    }
    
    .header__menu ul li.menu-item-has-children > a {
        padding-right: 21px;
        background-size: 13px;
    }
    
    .header__menu a {
        font-size: 15px;
        line-height: 32px;
    }

    .header__btn .btn_border {
        width: 301px;
        height: 60px;
        font-size: 15px;
        font-weight: 400;
        line-height: 33px;
        background-position: center;
    }

}

@media only screen and (max-width: 1357px) {
    .header {
        padding: 43px 0;
    }
    
    .header__logo {
        width: 182px;
        height: 35px;
    }
    
    .header__menu ul {
        column-gap: 35px;
    }
    
    .header__menu ul li.menu-item-has-children > a {
        padding-right: 18px;
        background-size: 11px;
    }
    
    .header__menu a {
        font-size: 13px;
        line-height: 30px;
    }

    .header__btn .btn_border {
        width: 265px;
        height: 53px;
        font-size: 13px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .header__menu ul {
        column-gap: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .header {
        padding: 25px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .header__block {
        position: relative;
        min-height: 33px;
    }
    
    .header__logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 145px;
        height: 33px;
        border-right: none;
    }
  
    .header__burger {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 33px;
        height: 33px;
        background-image: url(../img/burger-icon.svg);
        background-repeat: no-repeat;
    }

    .header__burger {
        display: flex;
    }

    .header__burger svg.line {
        display: flex;
    }

    .header__burger svg.close {
        display: none;
    }

    .header__burger.active svg.line {
        display: none;
    }

    .header__burger.active svg.close {
        display: flex;
    }
    
    .header__menu {
        display: none;
    }

    .header__btn {
        display: none;
    }

    .header_active {
        height: 100vh;
        background: rgba(10, 10, 11, 0.75);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        overflow-y: scroll;
    }

    .header::-webkit-scrollbar {
        display: none;
    }

    .header_active .header__block {
        flex-direction: column;
        justify-content: flex-start;
        padding: 100px 0 50px;
    }

    .header__language {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .header_active .header__language {
        display: block;
    }

    .header__language ul {
        display: flex;
        justify-content: space-between;
    }

    .header__language a {
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
        color: rgba(250, 249, 253, 0.3);
    }

    .header__language .current-lang a {
        color: rgba(250, 249, 253, 1);
    }

    .header__menu {
        flex-direction: column;
        margin-top: 40px;
    }

    .header_active .header__menu {
        display: flex;
        width: 100%;
    }

    .header_active .header__menu ul {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        row-gap: 40px;
    }

    .header_active .header__menu > ul > li:last-child {
        display: none;
    }

    .header_active .header__menu > ul > li {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .header_active .header__menu ul li.menu-item-has-children > a {
        display: flex;
        width: 100%;
    }

    .header_active .header__menu .sub-menu {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .header_active .header__menu .active .sub-menu {
        max-height: 1000px;
        opacity: 1;
        overflow: hidden;
    }

    .header_active .header__menu .sub-menu li a {
        font-size: 16px;
        line-height: 18px;
    }

    .header__menu ul li.menu-item-has-children .sub-menu {
        margin-top: 0px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .header_active .header__menu ul li.active .sub-menu {
        margin-top: 15px;
    }

    .header_active .header__menu ul li.menu-item-has-children .sub-menu {
        row-gap: 15px;
    }

    .header_active .header__menu .sub-menu ul {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

    .header_active .header__menu > ul > li > a {
        display: flex;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
    }

    .header_active .header__btn {
        display: flex;
        margin-top: 50px;
        width: 100%;
    }

    .header_active .header__btn .btn_border {
        width: 326px;
        height: 70px;
        background-image: url(../img/burger-btn-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
}





/*     start     */

.start {
    padding: 414px 0 33px;
    background-image: url(../img/start-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.start__block {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.start__title .line-1 {
    padding-left: 238px;
    background-image: url(../img/start-plus.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

[lang="en-US"] .start__title .line-1 {
    padding-left: 60px;
}

.start__content {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.start__text {
    font-size: 20px;
    line-height: 38px;
}

.start__btn {
    display: flex;
    justify-content: center;
}

.start__decore {
    position: absolute;
    top: -189px;
    left: calc(50% - 336px);
    width: 786px;
    height: 666px;
    z-index: 2;
}

.start__img {
   margin-top: 182px;
}

.start__img.show_mob {
    display: none;
}

@media only screen and (max-width: 1829px) {
    .start {
        padding: 311px 0 33px;
        background-size: 1470px;
    }
    
    .start__title .line-1 {
        padding-left: 180px;
        background-size: 35px;
    }
    
    .start__content {
        position: relative;
        top: -3px;
        row-gap: 29px;
    }
    
    .start__text {
        font-size: 15px;
        line-height: 29px;
    }
    
    .start__btn .btn_blue {
        width: 301px;
        height: 75px;
        column-gap: 16px;
        font-size: 15px;
        line-height: 19px;
    }

    .start__btn svg {
        width: 20px;
    }
    
    .start__decore {
        top: -143px;
        left: calc(50% - 252px);
        width: 589px;
    }
    
    .start__img {
       margin-top: 132px;
    }
}

@media only screen and (max-width: 1357px) {
    .start {
        padding: 274px 0 27px;
        background-size: 1280px;
    }
    
    .start__title .line-1 {
        padding-left: 158px;
        background-size: 31px;
    }
    
    .start__text {
        font-size: 13px;
        line-height: 25px;
    }
    
    .start__btn .btn_blue {
        width: 265px;
        height: 67px;
        column-gap: 13px;
        font-size: 13px;
        line-height: 17px;
    }

    .start__btn svg {
        width: 18px;
    }
    
    .start__decore {
        top: -126px;
        left: calc(50% - 222px);
        width: 521px;
    }
    
    .start__img {
       margin-top: 117px;
    }
}

@media only screen and (max-width: 1199px) {
    .start__title .line-1 {
        padding-left: 128px;
    }

    .start__decore {
        top: -40px;
        left: calc(50% - 200px);
        width: 420px;
    }
}

@media only screen and (max-width: 1023px) {
    .start {
        padding: 160px 0 30px;
        background-image: url(../img/start-bg-mob.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 480px;
    }

    .start__block {
        justify-content: initial;
        flex-direction: column;
        row-gap: 294px;
    }

    [lang="en-US"] .start__title .line-1 {
        padding-left: 50px;
        font-size: 44px;
    }
    
    .start__title .line-1 {
        padding-left: 136px;
    }

    .start__title .line-2 {
        text-align: left;
    }

    .start__content {
        position: initial;
        row-gap: 26px;
    }
    
    .start__text {
        font-size: 14px;
        line-height: 24px;
    }

    .start__text br {
        display: none;
    }

    .start__text span {
        display: none;
    }
    
    .start__btn .btn_blue {
        width: 100%;
        height: 70px;
        font-size: 14px;
        line-height: 14px;
        background-image: url(../img/btn-mob.png);
    }

    .start__btn svg {
        width: 15px;
    }
    
    .start__decore {
        top: 137px;
        left: calc(50% - 166px);
        width: 330px;
        height: 280px;
    }
    
    .start__img {
       margin-top: 101px;
    }

    .start__img.show_pc {
        display: none;
    }

    .start__img.show_mob {
        display: flex;
    }
}







/*     about     */

.about {
    padding: 86px 0;
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.about:before,
.about:after {
    display: none;
}

.about .show_mob {
    display: none;
}

.about__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about__title {
    color: #1C3791;
}

.line {
    display: block;
}

.about__title .line-1 {
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.about__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: #5F6EAD;
}

@media only screen and (max-width: 1829px) {
    .about {
        padding: 55px 0 59px;
    }
    
    .about__title .line-1 {
        background-size: 85px;
    }
    
    .about__text {
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1357px) {
    .about {
        padding: 50px 0 51px;
    }
    
    .about__title .line-1 {
        background-size: 75px;
    }
    
    .about__text {
        font-size: 13px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 1199px) {
    .about__text {
        max-width: 650px;
    }

    .about__text br {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .about {
        position: relative;
        padding: initial;
        padding-bottom: 100px;
        background-image: none;
        z-index: 3;
    }

    .about .section__anchor {
        top: -210px!important;
    }

    .about .show_pc {
        display: none;
    }

    .about .show_mob {
        display: flex;
    }

    .about__list {
        display: flex;
        flex-direction: column;
        row-gap: 2px;
        margin: 0 -10px;
    }

    .about__item {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about__item_1 {
        padding: 27px 26px 32px;
        background-image: url(../img/about-item-1.jpg);
    }

    .about__item_2 {
        padding: 27px 26px 33px;
        background-image: url(../img/about-item-2.jpg);
    }

    .about__item_3 {
        padding: 27px 26px 33px;
        background-image: url(../img/about-item-3.jpg);
    }

    .about__item_4 {
        padding: 27px 26px 33px;
        background-image: url(../img/about-item-4.jpg);
    }
    
    .about__text {
        font-size: 14px;
        line-height: 24px;
        color: #5F6EAD;
    }
}






/*     services-1     */

.services-1 {
    padding-top: 209px;
    background-image: url(../img/services-bg-1.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.services-1__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 68px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-1__main {
    display: flex;
    flex-direction: column;
    row-gap: 94px;
}

.services-1__lable {
    display: flex;
    justify-content: space-between;
}

.services-1__lable span {
    font-family: 'Nekst';
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.services-1__lable .first {
    display: flex;
    column-gap: 27px;
}

.services-1__text {
    width: 683px;
    font-size: 20px;
    line-height: 34px;
}

.services-1__text .show_mob {
    display: none;
}

.services-1__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 46px 0 53px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.services-1__item-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 68px;
    font-size: 30px;
    line-height: 42px;
    padding-left: 210px;
    background-image: url(../img/number-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.services-1__item-title span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 68px;
    transform: translate(0, -50%);
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #5F6EAD;
}

.services-1__item-text {
    width: 683px;
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.services-1__item-text .show_mob {
    display: none;
}

.services-1__lable.show_mob {
    display: none;
}



@media only screen and (max-width: 1829px) {
    .services-1 {
        padding-top: 161px;
        background-size: 1470px;
    }
    
    .services-1__head {
        padding-bottom: 50px;
    }
    
    .services-1__main {
        row-gap: 70px;
    }
    
    .services-1__lable span {
        font-size: 15px;
        line-height: 15px;
    }
    
    .services-1__lable .first {
        column-gap: 22px;
    }
    
    .services-1__text {
        width: 513px;
        font-size: 15px;
        line-height: 26px;
    }
    
    .services-1__item {
        padding: 31px 0 41px;
    }
    
    .services-1__item-title {
        font-size: 22px;
        line-height: 32px;
        padding-left: 158px;
        background-size: 51px;
    }
    
    .services-1__item-title span {
        width: 51px;
        font-size: 18px;
        line-height: 28px;
    }
    
    .services-1__item-text {
        width: 513px;
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1357px) {
    .services-1 {
        padding-top: 143px;
        background-size: 1280px;
    }
    
    .services-1__head {
        padding-bottom: 45px;
    }
    
    .services-1__main {
        row-gap: 62px;
    }
    
    .services-1__lable span {
        font-size: 13px;
        line-height: 13px;
    }
    
    .services-1__lable .first {
        column-gap: 20px;
    }
    
    .services-1__text {
        width: 453px;
        font-size: 13px;
        line-height: 22px;
    }
    
    .services-1__item {
        padding: 24px 0 38px;
    }
    
    .services-1__item-title {
        font-size: 20px;
        line-height: 29px;
        padding-left: 138px;
        background-size: 45px;
    }
    
    .services-1__item-title span {
        width: 45px;
        font-size: 16px;
        line-height: 26px;
    }
    
    .services-1__item-text {
        width: 453px;
        font-size: 13px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1023px) {
    .services-1 {
        position: relative;
        padding: 150px 0 200px;
        margin-top: -150px;
        background-image: url(../img/services1-bg-mob.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 480px;
        z-index: 2;
    }
    
    .services-1__head {
        align-items: initial;
        justify-content: initial;
        flex-direction: column;
        row-gap: 27px;
        padding-bottom: 52px;
    }
    
    .services-1__main {
        row-gap: 30px;
    }
    
    .services-1__lable span {
        font-size: 14px;
        line-height: 14px;
    }
    
    .services-1__lable .first {
        column-gap: 115px;
    }
    
    .services-1__text {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .services-1__text br {
        display: none;
    }

    .services-1__text .show_pc {
        display: none;
    }

    .services-1__text .show_mob {
        display: block;
    }
    
    .services-1__item {
        flex-direction: column;
        align-items: initial;
        justify-content: initial;
        row-gap: 0;
        padding: 26px 0 30px;
    }

    .services-1__item.active {
        row-gap: 22px;
    }
    
    .services-1__item-title {
        position: relative;
        font-size: 18px;
        line-height: 25px;
        padding-left: 0;
        min-height: initial;
        background-image: url(../img/service-icon.svg);
        background-size: 42px;
        background-position: right;
        transform: rotate(0deg);
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        -webkit-user-select: none;
    }

    .services-1__item-title:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 42px;
        height: 50px;
        background-image: url(../img/service-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .active .services-1__item-title:before {
        transform: rotate(180deg);
    }
    
    .services-1__item-title span {
        width: 45px;
        font-size: 0px;
        line-height: 0px;
    }
    
    .services-1__item-text {
        width: 100%;
        height: 0;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
    }

    .services-1__item-text .show_pc {
        display: none;
    }

    .services-1__item-text .show_mob {
        display: block;
    }

    .active .services-1__item-text {
        height: auto;
    }

    .services-1__item-text br {
        display: none;
    }

    .services-1__lable.show_pc {
        display: none;
    }

    .services-1__lable.show_mob {
        display: flex;
        justify-content: space-between;
    }
}






/*     services-2     */

.services-2 {
    padding-top: 201px;
    background-image: url(../img/services-bg-2.png);
    background-repeat: no-repeat;
    background-position: bottom -110px center;
}

.services-2__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 68px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-2__main {
    display: flex;
    flex-direction: column;
    row-gap: 77px;
}

.services-2__lable {
    display: flex;
    justify-content: space-between;
}

.services-2__lable span {
    font-family: 'Nekst';
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.services-2__lable .first {
    display: flex;
    column-gap: 27px;
}

.services-2__text {
    width: 683px;
    font-size: 20px;
    line-height: 34px;
}

.services-2__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 46px 0 53px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.services-2__item-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 68px;
    font-size: 30px;
    line-height: 42px;
    padding-left: 210px;
    background-image: url(../img/number-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.services-2__item-title span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 68px;
    transform: translate(0, -50%);
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #5F6EAD;
}

.services-2__item-text {
    width: 683px;
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.services-2__lable.show_mob {
    display: none;
}

@media only screen and (max-width: 1829px) {
    .services-2 {
        padding-top: 149px;
        background-size: 1470px;
    }
    
    .services-2__head {
        padding-bottom: 50px;
    }
    
    .services-2__main {
        row-gap: 57px;
    }
    
    .services-2__lable span {
        font-size: 15px;
        line-height: 15px;
    }
    
    .services-2__lable .first {
        column-gap: 22px;
    }
    
    .services-2__text {
        width: 513px;
        font-size: 15px;
        line-height: 26px;
    }
    
    .services-2__item {
        padding: 32px 0 40px;
    }
    
    .services-2__item-title {
        font-size: 22px;
        line-height: 32px;
        padding-left: 158px;
        background-size: 51px;
    }
    
    .services-2__item-title span {
        width: 51px;
        font-size: 18px;
        line-height: 28px;
    }
    
    .services-2__item-text {
        width: 513px;
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1357px) {
    .services-2 {
        padding-top: 132px;
        background-size: 1280px;
    }
    
    .services-2__head {
        padding-bottom: 45px;
    }
    
    .services-2__main {
        row-gap: 51px;
    }
    
    .services-2__lable span {
        font-size: 13px;
        line-height: 13px;
    }
    
    .services-2__lable .first {
        column-gap: 20px;
    }
    
    .services-2__text {
        width: 453px;
        font-size: 13px;
        line-height: 22px;
    }
    
    .services-2__item {
        padding: 20px 0 47px;
    }
    
    .services-2__item-title {
        font-size: 20px;
        line-height: 29px;
        padding-left: 138px;
        background-size: 45px;
    }
    
    .services-2__item-title span {
        width: 45px;
        font-size: 16px;
        line-height: 26px;
    }
    
    .services-2__item-text {
        width: 453px;
        font-size: 13px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1023px) {
    .services-2 {
        position: relative;
        padding-top: 320px;
        margin-top: -440px;
        background-image: url(../img/services2-bg-mob.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 480px;
        z-index: 1;
    }
    
    .services-2__head {
        align-items: initial;
        justify-content: initial;
        flex-direction: column;
        row-gap: 30px;
        padding-bottom: 50px;
    }
    
    .services-2__main {
        row-gap: 30px;
    }
    
    .services-2__lable span {
        font-size: 14px;
        line-height: 14px;
    }
    
    .services-2__lable .first {
        column-gap: 115px;
    }
    
    .services-2__text {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .services-2__text br {
        display: none;
    }
    
    .services-2__item {
        flex-direction: column;
        align-items: initial;
        justify-content: initial;
        row-gap: 0;
        padding: 26px 0;
    }

    .services-2__item.active {
        row-gap: 20px;
    }
    
    .services-2__item-title {
        position: relative;
        font-size: 18px;
        line-height: 25px;
        padding-left: 0;
        min-height: 50px;
        background-image: url(../img/service-icon.svg);
        background-size: 42px;
        background-position: right;
        transform: rotate(0deg);
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        -webkit-user-select: none;
    }

    .services-2__item-title:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 42px;
        height: 50px;
        background-image: url(../img/service-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .active  .services-2__item-title:before {
        transform: rotate(180deg);
    }
    
    .services-2__item-title span {
        width: 45px;
        font-size: 0px;
        line-height: 0px;
    }
    
    .services-2__item-text {
        width: 100%;
        max-height: 0;
        font-size: 14px;
        line-height: 24px;
        opacity: 0;
        overflow: hidden;
    }

    .active .services-2__item-text {
        max-height: 1000px;
        opacity: 1;
    }

    .services-2__item-text br {
        display: none;
    }

    .services-2__lable.show_pc {
        display: none;
    }

    .services-2__lable.show_mob {
        display: flex;
        justify-content: space-between;
    }
}

/*     guarantee     */

.guarantee {
    position: relative;
    padding: 145px 0 240px;
}

.guarantee__img {
    position: absolute;
    top: 66px;
    left: calc(50% - 956px);
    width: 1780px;
    z-index: 2;
}

.guarantee__block {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    padding-bottom: 50px;
    z-index: 3;
}

.guarantee__head {
    display: flex;
    align-items: flex-end;
    column-gap: 520px;
}

.guarantee__lable {
    position: relative;
    top: -20px;
    display: flex;
    justify-content: space-between;
    width: 475px;
}

.guarantee__lable span {
    font-family: 'Nekst';
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #5F6EAD;
}

.guarantee__lable .first {
    display: flex;
    column-gap: 28px;
}

.guarantee__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guarantee__slider {
    width: 555px;
    background-image: url(../img/slider-bg.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.guarantee__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.guarantee__item-text {
    font-size: 30px;
    line-height: 42px;
	text-align: center;
}

.guarantee__text {
	max-width: 650px;
    font-size: 20px;
    line-height: 34px;
}

.guarantee__text .show_mob {
    display: none;
}

.owl-guarantee .owl-item {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.owl-guarantee .owl-item.active {
    opacity: 1;
}

.owl-guarantee .owl-nav {
    display: none!important;
}

.owl-guarantee .owl-dots {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    bottom: -40px!important;
    display: flex!important;
    justify-content: center!important;
    column-gap: 15px!important;
}

.owl-guarantee .owl-dot {
    width: 10px!important;
    height: 10px!important;
    border-radius: 100px!important;
    border: 1px solid #FAF9FD!important;
}

.owl-guarantee .owl-dot.active {
    background-color: #FAF9FD!important;
}

.guarantee__lable.show_mob {
    display: none;
}



@media only screen and (max-width: 1829px) {
    .guarantee {
        padding: 114px 0 200px;
    }
    
    .guarantee__img {
        top: 52px;
        left: calc(50% - 720px);
        width: 1340px;
    }
    
    .guarantee__block {
        row-gap: 44px;
    }
    
    .guarantee__head {
        column-gap: 390px;
    }
    
    .guarantee__lable {
        top: -15px;
        width: 355px;
    }
    
    .guarantee__lable span {
        font-size: 15px;
        line-height: 15px;
    }
    
    .guarantee__lable .first {
        column-gap: 20px;
    }
    
    .guarantee__slider {
        width: 417px;
    }
    
    .guarantee__item {
        height: 224px;
    }
    
    .guarantee__item-text {
        font-size: 22px;
        line-height: 32px;
    }
    
    .guarantee__text {
		max-width: 490px;
        font-size: 15px;
        line-height: 26px;
    }
    
    .owl-guarantee .owl-dots {
        bottom: -31px!important;
        column-gap: 11px!important;
    }
    
    .owl-guarantee .owl-dot {
        width: 8px!important;
        height: 8px!important;
    }
}

@media only screen and (max-width: 1357px) {
    .guarantee {
        padding: 96px 0 175px;
    }
    
    .guarantee__img {
        top: 44px;
        left: calc(50% - 628px);
        width: 1170px;
    }
    
    .guarantee__block {
        row-gap: 50px;
    }
    
    .guarantee__head {
        column-gap: 343px;
    }
    
    .guarantee__lable {
        top: -12px;
        width: 313px;
    }
    
    .guarantee__lable span {
        font-size: 13px;
        line-height: 13px;
    }
    
    .guarantee__lable .first {
        column-gap: 19px;
    }
    
    .guarantee__slider {
        width: 367px;
        background-image: url(../img/slider-bg-mob.jpg);
    }
    
    .guarantee__item {
        height: 196px;
    }
    
    .guarantee__item-text {
        font-size: 20px;
        line-height: 29px;
    }
    
    .guarantee__text {
        max-width: 430px;
        font-size: 13px;
        line-height: 22px;
    }
    
    .owl-guarantee .owl-dots {
        bottom: -29px!important;
        column-gap: 9px!important;
    }
    
    .owl-guarantee .owl-dot {
        width: 7px!important;
        height: 7px!important;
    }
}

@media only screen and (max-width: 1199px) {
    .guarantee {
        padding-bottom: 96px;
    }

    .guarantee__img {
        top: 144px;
        left: calc(50% - 498px);
        width: 930px;
    }
}

@media only screen and (max-width: 1023px) {
    .guarantee {
        padding: 100px 0 0;
        padding-top: 100px;
        background-image: url(../img/guarantee-bg-mob.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 480px;
    }
    
    .guarantee__img {
        top: 169px;
        left: calc(50% - 536px);
        width: 1060px;
    }

    .guarantee__img img {
        position: relative;
        z-index: 1;
    }

    .guarantee__img:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 110px;
        height: 110px;
        background: linear-gradient(180deg, rgba(10, 10, 11, 0), rgba(10, 10, 11, 1));
        z-index: 2;
    }
    
    .guarantee__block {
        row-gap: 15px;
    }
    
    .guarantee__head {
        display: initial;
        column-gap: initial;
        align-items: initial;
    }

    .guarantee__content {
        flex-direction: column;
        align-items: initial;
        justify-content: initial;
        row-gap: 330px;
    }
    
    [lang="en-US"] .guarantee__title {
        font-size: 46px;
    }
    
    .guarantee__lable {
        top: 446px;
        width: 100%;
    }
    
    .guarantee__lable span {
        font-size: 14px;
        line-height: 14px;
        color: #FAF9FD;
    }
    
    .guarantee__lable .first {
        column-gap: 108px;
    }
    
    .guarantee__slider {
        width: auto;
        margin: 13px -9px 0;
    }
    
    .guarantee__item {
        height: 129px;
    }
    
    .guarantee__item-text {
        font-size: 18px;
        line-height: 25px;
    }
    
    .guarantee__text {
        font-size: 14px;
        line-height: 24px;
    }

    .guarantee__text br {
        display: none;
    }

    .guarantee__text .show_pc {
        display: none;
    }

    .guarantee__text .show_mob {
        display: block;
    }
    
    .owl-guarantee .owl-dots {
        bottom: -27px !important;
    }

    .guarantee__lable.show_pc {
        display: none;
    }

    .guarantee__lable.show_mob {
        display: flex;
        justify-content: space-between;
    }
}

/*     see     */

.see {
    padding-top: 202px;
    position: relative;
    overflow: hidden;
}

.see__img {
    position: absolute;
    top: -160px;
    left: calc(50% - 998px);
    width: 1980px;
    z-index: 1;
}

.see__title {
    position: relative;
    font-family: 'Nekst';
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -0.02em;
    z-index: 2;
}

.see__title .line-2 {
    padding-left: 300px;
}

.see__title.show_mob {
    display: none;
}

.see__slider {
    position: relative;
    margin: 60px -5px 0;
    z-index: 2;
}

.owl-see {
    padding-bottom: 94px;
}

.owl-see .owl-stage-outer {
    overflow: initial;
}

.owl-see .owl-dots {
    display: none!important;
}

.owl-see .owl-nav button {
    width: 111px !important;
    height: 35px !important;
}

.owl-nav {
    position: absolute;
    bottom: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
}

.owl-nav button span {
    display: none!important;
}

.owl-nav button.disabled {
    cursor: default;
    pointer-events: none;
}

.owl-nav button.owl-prev {
    background-image: url(../img/icon-slider-prev.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.owl-nav button.owl-next {
    background-image: url(../img/icon-slider-next.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.owl-nav .owl-prev.disabled {
    background-image: url(../img/icon-slider-prev-disabled.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.owl-nav .owl-next.disabled {
    background-image: url(../img/icon-slider-next-disabled.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.owl-see .owl-nav {
    left: calc(50% - 86px) !important;
    width: 252px !important;
}

.see__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 455px;
    padding: 53px 52px 64px 64px;
    background-color: #E1E7FF;
}

.see__item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/see-slider-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (min-width: 1024px) {

    .see__item:hover .see__item-title {
        color: #FAF9FD;
    }

    .see__item:hover .see__item-text {
        color: #FAF9FD;
    }

    .see__item:hover .see__item-title svg path {
        stroke: #FAF9FD;
    }

    .see__item:hover:before {
        opacity: 1;
    }
}

.see__item-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
    line-height: 42px;
    color: #5F6EAD;
    z-index: 2;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.see__item-title svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.see__item-text {
    position: relative;
    font-size: 20px;
    line-height: 34px;
    color: #5F6EAD;
    z-index: 2;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (max-width: 1829px) {
    .see {
        padding-top: 118px;
    }
    
    .see__img {
        top: -155px;
        left: calc(50% - 747px);
        width: 1480px;
    }
    
    .see__title {
        font-size: 53px;
        line-height: 53px;
        letter-spacing: -0.03em;
    }
    
    .see__title .line-2 {
        padding-left: 225px;
    }
    
    .see__slider {
        margin: 42px -5px 0;
    }
    
    .owl-see {
        padding-bottom: 72px;
    }

    .owl-see .owl-nav button {
        width: 91px !important;
        height: 28px !important;
    }

    .owl-see .owl-nav {
        left: calc(50% - 69px) !important;
        width: 197px !important;
    }
    
    .see__item {
        height: 341px;
        padding: 33px 36px 45px 49px;
    }
    
    .see__item-title {
        font-size: 22px;
        line-height: 34px;
    }

    .see__item-title svg {
        width: 35px;
    }
    
    .see__item-text {
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1357px) {
    .see {
        padding-top: 100px;
    }
    
    .see__img {
        top: -145px;
        left: calc(50% - 663px);
        width: 1318px;
    }
    
    .see__title {
        font-size: 46px;
        line-height: 46px;
        letter-spacing: -0.02em;
    }
    
    .see__title .line-2 {
        padding-left: 198px;
    }
    
    .see__slider {
        margin: 40px -5px 0;
    }
    
    .owl-see {
        padding-bottom: 66px;
    }

    .owl-see .owl-nav button {
        width: 75px !important;
        height: 28px !important;
    }

    .owl-see .owl-nav {
        left: calc(50% - 59px) !important;
        width: 168px !important;
    }
    
    .see__item {
        height: 300px;
        padding: 27px 30px 37px 44px;
    }
    
    .see__item-title {
        font-size: 20px;
        line-height: 32px;
    }

    .see__item-title svg {
        width: 31px;
    }
    
    .see__item-text {
        font-size: 13px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 1199px) {  
    .see__img {
        top: -78px;
        left: calc(50% - 544px);
        width: 1048px;
    }

    .see__item-text br {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .see {
        padding-top: 52px;
        background-image: url(../img/see-bg-mob.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 480px;
    }
    
    .see__img {
        top: 69px;
        left: calc(50% - 522px);
        width: 775px;
    }
    
    .see__title {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
    }
    
    .see__title .line-2 {
        padding-left: initial;
    }

    .see__title.show_pc {
        display: none;
    }

    .see__title.show_mob {
        display: block;
        text-align: center;
    }
    
    .see__slider {
        margin: 231px -5px 0;
    }
    
    .owl-see {
        padding-bottom: 59px;
    }

    .owl-see .owl-nav button {
        width: 80px !important;
        height: 30px !important;
    }

    .owl-see .owl-nav {
        left: calc(50% - 90px) !important;
        width: 180px !important;
    }

    .owl-item.active .see__item .see__item-title {
        color: #FAF9FD;
    }

    .owl-item.active .see__item .see__item-text {
        color: #FAF9FD;
    }

    .owl-item.active .see__item .see__item-title svg path {
        stroke: #FAF9FD;
        stroke-opacity: 1;
    }

    .owl-item.active .see__item:before {
        opacity: 1;
    }
    
    .see__item {
        height: 280px;
        padding: 11px 20px 25px 20px;
    }
    
    .see__item-title {
        font-size: 18px;
        line-height: 25px;
    }

    .see__item-title svg {
        width: 41px;
    }
    
    .see__item-text {
        font-size: 14px;
        line-height: 24px;
    }
}







/*     reviews     */

.reviews {
    padding-top: 200px;
    background-image: url(../img/reviews-bg.png);
    background-repeat: no-repeat;
    background-position: bottom -50px center;
}

.reviews__title {
    text-align: center;
}

.reviews__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    z-index: 1;
}

.reviews__column:nth-child(3n+1) {
    width: 36%;
}
.reviews__column:nth-child(3n+2) {
    width: 32.7%;
}
.reviews__column:nth-child(3n+3) {
    width: 31.3%;
}

.reviews__column:nth-child(5) .reviews__item {
    margin-right: -2px;
}

.reviews__item {
    min-height: 100%;
    padding: 46px 70px 55px 114px;
    background-image: url('../img/icon-arrow-1.svg'), url('../img/icon-arrow-2.svg'), url('../img/icon-arrow-3.svg'), url('../img/icon-arrow-4.svg');
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
    .reviews__item {
        background-position: top -1px left -1px, top -1px right -1px, bottom -1px right  -1px, bottom -1px left -1px;
    }

    .reviews__column:nth-child(2) .reviews__item {
        background-position: top -1px left -3px, top -1px right -3px, bottom -1px right -3px, bottom -1px left -3px;
    }

    .reviews__column:nth-child(5) .reviews__item {
        background-position: top -1px left -3px, top -1px right -1px, bottom -1px right -1px, bottom -1px left -3px;
    }

    .reviews__column:nth-child(4),
    .reviews__column:nth-child(5) {
        margin: -2px 0;
    }
}

.reviews__item-name {
    padding-left: 64px;
    font-size: 30px;
    line-height: 42px;
    background-image: url(../img/reviews-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.reviews__item-text {
    margin-top: 45px;
    font-size: 20px;
    line-height: 34px;
}

.reviews__img {
    margin-top: 205px;
}

.reviews__decore {
    position: absolute;
    width: 852px;
    pointer-events: none;
    z-index: 2;
}

.reviews__decore.decore-1 {
    top: -99px;
    left: calc(50% - 1538px);
    transform: rotate(179deg);
}

.reviews__decore.decore-2 {
    top: 354px;
    left: calc(50% + 484px);
}

.reviews__img.show_mob {
    display: none;
}

@media only screen and (max-width: 1829px) {
    .reviews {
        padding-top: 149px;
        background-size: 1470px;
        background-position: bottom -65px center;
    }
    
    .reviews__list {
        margin-top: 44px;
    }
    
    .reviews__column:nth-child(3n+1) {
        width: 36.2%;
    }
    .reviews__column:nth-child(3n+2) {
        width: 32.5%;
    }
    .reviews__column:nth-child(3n+3) {
        width: 31.2%;
    }

    .reviews__column:nth-child(4),
    .reviews__column:nth-child(5) {
        margin-top: -1px;
    }
    

    .reviews__column:nth-child(5) .reviews__item {
        margin-right: -1px;
    }

    .reviews__item {
        
        padding: 35px 40px 42px 86px;
        background-size: 41px;
    }
    
    .reviews__item-name {
        padding-left: 46px;
        font-size: 22px;
        line-height: 32px;
        background-size: 20px;
    }
    
    .reviews__item-text {
        margin-top: 36px;
        font-size: 15px;
        line-height: 25px;
    }
    
    .reviews__img {
        margin-top: 152px;
    }
    
    .reviews__decore {
        width: 679px;
    }
    
    .reviews__decore.decore-1 {
        top: -300px;
        left: calc(50% - 1190px);
        transform: rotate(179deg);
    }
    
    .reviews__decore.decore-2 {
        top: 255px;
        left: calc(50% + 351px);
    }
}

@media only screen and (max-width: 1357px) {
    .reviews {
        padding-top: 130px;
        background-size: 1280px;
        background-position: bottom -45px center;
    }
    
    .reviews__list {
        margin-top: 39px;
    }
    
    .reviews__item {
        padding: 30px 40px 37px 76px;
        background-size: 36px;
    }
    
    .reviews__item-name {
        padding-left: 39px;
        font-size: 20px;
        line-height: 30px;
        background-size: 18px;
    }
    
    .reviews__item-text {
        margin-top: 30px;
        font-size: 13px;
        line-height: 22px;
    }
    
    .reviews__img {
        margin-top: 134px;
    }
    
    .reviews__decore {
        width: 599px;
    }
    
    .reviews__decore.decore-1 {
        top: -266px;
        left: calc(50% - 1049px);
    }
    
    .reviews__decore.decore-2 {
        top: 224px;
        left: calc(50% + 309px);
    }
}

@media only screen and (max-width: 1199px) {
    .reviews__item {
        padding: 30px 40px;
    }

    .reviews__item-text br {
        display: none;
    }

    .reviews__decore.decore-1 {
        left: calc(50% - 960px);
    }
}

@media only screen and (max-width: 1023px) {
    .reviews {
        padding: 102px 0 100px;
        background-image: url(../img/reviews-bg-mob.png);
        background-repeat: no-repeat;
        background-position: bottom -320px center;
        background-size: 480px;
    }
    
    .reviews__list {
        flex-wrap: nowrap;
        flex-direction: column;
        margin: 29px -9px 0;
    }

    .reviews__column {
        width: 100%;
    }

    .reviews__column:nth-child(3n+1) {
        width: initial;
    }
    .reviews__column:nth-child(3n+2) {
        width: initial;
    }
    .reviews__column:nth-child(3n+3) {
        width: initial;
    }

    .reviews__item {
        padding: 35px 10px 37px 28px;
        background-position: top 0 left 0, top 0 right 0, bottom 0 right 0, bottom 0 left 0;
        background-size: 25px;
    }

    .reviews__column:nth-child(2) .reviews__item {
        margin: -2px 0;
    }

    .reviews__column:nth-child(5) .reviews__item {
        margin-right: 0;
    }

    .reviews__item-name {
        padding-left: 39px;
        font-size: 18px;
        line-height: 25px;
        background-size: 18px;
    }
    
    .reviews__item-text {
        margin-top: 19px;
        font-size: 14px;
        line-height: 24px;
    }
    
    .reviews__img {
        margin-top: 100px;
    }
    
    .reviews__decore {
        width: 535px;
    }
    
    .reviews__decore.decore-1 {
        top: -321px;
        left: calc(50% - 578px);
    }
    
    .reviews__decore.decore-2 {
        top: 930px;
        left: calc(50% + 25px);
        transform: rotate(7deg);
    }

    .reviews__img.show_pc {
        display: none;
    }

    .reviews__img.show_mob {
        display: flex;
    }
}

/*     footer     */

.footer {
    padding: 30px 0 90px;
}

.footer__list {
    display: flex;
    justify-content: space-between;
}

.footer__title {
    font-size: 20px;
    line-height: 34px;
    color: rgba(250, 249, 253, 0.25);
}

.footer__text {
    font-size: 20px;
    line-height: 34px;
}

.footer__social {
    display: flex;
    flex-direction: column;
}

.footer__social a {
    font-size: 20px;
    line-height: 34px;
}


@media only screen and (max-width: 1829px) {
    .footer {
        padding: 22px 0 70px;
    }
    
    .footer__title {
        font-size: 15px;
        line-height: 26px;
    }
    
    .footer__text {
        font-size: 15px;
        line-height: 26px;
    }
    
    .footer__social {
        display: flex;
        flex-direction: column;
    }
    
    .footer__social a {
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1357px) {
    .footer {
        padding: 22px 0 50px;
    }
    
    .footer__title {
        font-size: 13px;
        line-height: 22px;
    }
    
    .footer__text {
        font-size: 13px;
        line-height: 22px;
    }
    
    .footer__social {
        display: flex;
        flex-direction: column;
    }
    
    .footer__social a {
        font-size: 13px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1023px) {
    .footer {
        margin-top: -100px;
    }

    .footer__list {
        justify-content: initial;
        flex-direction: column;
        row-gap: 30px;
        margin-top: 16px;
    }

    .footer__column {
        text-align: center;
    }
    
    .footer__title {
        font-size: 14px;
        line-height: 24px;
    }
    
    .footer__text {
        font-size: 14px;
        line-height: 24px;
    }

    .footer__text span {
        display: block;
    }
    
    .footer__social {
        display: flex;
        flex-direction: column;
    }
    
    .footer__social a {
        font-size: 14px;
        line-height: 24px;
    }
}






/*     popup     */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.popup {
    display: none;
    z-index: 99999;
    position: absolute;
    overflow-y: scroll;
    z-index: 100;
}

.popup_order {
	top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
	background: #2266a8;
    background-image: url(../img/popup-blue-bg.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.popup_see {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
	width: 100%;
    max-height: 100%;
	padding: 80px 0;
	color:#000;
	background: #fff;
}

.popup_order .block {
    padding: 124px 0;
    margin: 0 auto;
    width: 748px;
}

.popup__title {
    font-size: 90px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -0.04em;
	font-family: 'Nekst';
    text-align: center;
}

.form__block {
    margin-top: 50px;
}

.form__line {
    margin-bottom: 5px;
}

.form__line input,
.form__line textarea {
    display: block;
    width: 100%;
    padding: 28px 34px;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    color: #FFFFFF;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.25);
}

.form__line textarea {
    height: 240px;
    resize: none;
}

.form__line input:focus,
.form__line textarea:focus {
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.iti--allow-dropdown .iti__flag-container {
    left: 20px!important;
}

.iti--allow-dropdown input {
    padding-left: 72px!important;
}

.form__line.columns {
    display: flex;
    column-gap: 5px;
}

.form__column {
    width: 50%;
}

.form__social {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 28px 33px 33px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    background: none;
}

.form__social-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    color: rgba(250, 249, 253, 0.35);
}

.form__social-list {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.form__social-list div {
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    padding-left: 51px;
    background-image: url(../img/popap-circle.svg);
    background-repeat: no-repeat;
    background-position: left center;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form__social-list .active {
    cursor: default;
    background-image: url(../img/popup-circle-active.svg);
}

.form__btn {
    margin-top: 50px;
}

.popup_order .popup__close {
    position: fixed;
    cursor: pointer;
    top: 96px;
    right: 96px;
    opacity: 1;
    z-index: 10;
}

.popup_see .popup__close {
    opacity: 1;
}

.popup__close:hover {
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup__close svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form__line input::-webkit-input-placeholder {color: #FAF9FD; }
.form__line input::-moz-placeholder {color: #FAF9FD; }
.form__line input:-ms-input-placeholder {color: #FAF9FD; }
.form__line input:-moz-placeholder {color: #FAF9FD; }

.form__line textarea::-webkit-input-placeholder {color: #FAF9FD; }
.form__line textarea::-moz-placeholder {color: #FAF9FD; }
.form__line textarea:-ms-input-placeholder {color: #FAF9FD; }
.form__line textarea:-moz-placeholder {color: #FAF9FD; }

.popup-see__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popup-see__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Igra Sans';
    color: #E1E7FF;
    background-image: url(../img/see-number-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.popup-see__slider {
	margin-top: 50px;
}

.popup-see__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
	border: 1px solid #E1E7FF;
}

.popup-see__item-img img {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: contain; 
}

.popup-see__item-text {
	margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Igra Sans';
    text-align: center;
    color: #5F6EAD;
}

.wpcf7-not-valid-tip {
    pointer-events: none!important;
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    bottom: 5px!important;
    display: block!important;
    font-size: 12px!important;
    font-weight: normal!important;
    line-height: 18px!important;
    padding-top: 5px!important;
    text-align: center!important;
    color: #dc3232!important;
}

.wpcf7-response-output {
    font-size: 12px!important;
    font-weight: normal!important;
    line-height: 18px!important;
    padding-top: 5px!important;
    text-align: center!important;
}

.wpcf7-spinner {
    position: absolute!important;
    top: calc(50% - 12px)!important;
    right: 30px!important;
    margin: 0!important;
}

@media only screen and (max-width: 1829px) {
    .popup_order {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    
    .popup_order .block {
        padding: 90px 0;
        width: 558px;
    }
    
    .popup__title {
        font-size: 65px;
        line-height: 65px;
        letter-spacing: -0.02em;
    }
    
    .form__block {
        margin-top: 39px;
    }
    
    .form__line {
        margin-bottom: 4px;
    }
    
    .form__line input,
    .form__line textarea {
        font-size: 14px;
        line-height: 32px;
        padding: 18px 25px;
    }

    .form__line textarea {
        height: 178px;
    }
    
    .form__line.columns {
        column-gap: 4px;
    }
    
    .form__social {
        padding: 20px 25px;
    }
    
    .form__social-title {
        font-size: 15px;
        line-height: 33px;
    }
    
    .form__social-list {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    
    .form__social-list div {
        font-size: 15px;
        line-height: 33px;
        padding-left: 38px;
        background-size: 23px;
    }
    
    .form__btn {
        margin-top: 34px;
    }

    .form__btn svg {
        width: 20px;
    }

    .form__btn .btn_white {
        padding: 25px;
        column-gap: 17px;
        font-size: 15px;
        line-height: 35px;
    }
    
    .popup_order .popup__close {
        top: 70px;
        right: 70px;
    }

    .popup__close svg {
        width: 63px;
        height: 63px;
    }

    .popup_see {
        padding: 60px 0;
    }

    .popup-see__number {
        width: 63px;
        height: 63px;
    }

    .popup-see__number {
        font-size: 22px;
    }

    .popup-see__item-img {
        height: 500px;
    }

    .popup-see__item-text {
        margin-top: 25px;
        font-size: 18px;
        line-height: 26px;
    }

    
}

@media only screen and (max-width: 1357px) {
    .popup_order .block {
        padding: 83px 0 83px;
        width: 506px;
    }
    
    .popup__title {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -0.03em;
    }
    
    .form__block {
        margin-top: 34px;
    }
    
    .form__line {
        margin-bottom: 3px;
    }
    
    .form__line input,
    .form__line textarea {
        font-size: 14px;
        line-height: 30px;
        padding: 16px 22px;
    }
    
    .form__line textarea {
        height: 163px;
    }
    
    .form__line-column {
        column-gap: 3px;
    }
    
    .form__social {
        padding: 15px 18px 19px 22px;
    }
    
    .form__social-title {
        font-size: 14px;
        line-height: 32px;
    }
    
    .form__social-list {
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
    }
    
    .form__social-list div {
        font-size: 14px;
        line-height: 32px;
        background-size: 20px;
    }
    
    .form__btn svg {
        width: 16px;
    }

    .form__btn .btn_white {
        padding: 20px;
        column-gap: 19px;
        font-size: 14px;
        line-height: 30px;
        
    }
    
    .popup_order .popup__close {
        top: 60px;
        right: 60px;
    }

    .popup__close svg {
        width: 58px;
        height: 58px;
    }

    .popup_see {
        padding: 50px 0;
    }

    .popup-see__number {
        width: 58px;
        height: 58px;
    }

    .popup-see__number {
        font-size: 20px;
    }

    .popup-see__item-img {
        height: 464px;
    }

    .popup-see__item-text {
        margin-top: 20px;   
    }

    .popup-see__item-text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1023px) {
    .popup_order {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    
    .popup_order .block {
        padding: 110px 0 104px;
        width: 332px;
    }
    
    .popup__title {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -0.02em;
    }

    .popup__title span {
        display: block;
    }
    
    .form__block {
        margin-top: 31px;
    }

    .form__line.columns {
        row-gap: 2px;
        flex-direction: column;
    }
    
    .form__column {
        width: 100%;
    }

    .form__line {
        margin-bottom: 2px;
    }
    
    .form__line input,
    .form__line textarea {
        padding: 18px 28px;
    }
    
    .form__line textarea {
        height: 183px;
    }
    
    .form__line-column {
        flex-direction: column;
        row-gap: 2px;
        column-gap: 0;
    }
    
    .form__line-column input {
        width: 100%;
    }
    
    .form__social {
        padding: 16px 18px 29px 28px;
    }
    
    .form__social-title {
        font-size: 14px;
        line-height: 32px;
    }
    
    .form__social-list {
        display: flex;
        flex-direction: column;
        justify-content: initial;
        row-gap: 21px;
        margin-top: 18px;
    }
    
    .form__social-list div {
        font-size: 14px;
        line-height: 14px;
        padding-left: 29px;
        background-size: 14px;
    }
    
    .form__btn {
        margin-top: 27px;
    }

    .form__btn svg {
        width: 15px;
    }

    .form__btn .btn_white {
        column-gap: 16px;
    }
    
    .popup_order .popup__close {
        position: absolute;
        top: 70px;
        right: calc(50% - 166px);
    }

    .popup_order .popup__close svg {
        width: 32px;
        height: 32px;
    }

    .popup_see {
        width: 345px;
        margin: 0 auto;
        padding: 25px 0;
    }

    .popup__close svg {
        width: 40px;
        height: 40px;
    }

    .popup_see .container {
        padding: 0 10px;
    }

    .popup-see__head {
        justify-content: flex-end;
        padding-right: 15px;
    }

    .popup-see__number {
        display: none;
    }

    .popup-see__slider {
        margin-top: 20px;
    }

    .owl-see-popup {
        padding-bottom: 60px;
    }

    .owl-see-popup .owl-nav button {
        width: 80px !important;
        height: 30px !important;
    }

    .owl-see-popup .owl-nav {
        left: calc(50% - 90px) !important;
        width: 180px !important;
    }
    
    .owl-see-popup .owl-nav .owl-prev.disabled {
        background-image: url(../img/icon-slider-prev-disabled2.svg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    .owl-see-popup .owl-nav .owl-next.disabled {
        background-image: url(../img/icon-slider-next-disabled2.svg) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }


    .popup-see__item-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }
}


.thanks {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../img/start-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.thanks__block {
    display: flex;
    row-gap: 30px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

@media only screen and (max-width: 1023px) {
    .thanks {
        background-image: url(../img/start-bg-mob.png)
    }
}