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: 'Raleway';
    src: url('../fonts/Raleway-Regular.eot');
    src: local('Raleway'), local('Raleway-Regular'),
        url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff'),
        url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'Arial';
    src: local('Arial Regular'), local('Arial-Regular'),
        url('../fonts/ArialMT.woff2') format('woff2'),
        url('../fonts/ArialMT.woff') format('woff'),
        url('../fonts/ArialMT.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

*, *: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 {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-weight: 400;
    font-style: normal;
    font-family: 'Raleway';
    color: #111114;
    background-color: #F2F1FF;
}

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

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

header,
section,
footer {
    position: relative;
    z-index: 1;
}

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

.wrapper {
    overflow: hidden;
}

.noscroll {
    overflow: hidden;
}

.label {    
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.1em;
    font-family: 'Arial';
    text-transform: uppercase;
    opacity: 0.3;
}

.title {
    font-size: 94px;
    font-weight: 400;
    line-height: 109px;
    font-family: 'Arial';
    text-transform: uppercase;
}

.decore {
    position: absolute;
    z-index: 1;
}

.section__anchor {
    position: absolute;
    top: -150px;

}

a {
    display: inline-block;
    color: #3E3E3F;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

p {
    margin: 0 0 24px;
}

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

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

@media only screen and (max-width: 1305px){
    .container {
        max-width: 1200px;
        padding: 0 15px;
    }

    .title {
        font-size: 84px;
        line-height: 100px;
    }

    .label {
        font-size: 20px;
        line-height: 32px;
    }
}

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

    .title {
        font-size: 74px;
        line-height: 90px;
    }

    .label {
        font-size: 18px;
        line-height: 26px;
    }
}

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

    .title {
        font-size: 64px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 767px){
    .container {
        max-width: 375px;
    }
    
    .label {
        font-size: 18px;
        line-height: 27px;
    }

    .title {
        font-size: 34px;
        line-height: 46px;
    }
}

/*     btn     */

.btn {
    display: inline-block;
    cursor: pointer;
    border: none;
    background: 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;
}

.btn_base {
    position: relative;
    width: 167px;
    height: 167px;
}

.btn_base div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Raleway';
    border-radius: 50%;
    z-index: 2;
}

.btn_base div::before,
.btn_base div::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse 2s infinite;
    z-index: 3;
}

