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

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

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
        url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    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-family: 'Proxima Nova';
    color:#252525;
    background-color: #F6F6F6;
}

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

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

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

p {
    margin: 0 0 20px;
}

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

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

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.noscroll {
    overflow: hidden;
}

.wrapper {
    overflow: hidden;
}

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

.title {
    font-size: 72px;
    font-weight: 300;
    line-height: 72px;
    letter-spacing: -0.02em;
}

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

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

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

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

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

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

/*     btn     */

.btn {
    display: inline-block;
    cursor: pointer;
    border: 0;
    background: none;
    border-radius: 0;
    -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_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 55px;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #F6F6F6;
    background-color: #632094;
}
@media only screen and (min-width: 768px){
    .btn_main:hover {
        background-color: #7d30b5;
    }
}

.btn_full {
    width: 100%;
}

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

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

@media only screen and (max-width: 767px){
    .btn_main {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
}

/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 32px 0;
    background-color: rgba(246, 246, 246, 0);
    z-index: 10;
}

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

.header_scroll {
    background-color: rgba(246, 246, 246, 1);
}

.header__block {
    position: relative;
}

.header__logo {
    position: absolute;
    top: -14px;
    left: -8px;
    width: 142px;
    height: 58px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__menu ul {
    display: flex;
    column-gap: 41px;
    justify-content: center;
}

.header__menu a {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #888888;
}

.header__menu a:hover {
    color: #632094;
}

.header__phone {
    position: absolute;
    top: -10px;
    right: 0;
}

.header__phone a {
    display: block;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.02em;
    background-image: url(../img/icon-phone.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.header__phone span {
    display: block;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.02em;
    text-align: right;
}

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

    .header__phone a {
        font-size: 20px;
        line-height: 28px;
    }

    .header__phone span {
        font-size: 11px;
        line-height: 11px;
    }
}

@media only screen and (max-width: 1023px){
    .header__menu ul {
        padding-right: 15px;
        column-gap: 15px;
    }
}

@media only screen and (max-width: 767px){
    .header {
        padding: 15px 0;
        background-color: rgba(246, 246, 246, 1);
    }

    .header__block {
        min-height: 30px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    
    .header_open {
        min-height: 100vh;
    }

    .header__logo {
        top: 0px;
        left: -6px;
        width: 77px;
        height: 31px;
        background-image: url(../img/logo-white-new.png);
    }

    .header__menu {
        display: flex;
        flex-direction: column;
        max-height: 0px;
        padding: 30px 0 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .header_open .header__menu {
        max-height: 1000px;
        padding: 100px 0 60px;
        opacity: 1;
    }

    .header__menu ul {
        row-gap: 20px;
        padding-right: 0;
        flex-direction: column;
        text-align: center;
    }

    .header__menu a {
        font-size: 20px;
    }

    .header__phone {
        top: 0;
        right: 90px;
        padding-left: 25px;
    }

    .header__phone a {
        padding-left: 25px;
        font-size: 16px;
        line-height: 19px;
    }

    .header__burger {
        position: absolute;
        top: 0;
        right: 3px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background-image: url(../img/icon-burger.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .header_open .header__burger {
        background-image: url(../img/icon-close.svg);
    }
}

/*     first     */

.first {
    margin-bottom: -38px;
    padding: 130px 0 0;
    background-color: #F6F6F6;
    background-image: url(../img/icon-3zub.svg);
    background-repeat: no-repeat;
    background-position: top 20px center;
}

.first__title {
    text-align: center;
}

.first__sub_title {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: center;
}

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

.first__btn .btn_main {
    width: 388px;
}

.first__img {
    margin: 36px auto 0;
    max-width: 1091px;
}

@media only screen and (max-width: 1219px){
    .first {
        margin-bottom: -38px;
        padding: 110px 0 0;
        background-size: 320px;
    }
    
    .first__sub_title {
        font-size: 26px;
        line-height: 26px;
    }

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

    .first__img {
        max-width: 900px;
    }
}

@media only screen and (max-width: 1023px){
    .first {
        margin-bottom: -30px;
        background-size: 240px;
    }

    .first__sub_title {
        font-size: 22px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px){
    .first {
        margin: 0;
        padding: 100px 0 40px;
        background: none;
    }

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

    .first__title {
        order: 1;
    }

    .first__title strong {
        display: block;
    }

    .first__sub_title {
        margin-top: 10px;
        font-size: 20px;
        line-height: 26px;
        order: 2;
    }

    .first__sub_title span {
        display: block;
    }

    .first__img {
        margin-top: 20px;
    }

    .first__img img {
        position: relative;
        width: 560px;
        left: calc(50% - 330px);
    }

    .first__btn {
        margin: 0 -7.5px 0;
        order: 4;
    }

    .first__btn .btn_main {
        width: 100%;
    }

    .first__img {
        order: 3;
    }
}

/*     sponsors     */

.sponsors {
    background-color: #FFFFFF;
}

.sponsors__slider_2,
.sponsors__slider_3 {
    display: none;
}

.sponsors .owl-sponsors {
    margin: 0;
    padding: 0;
}

.sponsors .owl-sponsors .owl-nav,
.sponsors .owl-sponsors .owl-dots {
    display: none;
}

.sponsors__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

@media only screen and (max-width: 1219px){
    .sponsors__item {
        width: 180px;
        height: 160px;
    }
}

@media only screen and (max-width: 1023px){
    .sponsors__item {
        width: 140px;
        height: 100px;
    }
}

@media only screen and (max-width: 767px){
    .sponsors {
        padding: 15px 0 20px;
        background-color: #F6F6F6;
    }

    .sponsors__item {
        width: 120px;
        height: 120px;
    }

    .sponsors__slider {
        display: none;
    }

    .sponsors__slider_2 .owl-dots,
    .sponsors__slider_3 .owl-dots {
        display: none!important;
    }

    .sponsors__slider_2 {
        display: block;
    }

    .sponsors__slider_3 {
        display: block;
        margin-top: 10px;
    }
}

/*     why     */

.why {
    padding: 68px 0 94px;
    color: #FFFFFF;
    background-color: #632094;
}

.why__title img {
    position: relative;
    top: 18px;
    display: inline;
    width: 70px;
    margin-left: 5px;
}

.why__sub-title {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
}

.why__list {
    margin-top: 30px;
}

.why__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 400px;
    border-top: 1px solid rgba(221, 221, 221, 0.2);
}

.why__item-content {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.why__item-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    font-size: 72px;
    font-weight: 300;
    line-height: 72px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    background-color: #252525;
}

.why__item-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.02em;
}
.why__item-text {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #F6F6F6;
}

.why__item-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.why__item_1 .why__item-img {
    width: 552px;
    margin: 0 10px 0 0;
}

.why__item_2 .why__item-img {
    width: 680px;
    margin: 0 -88px 0 0;
}

.why__item_3 .why__item-img {
    width: 510px;
    margin: -5px 40px 0 0;
}

.why__item_4 .why__item-img {
    width: 600px;
    margin: 5px -5px 0 0;
}

@media only screen and (max-width: 1219px){
    .why {
        padding: 60px 0;
    }

    .why__title img {
        width: 60px;
    }

    .why__sub-title {
        font-size: 28px;
    }

    .why__item {
        height: 360px;
    }

    .why__item-number {
        width: 100px;
        height: 100px;
        font-size: 50px;
    }

    .why__item-title {
        font-size: 26px;
        line-height: 30px;
    }

    .why__item-text {
        font-size: 18px;
        line-height: 26px;
    }
    
    .why__item_1 .why__item-img {
        width: 455px;
        margin: 0 -5px 0 0;
    }

    .why__item_2 .why__item-img {
        width: 575px;
    }

    .why__item_3 .why__item-img {
        margin: 0;
    }

    .why__item_4 .why__item-img {
        width: 550px;
        margin: 0 0 0 0;
    }
}

@media only screen and (max-width: 1023px){
    .why__title img {
        top: 14px;
        width: 50px;
    }

    .why__sub-title {
        font-size: 24px;
        line-height: 28px;
    }

    .why__item {
        height: 300px;
    }

    .why__item-number {
        display: none;
    }

    .why__item-title {
        font-size: 24px;
        line-height: 28px;
    }

    .why__item-text {
        margin-top: 10px;
        font-size: 16px;
        line-height: 25px;
    }

    .why__item_1 .why__item-img {
        width: 395px;
        margin: 0 -15px 0 0;
    }

    .why__item_2 .why__item-img {
        width: 475px;
    }

    .why__item_3 .why__item-img {
        width: 400px;
    }

    .why__item_4 .why__item-img {
        width: 420px;
    }
}

@media only screen and (max-width: 767px){
    .why {
        padding: 50px 0 21px;
    }

    .why__title {
        text-align: center;
    }

    .why__title img {
        display: none;
    }

    .why__title span {
        display: block;
    }

    .why__sub-title {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .why__list {
        margin-top: 39px;
    }

    .why__item {
        height: 450px;
    }

    .why__item-content {
        flex-direction: column;
    }

    .why__item-img {
        position: relative!important;
        top: 0!important;
        right: 0!important;
        margin: 0!important;
        transform: none!important;
    }
    
    .why__item-img {
        width: 100%!important;
    }

    .why__item_1 .why__item-img {
        height: 307px!important;
    }

    .why__item_1 .why__item-img img {
        position: absolute;
        top: 35px;
        left: -2px;
        width: 360px;
    }

    .why__item_2 .why__item-img {
        height: 270px!important;
    }

    .why__item_2 .why__item-img img {
        position: absolute;
        top: -25px;
        left: 2px;
        width: 410px;
    }

    .why__item_3 .why__item-img {
        height: 282px!important;
    }

    .why__item_3 .why__item-img img {
        position: absolute;
        top: -36px;
        left: -58px;
        width: 470px;
    }

    .why__item_4 .why__item-img {
        height: 282px!important;
    }

    .why__item_4 .why__item-img img {
        position: absolute;
        top: -13px;
        left: -34px;
        width: 434px;
    }

    .why__item-title {
        text-align: center;
    }

    .why__item-text {
        text-align: center;
    }

    .why__item-text span {
        display: block;
    }

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

/*     about     */

.about {
    padding: 154px 0 270px;
}

.about__block {
    position: relative;
}

.about__title {
    color: #632094;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: center;
}

.about__text {
    margin-top: 20px;
    font-size: 56px;
    font-weight: 300;
    line-height: 73px;
    letter-spacing: -0.02em;
    text-align: center;
}

.about__text img {
    position: relative;
    top: 11px;
    display: inline;
    width: 50px;
}

.about__slider {
    display: none;
}

.about__list {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    column-gap: 60px;
}

.about__item-number {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #632094;
}

.about__item-text {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #888888;

}

.about__decore {
    position: absolute;
    pointer-events: none;
}

.about__decore-1 {
    top: -104px;
    left: calc(50% - 481px);
    width: 150px;
}

.about__decore-2 {
    top: -244px;
    right: calc(50% - 600px);
    width: 284px;
}

.about__decore-3 {
    bottom: -126px;
    left: calc(50% - 600px);
    width: 227px;
}

.about__decore-4 {
    bottom: -310px;
    left: calc(50% - 218px);
    width: 208px;
}

.about__decore-5 {
    bottom: -200px;
    right: calc(50% - 514px);
    width: 214px;
}

@media only screen and (max-width: 1219px){
    .about {
        padding: 100px 0 200px;
    }

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

    .about__text {
        font-size: 42px;
        line-height: 52px;
    }

    .about__text img {
        top: 8px;
        width: 38px;
    }
    
    .about__decore-1 {
        top: -70px;
        left: calc(50% - 420px);
        width: 130px;
    }

    .about__decore-2 {
        top: -164px;
        right: calc(50% - 450px);
        width: 200px;
    }

    .about__decore-3 {
        bottom: -105px;
        left: calc(50% - 470px);
        width: 180px;
    }

    .about__decore-4 {
        bottom: -240px;
        left: calc(50% - 188px);
        width: 195px;
    }

    .about__decore-5 {
        bottom: -160px;
        right: calc(50% - 454px);
        width: 190px;
    }
}

@media only screen and (max-width: 1023px){
    .about {
        padding: 80px 0 160px;
    }

    .about__title {
        font-size: 28px;
        line-height: 28px;
    }

    .about__text {
        font-size: 32px;
        line-height: 42px;
    }

    .about__text img {
        top: 7px;
        width: 30px;
    }

    .about__decore-1 {
        top: -140px;
        left: calc(50% - 320px);
        width: 130px;
    }

    .about__decore-2 {
        top: -160px;
        right: calc(50% - 350px);
        width: 160px;
    }

    .about__decore-3 {
        bottom: -145px;
        left: calc(50% - 364px);
        width: 160px;
    }

    .about__decore-4 {
        bottom: -200px;
        left: calc(50% - 85px);
        width: 170px;
    }

    .about__decore-5 {
        bottom: -140px;
        right: calc(50% - 364px);
        width: 150px;
    }
}

@media only screen and (max-width: 767px){
    .about {
        padding-bottom: 60px;
    }

    .about__title {
        font-size: 20px;
        line-height: 26px;
    }

    .about__text {
        margin: 20px -7.5px 0;
        line-height: 45px;
    }

    .about__text span {
        display: block;
    }

    .about__text br {
        display: none;
    }

    .about__slider {
        display: block;
        margin: 30px -200px 0;
    }

    .about__item img {
        width: auto!important;
        height: 175px!important;
    }

    .about__list {
        margin-top: 22px;
        padding-right: 10px;
        column-gap: 98px;
    }

    .about__item-text {
        margin-top: 4px;
        font-size: 16px;
        line-height: 25px;
    }

    .about__item-text span {
        display: block;
    }

    .about__item-text br {
        display: none
    }

    .about__decore {
        display: none;
    }
}

/*     stages     */

.stages {
    background-color: #252525;
    color: #FFFFFF;
}

.stages__block {
    padding: 150px 0 137px;
    position: relative;
}

.stages__head {
    display: flex;
    column-gap: 90px;
}

.stages__description {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.02em;
}

.stages__list {
    margin-top: 70px;
    display: flex;
}

.stages__slider {
    position: relative;
    margin-top: 68px;
}

.stages__slider .owl-nav {
    position: absolute!important;
    top: -144px!important;
    right: 0!important;
    display: flex!important;
    column-gap: 10px!important;
}

.stages__slider .owl-nav button {
    width: 60px!important;
    height: 60px!important;
    border: 2px solid #fff!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

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

.stages__slider .owl-nav .owl-prev {
    background-image: url(../img/icon-arrow-left.svg)!important;
}

.stages__slider .owl-nav .owl-next {
    background-image: url(../img/icon-arrow-right.svg)!important;
}

.stages__slider .owl-dots {
    display: none;
}

.stages__slider:before {
    position: absolute;
    content: '';
    top: 23px;
    left: -2560px;
    right: -2560px;
    height: 2px;
    background: #632094;
    z-index: 1;
}

.stages__slider .owl-stages {
    position: relative;
    z-index: 2;
}

.stages__slider .owl-stages .owl-stage-outer {
    overflow: initial;
}

.stages__slider .owl-stages .owl-nav,
.stages__slider .owl-stages .owl-dots {
    display: none;
}

.stages__item-number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.02em;
    background-color: #632094;
    text-align: center;
}

.stages__item-title {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.02em;
}

.stages__item-text {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #888888;
}

.stages__btn {
    display: none;
}

.stages__decore {
    position: absolute;
    pointer-events: none;
}

.stages__decore-1 {
    top: -528px;
    left: calc(50% - 970px);
    width: 570px;
}

.stages__decore-2 {
    bottom: -258px;
    left: calc(50% - 20px);
    width: 450px;
}

@media only screen and (max-width: 1219px){
    .stages__block {
        padding: 120px 0 100px; 
    }

    .stages__description {
        font-size: 26px;
        line-height: 32px;
    }

    .stages__slider {
        margin-top: 50px;
    }

    .stages__slider .owl-nav {
        top: -112px!important;
    }

    .stages__decore-1 {
        top: -328px;
        left: calc(50% - 630px);
        width: 360px;
    }

    .stages__decore-2 {
        bottom: -188px;
        left: 50%;
        width: 350px;
    }
}

@media only screen and (max-width: 1023px){
    .stages__head {
        row-gap: 20px;
        flex-direction: column;
    }

    .stages__description {
        font-size: 24px;
        line-height: 28px;
    }

    .stages__slider .owl-nav {
        top: -103px!important;
    }

    .stages__item-text {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
    }

    .stages__decore-1 {
        display: none;
    }

    .stages__decore-2 {
        bottom: -138px;
        left: 55%;
        width: 270px;
    }
}

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

    .stages__title {
        text-align: center;
    }

    .stages__description {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .stages__slider {
        margin: 50px -7.5px 0;
    }

    .stages__slider:before {
        display: none;
    }

    .owl-stages .owl-stage {
        display: flex!important;
        flex-direction: column!important;
        row-gap: 50px!important;
        width: 100%!important;
        transform: none!important;
    }

    .owl-stages .owl-item {
        width: 100%!important;
        margin: 0!important;
        justify-content: center!important;
    }

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

    .stages__hide .owl-item {
        display: none;
    }

    .stages__hide .owl-item:nth-child(1),
    .stages__hide .owl-item:nth-child(2),
    .stages__hide .owl-item:nth-child(3) {
        display: flex;
    }

    .stages__item-number {
        margin-left: auto;
        margin-right: auto;
    }

    .stages__item-title {
        margin-top: 10px;
        text-align: center;
    }

    .stages__item-text {
        text-align: center;
    }

    .stages__item-text span {
        display: block;
    }

    .stages__item-text br {
        display: none;
    }

    .stages__btn {
        display: flex;
        justify-content: center;
        margin: 39px -7.5px 0;
    }

    .stages__decore {
        display: none;
    }
}


/*     team     */

.team {
    position: relative;
    padding: 100px 0 50px;
    z-index: 2;
}

.team__block {
    position: relative;
}

.team__description {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #888888;
}

.team__slider {
    margin-top: 40px;
}

.team__slider .owl-team .owl-stage-outer {
    overflow: initial;
}

.team__slider .owl-nav {
    position: absolute!important;
    top: -194px!important;
    right: 0!important;
    display: flex!important;
    column-gap: 10px!important;
}

.team__slider .owl-nav button {
    width: 60px!important;
    height: 60px!important;
    border: 2px solid #632094!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

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

.team__slider .owl-nav .owl-prev {
    background-image: url(../img/icon-arrow-left-color.svg)!important;
}

.team__slider .owl-nav .owl-next {
    background-image: url(../img/icon-arrow-right-color.svg)!important;
}

.team__slider .owl-dots {
    display: none;
}

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

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

.team__item-img:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 222px;
    background: linear-gradient(0deg, #632094 0%, rgba(99, 32, 148, 0) 100%);
    z-index: 2;
}

.team__item-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 20px;
    letter-spacing: -0.02em;
    color: #F6F6F6;
    z-index: 2;
}

.team__item-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}

.team__item-profession {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

@media only screen and (max-width: 1219px){
    .team {
        padding-top: 60px;
    }
}

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

    .team__slider .owl-nav {
        top: -106px!important;
    }

    .team__item-content {
        left: 20px;
        right: 20px;
    }

    .team__item-name {
        font-size: 22px;
        line-height: 24px;
    }

    .team__item-profession {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px){
    .team {
        padding-bottom: 40px;
    }

    .team__title {
        text-align: center;
    }
    
    .team__description {
        margin-top: 15px;
        line-height: 25px;
        text-align: center;
    }

    .team__description br {
        display: none;
    }
    
    .team__slider {
        max-width: 273px;
        margin: 30px auto 0;
    }

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

    .team__item-name {
        font-size: 20px;
    }
    
    .team__item-profession {
        font-size: 14px;
    }
}

/*     trust     */

.trust {
    padding: 50px 0 58px;
}

.trust__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.trust__stars {
    padding-left: 228px;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: -0.02em;
    background-image: url(../img/icon-stats.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 212px;
    color: #888888;
}

.trust__stars span {
    font-size: 32px;
}

.trust__list {
    display: flex;
    flex-wrap: wrap;
    margin: 44px -10px -20px;
}

.trust__column {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.trust__item {
    height: 100%;
    padding: 35px 20px 30px 30px;
    border: 2px solid #E3DDE7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (min-width: 767px){
    .trust__item:hover {
        border-color: #632094;
        background-color: #632094;
    }
}

.trust__item-head {
    display: flex;
    column-gap: 25px;
    align-items: center;
}

.trust__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 53px;
    flex: 0 0 53px;
    background-color: #632094;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (min-width: 767px){
    .trust__item:hover .trust__item-img {
        background-color: #fff;
    }
}

.trust__column:nth-child(3) .trust__item-img {
    justify-content: flex-start;
}

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

@media only screen and (min-width: 767px){
    .trust__item:hover .trust__item-img svg path {
        fill: #632094;
    }
}

.trust__item-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (min-width: 767px){
    .trust__item:hover .trust__item-title {
        color: #fff;
    }
}

.trust__item-text {
    margin-top: 23px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #888888;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (min-width: 767px){
    .trust__item:hover .trust__item-text {
        color: #fff;
    }
}

@media only screen and (max-width: 1219px){
    .trust__column {
        width: 50%;
    }
    
    .trust__item-text br {
        display: none;
    }
}

@media only screen and (max-width: 1023px){
    .trust {
        padding: 20px 0 28px;
    }

    .trust__list {
        margin: 35px -8px -16px;
    }

    .trust__column {
        margin-bottom: 16px;
        padding: 0 8px;
    }

    .trust__item {
        padding: 25px 10px 20px 20px;
    }

    .trust__item-title {
        font-size: 22px;
        line-height: 24px;
    }

    .trust__item-text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 767px){
    .trust__head {
        row-gap: 20px;
        align-items: center;
        flex-direction: column;
    }

    .trust__title {
        text-align: center;
    }

    .trust__stars {
        padding-left: 190px;
        line-height: 44px;
        background-size: 180px;
    }

    .trust__stars span {
        font-size: 28px;
    }

    .trust__list {
        margin-top: 20px;
    }

    .trust__column {
        width: 100%;
    }
}

/*     course     */

.course {
    position: relative;
    padding: 50px 0 65px;
    z-index: 1;
}

.course__logo {
    width: 203px;
    height: 87px;
    margin: 0 auto;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.course__text {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.02em;
    text-align: center;
}

.course__text p {
    margin-bottom: 30px;
}

.course__list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -5px 0;
}

.course__column {
    width: 20%;
    padding: 0 5px;
}

.course__item {
    min-height: 220px;
    padding-top: 103px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: center;
    background-color: #FFFFFF;
    background-image: url(../img/course-item-img.png);
    background-position: top 43px center;
    background-repeat: no-repeat;
}

.course__info {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #888888;
}

.course__btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.course__decore {
    position: absolute;
    pointer-events: none;
}

.course__decore-1 {
    top: -500px;
    right: calc(50% + 375px);
    width: 540px;
}

.course__decore-2 {
    top: 47px;
    left: calc(50% + 537px);
    width: 335px;
    transform: rotate(69deg);
}

@media only screen and (max-width: 1219px){
    .course {
        padding-bottom: 30px;
    }

    .course__text {
        font-size: 24px;
        line-height: 36px;   
    }

    .course__item {
        min-height: 195px;
        padding-top: 90px;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        background-position: top 30px center;
        background-repeat: no-repeat;
        background-size: 36px;
    }

    .course__info {
        margin-top: 40px;
        font-size: 24px;
        line-height: 36px;
    }

    .course__decore-1 {
        top: -340px;
        right: calc(50% + 255px);
        width: 360px;
    }

    .course__decore-2 {
        top: 60px;
        left: calc(50% + 320px);
        width: 280px 
    }
}

@media only screen and (max-width: 1023px){
    .course {
        padding-top: 25px;
    }

    .course__logo {
        width: 163px;
        height: 70px;
    }

    .course__text {
        font-size: 22px;
        line-height: 31px;
    }

    .course__list {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
        row-gap: 10px;
    }

    .course__column {
        width: 100%;
    }

    .course__item {
        display: flex;
        align-items: center;
        min-height: 80px;
        padding: 0 0 0 105px;
        background-position: left 30px center;
    }

    .course__item br {
        display: none;
    }

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

    .course__decore-1 {
        top: -200px;
        right: calc(50% + 185px);
        width: 260px;
    }

    .course__decore-2 {
        top: 60px;
        left: calc(50% + 270px);
        width: 220px;
    }
}

@media only screen and (max-width: 767px){
    .course {
        padding: 40px 0 20px;
    }
    
    .course__text p:last-child {
        margin-bottom: 0;
    }

    .course__text br {
        display: none;
    }

    .course__logo {
        width: 117px;
        height: 50px;
    }

    .course__info {
        font-size: 18px;
        line-height: 25px;
    }

    .course__list {
        row-gap: 5px;
        margin: 20px -7.5px 0;
    }

    .course__column {
        padding: 0;
    }

    .course__item {
        padding-left: 55px;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
        background-position: left 20px center;
        background-size: 25px;
    }

    .course__item .mob {
        display: block;
    }

    .course__info {
        margin-top: 30px;
    }

    .course__info span {
        display: block;
    }

    .course__info br {
        display: none;
    }
    
    .course__btn {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .course__btn .btn_main {
        background-color: #252525;
    }

    .course__btn .btn_main:hover {
        background-color: #000;
    }

    .course__decore {
        display: none;
    }
}


/*     reviews     */

.reviews {
    padding: 100px 0 128px;
    color: #FFFFFF;
    background-color: #632094;
}

.reviews__sub-title {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
}

.reviews__sub-title img {
    position: relative;
    top: 13px;
    left: -4px;
    display: inline;
    width: 38px;
    margin-right: 3px;
}

.reviews__slider {
    position: relative;
    margin-top: 30px;
}

.reviews__count {
    position: absolute;
    top: -50px;
    right: 0;
}

.reviews__slider .owl-nav {
    position: absolute!important;
    top: -147px!important;
    right: 0!important;
    display: flex!important;
    column-gap: 10px!important;
}

.reviews__slider .owl-nav button {
    width: 60px!important;
    height: 60px!important;
    border: 2px solid #fff!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

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

.reviews__slider .owl-nav .owl-prev {
    background-image: url(../img/icon-arrow-left.svg)!important;
}

.reviews__slider .owl-nav .owl-next {
    background-image: url(../img/icon-arrow-right.svg)!important;
}

.reviews__slider .owl-dots {
    display: none;
}

.reviews__item {
    color: #fff;
}

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

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

.reviews__item-img:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    background-image: url(../img/icon-play.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1);
    z-index: 1;
}

.reviews__item-img:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    background-image: url(../img/icon-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    transform: scale(1);
    z-index: 1;
}

.reviews__item:hover .reviews__item-img:after {
    transform: scale(1.1);
}

.reviews__item-icon {
    position: relative;
    width: 90px;
    height: 90px;
    margin: -45px auto 0;
    border: 5px solid #632094;
    border-radius: 50%;
    z-index: 2;
}

.reviews__item-title {
    margin-top: 15px;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center; 
}

.reviews__item-text {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #888888;
}

.reviews__btn {
    display: none;
}

@media only screen and (max-width: 1219px){
    .reviews {
        padding: 60px 0;
    }
    
    .reviews__sub-title {
        font-size: 24px;
        line-height: 28px;
    }

    .reviews__item-title {
        font-size: 22px;
        line-height: 28px;
    }

    .reviews__sub-title img {
        width: 34px;
    }

    .reviews__slider .owl-nav {
        top: -138px!important;
    }
}

@media only screen and (max-width: 1023px){
    .reviews__slider .owl-nav {
        top: -130px!important;
    }
}

@media only screen and (max-width: 767px){
    .reviews {
        padding: 50px 0 64px;
    }

    .reviews__title {
        text-align: center;
    }

    .reviews__sub-title {
        font-size: 20px;
        line-height: 25px;
        margin-top: 5px;
        margin-left: 63px;
    }

    .reviews__slider {
        margin: 50px -7.5px 0;
    }
    
    .reviews__slider .owl-item.cloned {
        display: none!important;
    }

    .reviews__slider .owl-carousel .owl-stage:after {
        display: none;
    }    

    .reviews__hide .owl-item {
        display: none;
    }

    .reviews__hide .owl-item:nth-child(1),
    .reviews__hide .owl-item:nth-child(2),
    .reviews__hide .owl-item:nth-child(3) {
        display: flex;
    }

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

    .owl-reviews .owl-stage {
        display: flex!important;
        flex-direction: column!important;
        row-gap: 50px!important;
        width: 100%!important;
        transform: none!important;
    }

    .reviews__item-title {
        font-size: 20px;
        line-height: 24px;
    }

    .reviews__btn {
        display: flex;
        justify-content: center;
        margin: 60px -7.5px 0;
    }

    .reviews__btn .btn_main {
        background-color: #252525;
    }

    .reviews__btn .btn_main:hover {
        background-color: #000;
    }
}


/*     sold     */

.sold {
    padding: 80px 0 250px;
    padding: 80px 0;
    background-color: #F6F6F6;
}

.sold__list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 30px;
}

.sold__item {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #FFFFFF;
}

.sold__item_hide {
    display: none;
}

.sold__item-images {
    display: flex;
    column-gap: 10px;
    width: 59%;
}

.sold__item-images a {
    width: 50%;
}

.sold__item-images a img {
    width: 100%;
}

.sold__item-info {
    width: 37%;
    padding-top: 20px;
}

.sold__item-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.sold__item-description {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.02em;
}

.sold__item-line {
    display: flex;
    flex-wrap: wrap;
}

.sold__item-line span:first-child{
    width: 47%;
}

.sold__item-line span:last-child{
    width: 53%;
    color: #888888;
}

.sold__btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.sold__more {
    display: none;
    justify-content: center;
    margin-top: 40px;
}

@media only screen and (max-width: 1219px){
    .sold {
        padding: 60px 0 140px;
        padding: 60px 0;
    }

    .sold__item-description {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1023px){
    .sold__item-images {
        width: 54%;
    }

    .sold__item-info {
        width: 42%;
    }

    .sold__item-description {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px){
    .sold {
        padding: 50px 0 80px;
        padding: 50px 0;
    }

    .sold__title {
        text-align: center;
    }

    .sold__item-description {
        margin-top: 9px;
    }

    .sold__list {
        margin: 50px -7.5px 0;
        row-gap: 60px;
    }

    .sold__item {
        padding: 0;
        flex-direction: column;
        background-color: initial;
    }

    .sold__item-images {
        width: 100%;
    }

    .sold__item-info {
        width: 100%;
    }

    .sold__item-line {
        padding: 8px 0 7px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .sold__item-line:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .sold__item-line span:first-child {
        width: calc(50% + 5px);
    }

    .sold__item-line span:last-child {
        width: calc(50% - 5px);
    }

    .sold__btn {
        margin: 60px -7.5px 0;
    }
}

/*     communication     */

.communication {
    padding-top: 100px;
    background-color: #252525;
}

.communication__block {
    position: relative;
}

.communication__order {
    position: relative;
    /*
    top: -100px;
    margin-bottom: -100px;
    */
    padding: 60px 70px 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 100px 0px rgba(37, 37, 37, 0.1);
}

.communication__head {
    display: flex;
    justify-content: center;
    column-gap: 140px;
}

.communication__title {
    font-size: 56px;
    font-weight: 300;
    line-height: 73px;
    letter-spacing: -0.02em;
}

.communication__description {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #888888;
}

.communication__form {
    margin-top: 90px;
}

.communication__form-line.columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.communication__form-line input {
    display: block;
    width: 100%;
    padding: 6px 10px 3px 34px;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.02em;
    border: 0;
    border-bottom: 2px solid #DDDDDD;
    background-position: left center;
    background-repeat: no-repeat;
}

.communication__form-line input.icon-name {
    background-image: url(../img/icon-name.svg);
}

.communication__form-line input.icon-call {
    background-image: url(../img/icon-call.svg);
}

.communication__form-line input.icon-question {
    background-image: url(../img/icon-question.svg);
}

.communication__form-line input.icon-engine {
    background-image: url(../img/icon-engine.svg);
}

.communication__form-column {
    width: 25%;
    padding: 0 10px;
}

.select2-container {
    width: 100%!important;
}

.select2-container .select2-selection--single {
    height: auto!important;
}

.select2-container--default .select2-selection--single {
    background: none!important;
    border: 0!important;
    border-bottom: 2px solid #DDDDDD!important;
    border-radius: 0!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #252525!important;
    font-size: 20px!important;
    font-weight: 600!important;
    line-height: 31px!important;
    letter-spacing: -0.02em!important;
    padding: 6px 10px 3px 32px!important;
    background-image: url(../img/icon-engine.svg)!important;
    background-position: left center!important;
    background-repeat: no-repeat!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px!important;
    right: 1px!important;
    width: 20px!important;
    height: 20px!important;
    margin: 0!important;    
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 20px!important;
    height: 20px!important;
    margin: 0!important;
    border: 0!important;
    background-image: url(../img/icon-select-arrow.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    transform: rotate(0deg)!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-180deg)!important;
}

.select2-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    border-top: 0!important;
    background-color: #fff!important;
    border-radius: 0!important;
    overflow: hidden!important;
}

.select2-results__option {
    padding: 5px 15px!important;
    font-size: 20px!important;
    font-weight: 400!important;
    line-height: 31px!important;
    letter-spacing: -0.02em!important;
}

.select2-container--default .select2-results>.select2-results__options {
    min-height: 210px!important;
}

.select2-container--default .select2-results>.select2-results__options {
  -webkit-overflow-scrolling: touch;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
    height: 30px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #9E9E9E;
    border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color: #F8F8F8;
    border-radius: 5px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #fff!important;
    background-color: #632094!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #333333;
    background-color: #F8F8F8;
}

.noUi-horizontal {
    height: 2px!important;
}

.noUi-target {
    background: #DDDDDD!important;
    border-radius: 0!important;
    border: 0!important;
    box-shadow: none!important;
}

.noUi-connect {
    background: #632094!important;
}

.noUi-handle {
    background: #632094!important;
    border: 0!important;
    box-shadow: none!important;
    border-radius: 50%!important;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none!important;
}

.noUi-horizontal .noUi-handle {
    width: 34px!important;
    height: 34px!important;
    right: -17px!important;
    top: -16px!important;
}

.communication__form-range {
    margin-top: 52px;
}

.communication__form-range-label {
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.02em;
}

.communication__form-values {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.communication__form-values-item {
    display: flex;
    column-gap: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.02em;
}

.communication__form-values-text {
    color: #888888;
}

.communication__form-values-money {
    min-width: 90px;
    text-align: center;
}

.communication__form-btn {
    margin: 54px -70px 0;
}

.communication__form-btn .btn_main {
    width: 100%;
    height: 120px;
    font-weight: 700;
    background-image: url(../img/communication-btn-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 250px;
}

.communication__decore {
    position: absolute;
    pointer-events: none;
}

.communication__decore-1 {
    top: 30px;
    top: 155px;
    left: calc(50% - 895px);
    width: 460px;
    transform: rotate(130deg);
}

.communication__decore-2 {
    top: -600px;
    top: -475px;
    left: calc(50% + 335px);
    width: 820px;
}


@media only screen and (max-width: 1219px){
    .communication {
        padding-top: 50px;
    }

    .communication__order {
        /*
        top: -50px;
        margin-bottom: -50px;
        */

        padding: 50px 50px 0;
    }

    .communication__head {
        justify-content: space-between;
        column-gap: 0;
    }

    .communication__title {
        font-size: 42px;
        line-height: 52px;
    }

    .communication__description {
        font-size: 26px;
        line-height: 32px;
    }

    .communication__form {
        margin-top: 60px;
    }

    .communication__form-line input {
        font-size: 20px;
    }

    .communication__form-btn {
        margin: 54px -50px 0;
    }

    .communication__form-btn .btn_main {
        height: 100px;
    }
}

@media only screen and (max-width: 1023px){
    .communication__head {
        row-gap: 20px;
        flex-direction: column;
        text-align: center;
    }

    .communication__description {
        font-size: 24px;
        line-height: 28px;
    }

    .communication__form {
        margin-top: 40px;
    }

    .communication__form-line.columns {
        margin-top: 40px;
        margin-bottom: -40px;
    }
    
    .communication__form-column {
        width: 50%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px){
    .communication {
        padding-top: 40px;
    }

    .communication__order {
        /*
        top: 0;
        margin-bottom: 0;
        */
        padding: 40px 0 0;
        background-color: initial;
        box-shadow: none;
    }

    .communication__head {
        row-gap: 15px;
    }

    .communication__title {
        font-size: 48px;
        line-height: 48px;
        color: #F6F6F6;
    }

    .communication__title strong {
        display: block;
    }

    .communication__description {
        font-size: 16px;
        line-height: 25px;
        color: #F6F6F6;
    }

    .communication__form {
        margin: -8px 12.5px 0;
    }

    .communication__form-column {
        width: 100%;
        margin-bottom: 50px;
    }

    .communication__form-line input {
        color: #F6F6F6;
        background-color: initial;
        border-bottom: 2px solid rgb(221, 221, 221, 0.2);
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        color: #F6F6F6!important;
        border-bottom: 2px solid rgb(221, 221, 221, 0.2)!important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background-image: url(../img/icon-select-arrow-white.svg)!important;
    }

    .communication__form-values-money {
        color: #F6F6F6;
    }

    .communication__form-range-label {
        color: #F6F6F6;
    }

    .communication__form-range {
        margin-top: 25px;
    }

    .communication__form-btn {
        margin: 45px -20px 0;
    }

    .communication__form-btn .btn_main {
        height: 55px;
        background-image: initial;
    }
}

/*     footer     */

.footer {
    position: relative;
    margin: 0 auto;
    padding: 67px 0 110px;
    background-color: #252525;
}

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

.footer__logo {
    display: flex;
    width: 130px;
    height: 53px;
    background-image: url(../img/logo-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	margin-right: 30px;
}

.footer__menu {
    margin-left: 32px;
	margin-right: 32px;
}

.footer__menu ul {
    display: flex;
    column-gap: 41px;
    justify-content: center;
}

.footer__menu a {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #888888;
}

.footer__menu a:hover {
    color: #fff;
}

.footer__more {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.footer__telegram {
    display: flex;
    width: 28px;
    height: 28px;
    background-image: url(../img/icon-footer-telegram.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__phone {
    display: flex;
    width: 28px;
    height: 28px;
    background-image: url(../img/icon-footer-phone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__email {
    display: flex;
    width: 28px;
    height: 28px;
    background-image: url(../img/icon-footer-email.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__youtube {
    display: flex;
    width: 58px;
    height: 28px;
    background-image: url(../img/icon-footer-youtube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 1219px){
    .footer {
        padding: 50px 0 110px;
    }
}

@media only screen and (max-width: 1023px){
    .footer__logo {
        margin-right: 0;
    }

    .footer__menu {
        display: none;
    }

    .footer__menu ul {
        column-gap: 20px;    
    }
}

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

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

/*     Posts     */

.posts {
    padding: 136px 0 140px;
}

.posts__title {
    display: flex;
    column-gap: 28px;
    align-items: center;
    justify-content: center;
}

.posts__title a {
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #888888;
}

.posts__title h1 {
    margin: 0;
}

.posts__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px -10px -30px;
}

.posts__column {
    position: relative;
    width: 33.33%;
    margin-bottom: 30px;
    padding: 0 10px 30px;
}

.posts__column:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    bottom: 0;
    display: block;
    height: 1px;
    background-color: #8D8593;
}

@media only screen and (min-width: 1024px) {
    .posts__column:nth-child(7),
    .posts__column:nth-child(8),
    .posts__column:nth-child(9) {
        padding-bottom: 0!important;
    }

    .posts__column:nth-child(3n+2):after {
        left: -10px;
        right: -10px;
        width: calc(100% + 20px);
    }

    .posts__column:nth-child(7):after,
    .posts__column:nth-child(8):after,
    .posts__column:nth-child(9):after {
        display: none!important;
    }
}

.post__item-img {
    display: block;
    height: 209px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post__item-title {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: -0.02em;
}

.post__item-text {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.02em;
    opacity: 0.7;
}

.post__item-text h2,
.post__item-text h3 {
    font-size: 20px!important;
    font-weight: 400!important;
    line-height: 31px!important;
    letter-spacing: -0.02em!important;
    text-transform: initial!important;
}

.post__item-btn {
    margin-top: 30px;
}

.posts__pagenavi {
    margin-top: 59px;
}

.posts2 {
    padding: 35px 0 106px;
}

.posts2__slider {
    margin-top: 50px;
}

.posts2__slider {
    margin-top: 50px;
}

.posts2__slider .owl-team .owl-stage-outer {
    overflow: initial;
}

.posts2__slider .owl-nav {
    position: absolute!important;
    top: -110px!important;
    right: 0!important;
    display: flex!important;
    column-gap: 10px!important;
    justify-content: center!important;
}

.posts2__slider .owl-nav button {
    width: 60px!important;
    height: 60px!important;
    border: 2px solid #632094!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

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

.posts2__slider .owl-nav .owl-prev {
    background-image: url(../img/icon-arrow-left-color.svg)!important;
}

.posts2__slider .owl-nav .owl-next {
    background-image: url(../img/icon-arrow-right-color.svg)!important;
}

.posts2__slider .owl-dots {
    display: none;
}

.posts2__slider .post__item-btn {
    display: none;
}

.posts2__btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.posts2__decore {
    position: absolute;
    pointer-events: none;
}

.posts2__decore-1 {
    bottom: -175px;
    left: calc(50% - 626px);
    width: 140px;
    transform: rotate(-101deg);
}

@media only screen and (max-width: 1219px) {
    .posts {
        padding: 100px 0 60px;
    }

    .posts__title {
        font-size: 22px;
        line-height: 28px;
    }

    .posts__list {
        margin: 30px -7.5px 0;
    }

    .posts2 {
        padding-bottom: 60px;
    }

    .posts2__slider {
        margin-top: 30px;
    }

    .posts2__slider .owl-nav {
        top: -106px !important;
    }

    .posts2__slider .owl-nav {
        top: -81px!important;
    }

    .post__item-title {
        margin-top: 15px;
        font-size: 22px;
        line-height: 28px;
    }

    .post__item-text {
        font-size: 18px;
        line-height: 30px;
    }

    .posts2__decore-1 {
        bottom: -130px;
        left: calc(50% - 496px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .posts__column:nth-child(9) {
        padding-bottom: 0!important;
    }

    .posts__column:nth-child(2n+2):after {
        left: -10px;
        width: calc(100%);
    }

    .posts__column:nth-child(9):after {
        display: none!important;
    }
}

@media only screen and (max-width: 1023px) {
    .posts__title a,
    .posts__title svg {
        display: none;
    }

    .posts__column {
        width: 50%;
    }

    .post__item-btn {
        margin-top: 20px;
    }

    .posts2__decore-1 {
        bottom: -130px;
        left: calc(50% - 406px);
    }
}

@media only screen and (max-width: 767px) {
    .posts__column {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 5px 20px;
    }

    .posts__column:nth-child(9) {
        padding-bottom: 0!important;
    }

    .posts__column:after {
        left: 5px;
        right: 5px;
    }

    .posts__column:nth-child(2n+2):after {
        left: -5px;
        width: calc(100%);
    }

    .post__item-btn {
        margin-top: 15px;
    }

    .post__item-btn .btn_main {
        height: 30px;
        font-size: 10px;
        line-height: 15px;
    }

    .posts2 {
        padding: 20px 0 40px;
    }
    
    .posts2__title {
        text-align: center;
    }

    .posts2__slider {
        margin: 30px -7.5px 0;
    }

    .posts2__slider .owl-item.cloned {
        display: none!important;
    }

    .posts2__slider .owl-carousel .owl-stage:after {
        display: none;
    }    

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

    .posts2 .owl-posts .owl-stage {
        display: flex!important;
        flex-wrap: wrap!important;
        width: auto!important;
        margin: 0 -5px!important;
        transform: none!important;
    }

    .posts2 .owl-posts .owl-item {
        width: 50%!important;
        margin: 0!important;
        padding: 0 5px!important;
    }

    .posts2 .owl-posts .owl-item:nth-child(1),
    .posts2 .owl-posts .owl-item:nth-child(2) {
        margin-bottom: 20px!important;
        padding-bottom: 20px!important;
    }

    .posts2 .owl-posts .owl-item:nth-child(1):after,
    .posts2 .owl-posts .owl-item:nth-child(2):after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        height: 1px;
        background-color: #8D8593;
    }

    .posts2 .owl-posts .owl-item:nth-child(5),
    .posts2 .owl-posts .owl-item:nth-child(6) {
        display: none!important;
    }

    .post__item-img {
        height: 94px;
    }

    .post__item-title {
        margin-top: 14px;
        font-size: 14px;
        line-height: 17px;
    }

    .post__item-text {
        margin-top: 6px;
        font-size: 10px;
        line-height: 16px;
    }

    .posts2__btn {
        margin: 30px -7.5px 0;
    }
    
    .posts2__decore {
        display: none;
    }
}

.wp-pagenavi {
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    margin: 0!important;
    padding: 0!important;
    font-size: 24px!important;
    font-weight: 400!important;
    line-height: 37.2px!important;
    letter-spacing: -0.02em!important;
    color: #8D8593!important;
    border: 0!important;
}

a.previouspostslink,
a.nextpostslink {
    display: flex;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    font-size: 0!important;
    border: 2px solid #632094!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

a.previouspostslink {
    margin-right: 10px!important;
    background-image: url(../img/icon-arrow-left-color.svg)!important;
}

a.nextpostslink {
    margin-left: 10px!important;
    background-image: url(../img/icon-arrow-right-color.svg)!important;
}

.wp-pagenavi span.current {
    color: #632094!important;
}


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

    .wp-pagenavi {
        column-gap: 20px;
    }

    .wp-pagenavi a, .wp-pagenavi span {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    a.previouspostslink, a.nextpostslink {
        flex: 0 0 35px!important;
        width: 35px!important;
        height: 35px!important;
        font-size: 0!important;
        border: 1px solid #632094 !important;
        background-size: 15px!important;
    }
}

/*     Single     */

.single-head {
    position: relative;
    margin-top: 106px;
    padding: 66px 0 88px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.single-head:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #632094;
    opacity: 0.75;
}

.single-head__title {
    max-width: 960px;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
}

.single-head__breadcrumbs {
    margin-top: 15px;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.single-head__breadcrumbs > span {
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
}

.single-head__breadcrumbs a {
    color: #fff;
}

.single-info {
    padding: 19px 0;
    background-color: #fff;
}

.single-info__list {
    display: flex;
    column-gap: 40px;
    align-items: center;
    justify-content: center;
}

.single-info__item {
    display: flex;
    column-gap: 20px;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: rgba(37, 37, 37, 0.7);
}

.single-main {
    padding: 58px 0 30px;
}

.single-main__btn {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.single-main__btn .btn_main {
    width: 388px;
}

.single-main__btn:first-child {
    margin-top: 0!important;
}

.single-main__btn:last-child {
    margin-bottom: 0!important;
}

.single-main__content {
    padding-bottom: 59px;
    font-size: 28px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #8D8593;
}

.single-main__content p {
    margin-bottom: 30px;
}

.single-main__content h2 {
    margin: 60px 0 30px;
    font-size: 56px;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: -0.02em;
}

.single-main__content h2:first-child {
    margin-top: 0;
}

.single-main__content h2:last-child {
    margin-bottom: 0;
}

.single-main__content h3 {
    margin: 50px 0 25px;
    font-size: 46px;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: -0.02em;
}

.single-main__content h3:first-child {
    margin-top: 0;
}

.single-main__content h3:last-child {
    margin-bottom: 0;
}

.single-more {
    padding: 30px 0 140px;
}

.single-more__title {
    font-weight: 600;
    text-align: center;
}

.single-more__slider {
    margin-top: 50px;
}

.single-more__slider .owl-posts {
    padding-bottom: 120px;
}

.single-more__slider .owl-team .owl-stage-outer {
    overflow: initial;
}

.single-more__slider .owl-nav {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    display: flex!important;
    column-gap: 35px!important;
    justify-content: center!important;
}

.single-more__slider .owl-nav button {
    width: 60px!important;
    height: 60px!important;
    border: 2px solid #632094!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.single-more__slider .owl-nav button span {
    display: none;
}

.single-more__slider .owl-nav .owl-prev {
    background-image: url(../img/icon-arrow-left-color.svg)!important;
}

.single-more__slider .owl-nav .owl-next {
    background-image: url(../img/icon-arrow-right-color.svg)!important;
}

.single-more__slider .owl-dots {
    display: none;
}

@media only screen and (max-width: 1459px) {
    .single-more {
        padding-bottom: 100px;
    }

    .single-main__content {
        font-size: 22px;
        line-height: 30px;
    }

    .single-main__content p {
        margin-bottom: 20px;
    }

    .single-main__content h2 {
        margin: 50px 0 25px;
        font-size: 46px;
        line-height: 56px;
    }

    .single-main__content h3 {
        margin: 40px 0 20px;
        font-size: 46px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 1219px) {
    .single-more {
        padding-bottom: 60px;
    }

    .single-head__breadcrumbs {
        font-size: 22px;
    }

    .single-main__content h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .single-main__content h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .single-main__more {
        padding-bottom: 60px;
    }
}

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

}

@media only screen and (max-width: 767px) {
    .single-head {
        margin-top: 86px;
        padding: 20px 0;
    }

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

    .single-head__title {
        font-size: 32px;
        line-height: 38px;
    }

    .single-head__breadcrumbs {
        font-size: 10px;
    }

    .single-head__breadcrumbs > span {
        column-gap: 10px;
    }

    .single-info {
        padding: 8px 0;
    }

    .single-info__list {
        column-gap: 32px;
    }

    .single-info__item {
        font-size: 14px;
        line-height: 22px;
        column-gap: 15px;
    }

    .single-info__item svg {
        flex: 0 0 18px;
    }

    .single-main {
        padding: 28px 0 0;
    }

    .single-main__btn {
        margin: 20px 0;
    }

    .single-main__btn .btn_main {
        width: 100%;
    }

    .single-main__content {
        padding-bottom: 30px;
        font-size: 14px;
        line-height: 22px;
    }

    .single-main__content h2 {
        margin: 20px 0;
        font-size: 32px;
        line-height: 38px;
    }

    .single-main__content h3 {
        margin: 20px 0;
        font-size: 26px;
        line-height: 32px;
    }

    .single-more {
        padding: 20px 0 40px;
    }

    .single-more__slider {
        margin-top: 30px;
    }

    .single-more__slider .owl-posts {
        padding-bottom: 65px;
    }

    .single-more__slider .owl-nav {
        column-gap: 10px !important;
    }

    .single-more__slider .owl-nav button {
        width: 35px !important;
        height: 35px !important;
        border: 1px solid #632094 !important;
        background-size: 15px !important;
    }
}

.disabled {
	opacity: 0.5;
}

/*     Success     */

.success {
    min-height: calc(100vh - 160px);
    padding: 200px 0;
}

.success__title {
    font-weight: 700;
    text-align: center;
}

.success__description {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
}

.success__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

@media only screen and (max-width: 1179px){
    .success__description {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px){
    .success {
        min-height: calc(100vh - 240px);
        padding: 150px 0 75px;
    }

    .success__description {
        font-size: 18px;
        line-height: 24px;
    }
}

/*     page404     */

.page404 {
    min-height: calc(100vh - 160px);
    padding: 200px 0;
}

.page404__title {
    font-weight: 700;
    text-align: center;
}

.page404__description {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
}

.page404__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

@media only screen and (max-width: 1179px){
    .page404__description {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px){
    .page404 {
        min-height: calc(100vh - 240px);
        padding: 150px 0 75px;
    }

    .page404__description {
        font-size: 18px;
        line-height: 24px;
    }
}


/* popup */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    z-index: 100;
}

.popup .block {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 100px auto;
    background-color: #fff;
    overflow: hidden;
}

.popup-close {
    position: absolute;
    cursor: pointer;
    top: 22px;
    right: 22px;
    z-index: 10;
}

.popup-close svg rect {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup-close:hover svg line {
   stroke: #632094;
}


.consultation-popup__content {
    padding: 48px 20px 50px;
}

.consultation-popup__form {

}

.consultation-popup__form-line.columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 80px;
}

.consultation-popup__form-column {
    width: 50%;
    padding: 0 10px;
}

.consultation-popup__title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: center;
}

.consultation-popup__description {
    margin-top: 28px;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #484848;
    opacity: 0.7;
}

.consultation-popup__form-line input {
    display: block;
    width: 100%;
    padding: 6px 10px 3px 34px;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.02em;
    border: 0;
    border-bottom: 2px solid #DDDDDD;
    background-position: left center;
    background-repeat: no-repeat;
}

.consultation-popup__form-line input.icon-name {
    background-image: url(../img/icon-name.svg);
}

.consultation-popup__form-line input.icon-call {
    background-image: url(../img/icon-call.svg);
}

.consultation-popup__form-btn {
    margin-top: 80px;
}

.consultation-popup__form-btn .btn_main {
    width: 100%;
    height: 120px;
    font-weight: 700;
    background-image: url(../img/communication-btn-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 250px;
}


.success-popup__content {
    padding: 84px 20px 91px;
}

.success-popup__text {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
}

.success-popup__text p {
    margin-bottom: 48px;
}

.success-popup__btn {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.success-popup__btn .btn_main {
    width: 190px;
}

@media only screen and (max-width: 1179px){
    .success-popup__text {
        font-size: 32px;
        line-height: 42px;
    }

    .success-popup__text p {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 767px){
    .popup .block {
        max-width: 360px;
    }

    .consultation-popup__description {
        margin-top: 20px;
        font-size: 16px;
        line-height: 25px;
    }

    .consultation-popup__description br {
        display: none;
    }

    .consultation-popup__form-line.columns {
        flex-direction: column;
        row-gap: 30px;
        margin: 0 20px;
    }

    .consultation-popup__form-column {
        width: 100%;
    }

    .consultation-popup__form-btn {
        margin-top: 45px;
    }

    .consultation-popup__form-btn .btn_main {
        height: 75px;
    }

    .success-popup__content {
        padding: 60px 20px;
    }

    .success-popup__text p:nth-child(2) {
        font-size: 20px;
        line-height: 30px;
    }
}