@charset "UTF-8";
:root{
    --body-font-size:18px;
    --font-family:"Onest", "Onest Fallback", system-ui, -apple-system, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    --second-family:"Outfit", "Outfit Fallback", Georgia, Times, Times New Roman, serif;
    --body-line-height:150%;
    --body-color:#ffffff;
    --body-background:#FF7F50;
    --main:var(--body-color);
    --gray:#242431;
    --gray2:#dbdbdb;
    --gray3:#0b0d10;
    --gray4:#7a7a7a;
    --white:#ffffff;
    --black:#000000;
    --green:#2EC150;
    --dark2:#171819;
    --gray5:#909090;
    --paragraph-margin:12px;
    --swiper-theme-color:var(--main);
    --swiper-preloader-color:var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function:initial;
    --body-font-size-mob:14px;
    --body-line-height-mob:130%
}
@font-face{
    font-family:"Onest";
    src:url(../fonts/onest-regular.woff2) format("woff2"),url(../fonts/onest-regular.woff) format("woff"),url(../fonts/onest-regular.ttf) format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Onest";
    src:url(../fonts/onest-medium.woff2) format("woff2"),url(../fonts/onest-medium.woff) format("woff"),url(../fonts/onest-medium.ttf) format("truetype");
    font-weight:500;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Outfit";
    src:url(../fonts/outfit-medium.woff2) format("woff2"),url(../fonts/outfit-medium.woff) format("woff"),url(../fonts/outfit-medium.ttf) format("truetype");
    font-weight:500;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Outfit";
    src:url(../fonts/outfit-semibold.woff2) format("woff2"),url(../fonts/outfit-semibold.woff) format("woff"),url(../fonts/outfit-semibold.ttf) format("truetype");
    font-weight:600;
    font-style:normal;
    font-display:swap
}
aside,details,footer,header,main,nav,section{
    display:block
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
pre{
    font-family:monospace,monospace;
    font-size:1em
}
a{
    background-color:transparent;
    -webkit-tap-highlight-color:transparent
}
abbr[title]{
    border-bottom:none;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
b,strong{
    font-weight:700
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
img{
    max-width:100%;
    height:auto;
    vertical-align:top;
    border:0
}
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;
    -webkit-tap-highlight-color:transparent;
    outline:0
}
[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:0
}
fieldset{
    padding:0
}
legend{
    color:inherit;
    display:table;
    max-width:100%;
    white-space:normal
}
textarea{
    overflow:auto
}
[type=checkbox],[type=radio],legend{
    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
}
summary{
    display:list-item
}
[hidden],template{
    display:none
}
*{
    box-sizing:border-box
}
::after,::before{
    box-sizing:inherit
}
body,html{
    min-height:100%;
    -webkit-text-size-adjust:100%
}
body{
    font-family:var(--font-family);
    font-size:var(--body-font-size);
    line-height:var(--body-line-height);
    position:relative;
    overflow-x:hidden;
    overflow-y:auto;
    box-sizing:border-box;
    min-width:320px;
    margin:0;
    padding:0;
    color:var(--body-color);
    background:var(--body-background)
}
@media screen and (max-width:680.98px){
    body{
        font-size:var(--body-font-size-mob);
        line-height:var(--body-line-height-mb)
    }
}
picture,svg{
    max-width:100%
}
picture{
    display:inline-block
}
svg{
    max-height:100%
}
a{
    text-decoration:none;
    color:inherit
}
p{
    margin:0 0 var(--paragraph-margin)
}
p:last-child{
    margin-bottom:0
}
ol{
    counter-reset:item
}
ol li{
    list-style:none
}
ol li:before{
    content:counters(item,".") ". ";
    counter-increment:item;
    font-size:inherit;
    line-height:inherit
}
::-moz-focus-inner{
    padding:0;
    border:0
}
blockquote{
    padding:0 0 0 15px;
    border-left:1px solid var(--white);
    margin:0
}
.icon-figure-3{
    background:url(../images/sprite.svg?v1697124313362) 0 0 no-repeat;
    width:226px;
    height:278px;
    display:inline-block
}
.form-field{
    position:relative
}
.form-field__input{
    font-size:16px;
    display:block;
    width:100%;
    height:48px;
    padding:0 20px 0 44px;
    color:var(--white);
    outline:0;
    border:1px solid var(--dark2);
    background-color:var(--dark2);
    border-radius:12px;
    -webkit-appearance:none;
    transition:border-color .35s ease
}
.form-field__input::placeholder{
    color:var(--gray5);
    font-size:16px
}
.form-field__input.is-error{
    border-color:rgba(246,58,58,.5)
}
.form-field__input:focus{
    border-color:var(--gray4)
}
@media screen and (max-width:680.98px){
    .form-field__input{
        height:42px;
        font-size:14px;
        padding-left:37px
    }
    .form-field__input::placeholder{
        font-size:14px
    }
}
.form-field__messages{
    font-size:11px;
    line-height:12px;
    position:absolute;
    top:calc(100% + 1px);
    left:0;
    pointer-events:none;
    color:rgba(246,58,58,.5)
}
.form__item--shift-error .form-field__messages{
    right:10px;
    top:26px;
    left:0;
    width:100%
}
@media screen and (max-width:680.98px){
    .form-field__messages{
        font-size:11px
    }
}
.form__row{
    position:relative;
    margin-bottom:15px
}
@media screen and (max-width:680.98px){
    .form__row{
        margin-bottom:10px
    }
}
.container-radio__btn:before,.form__icon{
    position:absolute;
    transform:translateY(-50%)
}
.form__icon{
    display:block;
    width:20px;
    height:20px;
    top:50%;
    left:15px;
    z-index:2
}
.form__icon--large{
    width:24px;
    height:24px
}
.form__icon--help{
    left:auto;
    right:15px;
    cursor:pointer;
    z-index:3
}
@media screen and (max-width:680.98px){
    .form__icon{
        width:18px;
        height:18px
    }
}
.form__line{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px
}
@media screen and (max-width:680.98px){
    .form__line{
        display:block
    }
}
.form__unit{
    margin-bottom:18px;
    padding-left:4px;
    position:relative
}
.container-radio{
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:var(--dark2);
    border-radius:8px
}
.container-radio__btn{
    -webkit-user-select:none;
    user-select:none
}
.container-radio__inp{
    display:none
}
.container-radio__btn{
    width:50%;
    height:48px;
    text-align:center;
    display:flex;
    align-items:center;
    z-index:10;
    position:relative;
    color:var(--gray2);
    font-size:16px;
    line-height:150%;
    padding:0 20px 0 46px;
    letter-spacing:.05px;
    cursor:pointer;
    transition:all 200ms ease;
    background-color:var(--dark2);
    border-radius:8px
}
.container-radio__btn:before{
    content:url(../images/icons/radio-1.svg);
    width:24px;
    height:24px;
    left:14px;
    top:48.5%
}
@media screen and (max-width:680.98px){
    .container-radio__btn{
        padding-left:40px;
        font-size:14px;
        height:42px
    }
}
.container-radio__inp:checked+.container-radio__btn{
    background-color:var(--white);
    color:var(--dark2)
}
.container-radio__inp:checked+.container-radio__btn:before{
    content:url(../images/icons/radio-2.png)
}
.container-radio__inp:checked+.container-radio__btn .form__icon{
    filter:invert(1)
}
.b-btn{
    font-size:20px;
    font-weight:500;
    line-height:160%;
    font-family:var(--second-family);
    position:relative;
    display:inline-flex;
    align-items:center;
    flex-flow:row nowrap;
    justify-content:center;
    box-sizing:border-box;
    min-height:60px;
    padding:0 25px;
    min-width:189px;
    -webkit-user-select:none;
    user-select:none;
    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
    text-decoration:none;
    border-radius:30px;
    color:var(--black);
    cursor:pointer;
    overflow:hidden;
    background:linear-gradient(90deg,#d963fd 2%,#5dc7da 45.9%,#3cf46d 84.4%);
    border:0
}
.b-btn.focus,.b-btn:focus-within,.b-btn:hover{
    outline:0
}
.b-btn.disabled,.b-btn:disabled{
    cursor:default;
    opacity:.45;
    background:inherit;
    box-shadow:none
}
.b-btn--full,input[type=button].full-size,input[type=reset].full-size,input[type=submit].full-size{
    width:100%
}
.b-btn--small{
    min-width:80px;
    padding:0 24px;
    min-height:40px;
    font-size:14px
}
.b-btn--white{
    background:var(--white)
}
.b-btn--hov:hover span,.b-btn--transparent:hover,.b-btn--white:hover{
    background:linear-gradient(90deg,#d963fd 2%,#5dc7da 45.9%,#3cf46d 84.4%)
}
.b-btn--transparent{
    background:0 0;
    color:var(--white)
}
.b-btn--bor{
    border:1px solid var(--gray3);
    background:0 0
}
.b-btn--hov:before{
    content:"";
    background-color:#14141f;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    border-radius:30px;
    opacity:0;
    transition:opacity .35s
}
.b-btn--hov:hover span{
    color:var(--white);
    background-clip:text;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}
.b-btn--hov:hover:before{
    opacity:1
}
.b-btn span{
    display:inline-block;
    position:relative;
    z-index:2
}
@media screen and (max-width:680.98px){
    .b-btn{
        min-width:137px;
        min-height:44px;
        font-size:16px
    }
    .b-btn--small{
        min-width:98px
    }
}
a.b-btn.disabled,fieldset[disabled] a.b-btn{
    pointer-events:none
}
.swiper,.swiper-wrapper{
    position:relative;
    z-index:1
}
.swiper{
    display:block;
    overflow:hidden;
    overflow:clip;
    margin-right:auto;
    margin-left:auto;
    padding:0;
    list-style:none
}
.swiper-vertical>.swiper-wrapper{
    flex-direction:column
}
.swiper-wrapper{
    display:flex;
    box-sizing:content-box;
    width:100%;
    height:100%;
    transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);
    transition-property:transform
}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{
    transform:translate3d(0,0,0)
}
.swiper-horizontal{
    touch-action:pan-y
}
.swiper-vertical{
    touch-action:pan-x
}
.swiper-slide{
    position:relative;
    display:block;
    flex-shrink:0;
    width:100%;
    height:100%;
    transition-property:transform
}
.swiper-slide-invisible-blank{
    visibility:hidden
}
.swiper-autoheight,.swiper-autoheight .swiper-slide{
    height:auto
}
.swiper-autoheight .swiper-wrapper{
    align-items:flex-start;
    transition-property:transform,height
}
.swiper-backface-hidden .swiper-slide{
    transform:translateZ(0);
    backface-visibility:hidden
}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{
    perspective:1200px
}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-wrapper{
    transform-style:preserve-3d
}
.swiper-fade.swiper-free-mode .swiper-slide{
    transition-timing-function:ease-out
}
.swiper-fade .swiper-slide{
    transition-property:opacity;
    pointer-events:none
}
.swiper-fade .swiper-slide .swiper-slide{
    pointer-events:none
}
.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{
    pointer-events:auto
}
:root{
    --swiper-navigation-size:44px;
    --swiper-navigation-top-offset:50%;
    --swiper-navigation-sides-offset:10px;
    --swiper-navigation-color:var(--swiper-theme-color)
}
.swiper-button-next,.swiper-button-prev{
    position:absolute;
    z-index:10;
    top:var(--swiper-navigation-top-offset, 50%);
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    width:calc(var(--swiper-navigation-size)/44*27);
    height:var(--swiper-navigation-size);
    margin-top:calc(0px - var(--swiper-navigation-size)/2);
    padding:0;
    cursor:pointer;
    color:var(--swiper-navigation-color, var(--swiper-theme-color));
    border:0;
    outline:0;
    background:0 0;
    -webkit-tap-highlight-color:transparent
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
    cursor:auto;
    pointer-events:none;
    opacity:.35
}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{
    cursor:auto;
    pointer-events:none;
    opacity:0
}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{
    display:none!important
}
.swiper-button-next svg,.swiper-button-prev svg{
    width:100%;
    height:100%;
    transform-origin:center;
    object-fit:contain
}
.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{
    transform:rotate(180deg)
}
.swiper-button-prev,.swiper-rtl .swiper-button-next{
    right:auto;
    left:var(--swiper-navigation-sides-offset, 10px)
}
.swiper-button-next,.swiper-rtl .swiper-button-prev{
    right:var(--swiper-navigation-sides-offset, 10px);
    left:auto
}
.swiper-button-lock{
    display:none
}
.pagination{
    display:flex;
    gap:2px;
    position:absolute;
    z-index:3;
    top:15px;
    right:15px
}
.pagination span{
    display:inline-block;
    width:4px;
    height:4px;
    border-radius:50%;
    background-color:rgba(255,255,255,.4);
    cursor:pointer;
    transition:.35s ease
}
.pagination span.swiper-pagination-bullet-active{
    background-color:var(--white);
    width:12px;
    border-radius:7px
}
.form-checkbox{
    position:relative;
    padding:0 0 0 35px;
    display:block;
    cursor:pointer;
    line-height:127%
}
@media screen and (max-width:680.98px){
    .form-checkbox{
        padding-left:28px
    }
}
.form-checkbox__input{
    position:absolute;
    cursor:pointer;
    opacity:0;
    width:0;
    height:0
}
.form-checkbox__input:checked~.form-checkbox__checkmark{
    border-color:var(--white)
}
.form-checkbox__input:checked~.form-checkbox__checkmark:before{
    transform:scale(1);
    background-color:var(--white)
}
.form-checkbox__input:checked~.form-checkbox__checkmark:after{
    opacity:1;
    transform:translateY(0)
}
.form-checkbox__text{
    font-size:16px;
    line-height:150%;
    color:var(--gray2)
}
@media screen and (max-width:680.98px){
    .form-checkbox__text{
        font-size:12px
    }
}
.form-checkbox__link{
    color:var(--orange);
    border-bottom:1px solid var(--orange);
    transition:border-color .5s
}
.form-checkbox__link:hover{
    border-color:transparent
}
.form-checkbox__checkmark{
    position:absolute;
    top:2px;
    left:0;
    border:2px solid var(--body-color);
    width:19px;
    height:19px;
    overflow:hidden;
    border-radius:3px;
    transition:all .25s cubic-bezier(.4,0,.23,1)
}
.form-checkbox__checkmark:after,.form-checkbox__checkmark:before{
    content:"";
    transition:.2s cubic-bezier(.4,0,.23,1);
    position:absolute;
    left:0
}
.form-checkbox__checkmark:before{
    width:100%;
    height:100%;
    background-color:var(--gray2);
    top:0;
    transform:scale(0)
}
.form-checkbox__checkmark:after{
    background:url(../images/icons/check.svg) 50% no-repeat;
    background-size:16px 16px;
    width:15px;
    height:14px;
    opacity:0;
    transform:translateY(-25px);
    transition-delay:.15s;
    top:1px
}
@media screen and (max-width:681px){
    .form-checkbox__checkmark{
        top:50%;
        transform:translateY(-50%)
    }
}
.page-wrapper{
    overflow:hidden;
    position:relative
}
.wrapper{
    box-sizing:border-box;
    width:1260px;
    max-width:100%;
    margin:auto;
    padding:0 30px
}
@media screen and (max-width:1080.98px){
    .wrapper{
        padding:0 15px
    }
}
@media screen and (max-width:680.98px){
    .wrapper{
        padding:0 10px
    }
}
.header,.mask-foil:after{
    width:100%;
    position:absolute;
    left:0
}
.header{
    top:28px;
    z-index:4
}
@media screen and (max-width:1080.98px){
    .header{
        top:22px;
        z-index:22
    }
    .header.is-active .header__part{
        background-color:var(--white);
        border-color:var(--white);
        border-bottom-left-radius:0;
        border-bottom-right-radius:0
    }
    .header.is-active .header__burger{
        background-color:var(--gray3)
    }
    .header.is-active .header__burger svg{
        stroke:var(--white)
    }
    .header.is-active .header__logo-white{
        opacity:0
    }
    .header.is-active .header__logo-color{
        opacity:1
    }
    .header.is-active .header__buttons .b-btn{
        background-color:var(--gray3);
        color:var(--white)
    }
}
.header__part{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border:1px solid rgba(255,255,255,.15);
    border-radius:30px;
    padding:8px 30px;
    background:rgba(255,255,255,.1);
    position:relative
}
@media screen and (max-width:1080.98px){
    .header__part{
        padding:7px
    }
}
.header__menu{
    margin:0 auto 0 35px
}
@media screen and (max-width:1080.98px){
    .header__menu{
        position:absolute;
        width:100%;
        top:55px;
        background-color:var(--white);
        border-radius:0 0 30px 30px;
        left:-1px;
        width:calc(100% + 2px);
        margin:0;
        padding:35px 30px 50px;
        pointer-events:none;
        opacity:0;
        transform:translateY(-30px);
        transition:transform .2s ease
    }
    .header__menu.is-active{
        opacity:1;
        pointer-events:auto;
        transform:none
    }
}
@media screen and (max-width:680.98px){
    .header__menu{
        padding:20px 12px 30px
    }
}
.nav__list{
    display:flex;
    align-items:center;
    gap:20px;
    padding:0;
    margin:0
}
@media screen and (max-width:1080.98px){
    .nav__list{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:20px
    }
}
@media screen and (max-width:680.98px){
    .nav__list{
        gap:14px
    }
}
.nav__item{
    list-style:none
}
.nav__link{
    font-weight:400;
    font-size:14px;
    line-height:114%;
    color:var(--white);
    transition:color .35s
}
.nav__link:hover{
    color:var(--green)
}
@media screen and (max-width:1080.98px){
    .nav__link{
        font-size:28px;
        color:var(--gray3);
        font-weight:500
    }
}
@media screen and (max-width:680.98px){
    .nav__link{
        font-size:16px
    }
}
.header__logos{
    position:relative
}
.header__logo-color{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:.35s ease
}
.header__burger{
    display:none
}
@media screen and (max-width:1080.98px){
    .header__burger{
        display:flex;
        align-items:center;
        justify-content:center;
        width:40px;
        height:40px;
        border-radius:50%;
        background-color:var(--white);
        transition:.35s ease;
        cursor:pointer
    }
    .header__burger svg{
        stroke:var(--body-background);
        transition:stroke .35s ease
    }
}
.header__data{
    display:flex;
    align-items:center;
    gap:12px
}
@media screen and (max-width:680.98px){
    .header__btn{
        display:none
    }
}
.header__btn-mobile{
    display:none
}
@media screen and (max-width:680.98px){
    .header__btn-mobile{
        display:flex;
        margin-top:20px
    }
}
.section{
    padding:85px 0
}
.section .wrapper{
    position:relative;
    z-index:4
}
@media screen and (max-width:1080.98px){
    .section{
        padding:60px 0
    }
}
@media screen and (max-width:680.98px){
    .section{
        padding:40px 0
    }
}
.section__title{
    font-family:var(--second-family);
    font-weight:600;
    font-size:60px;
    line-height:117%;
    margin:0 0 48px
}
@media screen and (max-width:1080.98px){
    .section__title{
        font-size:52px;
        line-height:115%;
        margin-bottom:36px
    }
}
@media screen and (max-width:680.98px){
    .section__title{
        font-size:32px;
        line-height:125%;
        margin-bottom:25px
    }
}
.footer__wrapper,.mask-foil{
    position:relative
}
.mask-foil:after{
    content:"";
    height:4000px;
    bottom:-880px;
    background-repeat:no-repeat;
    background-position:50% 30%;
    background-image:url(../images/foils/mask-events.webp);
    background-size:auto;
    pointer-events:none;
    z-index:1
}
@media screen and (min-width:1450px){
    .mask-foil:after{
        background-size:100% auto;
        bottom:-400px
    }
}
@media screen and (min-width:1950px){
    .mask-foil:after{
        bottom:-200px
    }
}
.footer__wrapper{
    padding:25px 0 30px;
    border-radius:100px 100px 0 0;
    background-color:var(--body-background);
    margin-top:70px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    background-image:url(../images/foils/mask.webp);
    z-index:2
}
@media (min-width:1440px){
    .footer__wrapper{
        background-size:100% auto
    }
}
@media screen and (max-width:1080.98px){
    .footer__wrapper{
        border-radius:60px 60px 0 0;
        margin-top:40px;
        background-position:left center
    }
}
@media screen and (max-width:680.98px){
    .footer__wrapper{
        border-radius:40px 40px 0 0;
        margin-top:20px;
        padding-top:0
    }
}
.footer__part{
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    align-items:center;
    font-weight:400;
    font-size:16px;
    line-height:150%;
    position:relative
}
@media screen and (max-width:1080.98px){
    .footer__part{
        padding:40px 0 0
    }
}
@media screen and (max-width:680.98px){
    .footer__part{
        padding:45px 0 0;
        display:block
    }
}
.footer__data{
    font-weight:400;
    font-size:16px;
    line-height:150%
}
@media screen and (max-width:680.98px){
    .footer__data{
        font-size:14px;
        line-height:130%
    }
}
.footer__link{
    display:block;
    color:rgba(255,255,255,.6);
    transition:.3s ease
}
.footer__link:hover{
    color:var(--white)
}
@media screen and (max-width:1080.98px){
    .footer__link{
        position:absolute;
        left:0;
        top:57px
    }
}
@media screen and (max-width:680.98px){
    .footer__link{
        position:static
    }
}
.footer__coop{
    margin-top:8px
}
@media screen and (max-width:1080.98px){
    .footer__logo{
        max-width:228px
    }
}
@media screen and (max-width:680.98px){
    .footer__logo{
        max-width:72px;
        margin-bottom:12px
    }
}
.hero{
    position:relative;
    min-height:810px;
    padding-bottom:0
}
.hero:after{
    content:"";
    width:100%;
    height:3000px;
    position:absolute;
    top:0;
    left:0;
    background-repeat:no-repeat;
    background-position:top center;
    background-image:url(../images/foils/mask.webp);
    background-size:auto;
    pointer-events:none;
    z-index:3
}
@media screen and (min-width:1450px){
    .hero:after{
        background-size:100% auto
    }
}
.hero .wrapper{
    position:relative;
    z-index:16
}
@media screen and (max-width:1080.98px){
    .hero:after{
        background-size:100% auto;
        background-image:url(../images/foils/mask-table.webp)
    }
}
@media screen and (max-width:680.98px){
    .hero{
        min-height:0;
        padding-top:80px
    }
    .hero:after{
        background-size:auto
    }
}
.hero__block{
    max-width:630px;
    position:relative;
    z-index:3
}
@media screen and (max-width:1080.98px){
    .hero__block{
        max-width:530px
    }
}
@media screen and (max-width:680.98px){
    .hero__block{
        max-width:320px
    }
}
.hero__image{
    z-index:4;
    position:absolute;
    left:55%;
    bottom:-10px;
    pointer-events:none
}
@media screen and (max-width:1080.98px){
    .hero__image{
        width:459px;
        left:47%
    }
}
@media screen and (max-width:680.98px){
    .hero__image{
        width:374px;
        position:relative;
        margin-left:19%;
        left:0
    }
}
.hero__title{
    margin-bottom:30px
}
@media screen and (max-width:680.98px){
    .hero__title{
        margin-bottom:18px
    }
}
.hero__desc{
    padding:95px 0
}
@media screen and (max-width:1080.98px){
    .hero__desc{
        padding:75px 0 125px
    }
}
@media screen and (max-width:680.98px){
    .hero__desc{
        padding:47px 0
    }
}
.hero__slider{
    width:285px;
    margin:0
}
.hero__slider.box{
    padding:0
}
@media screen and (max-width:680.98px){
    .hero__slider{
        display:none
    }
}
.hero__slide{
    padding:18px 20px
}
.hero__slide-title{
    font-weight:400;
    font-size:16px;
    line-height:150%;
    letter-spacing:-.01em;
    margin:0 0 8px
}
.hero__slide-tx{
    font-size:14px;
    line-height:130%;
    letter-spacing:-.01em;
    color:var(--white);
    padding-bottom:10px
}
.hero__image-picture{
    position:relative;
    z-index:2
}
.hero__decor{
    position:absolute
}
.hero__decor--1{
    top:60%;
    left:-25%;
    width:28%
}
.hero__decor--3{
    top:8%;
    left:-12%;
    width:20%
}
.hero__decor--2{
    top:27%;
    right:15%;
    width:30%
}
.partners{
    padding-top:30px;
    margin-top:-30px
}
.partners__wrap{
    border-radius:30px;
    padding:45px 40px;
    overflow:hidden;
    background-color:var(--body-background);
    background-image:url(../images/partner/mask.svg);
    background-size:cover;
    background-position:bottom center;
    background-repeat:no-repeat
}
@media screen and (max-width:1230px){
    .partners__wrap{
        overflow:visible;
        background:0 0;
        padding:0;
        border-radius:0
    }
}
.partners__thumb-slider{
    overflow:visible
}
@media screen and (min-width:1230px){
    .partners__thumb-slider .swiper-wrapper{
        transform:none!important;
        box-sizing:border-box;
        height:auto!important
    }
}
.tag{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:14px;
    max-width:calc(50% - 5px);
    width:100%;
    height:58px;
    position:relative;
    font-weight:500;
    font-size:20px;
    line-height:150%;
    letter-spacing:-.03em;
    cursor:pointer
}
.about:after,.tag:after{
    content:"";
    width:100%;
    position:absolute
}
.tag:after{
    height:100%;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    z-index:-1;
    background-color:var(--gray);
    border-radius:10px;
    transition:height .3s
}
.tag.disabled{
    pointer-events:none;
    cursor:default;
    opacity:.6
}
.tag.swiper-slide-thumb-active:after{
    height:calc(100% + 12px);
    border:2px solid transparent;
    background:linear-gradient(var(--gray),var(--gray)) padding-box,linear-gradient(120deg,#6ec7db 0%,#409f48 74%) border-box
}
@media screen and (max-width:1080.98px){
    .tag.swiper-slide-thumb-active:after{
        height:100%
    }
}
@media screen and (max-width:680.98px){
    .tag{
        height:46px;
        font-size:16px
    }
}
.partner-block{
    opacity:0!important
}
.partner-block.swiper-slide-active{
    opacity:1!important
}
.partner-block.swiper-slide-active .partner-block__image{
    transform:none
}
.partner-block__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:55px
}
@media screen and (max-width:1080.98px){
    .partner-block__grid{
        max-width:1081px;
        gap:12px;
        width:calc(100% + 30px);
        padding-right:10px;
        overflow-y:auto
    }
}
@media screen and (max-width:680.98px){
    .partner-block__grid{
        max-width:836px;
        gap:10px;
        margin-top:30px
    }
}
.box{
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.15);
    border-radius:20px;
    padding:18px 20px
}
@media screen and (max-width:680.98px){
    .box{
        padding:16px
    }
}
.partner-block__unit-list{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:4px;
    max-width:288px
}
.partner-block__unit-list--box{
    grid-template-columns:repeat(4,1fr)
}
@media screen and (max-width:680.98px){
    .partner-block__unit-list{
        grid-template-columns:repeat(4,1fr)
    }
    .partner-block__unit-list--box{
        grid-template-columns:repeat(3,1fr)
    }
}
.partner-block__unit-title{
    font-weight:400;
    font-size:16px;
    line-height:150%;
    letter-spacing:-.01em;
    margin:0 0 10px
}
@media screen and (max-width:680.98px){
    .partner-block__unit-title{
        font-size:14px
    }
}
.partner-block__lang{
    border-radius:4px;
    overflow:hidden
}
@media screen and (max-width:680.98px){
    .partner-block__lang{
        width:36px
    }
}
.partner-block__currencies{
    background:rgba(255,255,255,.4);
    border-radius:4px;
    padding:5px 8px;
    font-size:14px;
    line-height:114%;
    letter-spacing:-.01em;
    display:flex;
    align-items:center;
    justify-content:center;
    height:30px
}
@media screen and (max-width:680.98px){
    .partner-block__currencies{
        font-size:11px;
        padding:4px;
        height:25px
    }
}
.partner-block__part{
    padding-right:400px;
    min-height:308px
}
@media screen and (max-width:1080.98px){
    .partner-block__part{
        padding-right:0;
        min-height:0
    }
}
.partner-block__image{
    width:427px;
    position:absolute;
    transition:transform .3s;
    top:0;
    right:-70px;
    margin:0
}
.partner-block__image img{
    box-shadow:0 16px 16px 0 rgba(0,0,0,.25),0 34px 52px 0 rgba(0,0,0,.15),0 -5px 24px 0 rgba(0,0,0,.1)
}
@media screen and (max-width:1080.98px){
    .partner-block__image{
        width:100%;
        position:static;
        margin:30px auto 0;
        max-width:375px
    }
}
.partner__slider{
    overflow:visible;
    margin-top:54px;
    position:relative
}
@media screen and (max-width:1230px){
    .partner__slider{
        border-radius:30px;
        padding:40px;
        overflow:hidden;
        background-color:var(--body-background);
        background-image:url(../images/partner/mask.svg);
        background-size:cover;
        background-position:bottom center;
        background-repeat:no-repeat
    }
}
@media screen and (max-width:1080.98px){
    .partner__slider{
        margin-top:21px
    }
}
@media screen and (max-width:680.98px){
    .partner__slider{
        padding:20px 25px 30px
    }
}
.partner-block__title{
    font-family:var(--second-family);
    font-weight:600;
    font-size:32px;
    line-height:150%;
    margin:0 0 14px
}
@media screen and (max-width:680.98px){
    .partner-block__title{
        font-size:20px;
        margin-bottom:10px
    }
}
@media screen and (max-width:1080.98px){
    .partner-block__unit{
        min-width:276px
    }
}
@media screen and (max-width:680.98px){
    .partner-block__unit{
        min-width:190px;
        flex-shrink:0
    }
}
.about,.about .wrapper{
    position:relative
}
.about:after{
    height:3000px;
    bottom:-550px;
    left:0;
    background-repeat:no-repeat;
    background-position:bottom center;
    background-image:url(../images/foils/mask-about.png);
    background-size:auto;
    pointer-events:none;
    z-index:2
}
@media screen and (min-width:1450px){
    .about:after{
        background-size:100% auto
    }
}
.about .wrapper{
    z-index:3
}
@media screen and (max-width:1080.98px){
    .about:after{
        background-size:1100px auto;
        bottom:-320px
    }
}
@media screen and (max-width:680.98px){
    .about{
        padding-bottom:5px
    }
    .about:after{
        background-size:700px auto;
        bottom:-200px
    }
}
.about__block{
    position:relative;
    display:flex;
    justify-content:space-between;
    margin-top:-140px
}
@media screen and (max-width:1080.98px){
    .about__block{
        display:block;
        margin-top:0
    }
}
.about__text{
    font-size:20px;
    line-height:150%;
    letter-spacing:-.01em;
    color:var(--gray2);
    margin-bottom:30px
}
.about__text:last-child{
    margin-bottom:0
}
.about__text--white{
    color:var(--white)
}
.about__text--left{
    max-width:337px;
    padding-top:280px
}
@media screen and (max-width:1080.98px){
    .about__text--left{
        max-width:100%;
        padding-top:0
    }
}
@media screen and (max-width:680.98px){
    .about__text{
        font-size:14px;
        line-height:130%;
        margin-bottom:18px
    }
}
.about__column{
    max-width:389px;
    padding-top:40px
}
@media screen and (max-width:1080.98px){
    .about__column{
        width:50%;
        margin-left:auto;
        max-width:100%;
        padding-top:20px
    }
}
@media screen and (max-width:680.98px){
    .about__column{
        width:100%;
        padding-top:0
    }
}
.about__image{
    width:45%;
    position:absolute;
    top:0;
    left:48%;
    transform:translateX(-50%)
}
@media screen and (max-width:1080.98px){
    .about__image{
        width:450px;
        left:0;
        transform:none;
        top:7%
    }
}
@media screen and (max-width:850px){
    .about__image{
        width:55%;
        top:auto;
        bottom:-25px;
        left:-25px
    }
}
@media screen and (max-width:680.98px){
    .about__image{
        position:static;
        width:100%
    }
}
.benefits__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-gap:20px
}
@media screen and (max-width:1080.98px){
    .benefits__grid{
        grid-template-columns:repeat(2,1fr)
    }
}
@media screen and (max-width:680.98px){
    .benefits__grid{
        display:flex;
        flex-direction:column
    }
}
.benefits-block{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    border:1px solid rgba(255,255,255,.2);
    border-radius:30px;
    background:rgba(255,255,255,.05);
    padding:40px;
    position:relative
}
@media screen and (min-width:1081px){
    .benefits-block:nth-child(1){
        grid-row:1/3
    }
    .benefits-block:nth-child(1) .benefits__image{
        position:absolute;
        right:-130px;
        top:16%
    }
    .benefits-block:nth-child(1) .benefits-block__desc{
        height:100%;
        display:flex;
        flex-direction:column
    }
    .benefits-block:nth-child(1) .benefits-block__block-text{
        margin-top:auto;
        margin-bottom:0
    }
    .benefits-block:nth-child(2){
        grid-column:2/4;
        max-width:590px;
        width:100%;
        margin-left:auto;
        overflow:hidden
    }
    .benefits-block:nth-child(2) .benefits__image{
        position:absolute;
        right:0;
        top:0;
        height:100%
    }
    .benefits-block:nth-child(4){
        grid-column:3/4;
        grid-row:2/4
    }
}
@media screen and (max-width:1080.98px){
    .benefits-block{
        padding:30px
    }
    .benefits-block:nth-child(3){
        order:1
    }
    .benefits-block:nth-child(5){
        order:2
    }
    .benefits-block:nth-child(1){
        order:3;
        grid-column:1/3
    }
    .benefits-block:nth-child(1) .benefits__image{
        position:absolute;
        right:-50px;
        top:-68px
    }
    .benefits-block:nth-child(1) .benefits-block__desc{
        max-width:397px
    }
    .benefits-block:nth-child(2){
        order:4;
        overflow:hidden
    }
    .benefits-block:nth-child(2) .benefits__image{
        margin-bottom:-30px;
        margin-left:-30px;
        width:calc(100% + 60px);
        display:none;
        position:absolute;
        left:0;
        bottom:0
    }
    .benefits-block:nth-child(2) .benefits__image img,.benefits-block:nth-child(2) .benefits__image picture{
        width:100%
    }
    .benefits-block:nth-child(2) .benefits__image--table{
        display:block
    }
}
@media screen and (max-width:1080.98px) and (max-width:680.98px){
    .benefits-block:nth-child(2) .benefits__image{
        display:none
    }
    .benefits-block:nth-child(2) .benefits__image--mobile{
        display:block
    }
}
@media screen and (max-width:1080.98px){
    .benefits-block:nth-child(4){
        order:5
    }
    .benefits-block:nth-child(4) .benefits__image{
        margin-top:25px
    }
    .benefits-block:nth-child(4) .benefits__image img,.benefits-block:nth-child(4) .benefits__image picture{
        width:100%
    }
}
@media screen and (max-width:680.98px){
    .benefits-block{
        padding:25px
    }
    .benefits-block:nth-child(2){
        order:2
    }
    .benefits-block:nth-child(2) .benefits__image{
        position:static;
        margin-left:-20px;
        margin-bottom:-20px;
        margin-top:-140px
    }
    .benefits-block:nth-child(1){
        order:3;
        min-height:185px
    }
    .benefits-block:nth-child(1) .benefits__image{
        width:182px;
        top:auto;
        bottom:-120px;
        z-index:3
    }
    .benefits-block:nth-child(3){
        order:1
    }
    .benefits-block:nth-child(5){
        order:4
    }
    .benefits-block:nth-child(4){
        order:5
    }
}
.benefits__image--mobile,.benefits__image--table{
    display:none
}
@media screen and (max-width:1080.98px){
    .benefits__image{
        text-align:center
    }
}
.benefits-block__title{
    font-weight:500;
    font-size:28px;
    line-height:129%;
    letter-spacing:-.01em;
    margin:0 0 15px
}
@media screen and (max-width:680.98px){
    .benefits-block__title{
        font-size:16px
    }
}
.benefits-block__text{
    color:var(--white);
    max-width:266px
}
.benefits-block__text--white{
    margin-top:10px;
    color:var(--white)
}
@media screen and (max-width:1080.98px){
    .benefits-block__text{
        max-width:100%
    }
}
.benefits__content{
    position:relative
}
.benefits__decor{
    position:absolute;
    bottom:-52%;
    width:100%;
    left:0;
    pointer-events:none
}
@media screen and (max-width:1080.98px){
    .benefits__decor{
        display:none
    }
}
.benefits__desc{
    position:relative;
    z-index:2
}
.test__slider{
    overflow:visible
}
@media screen and (max-width:680.98px){
    .test__slider{
        width:86%;
        margin:0
    }
}
.test-slide{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    max-width:590px;
    width:100%;
    border:1px solid rgba(255,255,255,.15);
    border-radius:30px;
    background-color:var(--gray3);
    padding:40px;
    color:var(--gray2);
    height:auto;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top center;
    background-image:url(../images/foils/test.svg);
    overflow:hidden;
    transition:background-image .3s
}
.test-slide.swiper-slide-active{
    background-image:url(../images/foils/test-active.svg)
}
@media screen and (max-width:680.98px){
    .test-slide{
        padding:25px;
        max-width:100%
    }
}
.test-slide__data{
    margin-top:30px;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:25px
}
@media screen and (max-width:680.98px){
    .test-slide__data{
        flex-direction:column;
        align-items:flex-start;
        gap:14px;
        margin-top:18px
    }
}
.test-slide__link{
    color:var(--white);
    display:flex;
    gap:3px;
    align-items:center
}
.test-slide__link svg{
    stroke:var(--white);
    transition:transform .45s
}
.test-slide__link:hover svg{
    transform:translateX(5px) translateY(-5px)
}
@media screen and (max-width:680.98px){
    .test-slide__logo{
        max-width:190px
    }
}
.events{
    position:relative
}
.events__part{
    display:flex;
    flex-direction:row-reverse;
    gap:30px;
    align-items:flex-start;
    justify-content:space-between
}
@media screen and (max-width:1080.98px){
    .events__part{
        display:block
    }
}
.event-block{
    display:block;
    max-width:610px;
    width:100%
}
@media screen and (max-width:1080.98px){
    .event-block{
        max-width:100%;
        margin-bottom:25px
    }
}
.events__column{
    max-width:488px;
    width:100%;
    font-size:16px;
    line-height:150%;
    letter-spacing:-.01em
}
@media screen and (max-width:1080.98px){
    .events__column{
        max-width:calc(100% + 20px);
        width:calc(100% + 20px);
        display:flex;
        overflow-x:auto
    }
}
@media screen and (max-width:680.98px){
    .events__column{
        font-size:14px
    }
}
@media screen and (max-width:1080.98px){
    .events__list{
        display:grid;
        grid-template-columns:repeat(3,1fr)
    }
}
.event-unit{
    display:block;
    padding:30px 20px;
    border-bottom:1px solid rgba(255,255,255,.2)
}
.event-unit:last-child{
    border-bottom:0
}
@media screen and (max-width:1080.98px){
    .event-unit{
        width:252px;
        flex-shrink:0;
        padding:16px;
        border-bottom:none;
        border-right:1px solid rgba(255,255,255,.2)
    }
    .event-unit:last-child{
        border-right:none
    }
}
@media screen and (max-width:680.98px){
    .event-unit{
        width:196px
    }
}
.event-unit__title{
    font-weight:500;
    font-size:20px;
    line-height:150%;
    letter-spacing:-.03em;
    margin:0 0 7px
}
@media screen and (max-width:1080.98px){
    .event-unit__title{
        font-size:18px
    }
}
@media screen and (max-width:680.98px){
    .event-unit__title{
        font-size:14px;
        line-height:130%
    }
}
.event-unit__text{
    color:var(--gray4)
}
.events__top{
    border-radius:20px;
    padding:32px 20px 24px;
    background:rgba(255,255,255,.05);
    position:relative
}
@media screen and (max-width:1080.98px){
    .events__top{
        width:252px;
        flex-shrink:0;
        padding:28px 16px
    }
}
@media screen and (max-width:680.98px){
    .events__top{
        width:196px;
        padding:16px
    }
}
.events__top-mark{
    display:inline-block;
    border-radius:4px;
    padding:4px 8px;
    background:linear-gradient(90deg,#d963fd 2%,#5dc7da 45.9%,#3cf46d 84.4%);
    margin-bottom:12px;
    font-size:16px;
    line-height:150%;
    letter-spacing:-.01em;
    color:var(--body-background)
}
@media screen and (max-width:680.98px){
    .events__top-mark{
        font-size:14px
    }
}
.events__top-date{
    margin-bottom:5px;
    color:var(--gray2)
}
.events__icon{
    position:absolute;
    top:28px;
    right:28px
}
@media screen and (max-width:1080.98px){
    .events__icon{
        display:none
    }
}
.event-block__picture{
    border-radius:30px;
    overflow:hidden;
    margin-bottom:25px
}
@media screen and (max-width:1080.98px){
    .event-block__picture img,.event-block__picture picture{
        width:100%
    }
}
.event-block__date,.event-block__text{
    font-weight:400;
    font-size:20px;
    line-height:150%;
    letter-spacing:-.01em;
    color:var(--gray2)
}
.event-block__date{
    margin-bottom:8px
}
@media screen and (max-width:680.98px){
    .event-block__date,.event-block__text{
        font-size:14px;
        line-height:130%
    }
}
.event-block__text{
    margin-bottom:20px
}
.event-block__title{
    font-weight:500;
    font-size:28px;
    line-height:129%;
    letter-spacing:-.01em;
    margin:0 0 12px
}
@media screen and (max-width:680.98px){
    .event-block__title{
        font-size:16px;
        line-height:137%;
        margin-bottom:8px
    }
}
.que__part{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:30px
}
@media screen and (max-width:1080.98px){
    .que__part{
        display:block
    }
}
.chat{
    max-width:489px;
    width:100%;
    margin-top:35px
}
@media screen and (max-width:1080.98px){
    .chat{
        max-width:100%;
        margin-top:0;
        margin-bottom:35px
    }
}
.chat-block{
    max-width:295px;
    width:100%;
    padding:14px;
    border-radius:10px;
    position:relative;
    margin-bottom:25px;
    background-color:#25242a
}
.chat-block:after{
    content:url(../images/icons/arrow.svg);
    display:block;
    width:13px;
    height:18px;
    position:absolute;
    bottom:0;
    left:-7px
}
.chat-block--ansver{
    background-color:var(--green);
    margin-left:auto
}
.chat-block--ansver:after{
    content:url(../images/icons/arrow-green.svg);
    bottom:1px;
    left:auto;
    right:-6px
}
.chat-block:last-child{
    margin-bottom:0
}
.chat-block:nth-child(2){
    max-width:436px
}
.chat-block:nth-child(3){
    max-width:255px
}
.chat-block:nth-child(4){
    max-width:361px
}
.chat-block ol,.chat-block ol li,.chat-block p,.chat-block ul,.chat-block ul li{
    margin:0;
    padding:0
}
.chat-block ul li{
    list-style:none;
    position:relative;
    padding-left:22px
}
.accordion:after,.chat-block ul li:before{
    content:"";
    position:absolute;
    border-radius:50%
}
.chat-block ul li:before{
    width:3px;
    height:3px;
    background-color:var(--white);
    top:10px;
    left:10px
}
@media screen and (max-width:680.98px){
    .chat-block{
        max-width:193px;
        font-size:11px;
        line-height:133%
    }
    .chat-block:nth-child(2){
        max-width:290px
    }
    .chat-block:nth-child(3){
        max-width:168px
    }
    .chat-block:nth-child(4){
        max-width:237px
    }
}
.que__faq{
    max-width:610px;
    width:100%
}
@media screen and (max-width:1080.98px){
    .que__faq{
        max-width:100%
    }
}
.accordion{
    padding:28px 32px;
    background:rgba(255,255,255,.15);
    margin-bottom:20px;
    cursor:pointer;
    position:relative;
    transition:background-color .4s;
    color:var(--white);
    border-radius:20px
}
.accordion:after{
    display:block;
    top:28px;
    right:25px;
    width:28px;
    height:28px;
    pointer-events:none;
    background-color:var(--dark3);
    background-image:url(../images/icons/plus-large.svg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    transition:transform .25s ease,background-color .25s ease,border-color .25s ease
}
.accordion:last-child{
    margin-bottom:0
}
.accordion.open:after{
    transform:rotate(-45deg)
}
.accordion.open .accordion__content{
    grid-template-rows:1fr;
    padding:15px 0 0
}
@media screen and (max-width:680.98px){
    .accordion{
        padding:24px;
        margin-bottom:12px
    }
    .accordion.open .accordion__content{
        padding:10px 0 0
    }
}
.accordion__control{
    padding-right:40px
}
.accordion__content{
    display:grid;
    grid-template-rows:0fr;
    transition:grid-template-rows 500ms,margin-top 500ms;
    cursor:default
}
.accordion__main{
    overflow:hidden
}
.accordion__text{
    color:var(--gray2);
    max-width:745px
}
.accordion__text.active{
    transform:none
}
@media screen and (max-width:680.98px){
    .accordion__text{
        font-size:14px;
        line-height:130%
    }
}
.accordion__title{
    margin:0;
    font-size:20px;
    line-height:140%;
    font-weight:500
}
@media screen and (max-width:680.98px){
    .accordion__title{
        font-size:16px;
        line-height:137%
    }
}
.promo{
    padding-bottom:0
}
.promo__block{
    display:flex;
    justify-content:space-between
}
.promo__data{
    border-radius:30px;
    max-width:610px;
    width:100%;
    background:rgba(255,255,255,.15);
    padding:40px;
    margin-top:10px
}
@media screen and (max-width:1080.98px){
    .promo__data{
        max-width:100%;
        margin-top:35px
    }
}
@media screen and (max-width:680.98px){
    .promo__data{
        margin-top:23px;
        padding:24px
    }
}
.promo__title-block{
    max-width:920px
}
.promo__title{
    margin-bottom:20px
}
@media screen and (max-width:1080.98px){
    .promo__title{
        max-width:617px
    }
}
.promo__card{
    margin-left:-50px;
    margin-top:-85px
}
@media screen and (max-width:1080.98px){
    .promo__card{
        display:none
    }
}
.promo__data-top{
    text-align:center;
    margin-bottom:29px
}
@media screen and (max-width:680.98px){
    .promo__data-top{
        margin-bottom:15px
    }
}
.promo__data-title{
    font-weight:600;
    font-size:32px;
    line-height:112%;
    letter-spacing:-.01em;
    margin:0 0 12px
}
@media screen and (max-width:680.98px){
    .promo__data-title{
        font-weight:500;
        font-size:20px;
        line-height:150%;
        margin-bottom:8px
    }
}
.promo__data-desc{
    font-size:20px;
    line-height:120%;
    letter-spacing:-.01em;
    text-align:center;
    color:var(--gray2)
}
@media screen and (max-width:680.98px){
    .promo__data-desc{
        font-size:14px;
        line-height:130%
    }
}
.promo__link{
    color:var(--green);
    border-bottom:1px solid transparent;
    transition:border-color .3s
}
.promo__link:hover{
    border-color:var(--green)
}
.top{
    padding-top:180px
}
@media screen and (max-width:1080.98px){
    .top{
        padding-top:120px
    }
}
.article{
    position:relative;
    z-index:2;
    padding-bottom:50px
}
.article h1{
    font-family:var(--second-family);
    font-weight:600;
    font-size:60px;
    line-height:117%;
    margin:0 0 30px
}
.article a{
    text-decoration:underline;
    color:var(--black)
}
.article a:hover{
    text-decoration:none
}
.article p{
    margin:0
}
@media screen and (max-width:1080.98px){
    .article h1{
        font-size:52px;
        line-height:115%
    }
}
@media screen and (max-width:680.98px){
    .article h1{
        font-size:32px;
        line-height:125%;
        margin-bottom:20px
    }
}