.btn_base div::after {
    animation-delay: 1s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.btn_blue div {
    color: #fff;
    background: linear-gradient(59.16deg, #2466F6 5.15%, #6C9AFF 158.5%);
}

.btn_blue div::before,
.btn_blue div::after {
    border: 1px solid #2466F6;
}

.btn_blue span {
    position: relative;
    padding-right: 15px;
}

.btn_blue span:after {
    position: absolute;
    top: 7px;
    right: 0;
    content: url(../img/arrow-white.svg);
}

.btn_white_blue div {
    color: #2466F6;
    background: #fff;
}

.btn_white_black div {
    color: #000000;
    background: #fff;
}

.btn_white_blue span {
    position: relative;
    text-align: left;
}

.btn_white_blue span:after {
    position: absolute;
    right: 0;
    bottom: 5px;
    content: url(../img/arrow-blue.svg);
}

.btn_white_blue div::before,
.btn_white_blue div::after {
    border: 1px solid #fff;
}

.btn_white_black span {
    position: relative;
    padding-right: 15px;
}

.btn_white_black span:after {
    position: absolute;
    top: 7px;
    right: 0;
    content: url(../img/arrow-black.svg);
}

.btn_white_black div::before,
.btn_white_black div::after {
    border: 1px solid #fff;
}

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

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

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

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

/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 35px 0;
    background-color: #F2F1FF;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.header_scroll {
    padding: 10px 0;
}

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

.header__logo {
   display: flex;
    width: 88px;
    height: 88px;
    background-image: url(../img/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

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

.header__menu a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

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

    .header__logo {
        width: 72px;
        height: 72px;
    }

    .header__menu ul {
        display: flex;
        column-gap: 60px;
    }
}

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

@media only screen and (max-width: 1023px){
    .header__menu ul {
        column-gap: 25px;
    }
    
    .header__menu a {
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px){
    .header {
        position: absolute;
    }

    .header__block {
        justify-content: center;
    }

    .header__logo {
        width: 50px;
        height: 50px;
    }

    .header__menu {
        display: none;
    }
}

/*     first     */

.first {
    padding: 218px 0 106px;
}

.first__block {
    position: relative;
}

.first__title {
    font-size: 114px;
    font-weight: 400;
    line-height: 122px;
    font-family: 'Arial';
    text-transform: uppercase;
}

.first__title .line-2 {
    padding-left: 29.75%;
}

.first__title .line-2 span,
.first__title .line-3 span {
    background: linear-gradient(90deg, #2466F6 18.77%, #6C9AFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.first__title .line-3 {
    padding-left: 44%;
}

.first__text-1 {
    position: absolute;
    top: 46px;
    left: 65%;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}

.first__text-2 {
    position: absolute;
    top: 434px;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.first__text-2 span {
    color: #2466F6;
}

.first__btn {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

@media only screen and (max-width: 1305px){
    .first {
        padding: 158px 0 106px;
    }

    .first__title {
        font-size: 104px;
        line-height: 112px;
    }

    .first__text-2 {
        top: 404px;
    }
}

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

    .first__text-1 {
        top: 35px;
        font-size: 16px;
        line-height: 21px;
    }

    .first__text-2 {
        top: 364px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1023px){
    .first__title {
        font-size: 66px;
        line-height: 74px;
    }

    .first__text-1 {
        top: 16px;
    }

    .first__text-2 {
        top: 294px;
    }

    .first__btn {
        justify-content: flex-end;
        padding-right: 110px;
    }
}

@media only screen and (max-width: 767px){
    .first {
        padding: 98px 0 51px;
    }

    .first__title {
        font-size: 41px;
        line-height: 44px;
    }

    .first__title .line-1,
    .first__title .line-3 {
        text-align: center;
    }

    .first__title .line-2,
    .first__title .line-3 {
        padding-left: 0;
    }

    .first__title .line-3 {
        padding-right: 35px;
    }

    .first__text-1 {
        position: relative;
        top: 0;
        left: 0;
        max-width: 290px;
        margin: 27px auto 0;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .first__text-1 span {
        display: block;
    }

    .first__text-2 {
        position: relative;
        top: 0;
        max-width: 310px;
        margin: 41px auto 0;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .first__text-1 br,
    .first__text-2 br {
        display: none;
    }

    .first__btn {
        justify-content: center;
        margin-top: 32px;
        padding-right: 0;
    }
}

/*     run     */

.run {
    padding: 20px 0;
    color: #fff;
    background: #2466F6;
}

.run__line {
    overflow: hidden;
}

.run span {
    padding: 0 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Arial';
    white-space: nowrap;
    text-transform: uppercase;
}

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

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

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

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

/*     about     */

.about {
    padding: 80px 0 119px;
}

.about__block {
    position: relative;
}

.about__label {
    position: absolute;
    top: 19px;
    left: 0;
}

.about__title {
    padding-left: 44.5%;
}

.about__text-1 {
    position: absolute;
    top: 620px;
    left: 0;
    font-size: 20px;
    line-height: 30px;
}

.about__img {
    position: relative;
    left: -28px;
    width: 442px;
    margin: 41px auto 0;
    z-index: 1;
}

.about__list {
    position: absolute;
    top: 197px;
    left: 0;
    right: 0;
    z-index: 2;
}

.about__list-item {
    position: absolute;
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding: 24px 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(51, 51, 63, 0.5);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 50px;
}

.about__list-item.item-1:before,
.about__list-item.item-3:before,
.about__list-item.item-5:before {
    position: relative;
    content: '';
    display: flex;
    width: 7px;
    height: 7px;
    background: #85ACFF;
    border-radius: 50%;
}

.about__list-item.item-2:after,
.about__list-item.item-4:after {
    position: relative;
    content: '';
    display: flex;
    width: 7px;
    height: 7px;
    background: #85ACFF;
    border-radius: 50%;
}

.about__list-item.item-1 {
    top: 0;
    left: calc(50% - 18px);
}

.about__list-item.item-2 {
    top: 22px;
    left: calc(50% - 379px);
}

.about__list-item.item-3 {
    top: 145px;
    left: calc(50% + 82px);
}

.about__list-item.item-4 {
    top: 220px;
    left: calc(50% - 397px);
}

.about__list-item.item-5 {
    top: 327px;
    left: calc(50% - 67px);
}

.about__text-2 {
    position: absolute;
    top: 615px;
    right: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
}

.decore-1 {
    top: 230px;
    left: calc(50% - 870px);
    width: 471px;
}

.decore-2 {
    top: 160px;
    left: calc(50% + 380px);
    width: 373px;
}

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

@media only screen and (max-width: 1199px){
    .about {
        padding: 60px 0 120px;
    }

    .about__img {
        left: 0;
        width: 360px;
    }

    .about__list-item {
        padding: 14px 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .about__list-item.item-1 {
        top: -10px;
        left: calc(50% + 38px);
    }

    .about__list-item.item-2 {
        top: 12px;
        left: calc(50% - 290px);
    }

    .about__list-item.item-3 {
        top: 109px;
        left: calc(50% + 85px);
    }

    .about__list-item.item-4 {
        top: 160px;
        left: calc(50% - 317px);
    }

    .about__list-item.item-5 {
        top: 237px;
        left: calc(50% - 7px);
    }

    .about__text-1 {
        top: 532px;
        font-size: 18px;
        line-height: 28px;
    }

    .about__text-2 {
        top: 524px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1023px){
    .about__text-1 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px){
    .about {
        padding: 42px 0 48px;
    }

    .about__label {
        position: relative;
        text-align: center;
    }

    .about__label br {
        display: none;
    }

    .about__title {
        position: relative;
        margin-top: 30px;
        padding-left: 0;
        text-align: center;
    }

    .about__img {
        left: -15px;
        width: 375px;
        margin-top: 0;
    }

    .about__list {
        position: relative;
        top: 0;
        left: 0;
        display: flex;
        row-gap: 17px;
        flex-direction: column;
        max-width: 275px;
        margin: -33px auto 0;
    }

    .about__list-item {
        position: relative!important;
        padding: 21px 20px;
        justify-content: center;
        top: 0!important;
        left: 0!important;
        font-size: 12px;
        line-height: 18px;
    }

    .about__list-item.item-2:after, .about__list-item.item-4:after {
        display: none;
    }

    .about__list-item.item-2:before, .about__list-item.item-4:before {
        position: relative;
        content: '';
        display: flex;
        width: 7px;
        height: 7px;
        background: #85ACFF;
        border-radius: 50%;
    }

    .about__text-1 {
        position: relative;
        top: 0;
        margin-top: 24px;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }

    .about__text-2 {
        position: relative;
        top: 0;
        max-width: 285px;
        margin: 30px auto 0;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .about__text-2 br {
        display: none;
    }

    .decore-1 {
        top: 100px;
        left: 50%;
        width: 271px;
    }

    .decore-2 {
        top: 660px;
        left: calc(50% - 270px);
        width: 273px;
    }
}

/*     advantages     */

.advantages {
    margin-top: 70px;
    padding: 97px 0 105px;
    color: #fff;
    background-image: url(../img/advantages-bg.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages__block {
    position: relative;
}

.advantages__label {
    position: absolute;
    top: 18px;
    left: 0;
}

.advantages__title {
    padding-left: 38.75%;
}

.advantages__list {
    position: relative;
    display: flex;
    row-gap: 128px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 106px;
}

.advantages__list:before {
    position: absolute;
    top: 217px;
    left: -18px;
    content: url(../img/advantages-line.svg)
}

.advantages__list-item {
    position: relative;
}

.advantages__list-item:nth-child(1) {
    
    margin-left: 18.5%;
}

.advantages__list-item:nth-child(2) {
    margin-right: 20.25%;
}

.advantages__list-item:nth-child(3) {
    margin-left: 1.5%;
}

.advantages__list-item:nth-child(1):before,
.advantages__list-item:nth-child(2):before {
    position: absolute;
    top: 7px;
    left: -37px;
    content: url(../img/advantages-item-1.svg);
}

.advantages__list-item:nth-child(3):before,
.advantages__list-item:nth-child(4):before,
.advantages__list-item:nth-child(5):before {
    position: absolute;
    top: -72px;
    left: -37px;
    content: url(../img/advantages-item-2.svg);
}

.advantages__list-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.advantages__list-text {
    margin-top: 22px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

@media only screen and (max-width: 1305px){
    .advantages {
        margin-top: 50px;
        padding: 95px 0;
    }

    .advantages__list:before {
        left: 10px;
    }

    .advantages__list-item:nth-child(3) {
        margin-left: 3.5%;
    }
}

@media only screen and (max-width: 1199px){
    .advantages__list {
        row-gap: 144px;
        margin-top: 80px;
    }

    .advantages__list-item:nth-child(1) {
        margin-left: 17%;
    }

    .advantages__list-item:nth-child(2) {
        margin-right: 17%;
    }

    .advantages__list-title {
        font-size: 22px;
        line-height: 32px;
    }

    .advantages__list-text {
        margin-top: 18px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1023px){
    .advantages__label {
        position: relative;
        top: 0;
        text-align: center;
    }

    .section__anchor {
        position: relative;
        top: auto;
        text-align: center;
    }

    .advantages__title {
        margin-top: 10px;
        padding-left: 0;
        text-align: center;
    }
    
    .advantages__list {
        max-width: 300px;
        margin: 42px auto 0;
        padding-left: 45px;
        row-gap: 33px;
        flex-direction: column;
    }
    
    .advantages__list:before {
        top: 0;
        left: 25px;
        content: url(../img/advantages-line-mob.svg);
    }

    .advantages__list-item {
        padding-top: 20px;
    }
    
    .advantages__list-item:nth-child(1),
    .advantages__list-item:nth-child(3) {
        margin-left: 0;
    }

    .advantages__list-item:nth-child(2) {
        margin-right: 0;
    }

    .advantages__list-item:before {
        top: -107px !important;
        left: 74px !important;
        content: url(../img/advantages-item-1.svg)!important;
        transform: rotate(90deg);
    }

    .advantages__list-title {
        font-size: 18px;
        line-height: 27px;
    }

    .advantages__list-text {
        max-width: 300px;
        margin-top: 14px;
        font-size: 12px;
        line-height: 18px;
    }

    .advantages__list-item:nth-child(3) .advantages__list-text br,
    .advantages__list-item:nth-child(4) .advantages__list-text br {
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .advantages {
        margin-top: 30px;
        padding: 63px 0 74px;
    }

    .advantages__title {
        margin-top: 6px;
    }
}

/*     for     */

.for {
    padding: 244px 0 100px;
}

.for__block {
    position: relative;
    padding-left: 60.6%;
}

.for__label {
    position: absolute;
    top: 248px;
    left: 0;
}

.for__title {
    position: absolute;
    top: -4px;
    left: 0;
}

.for__img {
    position: absolute;
    top: 80px;
    left: calc(50% - 600px);
    width: 870px;
    z-index: 1;
}

.for__img img {
    pointer-events: none;
}

.for__list {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
}

.for__list-item {
    height: 236px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 40px 30px 40px 50px;
    color: #fff;
    background: #2466F6;
    border-radius: 20px;
}

.for__list-item:last-child {
    height: 275px;
}

.for__list-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.for__list-text {    
    margin-top: 17px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.for__btn {
    position: absolute;
    top: 536px;
    left: 144px;
    z-index: 2;
}

.decore-3 {
    top: 633px;
    left: calc(50% - 1023px);
    width: 491px;
}

@media only screen and (max-width: 1305px){
    .for {
        padding: 120px 0 100px;
    }
    
    .for__label {
        top: 235px;
    }

    .for__block {
        padding-left: 58%;
    }

    .for__img {
        top: 100px;
        left: calc(50% - 630px);
        width: 810px;
    }

    .for__btn {
        top: 476px;
        left: 104px;
    }
}

@media only screen and (max-width: 1199px){
    .for {
        padding: 80px 0 60px;
    }

    .for__block {
        padding-left: 54%;
    }

    .for__list-title {
        font-size: 22px;
        line-height: 32px;
    }

    .for__list-title span {
        display: block;
    }

    .for__img {
        top: 180px;
        width: 730px;
    }

    .for__list-text {
        margin-top: 14px;
        font-size: 16px;
        line-height: 22px;
    }

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

@media only screen and (max-width: 1023px){
    .for__block {
        padding-left: 0;
    }

    .for__title {
        position: relative;
        top: 0;
        text-align: center;
    }

    .for__list-title span:first-child {
        display: block;
    }

    .for__list-title span:nth-child(2) {
        display: inline;
    }
    
    .for__img {
        position: relative;
        top: 0;
        left: 0;
        width: 600px;
        margin: -100px auto 0;
        z-index: 1;
    }

    .for__label {
        position: relative;
        top: 0;
        text-align: center;
    }

    .for__list {
        position: relative;
        margin-top: -150px;
        z-index: 2;
    }

    .for__btn {
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        justify-content: center;
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px){
    .for {
        padding: 70px 0 70px;
    }

    .for__title { 
        margin-top: 8px;
    }

    .for__img {
        top: 0;
        left: -116px;
        width: 550px;
        margin: -76px auto 0;
    }

    .for__list {
        row-gap: 10px;
        margin-top: -138px;
    }


    .for__list-item {
        height: auto!important;
        padding: 27px 42px 24px 27px;
    }

    .for__list-title {
        font-size: 18px;
        line-height: 27px;
    }

    .for__list-text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 18px;
    }

    .for__list-text br {
        display: none;
    }

    .for__btn {
        margin-top: 38px;
    }
}

/*     speaker     */

.speaker {
    padding-top: 118px;
}

.speaker__block {
    position: relative;
}

.speaker__label {
    position: absolute;
    top: 18px;
    right: 0;
}

.speaker__img {
    position: relative;
    left: -46px;
    width: 599px;
    margin: 14px auto 0;
}

.speaker__info {
    position: absolute;
    top: 163px;
    left: 71.2%;
}

.speaker__info-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    opacity: 0.3;
}

.speaker__info-name {
    margin-top: 4px;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
}

.speaker__info-list {
    margin-top: 66px;
}

.speaker__info-list ul {
    display: flex;
    row-gap: 54px;
    flex-direction: column;
}

.speaker__info-list li {
    position: relative;
    display: flex;
    column-gap: 15px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.speaker__info-list li:nth-child(2) {
    margin-left: 22px;
}

.speaker__info-list li:before {
    position: relative;
    content: '';
    display: flex;
    width: 7px;
    height: 7px;
    background: #85ACFF;
    border-radius: 50%;
}

.speaker__text {
    position: absolute;
    top: 483px;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    opacity: 0.5;
}

.speaker__btn {
    position: absolute;
    top: 532px;
    right: 0;
}

@media only screen and (max-width: 1305px){
    .speaker {
        padding-top: 28px;
    }

    .speaker__img {
        left: -26px;
        width: 540px;
    }

    .speaker__info {
        top: 128px;
    }

    .speaker__text {
        top: 453px;
    }

    .speaker__btn {
        top: 502px;
    }
}

@media only screen and (max-width: 1199px){
    .speaker__label {
        top: 118px;
        right: auto;
        left: 0;
    }

    .speaker__info {
        top: 38px;
    }

    .speaker__img {
        width: 450px;
    }

    .speaker__text {
        top: 400px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1023px){
    .speaker__label {
        position: relative;
        top: 0;
        text-align: center;
    }

    .speaker__label br {
        display: none;
    }

    .speaker__title {
        text-align: center;
    }

    .speaker__info {
        position: relative;
        top: auto;
        left: auto;
    }

    .speaker__info-list {
        margin-top: 40px;
    }

    .speaker__info-list ul {
        row-gap: 15px;
        align-items: center;
    }

    .speaker__info-list li br {
        display: none;
    }

    .speaker__info-list li:nth-child(2) {
        margin-left: 0;
    }

    .speaker__info-label {
        margin-top: 40px;
        text-align: center;
    }

    .speaker__info-name {
        text-align: center;
    }

    .speaker__text {
        position: relative;
        top: 0;
        text-align: center;
    }

    .speaker__text {
        margin-top: 30px;
    }

    .speaker__text br {
        display: none;
    }

    .speaker__btn {
        position: relative;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px){
    .speaker__title {
        margin-top: 12px;
    }

    .speaker__img {
        left: -15px;
        width: 375px;
        margin-top: 35px;
    }

    .speaker__info-label {
        margin-top: 30px;
    }

    .speaker__info-list {
        margin-top: 30px;
    }

    .speaker__info-list li {
        font-size: 12px;
        line-height: 18px;
    }

    .speaker__text {
        margin-top: 35px;
        font-size: 12px;
        line-height: 18px;
    }

    .speaker__text p {
        margin-bottom: 18px;
    }

    .speaker__btn {
        margin-top: 64px;
    }

}

/*     how     */

.how {
    padding: 106px 0 86px;
}

.how__block {
    position: relative;
}

.how__label {
    position: absolute;
    top: 133px;
    left: 0;
}

.how__title {
    padding-left: 44.2%;
}

.how__list {
    margin: 21px -12px 0;
}

.how__list-item {
    display: flex;
    align-items: center;
    padding: 39px 12px 14px;
    border-bottom: 1px solid rgba(36, 102, 246, 1);
}

.how__list-item:last-child {
    border-bottom: none;
}

.how__list-title {
    width: 44.75%;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.how__list-text {
    width: 49.75%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.how__list-number {
    width: 5.5%;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    text-align: right;
    color: #2466F6;
}

.how__description {
    margin-top: 62px;
    padding-left: 44.75%;
    font-size: 34px;
    font-weight: 500;
    line-height: 51px;
}

.how__btn {
    position: absolute;
    left: 0;
    bottom: -6px;
}

.decore-4 {
    top: 200px;
    left: calc(50% + 700px);
    width: 548px;
}

.decore-5 {
    bottom: 0px;
    left: calc(50% - 600px);
    width: 548px;
}

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

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

    .how__list-text {
        font-size: 14px;
        line-height: 22px;
    }

    .how__description {
        font-size: 30px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 1023px){
    .how__list-text {
        max-width: 365px;
    }

    .how__list-text br {
        display: none;
    }

    .how__btn {
        left: 40px;
        bottom: -20px;
    }
}

@media only screen and (max-width: 767px){
    .how {
        padding: 94px 0 58px;
    }

    .how__label {
        position: relative;
        top: 0;
        text-align: center;
    }

    .how__label br {
        display: none;
    }

    .how__title {
        margin-top: 15px;
        padding-left: 0;
        text-align: center;
    }

    .how__list {
        margin: 14px 0 0;
    }

    .how__list-item {
        position: relative;
        padding: 30px 0 19px;
        row-gap: 15px;
        align-items: flex-start;
        flex-direction: column;
        font-size: 18px;
        line-height: 27px;
    }

    .how__list-item:last-child {
        border-bottom: 1px solid rgba(36, 102, 246, 1);
    }

    .how__list-title {
        width: 100%;
        padding-right: 30px;
        font-size: 18px;
        line-height: 27px;
    }

    .how__list-text {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
    }

    .how__list-text br {
        display: block;
    }

    .how__list-number {
        position: absolute;
        top: 26px;
        right: 9px;
    }

    .how__description {
        margin-top: 36px;
        padding-left: 0;
        font-size: 22px;
        font-weight: 500;
        line-height: 33px;
        text-align: center;
    }

    .how__btn {
        position: relative;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        margin-top: 45px;
    }
}

/*     registration     */

.registration {
    position: relative;
    margin: 0 15px;
    padding: 77px 0 52px;
    color: #fff;
    background: #2466F6;
    border-radius: 40px;
    overflow: hidden;
}

.registration::after {
    position: absolute;
    left: calc(50% - 810px);
    bottom: -296px;
    content: url(../img/registration.png);
    z-index: 1;
}

.registration__block {
    padding-left: 44.25%;
}

.registration__label {
    position: absolute;
    top: 90px;
    left: 40px;
}

.registration__form {
    width: 100%;
    max-width: 572px;
    margin-top: 57px;
}

.registration__input {
    position: relative;
    margin-bottom: 37px;
    z-index: 2;
}

.registration__input input {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.02em;
    font-family: 'Raleway';
    color: #fff;
    border: 0;
    background: #2466F6;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.registration__input input:focus {
    border-color: rgba(255, 255, 255, 1);
}

.registration__input input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.5); }
.registration__input input::-moz-placeholder {color: rgba(255, 255, 255, 0.5); }
.registration__input input:-ms-input-placeholder {color: rgba(255, 255, 255, 0.5); }
.registration__input input:-moz-placeholder {color: rgba(255, 255, 255, 0.5); }


.wpcf7-not-valid-tip {
    pointer-events: none!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: #fff!important;
	opacity: 0.5!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;
}

.registration__btn {
    position: relative;
    margin-top: 52px;
    z-index: 1;
}

@media only screen and (max-width: 1305px){
    .registration {
        padding: 70px 0 50px;
    }
}

@media only screen and (max-width: 1199px){
    .registration {
        padding: 50px 0 50px;
    }

    .registration::after {
        left: calc(50% - 700px);
    }

    .registration__label {
        position: absolute;
        top: 70px;
    }

    .registration__input {
        margin-bottom: 30px;
    }

    .registration__input input {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1023px){
    .registration {
        padding: 50px 0 173px;
        border-radius: 20px;
    }

    .registration::after {
        left: calc(50% - 507px);
        bottom: -404px;
        transform: scale(0.725);
    }

    .registration__block {
        padding-left: 0;
    }

    .registration__label {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }

    .registration__title {
        margin-top: 12px;
        text-align: center;
    }

    .registration__form {
        width: 285px;
        margin: 25px auto 0;
    }

    .registration__input {
        margin-bottom: 38px;
    }

    .registration__input input {
        padding: 8px 0;
        font-size: 16px;
    }

    .registration__btn {
        display: flex;
        justify-content: center;
        margin-top: 75px;
    }
}

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

/*     faq     */

.faq {
    padding: 90px 0 55px;
}

.faq__title {
    text-align: center;
}

.faq__label {
    margin-top: 20px;
    text-align: center;
}

.faq__label.mob {
    display: none;
}

.faq__list {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
    margin: 50px -12px 0;
}

.faq__list-item {
    position: relative;
    padding: 22px 25px;
    background-color: #fff;
    border-radius: 10px;
}

.faq__list-item.active {
    padding-bottom: 28px;
    color: #fff;
    background: #2466F6;
}

.faq__list-item svg {
    position: absolute;
    top: 32px;
    right: 41px;
    width: 18px;
    height: 18px;
    transform: rotate(0deg);
    pointer-events: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.faq__list-item.active svg {
    transform: rotate(-90deg);
}

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

.faq__list-item.active svg path {
    fill: #fff;
}

.faq__list-title {
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.faq__list-text {
    height: 0;
    margin-top: 0px;
    padding-right: 5%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.active .faq__list-text {
    height: auto;
    margin-top: 43px;
    opacity: 1;
}

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

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

    .faq__list-text {
        font-size: 14px;
        line-height: 22px;
    }

    .active .faq__list-text {
        margin-top: 30px;
    }
}

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

@media only screen and (max-width: 767px){
    .faq {
        padding: 20px 0 45px;
    }

    .faq__label.pc {
        display: none;
    }

    .faq__label.mob {
        display: block;
    }

    .faq__title {
        margin-top: 8px;
    }

    .faq__list {
        row-gap: 17px;
        margin: 24px 0 0;
    }

    .faq__list-item {
        padding: 16px 20px;
    }

    .faq__list-item.active {
        padding-top: 20px;
        padding-bottom: 18px;
    }

    .faq__list-item svg {
        top: 32px;
        right: 26px;
    }

    .faq__list-title {
        padding-right: 40px;
        font-size: 16px;
        line-height: 24px;        
    }

    .faq__list-text {
        padding-right: 0;
        font-size: 12px;
        line-height: 18px;
    }

    .active .faq__list-text {
        margin-top: 20px;
    }

}

/*     footer     */

.footer {
    padding: 116px 0 17px;
    color: #fff;
    background-image: url(../img/footer-bg.svg);
    background-position: top center;
    background-repeat: no-repeat;
}

.footer__block {
    position: relative;
}

.footer__label {
    position: absolute;
    top: 30px;
    left: 0;
}

.footer__title {
    padding-right: 5.25%;
    text-align: right;
}

.footer__img {
    position: relative;
    width: 550px;
    margin: 55px auto 0;
    z-index: 2;
}

.footer__text-1 {
    position: absolute;
    top: 164px;
    left: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.footer__text-1 strong {
    font-weight: 600;
    opacity: 0.5;
}

.footer__text-2 {
    position: absolute;
    top: 164px;
    right: 70px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: right;
}

.footer__btn {
    position: absolute;
    top: 359px;
    right: 58px;
}

.footer__word {
    position: relative;
    margin: -190px -1000px 0;
    font-size: 288px;
    font-weight: 400;
    line-height: 288px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 1;
}

.footer__list {
    display: flex;
    justify-content: space-between;
    margin: 0px -10px 0;
}

.footer__column {
    display: flex;
    column-gap: 100px;
}

.footer__column:nth-child(1) {
    column-gap: 210px;
}

.footer__column:nth-child(2) {
    column-gap: 270px;
}

.footer__item-text {
    display: flex;
    flex-direction: column;
}

.footer__item-text span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.footer__item-text a,
.footer__item-text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

@media only screen and (max-width: 1305px){
    .footer__img {
        width: 550px;
        margin: 125px auto 0;
    }

    .footer__word {
        margin: -180px -750px 0;
        font-size: 268px;
        font-weight: 400;   
    }
}

@media only screen and (max-width: 1199px){
    .footer__text-1 {
        font-size: 16px;
        line-height: 25px;
    }

    .footer__text-2 {
        font-size: 16px;
        line-height: 25px;
    }

    .footer__img {
        width: 450px;
        margin: 155px auto 0;
    }

    .footer__word {
        margin: -160px -750px 0;
        font-size: 238px;
        line-height: 260px;
    }

    .footer__column:nth-child(1) {
        column-gap: 150px;
    }

    .footer__column:nth-child(2) {
        column-gap: 200px;
    }

}

@media only screen and (max-width: 1023px){
    .footer__label {
        position: relative;
        top: 0;
        text-align: center;
    }

    .footer__label {
        position: relative;
        text-align: center;
    }

    .footer__title {
        padding: 0;
        text-align: center;
    }

    .footer__img {
        margin-top: 33px;
    }

    .footer__text-1 {
        position: relative;
        top: 0;
        margin-top: 40px;
        text-align: center;
    }

    .footer__text-2 {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 40px;
        text-align: center;
    }

    .footer__text-2 span {
        display: block;
    }

    .footer__text-2 br {
        display: none;
    }

    .footer__word {
        margin-top: 50px;
        font-size: 160px;
        line-height: 190px;
    }

    .footer__btn {
        position: relative;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        margin-top: 90px;
    }

    .footer__list {
        row-gap: 20px;
        flex-direction: column;
    }

    .footer__column {
        column-gap: 0!important;
        justify-content: space-between;
    }

    .footer__item_3 {
        order: 2;
    }

    .footer__item_4 {
        order: 1;
    }

    
}

@media only screen and (max-width: 767px){
    .footer {
        padding: 53px 0 20px;
    }

    .footer__title {
        margin-top: 8px;
    }

    .footer__img {
        left: -15px;
        width: 376px;
    }

    .footer__text-1 {
        max-width: 295px;
        margin: 36px auto 0;
        font-size: 12px;
        line-height: 18px;
    }

    .footer__text-2 {
        margin-top: 35px;
        font-size: 14px;
        line-height: 21px;
    }

    .footer__btn {
        margin-top: 60px;
    }

    .footer__word {
        margin-top: 20px;
        font-size: 150px;
        line-height: 150px;
    }

    .footer__list {
        margin: 0 0 0;
    }

    .footer__item-text span {
        margin-bottom: 3px;
        font-size: 12px;
        line-height: 18px;
    }

    .footer__item-text a,
    .footer__item-text p {
        font-size: 14px;
        line-height: 21px;
    }
}