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

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

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

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

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

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

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


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

body {
    background-color: #121212;
    color: #fff;
    font-family: 'Manrope';
}

a {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #050505;
    -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 38px;
}

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

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

img,
svg {
    pointer-events: none;
}

input {
    border-radius: 0;
}

@media only screen and (max-width: 1879px) {
    p {
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 1023px) {
    p {
        margin: 0 0 22px;
    }
}

/*     main     */

.wrapper {
    position: relative;
    overflow: hidden;
}
/*
.home  {
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
    .home {
        background-image: url(../img/bg-mob.jpg);
    }
}
*/


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

.bg-1:before {
    position: absolute;
    content: '';
    top: -40px;
    left: 0;
    right: 0;
    height: 2575px;
    background-image: url(../img/bg-1.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 4350px;
    z-index: 1;
}

.bg-2 {
    position: relative;
    z-index: 2;
}

.bg-2:before {
    position: absolute;
    content: '';
    top: 910px;
    left: 0;
    right: 0;
    bottom: -2925px;
    background: linear-gradient(180deg, #6A2601 -1.3%, #A24C03 46.44%, #FEC200 94.18%);
    z-index: 1;
}

.decore {
    position: absolute;
}

.decore-2 {
    top: 1941px;
    left: calc(50% + 740px);
    width: 9060px;
    z-index: 3;
}

.decore-3 {
    top: 5652px;
    left: calc(50% - 6440px);
    width: 5890px;
    z-index: 4;
}

.decore-4 {
    top: 5240px;
    left: calc(50% + 90px);
    width: 8951px;
    z-index: 4;
}

.decore-5 {
    top: 4510px;
    left: calc(50% - 1570px);
    width: 3040px;
    z-index: 2;
}

.bg-3 {
    position: relative;
    z-index: 3;
}

.bg-3:before {
    position: absolute;
    content: '';
    top: 975px;
    left: 0;
    right: 0;
    height: 4534px;
    background-image: url(../img/bg-3.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 4000px;
    z-index: 1;
}

@media only screen and (max-width: 1879px) {
    .bg-1:before {
        top: -27px;
        background-size: 3310px;
    }

    .decore-2 {
        top: 1511px;
        left: calc(50% + 590px);
        width: 7060px;
    }

    .decore-4 {
        top: 4022px;
        left: calc(50% + 70px);
        width: 6550px;
    }

    .decore-5 {
        top: 3448px;
        left: calc(50% - 1450px);
        width: 2900px;
    }

    .bg-3:before {
        top: 780px;
        background-size: 3200px;
    }
}


@media only screen and (max-width: 1439px) {
    .decore-2 {
        top: 1500px;
        left: calc(50% + 480px);
    }

    .decore-4 {
        top: 4040px;
    }
}

@media only screen and (max-width: 1239px) {
    .decore-2 {
        left: calc(50% + 300px);
    }

    .decore-4 {
        top: 4330px;
    }

    .decore-5 {
        top: 3618px;
    }
}

@media only screen and (max-width: 1023px) {
    .bg-1:before {
        top: -25px;
        background-image: url(../img/bg-1-mob.svg);
        background-size: 1330px;
    }

    .bg-2:before {
        top: 240px;
        bottom: -2245px;
    }

    .decore-2 {
        top: 1430px;
        left: calc(50% + 30px);    
    }

    .decore-5 {
        top: 2778px;
    }

    .bg-3:before {
        top: 1000px;
        background-size: 4280px;
    }
}


/*
.bg-2 {
    position: relative;
    z-index: 2;
}

.bg-2:before {
    position: absolute;
    content: '';
    top: 500px;
    left: 0;
    right: 0;
    bottom: 100px;
    background: linear-gradient(to bottom, #642100, #E5B300);
    background-image: url(../img/bg-2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
}

.bg-3 {
    position: relative;
    z-index: 1;
}

.bg-3:before {
    position: absolute;
    content: '';
    top: -100px;
    left: 0;
    right: 0;
    bottom: -557px;
    background: linear-gradient(to bottom, #2F1506, #0F0803);
    z-index: 1;
}

*/

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

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

.title {
    font-family: 'Inter';
}

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

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

    .section__anchor {
        top: -125px;
    }
}

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

    .section__anchor {
        top: -100px;
    }
}

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

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

    .section__anchor {
        top: -110px;
    }
}

.orange {
    color: #D3691B;
}

.green {
    color: #F78D0C;
}

.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn_black {
    display: flex;
    align-items: center;
	justify-content: center;
	column-gap: 15px;
    padding: 24px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    border-radius: 15px;
    color: #FFFFFF;
    background-color: #121212;
}

.btn_black:hover {
    color: #121212;
    background-color: #EDBF34;
}

.header_scroll .btn_black:hover {
    background-color: #EDBF34;
}

.btn_orange {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.02em;
    border-radius: 15px;
    color: #121212;
    background-color: #F78D0C;
}

.btn_green {
    background-color: red;
}

.btn_orange:hover {
    background-color: #EDBF34;
}

.btn_grey {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    border-radius: 15px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.15);
    white-space: nowrap;
}

.btn_grey:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.3);
}

.btn_yellow {
	display: flex;
    align-items: center;
	column-gap: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.02em;
    white-space: nowrap;
    border-radius: 15px;
    color: #121212;
    background-color: #EDBF34;
}

.btn_black {
    display: flex;
    align-items: center;
	column-gap: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.02em;
    white-space: nowrap;
    border-radius: 15px;
    color: #fff;
    background-color: #121212;
}

.btn_black svg path {
    stroke: white;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn_black:hover svg path {
    stroke: #121212;
}

.btn_black:hover{
    background-color: #EDBF34;
}

.btn_yellow.blocked {
    pointer-events: none;
    background-color: #EDBF34;
}

.btn_black.blocked{
    pointer-events: none;
    background-color: rgba(18, 18, 18, 0.75);
}

.btn_yellow,
.btn_orange,
.btn_grey,
.btn_black {
    overflow: hidden;
}

.btn_yellow:before,
.btn_orange:before,
.btn_grey:before,
.btn_black:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffff71, transparent);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transform: translateX(-100%) skew(-20deg);
    transition: transform 0.4s;
}

.btn_yellow:hover:before,
.btn_orange:hover:before,
.btn_grey:hover:before,
.btn_black:hover:before {
    transform: translateX(200%) skew(-20deg);
}

@media only screen and (max-width: 1023px) {
    .btn_yellow {
        column-gap: 10px;
        border-radius: 10px;
    }

    .btn_yellow svg {
        width: 10px;
    }
}

/*     header    */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    background-color: rgba(18, 18, 18, 0.2);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10;
}

.header_scroll {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

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

.header__block {
    position: relative;
}

.header__logo {
    position: absolute;
    top: 22px;
    left: 10px;
    width: 221px;
    height: 27px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__btn {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.header__btn .btn_black {
    min-width: 200px;
}

.header_scroll .btn_black {
    color: #121212; 
    background-color: #F78D0C; 
}

.header__control {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    column-gap: 13px;
}

.header__language {
    position: relative;
    display: flex;
    width: 80px;
}

.header__language-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    min-height: 70px;
    padding: 16px 17px 16px 8px;
    background-color: #121212;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.header__language-main ul {
    display: flex;
    flex-direction: column;
}

.header__language-main li {
    height: 0;
    opacity: 0;
    order: 2;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.active .header__language-main li {
    height: auto;
    opacity: 1;
}

.header__language-main li.current-lang {
    height: auto;
    display: flex;
    opacity: 1;
    order: 1;
}

.header__language-main li.current-lang:hover {
    cursor: pointer;
}

.header__language-main li a {
    display: flex;
    width: 100%;
    padding: 6px 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #fff;
    text-transform: uppercase;
}

.header__language-main li.current-lang a {
    position: relative;
    padding-right: 12px;
    pointer-events: none;
}

.header__language-main li.current-lang a:after {
    position: absolute;
    content: '';
    top: calc(50% - 7px);
    right: 0;
    width: 13px;
    height: 13px;
    background-image: url(../img/burger-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.active .header__language-main li.current-lang a:after {
    transform: rotate(-180deg);
}

.header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 70px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    background-color: #121212;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

@media only screen and (min-width: 1024px) {
    .header__menu.active {
        color: #121212;
        background-color: #F78D0C;
    }
}

.header__menu svg {
    display: none;
}

.header__menu ul {
    position: absolute;
    top: 104px;
    right: 0;
    display: none;
    row-gap: 15px;
    flex-direction: column;
    min-width: 201px;
    padding: 35px 50px 35px 35px;
    background: #F78D0C;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
}

.header__menu.active ul {
    display: flex;
}

.header__menu.active ul a {    
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.04em;
    font-family: 'Inter';
}

@media only screen and (max-width: 1879px) {
    .header {
        padding: 15px 0;
    }
    
    .header__logo {
        top: 16px;
        width: 168px;
        height: 21px;
    }
    
    .header__btn {
        column-gap: 16px;
    }
    
    .header__btn .btn_black {
        min-width: 152px;
        padding: 16px 0;
        font-size: 12px;
        border-radius: 12px;
    }
    
    .header__control {
        column-gap: 10px;
    }

    .header__language {
        width: 62px;
    }

    .header__language-main {
        min-height: 54px;
        padding: 10px 13px 10px 3px;
        border-radius: 12px;
    }

    .header__language-main li a {
        padding: 6px 10px;
        font-size: 13px;
        line-height: 20px;
    }

    .header__language-main li.current-lang a:after {
        background-size: 10px;
    }
    
    .header__menu {
        width: 82px;
        height: 54px;
        font-size: 12px;
        border-radius: 12px;
    }

    .header__menu ul {
        top: 80px;
        min-width: 154px;
        padding: 27px 38px 27px 27px;
        border-radius: 12px;
    }

    .header__menu.active ul a {
        font-size: 17px;
        line-height: 20px;
    }
}

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

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

}

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

    body.menu-active .header {
        height: 100vh;
        background: rgba(18, 18, 18, 0.5);
    }

    .header_scroll {
        padding: 0;
    }
    
    .header__logo {
        top: 36px;
        width: 148px;
        height: 18px;
    }

    .header__block {
        min-height: 89px;
    }
    
    .header__btn {
        display: none;
    }
    
    .header__control {
        top: 12px;
        right: 10px;
    }
    
    .header__language {
        width: 65px;
    }

    .header__language-main {
        min-height: 56px;
        padding: 19px 13px 19px 5px;
        border-radius: 10px;
    }

    .header__language-main li a {
        padding: 5px 10px;
        line-height: 14px;
    }

    .header__language-main li.current-lang a:after {
        background-size: 11px;
    }
    
    .header__menu {
        width: 65px;
        height: 65px;
        border-radius: 10px;
    }

    .header__menu span {
        display: none;
    }

    .header__menu svg.line {
        display: flex;
    }

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

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

    .header__menu ul {
        top: 90px;
        min-width: 145px;
        padding: 20px 38px 20px 20px;
        row-gap: 13px;
        border-radius: 10px;
    }
}


/*     form     */

.form__list {

    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.form__column {
    width: 50%;
    padding: 0 10px;
}

.form__columns {
    display: flex;
    column-gap: 20px;
}

.form__columns .btn {
    width: 100%;
    padding-left: 5px!important;
    padding-right: 5px!important;
    justify-content: center;
}

.form__input {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.form__input:first-child {
    margin-top: 0;
}

.form__input  .validate {
    order: 1;
}

.form__input .iti--allow-dropdown,
.form__input input {
    order: 2;
}

.form__input input,
.form__input textarea {
    display: block;
    width: 100%;
}

.form__input input[type="text"],
.form__input input[type="email"],
.form__input input[type="password"],
.form__input input[type="tel"],
.form__input textarea {
    padding: 34px 35px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Manrope";
    color: #fff;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.form__input textarea {
    height: 200px;
    resize: none;
}

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

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

.form__input input[type="submit"] {
    padding: 34px 35px;
}


.form__input.not-valid input[type="text"],
.form__input.not-valid input[type="email"],
.form__input.not-valid input[type="password"],
.form__input.not-valid input[type="tel"],
.form__input.not-valid textarea {
    border: 1.5px solid #FF0000 !important;
    background: rgba(255, 136, 136, 0.14) !important;
}


@media only screen and (min-width: 1880px) {
    .form__input .btn_black {
        padding: 34px 35px;
    }
}

.form__input button {
    width: 100%;
}

.iti {
    width: 100%;
}

.iti__flag-container {
    padding: 0 0 0 28px!important;
}


.iti__arrow {
    border-top: 4px solid #fff!important;;
}

.iti__arrow--up {
    border-top: none!important;
    border-bottom: 4px solid #fff!important;
}

/*
.iti__arrow {
    border-top: 4px solid #fff!important;
}

.iti__arrow--up {
    border-bottom: 4px solid #fff!important;
}
*/

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

.iti__country {
    font-size: 15px;
    color: #121212;   
}

.form__type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 35px;
    background: rgba(255, 255, 255, 0.12);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.form__type p {
    margin: 0;
}

.form__type label {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Manrope";
    color: rgba(255, 255, 255, 0.5);
}

.form__type > div {
    display: flex;
    column-gap: 10px;
}

.form__type div div {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.form__type div div:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.form__type > div div.active {
    cursor: default;
}

.form__type > div .email:hover,
.form__type > div .email.active {
    background: linear-gradient(82.08deg, #4285F4 6.1%, #C5221F 47.85%, #FBBC04 94.42%), linear-gradient(0deg, rgba(234, 67, 53, 0.34), rgba(234, 67, 53, 0.34));
}

.form__type > div .email:before {
    background-image: url(../img/icon-email-white.svg);
}

.form__type > div .email:hover:before,
.form__type > div .email.active:before {
    background-image: url(../img/icon-email-white.svg);
}

.form__type > div .telegram:hover,
.form__type > div .telegram.active {
    background: #24A1DE;
}

.form__type > div .telegram:before {
    background-image: url(../img/icon-telegram-white.svg);
}

.form__type > div .telegram:hover:before,
.form__type > div .telegram.active:before {
    background-image: url(../img/icon-telegram-white.svg);
}

.form__type > div .phone:hover,
.form__type > div .phone.active {
    background: #25D366;
}

.form__type > div .phone:before {
    background-image: url(../img/icon-phone-white.svg);
}

.form__type > div .phone:hover:before,
.form__type > div .phone.active:before {
    background-image: url(../img/icon-phone-white.svg);
}

.form__type > div .whatsapp:hover,
.form__type > div .whatsapp.active {
    background: #7360F2;
}

.form__type > div .whatsapp:before {
    background-image: url(../img/icon-whatsapp-white.svg);
}

.form__type > div .whatsapp:hover:before,
.form__type > div .whatsapp.active:before {
    background-image: url(../img/icon-whatsapp-white.svg);
}

.form__agree {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    margin-top: 24px;
    opacity: 0.7;
}

.form__agree-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.form__agree-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form__agree-box {
    width: 21px;
    height: 21px;
    border: 1.5px solid #fff;
    border-radius: 5px;
    transition: background-color 0.2s;
    display: inline-block;
}

.form__agree.active .form__agree-box {
    background-image: url(../img/icon-check.svg); 
    background-repeat: no-repeat;
    background-position: center;
}

.form__agree-text {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.form__agree-text a {
    color: #fff;
    text-decoration: underline;
}


.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
    order: 1;
}

.wpcf7-form-control-wrap > .iti--allow-dropdown {
    order: 2;
}

.wpcf7-not-valid-tip {
    position: relative!important;
    pointer-events: none!important;
    font-size: 12px!important;
    font-weight: normal!important;
    line-height: 18px!important;
    padding: 0 0 10px!important;
    text-align: right!important;
    color: #fff!important;
    opacity: 0.5!important;
}

.wpcf7-not-valid {
    border: 1.5px solid #FF0000!important;
    background: rgba(255, 136, 136, 0.14)!important;
}

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

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


@media only screen and (max-width: 1879px) {
    .iti__flag-container {
        padding: 0 0 0 18px!important;
    }

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

    .form__agree-text {
        margin-left: 12px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1439px) {
    .form__agree-text {
        margin-left: 10px;
        font-size: 14px;
    } 

    .form__agree-box {
        width: 18px;
        height: 18px;
    }
}

@media only screen and (max-width: 1239px) {
    .form__input input[type="text"],
    .form__input input[type="email"],
    .form__input input[type="password"],
    .form__input input[type="tel"],
    .form__input textarea {
        padding: 24px 25px;
        font-size: 14px;
    }
    
    .form__type div div {
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    .form__type div div:before {
        background-size: 15px 15px;
    }

    .form__input input[type="submit"] {
        padding: 24px 25px;
    }
    
    .form__agree {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .form__type label {
        font-size: 14px;
    }

    .form__columns {
        column-gap: 15px;
    }

    .iti__country {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1023px){
    .form__columns {
        column-gap: 10px;
    }

    .form__column {
        width: 100%;
    }

    .form__input {
        margin-top: 10px;
    }

    .form__input input[type="text"],
    .form__input input[type="email"],
    .form__input input[type="password"],
    .form__input input[type="tel"],
    .form__input textarea {
        padding: 20px 20px;
        font-size: 13px;
        line-height: 20px;
        border-radius: 10px;
    }

    .iti__flag-container {
        padding: 0 0 0 13px!important;
    }

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

    .iti__country {
        font-size: 13px;
    }

    .form__type {
        row-gap: 22px;
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 20px 20px;
        border-radius: 10px;
    }

    .form__type label {
        font-size: 13px;
        line-height: 17px;
    }

    .form__type div {
        width: 100%;
        column-gap: 5px;
        justify-content: space-between;
    }

    .form__type div div {
        cursor: pointer;
        width: 100%;
        height: 60px;
        border-radius: 8px;
    }

    .form__type div div:before {
        background-size: initial;
    }
    
    .form__input input[type="submit"] {
        padding: 20px;
        font-size: 13px;
        line-height: 20px;
        border-radius: 10px;
    }

    .form__agree-box {
        width: 12px;
        height: 12px;
        background-size: 7px;
        border-radius: 2px;
    }

    .form__agree-text {
        font-size: 13px;
    }
}

/*     start    */

.start {
    padding-top: 163px;
}

.start:after {
    position: absolute;
    top: 700px;
    left: calc(50% - 710px);
    content: url(../img/start-img-shadow.svg);
    opacity: 0.5;
    z-index: 1;
}

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

.start__trust-content {
    display: flex;
    align-items: center;
    column-gap: 30px;
    cursor: pointer;
    padding: 21px 32px;
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    -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;
}

.start__trust-content:hover {
    background: rgba(0, 0, 0, 0.25);
}

.start__trust-img {
    display: flex;
}

.start__trust-img img {
    width: 35px;
    border-radius: 100px;
}

.start__trust-img img:nth-child(2),
.start__trust-img img:nth-child(3), 
.start__trust-img img:nth-child(4),
.start__trust-img img:nth-child(5) {
    margin-left: -5px;
}

.start__title-line.orange {
    color: #F78D0C;
}

.start__trust-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.start__head {
    margin-top: 50px;
}

.start__block {
    position: relative;
    z-index: 3;
}

.start__title {
    min-height: 234px;
    font-size: 65px;
    font-weight: 600;
    line-height: 78px;
    letter-spacing: -0.04em;
    text-align: center;
}

.start__registration {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.start__registration-content {
    display: flex;
    column-gap: 80px;
    align-items: center;
    justify-content: space-between;
    padding: 29px 30px 28px 32px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.start__registration-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.start__btn {
    display: flex;
    column-gap: 15px;
}

.start__btn .btn {
    width: 175px;
}

.start__img {
    position: relative;
    left: -29px;
    width: 1124px;
    height: 1037px;
    margin: -143px auto 0;
    overflow: hidden;
    z-index: 2;
}

.start__img svg {
    position: relative;
    height: auto!important;
    z-index: 2;
}

.start__phrase {
    position: absolute;
    top: 757px;
    left: calc(50% + 206px);
    padding: 30px 40px;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.04em;
    color: #121212;
    background-color: #F78D0C;
    border-radius: 20px 20px 20px 0;
    z-index: 1;
}

@media only screen and (max-width: 1879px) {
    .start {
        padding-top: 124px;
        background-size: 1470px;
    }
    
    .start:after {
        top: 550px;
        transform: scale(0.8);
    }

    .start__trust-content {
        column-gap: 23px;
        padding: 16px 25px 15px 22px;
    }
    
    .start__trust-img img {
        width: 29px;
    }
    
    .start__trust-img img:nth-child(2),
    .start__trust-img img:nth-child(3), 
    .start__trust-img img:nth-child(4),
    .start__trust-img img:nth-child(5) {
        margin-left: -6px;
    }
    
    .start__trust-text {
        font-size: 12px;
    }
    
    .start__head {
        margin-top: 42px;
    }
    
    .start__title {
        min-height: 177px;
        font-size: 50px;
        line-height: 59px;
    }
    
    .start__registration {
        margin-top: 52px;
    }
    
    .start__registration-content {
        padding: 22px 22px 22px 37px;
    }
    
    .start__registration-text {
        font-size: 12px;
        line-height: 17px;
    }
    
    .start__btn {
        column-gap: 13px;
    }
    
    .start__btn .btn{
        width: 133px;
    }

	.start__btn .btn_orange {
        font-size: 12px;
        padding: 17px 25px;
    }

    .start__btn .btn_grey {
        font-size: 12px;
        padding: 17px 25px;
    }
    
    .start__img {
        left: -21px;
        width: 880px;
        height: 804px;
        margin: -121px auto 0;
        border-radius: 16px 16px 16px 0;
    }

    .start__phrase {
        top: 579px;
        left: calc(50% + 156px);
        padding: 23px 32px;
        font-size: 23px;
        line-height: 27px;
        border-radius: 16px 16px 16px 0;
    }
}

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

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

@media only screen and (max-width: 1023px) {
    .start {
        padding-top: 84px;
        background: none;
    }

    .start:after {
        top: 250px;
        transform: scale(0.3);
    }

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

    .start__title {
        min-height: 177px;
        font-size: 35px;
        line-height: 42px;
        order: 1;
    }

    [lang="ru-RU"] .start__title {
        font-size: 30px;
    }

    [lang="ru-RU"] .start__title,
    [lang="en-US"] .start__title {
        min-height: 234px;
    }

    .start__title br {
        display: none;
    }

    .start__title span {
        display: block;
    }
    
    .start__trust {
        margin-top: 26px;
        order: 3;
    }
    
    .start__trust-content {
        column-gap: 15px;
        padding: 14px 19px 14px 15px;
    }
    
    .start__trust-img img:nth-child(2),
    .start__trust-img img:nth-child(3), 
    .start__trust-img img:nth-child(4),
    .start__trust-img img:nth-child(5) {
        margin-left: -6px;
    }

    .start__trust-img img:nth-child(4),
    .start__trust-img img:nth-child(5) {
        display: none;
    }
    
    .start__trust-text {
        font-size: 12px;
        line-height: 17px;
    }
    
    .start__registration {
        margin-top: 24px;
        order: 2;
    }
    
    .start__registration-content {
        justify-content: initial;
        align-items: initial;
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
        border-radius: 10px;
        padding: 19px 20px;
    }
    
    .start__btn {
        column-gap: 10px;
    }
    
    .start__btn .btn {
        width: 143px;
    }

	.start__btn .btn_orange,
    .start__btn .btn_grey {
        padding: 13px 22px;
        border-radius: 12px;
    }
    
    .start__img {
        left: -60px;
        width: 460px;
        height: 425px;
        margin: -38px auto 0;
    }

    .start__phrase {
        top: auto;
        bottom: 20px;
        left: 50%;
        padding: 10px 18px;
        font-size: 14px;
        line-height: 20px;
        white-space: nowrap;
        transform: translate(-50%, 0);
        z-index: 2;
    }
}

/*     info    */

.info {
    
}

.info__block {
    position: relative;
    color: #121212;
    padding-top: 30px;
    border-radius: 30px;
    background-color: #FFFFFF;
}

.we {
    position: relative;
    height: 1518px;
}

.we__title {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    font-size: 55px;
    font-weight: 600;
    line-height: 66px;
    white-space: nowrap;
    letter-spacing: -0.04em;
}

.we__card {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 580px;
    height: 330px;
    padding: 0 43px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    border-radius: 20px;
}

.we__card_1 {
    top: 320px;
    left: 30px;
}

.we__card_2 {
    top: 475px;
    right: 30px;
    padding: 0 41px;
}

.we__card_3 {
    top: 884px;
    left: 134px;
    padding: 0 30px 0 53px;
}

.we__card-text {
    font-family: 'Inter';
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.04em;
}

.we__card-img {
    position: absolute;
	transform: scaleX(-1);
}

#we-card-1 {
    top: -32px;
    right: -14px;
    width: 400px;
}

#we-card-2 {
    top: -25px;
    right: -14px;
    width: 358px;
}

#we-card-3 {
    top: -33px;
    right: -32px;
    width: 425px;
}

.way {
    margin-top: 210px;
    padding-bottom: 80px;
}

.way__title {
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -0.04em;
}

.way__title span br {
    display: none;
}

.way__block {
    position: relative;
    height: 1012px;
}

.way__line {
    position: absolute;
    top: calc(50% - 211px);
    left: calc(50% - 940px);
    z-index: 1;
}

.way__line-1,
.way__line-2,
.way__line-3 {
    display: none;
}

.way__step {
    position: absolute;
    width: 340px;
    padding: 48px 34px 32px;
    border-radius: 15px;
    border: 2px solid #121212;
    background-color: #FFFFFF;
    z-index: 2;
}

.way__step_1 {
    top: 248px;
    left: calc(50% - 437px);
    transform: rotate(-2deg);
}

.way__step_2 {
    top: 248px;
    left: calc(50% + 86px);
    transform: rotate(2deg);
}

.way__step_3 {
    top: 545px;
    left: calc(50% + 337px);
    transform: rotate(-2deg);
}

.way__step_4 {
    top: 547px;
    left: calc(50% - 182px);
    transform: rotate(2deg);
}

.way__step_5 {
    top: 545px;
    left: calc(50% - 677px);
    transform: rotate(-2deg);
}

.way__step_6 {
    bottom: 5px;
    left: calc(50% - 437px);
    transform: rotate(2deg);
}

.way__step_7 {
    padding: 46px;
    bottom: 6px;
    left: calc(50% + 97px);
    transform: rotate(-2deg);
    border-radius: 20px;
    border: 3px solid #121212;
    color: #121212;
    background-color: #EDBF34;
}

.way__step_7 .way__text {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: -0.02em;
}

.way__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: center;
}

.way__icons {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 9px;
    top: -24px;
    left: 0px;
    right: 0;
}

@media only screen and (max-width: 1879px) {
    .info__block {
        border-radius: 22px
    }

    .we {
        height: 1157px;
    }
    
    .we__title {
        font-size: 42px;
        line-height: 50px;
    }

    .we__card {
        width: 445px;
        height: 253px;
        border-radius: 12px;
    }

    .we__card_1 {
        top: 240px;
        left: 22px;
        padding: 0 33px;
    }
    
    #we-card-1 {
        top: -19px;
        right: -11px;
        width: 302px;
    }

    .we__card_2 {
        top: 361px;
        right: 21px;
        padding: 0 31px;
    }
    
    #we-card-2 {
        top: -22px;
        right: -14px;
        width: 276px;
    }

    .we__card_3 {
        top: 664px;
        left: 170px;
        padding: 0 20px 0 40px;
    }

    #we-card-3 {
        top: -22px;
        right: -23px;
        width: 322px;
    }
    
    .we__card-text {
        font-size: 19px;
        line-height: 23px;
    }
    
    .way {
        margin-top: 157px;
        padding-bottom: 58px;
    }
    
    .way__title {
        font-size: 42px;
        line-height: 50px;
    }
    
    .way__block {
        height: 775px;
    }
    
    .way__line {
        top: calc(50% - 239px);
        left: calc(50% - 716px);
    }

    .way__line svg {
        width: 1437px;
    }
    
    .way__step {
        width: 260px;
        padding: 35px 25px 23px;
        border-radius: 12px;
    }
    
    .way__step_1 {
        top: 189px;
        left: calc(50% - 333px);
    }
    
    .way__step_2 {
        top: 189px;
        left: calc(50% + 65px);
    }
    
    .way__step_3 {
        top: 416px;
        left: calc(50% + 258px);
    }
    
    .way__step_4 {
        top: 416px;
        left: calc(50% - 139px);
    }
    
    .way__step_5 {
        top: 416px;
        left: calc(50% - 517px);
    }
    
    .way__step_6 {
        bottom: 6px;
        left: calc(50% - 334px);
    }
    
    .way__step_7 {
        left: calc(50% + 74px);
    }
    
    .way__step_7 .way__text {
        font-size: 15px;
        line-height: 21px;
    }

    .way__step.way__step_7 {
        padding: 36px 25px 34px;
        border-radius: 12px;
    }
    
    .way__text {
        font-size: 12px;
        line-height: 18px;
    }
    
    .way__icons {
        top: -25px;
        column-gap: 4px;
    }

    .way__icons svg {
        width: 37px;
    }
}

@media only screen and (max-width: 1239px) {
    .way__title br {
        display: none;
    }
    
    .way__step_3 {
        left: calc(50% + 208px);
    }

    .way__step_5 {
        left: calc(50% - 477px);
    }

    #we-card-1 {
        right: -31px;
    }

    #we-card-2 {
        right: -34px;
    }

}

@media only screen and (max-width: 1023px) {
    .info__block {
        width: 335px;
        margin: 0 auto;
        padding: 50px 15px 61px;
        border-radius: 15px;
    }

    .we {
        height: 1024px;
        display: flex;
        flex-direction: column;
    }
    
    .we__title {
        position: relative!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        font-size: 25px;
        line-height: 30px;
        white-space: normal;
    }

    .we__title br {
        display: none;
    }

    .way__title span br {
        display: block;
    }

    .we__card {
        position: relative;
        width: 295px;
        height: 178px;
        border-radius: 10px;
    }

    .we__card_1 {
        margin: 0 auto;
        padding: 0 18px;
    }
    
    .we__card_2 {
        margin: 0 auto;
        padding: 0 18px;
    }
    
    .we__card_3 {
        margin: 0 auto;
        padding: 0 18px;
    }
    
    .we__card-text {
        font-size: 16px;
        line-height: 19px;
    }
    
    .way {
        margin-top: 110px;
    }
    
    .way__title {
        font-size: 26px;
        line-height: 31px;
        letter-spacing: -0.04em;
    }
    
    .way__block {
        position: relative;
        height: auto;
    }
    
    .way__line {
        display: none;
    }

    .way__line-1,
    .way__line-2,
    .way__line-3 {
        display: flex;
    }

    .way__line-1 {
        position: absolute;
        bottom: 175px;
        right: 16px;
        z-index: 1;
    }

    .way__line-2 {
        position: absolute;
        bottom: 493px;
        left: 16px;
        z-index: 1;
    }

    .way__line-3 {
        position: absolute;
        bottom: 817px;
        right: 16px;
        z-index: 1;
    }
    
    .way__step {
        position: relative;
        width: 170px;
        height: 120px;
        padding: 30px 6px 15px;
        margin: 0 auto;
    }
    
    .way__step_1 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 53px;
    }
    
    .way__step_2 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 39px;
    }
    
    .way__step_3 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 37px;
    }
    
    .way__step_4 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 40px;
    }
    
    .way__step_5 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 36px;
    }
    
    .way__step_6 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 40px;
    }
    
    .way__step_7 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 33px;
    }
    
    .way__step_7 .way__text {
        font-size: 13px;
        line-height: 17px;
    }

    .way__step.way__step_7 {
        border: 2px solid rgba(237, 191, 52, 1);
    }
    
    .way__text {
        line-height: 17px;
    }

    .way__text br {
        display: none;
    }

    .way__text span {
        display: block;
    }
    
    .way__icons {
        column-gap: 3px;
        left: -4px;
    }

    .way__icons svg {
        width: 34px;
    }
}

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

@media only screen and (max-width: 1239px) {
    .way__step_3 {
        left: calc(50% + 208px);
    }

    .way__step_5 {
        left: calc(50% - 477px);
    }
}

@media only screen and (max-width: 1023px) {
    .info__block {
        width: 335px;
        margin: 0 auto;
        border-radius: 15px;
        padding: 50px 15px 61px;
    }

    .we {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    
    .we__title {
        position: relative;
        top: 0;
        left: 0;
        font-size: 25px;
        line-height: 30px;
        white-space: normal;
        transform: none;
    }

    .we__title br {
        display: none;
    }

    .we__card {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 295px;
        height: 178px;
        border-radius: 10px;
    }

    .we__card_1 {
        margin: 50px auto 0;
        padding: 0 18px;
        order: 1;
    }
    
    #we-card-1 {
        top: -10px;
        right: -30px;
        width: 205px;
    }

    .we__card_2 {
        margin: 20px auto 0;
        padding: 0 18px;
        order: 3;
    }
    
    #we-card-2 {
        top: -5px;
        right: -25px;
        width: 177px;
    }

    .we__card_3 {
        margin: 20px auto 0;
        padding: 0 18px;
        order: 2;
    }
    
    #we-card-3 {
        top: -20px;
        right: -40px;
        width: 230px;
    }

    .we__card-text {
        font-size: 16px;
        line-height: 19px;
    }
    
    .way {
        margin-top: 110px;
        padding-bottom: 0;
    }
    
    .way__title {
        font-size: 26px;
        line-height: 31px;
        letter-spacing: -0.04em;
    }

    .way__block {
        position: relative;
        height: auto;
    }
    
    .way__line {
        display: none;
    }

    .way__line-1,
    .way__line-2,
    .way__line-3 {
        display: flex;
    }

    .way__line-1 {
        position: absolute;
        bottom: 175px;
        right: 16px;
        z-index: 1;
    }

    .way__line-2 {
        position: absolute;
        bottom: 493px;
        left: 16px;
        z-index: 1;
    }

    .way__line-3 {
        position: absolute;
        bottom: 817px;
        right: 16px;
        z-index: 1;
    }
    
    .way__step {
        position: relative;
        display: flex;
        align-items: center;
        width: 170px;
        height: 120px;
        padding: 30px 6px 15px;
        margin: 0 auto;
    }
    
    .way__step_1 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 53px;
    }
    
    .way__step_2 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 39px;
    }
    
    .way__step_3 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 37px;
    }
    
    .way__step_4 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 40px;
    }
    
    .way__step_5 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 36px;
    }
    
    .way__step_6 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 40px;
    }
    
    .way__step_7 {
        top: 0;
        left: 0;
        right: 0;
        margin-top: 33px;
    }
    
    .way__step_7 .way__text {
        font-size: 13px;
        line-height: 17px;
    }

    .way__step.way__step_7 {
        border: 2px solid rgba(237, 191, 52, 1);
    }
    
    .way__text {
        line-height: 17px;
    }

    .way__text br {
        display: none;
    }

    .way__text span {
        display: block;
    }
    
    .way__icons {
        column-gap: 3px;
        left: -4px;
    }

    .way__icons svg {
        width: 34px;
    }
}

/*     advantages    */

.advantages {
    padding-top: 200px;
}

.advantages__title {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.04em;
    text-align: center;
}

.advantages__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 70px -15px 0;
}

.advantages__column {
    width: 33.33%;
    padding: 0 15px;
}

.advantages__item {
    height: 100%;
    min-height: 221px;
    padding: 40px 40px 35px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.advantages__item-head {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.advantages__item-icon {
    position: relative;
}

.advantages__item-icon svg {
    position: relative;
    display: block;
    z-index: 2;
}

.advantages__item-icon::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 99px;
    height: 99px;
    background-image: url(../img/advantages-icon-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.icon_yellow::before {
    background-image: url(../img/advantages-icon-yellow-bg.svg);
}

.advantages__item-subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -0.02em;
}

.advantages__item-text {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 1879px) {
    .advantages {
        padding-top: 155px;
    }
    
    .advantages__title {
        font-size: 46px;
        font-weight: 600;
        line-height: 52px;
    }
    
    .advantages__list {
        margin: 55px -11px 0;
        row-gap: 23px;
    }
    
    .advantages__column {
        padding: 0 11px;
    }
    
    .advantages__item {
        min-height: 169px;
        padding: 24px 31px 25px;
        border-radius: 10px;
    }
    
    .advantages__item-head {
        column-gap: 23px;
    }
    
    .advantages__item-icon svg {
        width: 41px;
    }

    .advantages__item-icon::before {
        background-size: 70px;
    }
    
    .advantages__item-subtitle {
        font-size: 18px;
    }
    
    .advantages__item-text {
        margin-top: 11px;
        font-size: 12px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 1439px) {
    .advantages__item-subtitle {
        white-space: nowrap;
    }

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

@media only screen and (max-width: 1239px) {
    .advantages__column {
        width: 50%;
    }
}

@media only screen and (max-width: 1023px) {
    .advantages {
        display: none;
    }
}

/*     tariffs    */

.tariffs {
    padding-top: 197px;
}

.tariffs__title {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.04em;
    text-align: center;
}

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

.tariffs__details-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
    padding: 30px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tariffs__details-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.tariffs__details-btn .btn {
    width: 198px;
}

.tariffs__details-btn .btn_orange {
    background-color: #D3691B;
}

.tariffs__details-btn .btn_orange:hover {
    background-color: #F78D0C;
}

.tariffs__details-btn .btn_orange {
    justify-content: center;
    padding: 25px 30px;
    white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
    .tariffs__tabs {
        display: none;
    }
}

.tariffs__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 192px;
}

.tariffs__column {
    width: 25%;
}

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

.tariffs__item-title {
    position: relative;
    height: 72px;
    font-size: 45px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.04em;
    padding-bottom: 40px;
    z-index: 3;
}

.tariffs__item-title img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tariffs-2 .tariffs__item-title img,
.tariffs-3 .tariffs__item-title img {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);  
}

.tariffs-1 .tariffs__item-title img {
    top: 4px;
    width: 310px;
}

.tariffs-2 .tariffs__item-title img {
    top: -6px;
    width: 253px;
}

.tariffs-3 .tariffs__item-title img {
    top: -6px;
    width: 312px;
}

.tariffs__item-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 98px;
    padding: 30px 40px 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -0.02em;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 3;
}

.tariffs__item-text:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.03);
}

.tariffs__column:first-child .tariffs__item-text {
    justify-content: flex-start;
    text-align: left;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.tariffs__column:first-child .tariffs__item-text:nth-child(odd) {
    border-left: 0;
}

.tariffs__column:last-child .tariffs__item-text:nth-child(odd) {
    border-right: 0;
}

.tariffs__column:last-child .tariffs__item-text {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.tariffs__item-text:nth-child(odd) {
    border: 0;
}

.tariffs__column:nth-child(2) .tariffs__item-bg {
    position: absolute;
    content: '';
    top: -72px;
    left: 0;
    right: 10px;
    bottom: -50px;
    border-radius: 30px;
    background: #E9741D;
    overflow: hidden;
    z-index: 1;
}


.tariffs__column:nth-child(2) .tariffs__item-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffff71, transparent);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transform: translateX(-100%) skew(-20deg);
    transition: transform 0.4s;
    animation: tariffs-animation 5s infinite;
}

@keyframes tariffs-animation {
    0% {
        transform: translateX(-100%) skew(-20deg);
    }
    40% {
        transform: translateX(200%) skew(-20deg);
    }
    100% {
        transform: translateX(200%) skew(-20deg);
    }
}




.tariffs__column:nth-child(2) .tariffs__item-title {
    color: #121212;
}

.tariffs__column:nth-child(2) .tariffs__item-text {
    color: #121212;
}

@media only screen and (max-width: 1879px) {
    .tariffs {
        padding-top: 150px;
    }
    
    .tariffs__title {
        font-size: 45px;
        line-height: 52px;
    }
    
    .tariffs__details {
        margin-top: 40px;
    }
    
    .tariffs__details-content {
        column-gap: 32px;
        padding: 25px;
    }
    
    .tariffs__details-text {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
    }
    
    .tariffs__details-btn .btn {
        width: 152px;
    }
    
    .tariffs__details-btn .btn_orange {
        font-size: 12px;
        padding: 15px 20px;
        border-radius: 12px;
    }
    
    .tariffs__list {
        margin-top: 130px;
    }
    
    .tariffs__item-title {
        font-size: 34px;
        line-height: 42px;
        padding-bottom: 30px;
    }

    .tariffs-1 .tariffs__item-title img {
        top: 20px;
        width: 236px;
    }
    
    .tariffs-2 .tariffs__item-title img {
        top: 15px;
        width: 205px;
    }
    
    .tariffs-3 .tariffs__item-title img {
        top: 10px;
        width: 230px;
    }

    .tariffs__item-text {
        height: 75px;
        padding: 24px 30px;
        font-size: 18px;
        line-height: 26px;
    }
    
    .tariffs__column:nth-child(2) .tariffs__item-bg {
        top: -39px;
        left: 0;
        right: 8px;
        bottom: -39px;
        border-radius: 22px;
    }
}

@media only screen and (max-width: 1439px) {
    .tariffs-1 .tariffs__item-title img {
        width: 216px;
    }

    .tariffs-2 .tariffs__item-title img {
        width: 185px;
    }
    
    .tariffs-3 .tariffs__item-title img {
        width: 210px;
    }

    .tariffs__item-text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1239px) {
    .tariffs__item-title {
        height: 68px;
        font-size: 30px;
        line-height: 38px;
    }
    
    .tariffs-1 .tariffs__item-title img {
        top: 15px;
        width: 190px;
    }

    .tariffs-2 .tariffs__item-title img {
        top: 20px;
        width: 160px;
    }

    .tariffs-3 .tariffs__item-title img {
        top: 15px;
        width: 200px;
    }

    .tariffs-2 .tariffs__item-title img,
    .tariffs-3 .tariffs__item-title img {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);  
    }

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

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

    .tariffs__title {
        font-size: 30px;
        line-height: 36px;
    }

    .tariffs__details {
        max-width: 335px;
        margin: 40px auto 0;
    }

    .tariffs__details-content {
        width: 100%;
        justify-content: space-between;
        column-gap: 15px;
        padding: 20px;
        border-radius: 10px;
    }

    .tariffs__details-btn .btn {
        width: auto;
    }

    .tariffs__details-text br {
        display: none;
    }

    .tariffs__details-btn .btn_orange {
        font-size: 12px;
        padding: 14px 16px;
        white-space: nowrap;
        border-radius: 10px;
    }

    .tariffs__tabs {
        display: flex;
        column-gap: 10px;
        justify-content: space-between;
        max-width: 335px;
        margin: 40px auto 0;
    }

    .tariffs__tab {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        cursor: pointer;
        width: 100%;
        height: 42px;
        padding: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 14px;
        letter-spacing: -0.02em;
        text-align: center;
        color: rgba(255, 255, 255, 0.4);
        background-color: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 10px;
        -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;
    }

    .tariffs__tab.active {
        cursor: default;
        color: #121212;
        background-color: #EDBF34;
    }

    .tariffs__list {
        width: 335px;
        margin: 60px auto 0;
    }

    .tariffs__column {
        width: 50%;
    }

    .tariffs__column-tariffs {
        display: none;
    }

    .tariffs__column-tariffs.active {
        display: flex;
        z-index: 2;
    }
    .tariffs__column:nth-child(2) .tariffs__item-bg {
        top: -17px;
        left: 0px;
        right: 0px;
        bottom: -19px;
        border-radius: 10px;
    }

    .tariffs__column-tariffs.tariffs-2 .tariffs__item-text:nth-child(even),
    .tariffs__column-tariffs.tariffs-3 .tariffs__item-text:nth-child(even) {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .tariffs__item {
        width: 100%;
    }

    .tariffs__column.tariffs-2 .tariffs__item::before,
    .tariffs__column.tariffs-3 .tariffs__item::before {
        position: absolute;
        content: '';
        top: -17px;
        left: -8px;
        right: 0;
        bottom: -19px;
        background-color: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 10px;
        z-index: 1;
    }

    .tariffs__item-title {
        height: 35px;
        padding-bottom: 13px;
        font-size: 18px;
        line-height: 22px;
    }

    .tariffs-1 .tariffs__item-title img {
        top: 8px;
        width: 120px;
    }

    .tariffs-2 .tariffs__item-title img {
        top: 8px;
        width: 120px;
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
    
    .tariffs-3 .tariffs__item-title img {
        top: 8px;
        width: 130px;
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    .tariffs__column:nth-child(2) .tariffs__item-text {
        background: none;
        border-color: rgba(255, 255, 255, 0);
    }

    .tariffs__item-text {
        padding: 20px;
        font-size: 13px;
        line-height: 17px;
    }

    .tariffs__item-text:nth-child(2) {
        height: 66px;
    }

    .tariffs__item-text:nth-child(3) {
        height: 48px;
    }

    .tariffs__item-text:nth-child(4) {
        height: 91px;
    }

    .tariffs__item-text:nth-child(5) {
        height: 48px;
    }

    .tariffs__item-text:nth-child(6) {
        height: 68px;
    }
}

/*     partners    */

.partners {
    padding-top: 250px;
}

.partners__title {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.04em;
    text-align: center;
}

.partners__block {
    padding: 90px 0 90px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}

.partners__list {
    display: flex;
    column-gap: 20px;
    margin-top: 95px;
}

.js-marquee {
    display: flex!important;
    column-gap: 70px!important;
    margin-right: 70px!important;
}

.js-marquee > div {
    display: flex;
}

.partners__item {
	max-height: 150px;
	overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .partners__item:nth-child(2) {
        display: none!important;
    }
}

@media only screen and (max-width: 1879px) {
    .partners {
        padding-top: 188px;
    }
    
    .partners__title {
        font-size: 46px;
        line-height: 52px;
    }
    
    .partners__block {
        padding: 71px 0 56px;
    }
    
    .partners__list {
        flex-direction: column;
        margin-top: 63px;
    }

    .partners__list img {
        transform: scale(0.8);
    }

    .js-marquee {
        display: flex !important;
        column-gap: 55px !important;
        margin-right: 55px !important;
    }
}

@media only screen and (max-width: 1439px) {
    .js-marquee {
        column-gap: 50px!important;
        margin-right: 50px!important;
    }
}

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

    .js-marquee {
        column-gap: 30px!important;
        margin-right: 30px!important;
    }
    
    .partners__list img {
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 1023px) {
    .partners {
        padding-top: 150px;
    }
    
    .partners__title {
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
    }
    
    .partners__block {
        width: 335px;
        margin: 0 auto;
        padding: 51px 0 46px;
    }
    
    .partners__list {
        row-gap: 30px;
        margin-top: 45px;
    }

    .partners__list img {
        width: auto;
        max-height: 80px;
        max-height: 36px;
        transform: scale(1);
    }

    .partners__item:nth-child(2) {
        margin-top: 0;
    }
    
    .js-marquee {
        column-gap: 30px !important;
        margin-right: 30px !important;
    }
}

/*     reviews    */

.reviews {
    padding-top: 282px;
    z-index: 7;
}

.reviews__block {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 50%;
}

.reviews__info {
    position: relative;
    width: 100%;
    z-index: 3;
}

.reviews__img {
    position: absolute;
    top: -187px;
    left: -164px;
    width: 1275px;
    z-index: 2;
}

.reviews__img svg {
    height: auto!important;
}

.reviews__title {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.04em;
}


.reviews__column {
    min-width: 475px;
    padding: 0 10px;
}

.reviews__item {
    position: relative;
    min-height: 469px;
    padding: 35px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.reviews__item-content {
    position: absolute;
    display: flex;
    justify-content: center;
    top: -22px;
    left: 50%;
    padding-left: 20px;
    transform: translate(-50%, 0);
}

.reviews__item-content::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 173px;
    height: 85px;
    margin-left: 5px;
    background-image: url(../img/reviews-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.reviews__item-content::after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url(../img/reviews-quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

.reviews__item-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 14px 0 22px;
    border-radius: 10px;
    background-color: #F78D0C;
    z-index: 2;
}

.reviews__item-logo img {
    width: auto!important;
}

.reviews__item-logo.logo-1 img {
    position: relative;
    top: -2px;
    height: 16px;
}

.reviews__item-logo.logo-2 img {
    height: 20px;
}

.reviews__item-logo.logo-3 img {
    height: 36px;
}

.reviews__item-logo.logo-4 img {
    height: 21px;
}

.reviews__item-logo.logo-5 img {
    height: 22px;
}

.reviews__item-logo.logo-6 img {
    height: 34px;
}

.reviews__item-logo.logo-7 img {
    height: 26px;
}

.reviews__item-logo.logo-8 img {
    height: 28px;
}

.reviews__item-text {
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.02em;
    padding-top: 50px;
}

.reviews__item-text::before {
    position: absolute;
    content: '...';
    top: 27px;
    left: 35px;
    color: rgba(255, 255, 255, 0.2);
}

.reviews__item-niches {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    column-gap: 10px;
    row-gap: 10px;
}

.reviews__item-niches span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.reviews__range {
    margin-top: 30px;
}

.noUi-target {
    border: none!important;
    box-shadow: none!important;
    background-color: rgba(255,255,255,0.2);
}

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

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

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

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

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -9px!important;
}

.noUi-horizontal .noUi-handle {
    top: -8px!important;
    width: 18px!important;
    height: 18px!important;
}

.reviews__lable {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.1px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1879px) {
    .reviews {
        padding-top: 217px;
    }

    .reviews__img {
        top: -109px;
        left: -127px;
        width: 974px;
    }
    
    .reviews__title {
        font-size: 46px;
        line-height: 55px;
    }

    .reviews__column {
        min-width: 363px;
        padding: 0 8px;
    }
    
    .reviews__item {
        min-height: 355px;
        padding: 27px 22px 27px 27px;
        border-radius: 12px;
    }
    
    .reviews__item-content {
        top: -15px;
    }
    
    .reviews__item-content::before {
        width: 120px;
        height: 100px;
        background-size: 120px;
    }
    
    .reviews__item-content::after {
        top: 5px;
        left: 4px;
        width: 25px;
        height: 25px;
    }
    
    .reviews__item-logo {
        height: 35px;
        padding: 0 10px 0 18px;
    }

    .reviews__item-logo.logo-1 img {
        height: 14px;
    }

    .reviews__item-logo.logo-2 img {
        height: 16px;
    }
    
    .reviews__item-logo.logo-3 img {
        height: 28px;
    }
    
    .reviews__item-logo.logo-4 img {
        height: 19px;
    }
    
    .reviews__item-logo.logo-5 img {
        height: 20px;
    }
    
    .reviews__item-logo.logo-6 img {
        height: 28px;
    }
    
    .reviews__item-logo.logo-7 img {
        height: 24px;
    }
    
    .reviews__item-logo.logo-8 img {
        height: 24px;
    }
    
    .reviews__item-text {
        font-size: 16px;
        line-height: 22px;
        padding-top: 39px;
    }
    
    .reviews__item-text::before {
        top: 22px;
        left: 27px;
    }
    
    .reviews__item-niches {
        margin-top: 22px;
        column-gap: 8px;
    }
    
    .reviews__item-niches span {
        padding: 10px 15px;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }
    
    .reviews__range {
        margin-top: 50px;
    }
    
    .reviews__lable {
        margin-top: 27px;
        font-size: 12px;
        line-height: 18px;
    }

    .noUi-horizontal .noUi-handle {
        top: -5px !important;
        width: 12px !important;
        height: 12px !important;
    }
}

@media only screen and (max-width: 1439px) {
    .reviews__img {
        top: -130px;
        left: -175px;
    }

    .reviews__column {
        min-width: 313px;
    }

    .reviews__item {
        min-height: 341px;
        padding: 23px 18px 23px 23px;
    }

    .reviews__item-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1239px) {
    .reviews {
        padding-top: 180px;
    }

    .reviews__img {
        top: -60px;
        left: -170px;
        width: 850px;
    }

    .reviews__column {
        min-width: 518px;
    }

    .reviews__item {
        min-height: 254px;
    }

    .reviews__title br {
        display: none;
    }
}

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

    .reviews__block {
        row-gap: 34px;
        flex-direction: column;
        width: 335px;
        margin: 0 auto;
        justify-content: initial;
        padding-left: 0;
    }

    .reviews__img {
        position: relative;
        top: auto;
        left: -78px;
        width: 520px;
        margin: -80px 0 -100px;
    }
    
    .reviews__title {
        text-align: center;
        font-size: 30px;
        line-height: 36px;
    }
    
    .reviews__column {
        min-width: 351px;
    }

    .reviews__column:last-child .reviews__item {
        display: none;
    }

    .reviews__item {
        min-height: 326px;
        padding: 20px 20px 20px 20px;
        border-radius: 15px;
    }
    
    .reviews__item-content {
        top: -18px;
    }
    
    .reviews__item-content::after {
        top: 4px;
        left: 2px;
    }
    
    .reviews__item-logo {
        height: 34px;
        border-radius: 7px;
    }
    
    .reviews__item-text {
        font-size: 17px;
        line-height: 22px;
    }
    
    .reviews__item-text::before {
        top: 15px;
        left: 20px;
    }
    
    .reviews__item-niches {
        margin-top: 21px;
        row-gap: 5px;
        column-gap: 5px;
    }
    
    .reviews__item-niches span {
        padding: 8px 20px;
        border-radius: 7px;
        line-height: 18px;
    }

    .reviews__range {
        margin-top: 25px;
    }
    
    .reviews__lable {
        margin-top: 39px;
        line-height: 17px;
        flex-direction: column;
        text-align: center;
    }
}

.reviews__slider {
	margin-top: 35px;
	padding-top: 44px;
}

@media only screen and (min-width: 1024px) {
	.reviews__slider {
		overflow: hidden;
	}
}

.reviews__slider-content {
	display: flex;
	column-gap: 20px;
	transform: translateX(0%);
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.reviews__slider .reviews__item {
	min-width: 455px;
}

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

	.reviews__slider .reviews__item {
		min-width: 345px;
	}
}

@media only screen and (max-width: 1439px) {
	.reviews__slider .reviews__slider-content {
		column-gap: 16px;
	}

	.reviews__slider .reviews__item {
		min-width: 297px;
	}
}

@media only screen and (max-width: 1239px) {
    .reviews__slider .reviews__item {
		min-width: 502px;
	}
}

@media only screen and (max-width: 1023px) {
    .reviews__slider .reviews__item {
		min-width: 335px;
	}
}

/*     contacts    */

.contacts {
    margin-top: 52px;
}

.contacts__block {
    padding: 80px 0;
    border-radius: 30px;
    background: #D3691B;
}

.contacts__form {
    max-width: 1320px;
    margin: 70px auto 0;
}

.validate {
    display: none;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: right;
    color:#fff;
    opacity: 0.5;
}

.contacts__title {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.04em;
    text-align: center;
}

.contacts__text {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: center;
}

.contacts__form .form__input .btn_black {
	justify-content: flex-start;
}

@media only screen and (max-width: 1879px) {
    .contacts {
        margin-top: 38px;
    }
    
    .contacts__block {
        padding: 63px 0;
        border-radius: 22px;
    }

    .contacts__form {
        max-width: 1010px;
    }
    
    .contacts__title {
        font-size: 46px;
        line-height: 52px;
    }

    .contacts__text {
        margin-top: 24px;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.01em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1879px) {
    .contacts__form .form__input input[type="text"],
    .contacts__form .form__input input[type="email"],
    .contacts__form .form__input input[type="password"],
    .contacts__form .form__input input[type="tel"],
    .form__input textarea {
        padding: 24px 25px;
        font-size: 14px;
    }

    .form__input textarea {
        height: 160px;
    }

    .contacts__form .form__type div div {
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    .contacts__form .form__type div div:before {
        background-size: 15px 15px;
    }

    .contacts__form .form__input .btn_black {
        padding: 24px 25px;
        font-size: 14px;
    }
    
    .contacts__form .form__agree {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .contacts__form .form__type {
        padding-left: 25px;
    }

    .contacts__form .form__type label {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1239px) {
    .contacts__title {
        margin-right: 0;
        font-size: 40px;
        line-height: 46px;
    }

    .contacts__title span {
        display: block;
    }

    .contacts__title br {
        display: none;
    }

    .contacts__form {
        max-width: 860px;
    }
}

@media only screen and (max-width: 1023px) {
    .contacts {
        margin-top: -5px;
    }
    
    .contacts__block {
        width: 335px;
        margin: 0 auto;
        padding: 50px 20px 20px;
        border-radius: 20px;
    }
    
    .contacts__text span {
        display: block;
    }

    .contacts__text span br {
        display: none;
    }
    
    .contacts__form {
        margin-top: 50px;
    }
    
    .form__list {
        row-gap: 10px;
    }

    .contacts__title {
        margin-right: 0;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .contacts__title br {
        display: none;
    }

    .contacts__title span {
        display: block;
    }

    .contacts__text {
        margin-top: 26px;
        font-size: 12px;
        line-height: 17px;
        text-align: center;
    }

    .contacts__text span {
        display: block;
    }

    .form__input textarea {
        height: 120px;
    }
    
    .contacts__form .form__input .btn_black {
        justify-content: center;
        padding: 20px 35px;
        font-size: 13px;
        line-height: 20px;
        border-radius: 10px;
    }  
}

/*     faq    */

.faq {
    padding: 202px 0 140px;
}

.faq__title {
    font-size: 65px;
    font-weight: 600;
    line-height: 78px;
    letter-spacing: -0.04em;
    text-align: center;
}

.faq__title div {
    display: inline;
}

.faq__block {
    display: flex;
    justify-content: center;
    margin-top: 89px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 1050px;
    margin: 0 auto;
}

.faq__item {
    padding: 25px 25px 25px 48px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.faq__item-question {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    min-height: 68px;
    font-family: 'Inter';
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.04em;
    background-position: right center;
    background-repeat: no-repeat;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.faq__item-question::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
    border-radius: 15px;
    background-color: #EDBF34;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
}

.faq__item-question::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
    background-image: url(../img/icon-faq.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.faq__item.active {
    padding-bottom: 38px;
}

.faq__item.active .faq__item-question::before {
    background-color: #D3691B;
}

.faq__item.active .faq__item-question::after {
    transform: rotate(-180deg);
}

.faq__item-answer {
    height: 0;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.faq__item.active .faq__item-answer {
    height: auto;
    margin-top: 22px;
    opacity: 1;
}

.faq__text {
    display: flex;
    text-align: center;
    justify-content: center;
    font-family: 'Inter';
    font-size: 25px;
    font-weight: 500;
    line-height: 32.5px;
    letter-spacing: -0.04em;
    margin-top: 89px;
}

.faq__text span {
    position: relative;
}

.faq__text span::after {
    position: absolute;
    content: url(../img/faq-arrow.svg);
    top: 46px;
    right: -67px;
}

.faq_btn {
    display: flex;
    justify-content: center;
    margin-top: 49px;
}

.faq_btn .btn_yellow {
    padding: 25px 30px;
}

@media only screen and (max-width: 1879px) {
    .faq {
        padding: 155px 0 152px;
    }
    
    .faq__title {
        font-size: 50px;
        font-weight: 600;
        line-height: 59px;
    }
    
    .faq__block {
        margin-top: 68px;
    }
    
    .faq__list {
        row-gap: 16px;
        width: 801px;
    }
    
    .faq__item {
        padding: 19px 17px 19px 35px;
        border-radius: 12px;
    }
    
    .faq__item-question {
        font-size: 19px;
        min-height: 52px;
    }
    
    .faq__item-question::before {
        width: 52px;
        height: 52px;
        border-radius: 12px;
    }
    
    .faq__item-question::after {
        width: 52px;
        height: 52px;
        background-size: 12px;
    }
    
    .faq__item.active {
        padding-bottom: 26px;
    }
    
    .faq__item-answer {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
    }
    
    .faq__item.active .faq__item-answer {
        margin-top: 16px;
    }
    
    .faq__text {
        margin-top: 65px;
        font-size: 19px;
        line-height: 26px;
    }
    
    .faq__text span::after {
        top: 26px;
        right: -62px;
        transform: scale(0.77);
    }
    
    .faq_btn {
        margin-top: 36px;
    }
    
    .faq_btn .btn_yellow {
        padding: 17px 24px;
        font-size: 12px;
        border-radius: 12px;
    }
}

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

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

}

@media only screen and (max-width: 1023px) {
    .faq {
        padding: 130px 0 101px;
        width: 335px;
        margin: 0 auto;
    }
    
    .faq__title {
        font-size: 30px;
        line-height: 36px;
    }

    .faq__title br {
        display: none;
    }

    .faq__title span {
        display: block;
    }
    
    .faq__block {
        margin-top: 60px;
    }
    
    .faq__list {
        row-gap: 15px;
    }
    
    .faq__item {
        width: 335px;
        padding: 22px 21px 19px 25px;
        border-radius: 15px;
    }
    
    .faq__item-question {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        min-height: 53px;
        font-size: 18px;
        line-height: 22px;
        padding-right: 80px;
    }

    .faq__item-question span {
        display: block;
    }

    .faq__item-question::before {
        width: 53px;
        height: 53px;
        border-radius: 10px;
    }
    
    .faq__item-question::after {
        width: 52px;
        height: 52px;
        background-size: 19px;
    }
    
    .faq__item.active {
        
    }
    
    .faq__item-answer {
        line-height: 17px;
        margin-right: 50px;
    }

    .faq__item-answer br {
        display: none;
    }
    
    .faq__text {
        font-size: 13px;
        font-weight: 600;
        line-height: 17px;
        margin-top: 68px;
    }
    
    .faq__text span::after {
        top: -1px;
        right: -72px;
        transform: scale(0.60);
    }
    
    .faq_btn {
        margin-top: 25px;
    }
    
    .faq_btn .btn_yellow {
        padding: 16px 21px;
        font-size: 12px;
        line-height: 17px;
        border-radius: 10px;
    }
}

/*     footer    */

.footer {
    position: relative;
    margin-bottom: 30px;
    z-index: 3;
}

.footer__block {
    position: relative;
    padding: 56px 60px 54px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}

.footer__logo {
    position: absolute;
    top: 62px;
    left: 60px;
    display: block;
    width: 221px;
    height: 27px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__copyright {
    position: absolute;
    top: 140px;
    left: 60px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.3);
}

.footer__copyright a {
    color: rgba(255, 255, 255, 0.3);
}

.footer__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 128px;
    padding-left: 57.35%;
}

.footer__column:nth-child(3) {
    width: 100%;
    margin-top: 85px;
}

.footer__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.02em;
}

.footer__menu {
    max-width: 207px;
    margin-top: 45px;
}

.footer__menu a {
    color: #FFFFFF;
}

.footer__menu ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.footer__menu li {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    width: 50%;
}

.footer__connect {
    display: flex;
    flex-direction: column;
    max-width: 225px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    margin-top: 45px;
}

.footer__connect a:nth-child(2) {
    margin-top: 20px;
}

.footer__connect a:nth-child(3) {
    margin: 20px 0;
}

.footer__connect a {
    color: #FFFFFF;
}

.footer__connect br {
     display: none;
}

.footer__connect span {
    margin-top: 20px;
}

.footer__more {
    display: flex;
    column-gap: 30px;
}

.footer__imgs {
    display: flex;
    column-gap: 20px;
}

.footer__imgs img {
    width: auto;
    height: 120px;
}

.footer__text {
    margin-top: -4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.3);
}

.footer__dev a {
    color: rgba(255, 255, 255, 0.2);
}

.footer__word {
    position: absolute;
    left: 55px;
    bottom: 42px;
    display: flex;
    justify-content: center;
    font-family: 'Inter';
    font-size: 130px;
    font-weight: 700;
    line-height: 130px;
    letter-spacing: -0.044em;
    pointer-events: none;
    --bg-size: 400%;
    --color-one: #FF981B;
    --color-two: rgba(237, 191, 52, 0.5);
  
    background: linear-gradient(
        90deg,
        var(--color-one),
        var(--color-two),
        var(--color-one)
        )
        0 0 / var(--bg-size) 100%;
    color: transparent;
    background-clip: text;
}

@media (prefers-reduced-motion: no-preference) {
  .footer__word {
    animation: move-bg 10s linear infinite;
  }
  @keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }
}

@media only screen and (max-width: 1879px) {
    .footer {
        margin-bottom: 30px;
    }
    
    .footer__block {
        padding: 42px 48px 40px;
        border-radius: 22px;
    }
    
    .footer__logo {
        width: 169px;
        height: 21px;
        top: 47px;
        left: 46px;
    }
    
    .footer__copyright {
        top: 106px;
        left: 46px;
        row-gap: 10px;
        font-size: 12px;
        line-height: 18px;
    }
    
    .footer__list {
        column-gap: 97px;
    }
    
    .footer__column:nth-child(3) {
        margin-top: 63px;
    }

    .footer__title {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
    }
    
    .footer__menu {
        max-width: 159px;
        margin-top: 33px;
    }
    
    .footer__menu ul {
        row-gap: 10px;
    }
    
    .footer__menu li {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        width: 50%;
    }
    
    .footer__connect {
        font-size: 12px;
        line-height: 18px;
        margin-top: 32px;
    }
    
    .footer__connect a:nth-child(2) {
        margin-top: 15px;
    }
    
    .footer__connect a:nth-child(3) {
        margin: 14px 0;
    }

    .footer__connect span {
        margin-top: 14px;
    }
    
    .footer__word {
        left: 42px;
        bottom: 32px;
        font-size: 99px;
        line-height: 99px;
    }
    
    .footer__imgs {
        column-gap: 14px;
    }

    .footer__imgs img {
        height: 94px;
    }

    .footer__more {
        column-gap: 20px;
    }

    .footer__text {
        margin-top: -2px;
        font-size: 12px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 1439px) {
    .footer__list {
        padding-left: 50%;
    }

    .footer__column:nth-child(3) {
        margin-top: 50px;
    }

    .footer__word {
        font-size: 72px;
        line-height: 72px;
    }
}

@media only screen and (max-width: 1239px) {
    .footer__list {
        column-gap: 52px;
    }

    .footer__word {
        font-size: 60px;
        line-height: 60px;
    }

    .footer__more {
        align-items: center;
    }

    .footer__imgs img {
        height: 75px;
    }

    .footer__text br {
        display: none;
    }
    
    .footer__text {
        margin-top: 0;
        font-size: 10px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .footer {
        margin-bottom: 30px;
    }
    
    .footer__block {
        width: 335px;
        margin: 0 auto;
        padding: 30px;
        border-radius: 15px;
    }
    
    .footer__logo {
        position: relative;
        top: 0;
        left: 0;
        width: 148px;
        height: 18px;
    }
    
    .footer__copyright {
        position: relative;
        top: 0;
        left: 0;
        row-gap: 11px;
        font-size: 12px;
        line-height: 18px;
        margin-top: 45px;
    }

    .footer__copyright a {
        order: 2;
        
    }

    .footer__copyright span {
        order: 1;
    }

    .footer__dev {
        display: flex;
        font-size: 12px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: -0.02em;
        order: 3;
    }
    
    .footer__list {
        flex-direction: column;
        row-gap: 51px;
        justify-content: initial;
        column-gap: 0;
        margin-top: 56px;
        padding-left: 0;
    }

    .footer__column:nth-child(3) {
        margin-top: 0;
    }
    
    .footer__title {
        font-size: 17px;
        font-weight: 600;
        line-height: 22px;
    }
    
    .footer__menu {
        max-width: 181px;
        margin-top: 29px;
    }
    
    .footer__menu ul {
        row-gap: 11px;
    }
    
    .footer__connect {
        margin-top: 30px;
    }
    
    .footer__connect a:nth-child(2) {
        margin-top: 1px;
    }
    
    .footer__connect a:nth-child(3) {
        margin: 16px 0;
    }

    .footer__more {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }

    .footer__text {
        order: 1;
    }

    .footer__imgs {
        order: 2;
    }
    
    .footer__word {
        position: relative;
        left: auto;
        bottom: 0;
        margin-top: 45px;
        font-size: 40px;
        line-height: 40px;
        justify-content: flex-start;
    }
}

/*     connection    */

.connection {
    padding: 191px 0 131px;
}

.connection__title {
    font-size: 65px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: -0.04em;
    text-align: center;
}

.connection__text {
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 53px;
}

.connection__block {
    width: 1045px;
    margin: 0 auto;
}

.connection__list {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 196px;
}

.connection__column {
    width: 33.33%;
}

.connection__item {
    position: relative;
    padding: 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.connection__item.yellow {
    color: #121212;
    background-color: #F78D0C;
}

.connection__item-title {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -81px;
    left: 0;
    right: 0;
}

.connection__item-title:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 196px;
    height: 86px;
    background-image: url(../img/item-title-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.yellow .connection__item-title:before {
    background-image: url(../img/item-title-bg2.svg);
}

.yellow .connection__item-title span {
    color: #121212;
    background-color: #F78D0C;
}

.connection__item-title span {
    position: relative;
    padding: 13px 25px;
    border-radius: 10px;
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.04em;
    color: #121212;
    background-color: #F78D0C;
    z-index: 2;
}

.connection__item-text {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.connection__item-content {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: #fff;
}

.yellow .connection__item-content {
    color: #121212;
}

.connection__item-icon {
    position: relative;
}

.connection__item-icon svg {
    position: relative;
    display: block;
    z-index: 2;
}

.connection__item-icon::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    background-image: url(../img/connection-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 74px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.yellow .connection__item-icon::before {
    background-image: url(../img/connection-bg2.svg);
}

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

    .connection {
        padding: 145px 0 100px;
    }
    
    .connection__title {
        font-size: 49px;
        line-height: 60px;
    }
    
    .connection__text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 40px;
    }
    
    .connection__block {
        width: 797px;
    }
    
    .connection__list {
        column-gap: 38px;
        margin-top: 150px;
    }
    
    .connection__item {
        padding: 19px 23px;
        border-radius: 12px;
    }
    
    .connection__item-title {
        top: -62px;
    }
    
    .connection__item-title:before {
        background-size: 156px;
    }
    
    .connection__item-title span {
        padding: 10px 19px;
        font-size: 17px;
        line-height: 21px;
    }
    
    .connection__item-text {
        row-gap: 6px;
        font-size: 12px;
        line-height: 17px;
    }
    
    .connection__item-content {
        column-gap: 12px;
    }

    .connection__item-icon svg {
        width: 31px;
    }
}

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

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

}

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

    .connection {
        width: 355px;
        margin: 0 auto;
    }
    
    .connection__title {
        font-size: 35px;
        line-height: 42px;
    }

    .connection__title br {
        display: none;
    }

    .connection__title span {
        display: block;
    }
    
    .connection__text {
        font-size: 12px;
        line-height: 18px;
        margin-top: 30px;
    }

    .connection__text br {
        display: none;
    }

    .connection__text span {
        display: block;
    }
    
    .connection__block {
        width: initial;
    }

    .connection__column {
        width: 100%;
    }
    
    .connection__list {
        flex-direction: column;
        row-gap: 85px;
        margin-top: 130px;
    }
    
    .connection__item {
        padding: 19px 23px;
        border-radius: 12px;
    }
    
    .connection__item-title {
        top: -62px;
    }
    
    .connection__item-title:before {
        background-size: 156px;
    }
    
    .connection__item-title span {
        padding: 10px 19px;
        font-size: 17px;
        line-height: 21px;
    }
    
    .connection__item-text {
        row-gap: 6px;
        font-size: 12px;
        line-height: 17px;
    }
    
    .connection__item-content {
        column-gap: 12px;
    }
    
    .connection__item-icon::before {
        background-size: 60px;
    }

    .connection__item-icon svg {
        width: 31px;
    }
}

/*     price    */

.price {
    padding: 208px 0  85px;
}

.price__title {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.04em;
    text-align: center;
}

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

.price__column {
    padding: 0 8px;
}

.price__tab {
    cursor: pointer;
    min-width: 326px;
    padding: 24px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    -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;
}

.price__tab.active {
    cursor: default;
    color: #121212;
    background-color: #EDBF34;
}

.price__content {
    position: relative;
    margin-top: 30px;
    padding: 50px 0;
}

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

.price__table-content {
    display: none;
}

.price__table-content.active {
    display: block;
}


.price__table-content {
    font-family: 'Manrope'!important;
}

.dataTables_length {
    margin-bottom: 30px;
}

.price__table-content label input,
.price__table-content label select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    border: 0;
    color: #121212;
    border-radius: 10px;
}

.price__table-content label select {
    margin: 0 14px!important;
    padding: 23px 37px 23px 18px!important;
	background-color: #EDBF34!important;
    background-image: url(../img/icon-select.svg)!important;
    background-position: center right 20px!important;
    background-repeat: no-repeat!important;
}

.dataTables_filter {
    margin-bottom: 30px;
}

.dataTables_filter label {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
}


.dataTables_filter label input {
    width: 300px !important;
    margin: 0 0 0 20px!important;
    padding: 24px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    font-family: 'Manrope';
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
    padding: 24px 15px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 22px!important;
    letter-spacing: -0.02em!important;
}

.tablepress>:where(tbody)>.even>* {
    color: #fff!important;
    background-color: initial!important;
}

.tablepress>:where(tbody)>.odd>* {
    color: #fff!important;
    background-color: rgba(255, 255, 255, 0.03)!important;
}

.tablepress>:where(tbody)>.even>*,
.tablepress>:where(tbody)>.odd>* {
    padding: 25px 15px!important;
}

.tablepress .sorting:after {
    content: url(../img/icon-sort.svg)!important;
}

.tablepress .sorting:after, .tablepress .sorting_asc:after, .tablepress .sorting_desc:after {
    right: auto!important;
    height: 20px!important;
    margin-left: 15px!important;
}

.tablepress>:where(thead,tfoot)>*>th {
    color: #121212!important;
    border: 1px solid #EDBF34!important;
    background-color: #EDBF34!important;
}

.tablepress>*+tbody>*>*, .tablepress>tbody>*~*>*, .tablepress>tfoot>*>* {
    border-color: rgba(255, 255, 255, 0.2)!important;
}

.tablepress .row-hover tr td:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2)!important;
}

.tablepress .row-hover tr td:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2)!important;
}

.tablepress .row-hover tr:last-child td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)!important;
}

.tablepress .sorting:hover, .tablepress .sorting_asc {
    background-color: #efca5a!important;
}

.dataTables_info {
    display: none!important;
}

.dataTables_paginate.paging_simple {
    display: flex!important;
    column-gap: 16px!important;
    justify-content: center!important;
    float: none!important;
    margin-top: 76px!important;
}

.paginate_button {
    display: flex!important;
    width: 76px!important;
    height: 76px!important;
    margin: 0!important;
    font-size: 0!important;
    opacity: 1!important;
    background: rgba(255, 255, 255, 0.05)!important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-position: center!important;
    background-repeat: no-repeat!important;
    border-radius: 10px!important;
}

.paginate_button.disabled {
    opacity: 0.5!important;
}

.paginate_button.previous {
    background-image: url(../img/icon-arrow-left.svg)!important;
}

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

.paginate_button:after,
.paginate_button:before {
    display: none!important;
}


.price__label {
    position: absolute;
    display: flex;
    column-gap: 9px;
    align-items: center;
    z-index: 2;
}

.price__label {
    padding: 16px 25px 18px 21px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #121212;
	background: #D3691B;
}

.price__label-1 {
    top: 77px;
    left: calc(50% - 553px);
    transform: rotate(-2deg);
    border-radius: 15px 15px 15px 0;
}

.price__label-2 {
    bottom: 140px;
    left: calc(50% + 260px);
    transform: rotate(3deg);
    border-radius: 0 15px 15px 15px;
}

.price__label span {
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: -0.02em;
}

.price__label-2 span {
    position: relative;
    left: 5px;
    transform: rotate(6deg);
}

@media only screen and (max-width: 1879px) {
    .price {
        padding: 158px 0  50px;
    }
    
    .price__title {
        font-size: 46px;
        line-height: 58px;
    }

    .price__tabs {
        margin-top: 45px;
    }

    .price__tab {
        min-width: 245px;
        padding: 16px 20px;
        font-size: 12px;
    }

    .price__content {
        margin-top: 10px;
    }

    .price__table-content label input,
    .price__table-content label select {
        font-size: 12px;
    }
    
    .dataTables_length {
        margin-bottom: 23px;
    }

    .dataTables_length label {
        font-size: 12px;
    }

    .price__table-content label select {
        margin: 0 8px !important;
        padding: 16px 28px 16px 18px !important;
        background-position: center right 14px!important;
        background-size: 10px;
    }

    .dataTables_filter {
        margin-bottom: 23px;
    }

    .dataTables_filter label {
        font-size: 12px;
    }

    .dataTables_filter label input {
        width: 228px !important;
        margin-left: 16px!important;
        padding: 16px 16px;
        font-size: 14px;
    }

    .price__label {
        padding: 16px 13px 15px 13px;
        font-size: 12.5px;
    }

    .price__label span {
        font-size: 17px;
        font-weight: 500;
        line-height: 24px;
    }

    .tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
        padding: 17px 12px !important;
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .tablepress .sorting:after {
        transform: scale(0.75);
        margin-left: 9px !important;
    }

    .tablepress>:where(tbody)>.even>*, .tablepress>:where(tbody)>.odd>* {
        padding: 17px 12px !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .price__label-1 {
        top: 70px;
        left: calc(50% - 424px);
    }

    .price__label-2 {
        bottom: 122px;
        left: calc(50% + 200px);
    }

    .price__label-2 span {
        left: -2px;
    }

    .dataTables_paginate.paging_simple {
        margin-top: 58px!important;
    }

    .paginate_button {
        width: 58px!important;
        height: 58px!important;
        background-size: 16px!important;
    }
}

@media only screen and (max-width: 1439px) {
    .price__label-1 {
        left: calc(50% - 324px);
    }

    .price__label-2 {
        left: calc(50% + 130px);
    }
}

@media only screen and (max-width: 1239px) {
    .price__label-1 {
        left: calc(50% - 285px);
    }

    .price__label-2 {
        left: calc(50% + 90px);
    }
}

@media only screen and (max-width: 1023px) {
    .price {
        padding: 142px 0 190px;
    }

    .price__title {
        font-size: 30px;
        line-height: 36px;
    }

    .price__tabs {
        max-width: 345px;
        margin: 34px auto 0;
    }

    .price__column {
        width: 33.33%;
        padding: 0 5px;
    }

    .price__tab {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        min-width: initial;
        height: 62px;
        padding: 5px;
        font-size: 11px;
        line-height: 14px;
    }

    .price__content {
        margin-top: 90px;
    }

    .price__table-content label select {
        margin: 0 7px !important;
        padding: 8px 24px 8px 18px !important;
        background-position: center right 12px !important;
        background-size: 10px;
    }
    
    .dataTables_filter {
        position: absolute;
        top: -105px;
        left: 10px;
        right: 10px;
        float: none!important;
    }
    
    .dataTables_filter label {
        display: flex!important;
        align-items: center!important;
        width: 100%!important;
    }

    .dataTables_filter label input {
        width: 100%!important;
        padding: 24px 16px;
        font-size: 14px;
    }
    
    .dataTables_length {
        width: 100%;
        margin-bottom: 35px;
        float: none!important;
        text-align: center;
    }

    .price__table-content .tablepress {
        max-width: 335px;
        margin: 0 auto;
    }

    .tablepress .sorting,
    .tablepress .sorting_asc,
    .tablepress .sorting_desc {
        padding: 14px 4px 14px 4px!important;
        font-size: 12px !important;
        line-height: 17px !important;
    }

    .tablepress .sorting:after {
        margin-left: 3px!important;
    }

    .tablepress .sorting:first-child,
    .tablepress .sorting_asc:first-child,
    .tablepress .sorting_desc:first-child {
        max-width: 90px!important;
        padding-left: 12px!important;
    }

    .tablepress>:where(tbody)>.even>*,
    .tablepress>:where(tbody)>.odd>* {
        padding: 15px 4px 15px 4px!important;
        font-size: 12px !important;
        line-height: 17px !important;
    }
    .tablepress .row-hover tr td:first-child {
        padding-left: 12px!important;
    }

    .dataTables_paginate.paging_simple {
        margin-top: 35px!important;
        column-gap: 15px!important;
    }

    .paginate_button {
        width: 65px !important;
        height: 65px !important;
        background-size: 20px !important;
    }

    .price__label {
        float: left;
        position: relative;
        padding: 12px 10px 11px 17px;
        font-size: 11.4px;
        line-height: 16px;
        white-space: nowrap;
    }

    .price__label span {
        font-size: 13px;
        line-height: 20px;
    }

    .price__label-2 {
        bottom: auto;
        left: calc(50% - 160px);
        margin-top: 20px;
        transform: rotate(2deg);
        border-radius: 10px;
    }

    .price__label-2 span {
        left: -5px;
    }

    .price__label-1 {
        top: auto;
        left: calc(50% - 160px);
        margin-top: 10px;
        transform: rotate(2deg);
        border-radius: 10px;
    }

    [lang="ru-RU"] .price__label-1 {
        left: calc(50% - 188px);
    }

    [lang="en-US"] .price__label-1 {
        left: calc(50% - 134px);
    }

    .price__label-1 span {
        position: relative;
        left: -5px;
    }
}

/*     post-page    */

.post-page {
    padding: 240px 0 150px;
}

.post-page__content {
    width: 1390px;
    margin: 0 auto;
}

.post-page__title {
    font-size: 65px;
    font-weight: 600;
    line-height: 78px;
    letter-spacing: -0.04em;
}

.post-page__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    margin-top: 86px;
}

.post-page__text p {
    margin: 0 0 20px;
}

@media only screen and (max-width: 1879px) {
    .post-page {
        padding: 182px 0 150px;
    }
    
    .post-page__content {
        width: 1060px;
        margin: 0 auto;
    }
    
    .post-page__title {
        font-size: 50px;
        line-height: 63px;
    }
    
    .post-page__text {
        font-size: 12px;
        line-height: 18px;
        margin-top: 62px;
    }
    
    .post-page__text p {
        margin: 0 0 15px;
    }
}

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

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

}

@media only screen and (max-width: 1023px) {
    .post-page {
        padding: 145px 0 150px;
    }
    
    .post-page__content {
        width: 335px;
        margin: 0 auto;
    }
    
    .post-page__title {
        font-size: 30px;
        line-height: 36px;
    }
    
    .post-page__text {
        font-size: 12px;
        line-height: 18px;
        margin-top: 36px;
    }
    
    .post-page__text p {
        margin: 0 0 9px;
    }
}

/*     error    */

.error {
    padding: 241px 0 181px;
}

.error__title {
    font-size: 65px;
    font-weight: 600;
    line-height: 78px;
    letter-spacing: -0.04em;
    text-align: center;
}

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

.error__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 41px;
    padding: 30px 30px 30px 40px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.error__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.error__btn .btn_orange {
    padding: 25px 30px;
}

@media only screen and (max-width: 1879px) {
    .error {
        padding: 183px 0 136px;
    }
    
    .error__title {
        font-size: 49px;
        line-height: 61px;
    }
    
    .error__block {
        margin-top: 37px;
    }
    
    .error__content {
        column-gap: 34px;
        padding: 22px 24px 24px 32px;
        border-radius: 12px;
    }
    
    .error__text {
        font-size: 12px;
        line-height: 18px;
    }
    
	.error__btn .btn_orange {
        padding: 19px 25px;
        font-size: 12px;
        line-height: 18px;
        border-radius: 12px;
    }
}

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

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

}

@media only screen and (max-width: 1023px) {
    .error {
        padding: 195px 0 111px;
    }
    
    .error__title {
        font-size: 30px;
        line-height: 36px;
    }

    .error__title .line {
        display: block;
    }

    .error__title br {
        display: none;
    }
    
    .error__block {
        margin-top: 30px;
    }
    
    .error__content {
        flex-direction: column;
        row-gap: 22px;
        justify-content: initial;
        border-radius: 10px;
        column-gap: 0;
        padding: 21px 28px 23px;
    }
    
    .error__text {
        font-size: 12px;
        font-weight: 600;
        line-height: 17px;
        text-align: center;
    }

    .error__text br {
        display: none;
    }

    .error__text span {
        display: block;
    }
    
    .error__btn .btn_orange {
        border-radius: 10px;
        padding: 16px 22px;
        font-size: 12px;
        font-weight: 700;
        line-height: 17px;
    }
}

/*     thanks    */

.thanks {
    padding: 241px 0 181px;
}

.thanks__title {
    font-size: 65px;
    font-weight: 600;
    line-height: 78px;
    letter-spacing: -0.04em;
    text-align: center;
}

.thanks__text {
    margin-top: 45px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: center;
}

.thanks__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.thanks__btns-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    padding: 30px 30px 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.thanks__btns .btn_orange,
.thanks__btns .btn_grey {
    padding: 25px 30px;
}

@media only screen and (max-width: 1879px) {
    .thanks {
        padding: 183px 0 136px;
    }
    
    .thanks__title {
        font-size: 49px;
        line-height: 61px;
    }
    
    .thanks__text {
        margin-top: 34px;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: -0.01em;
    }
    
    .thanks__btns {
        margin-top: 35px;
    }

    .thanks__btns-container {
        padding: 22px;
        column-gap: 24px;
        border-radius: 12px;
    }

	.thanks__btns .btn_orange,
    .thanks__btns .btn_grey {
        padding: 19px 25px;
        font-size: 12px;
        line-height: 18px;
        border-radius: 12px;
    }
}

@media only screen and (max-width: 1023px) {
    .thanks {
        padding: 155px 0 111px;
    }
    
    .thanks__title {
        font-size: 30px;
        line-height: 36px;
    }

    .thanks__title .line {
        display: block;
    }

    .thanks__title br {
        display: none;
    }
    
    .thanks__text {
        margin-top: 26px;
        font-size: 12px;
        font-weight: 600;
        line-height: 17px;
        text-align: center;
    }
    
    .thanks__text .line {
        display: block;
    }

    .thanks__text .space {
        margin-top: 17px;
    }

    .thanks__text br {
        display: none;
    }

    .thanks__btns {
        max-width: 268px;
        margin: 42px auto 0;
    }

    .thanks__btns-container {
        width: 100%;
        padding: 20px;
        flex-direction: column;
        row-gap: 10px;
        border-radius: 10px;
    }
    
    .thanks__btns .btn_orange,
    .thanks__btns .btn_grey {
        width: 100%;
        padding: 16px 22px;
        font-size: 12px;
        font-weight: 700;
        line-height: 17px;
        border-radius: 10px;
    }
}

/*     article    */

.article {
    padding: 130px 0 170px;
}

.article__content {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
}

.article__head {
    padding: 133px 0;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.article__head .article__content {
    display: flex;
    row-gap: 43px;
    flex-direction: column;
}

.article__head-subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #F78D0C;
}

.article__head-title {
    font-size: 65px;
    font-weight: 600;
    line-height: 78px;
    letter-spacing: -0.04em;
}

.article__head-title strong {
    color: #F78D0C;
}

.article__text {
    padding: 163px 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: -0.015em;
}

.article__text h2 {
    position: relative;
    margin-top: 160px;
    padding: 173px 0 70px;
    font-size: 65px;
    font-weight: 600;
    line-height: 78px;
    font-family: 'Inter';
    letter-spacing: -0.04em;
    color: #F78D0C;
}

.article__text h2::before {
    position: absolute;
    content: url(../img/line-article.svg);
    top: -60px;
    left: calc(50% - 960px);
}

.article__text h3 {
    margin: 150px 0 92px;
    font-size: 55px;
    font-weight: 600;
    line-height: 66px;
    font-family: 'Inter';
    letter-spacing: -0.04em;
}

.article__text img {
    margin: 140px 0;
}

.article__text > ul,
.article__text > ol {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    margin-top: 20px;
}

.article__text p + ol {
    margin-top: 140px;
}

.article__text ol > li {
    position: relative;
    margin-bottom: 30px;
    counter-increment: custom-counter;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.article__text ol > li:last-child {
    margin-bottom: 0;
}
  
.article__text ol > li::before {
    content: counter(custom-counter) " ";
    position: absolute;
    top: -3px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Inter';
    letter-spacing: -0.04em;
    color: #121212;
    background: #F78D0C;
    border-radius: 10px;
}

.article__text ol > li pre {
    margin: 0;
    padding-bottom: 16px;
    font-size: 16px;
    font-family: 'Manrope';
    white-space: normal;
}

.article__text ol > li:last-child pre {
    padding-bottom: 0!important;
}

.article__text ol > li strong {
    padding-left: 78px;
}

.article__text ol > li strong {
    display: block;
    font-size: 37px;
    font-weight: 500;
    line-height: 44px;
    font-family: 'Inter';
    letter-spacing: -0.04em;
}

.article__text ol > li pre strong {
    margin-bottom: 38px;
}

.article__text > ol li ul {
    margin-top: 40px;
    padding-bottom: 24px;
}

.article__text > ol li:last-child ul {
    padding-bottom: 0!important;
}

.article__text > ol ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.article__text > ol ul li:last-child {
    margin-bottom: 0;
}

.article__text > ol ul li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
}

.article__text ol + p {
    margin-top: 85px;
}

.article__text blockquote {
    margin: 165px 0;
    padding-top: 102px;
    background-image: url(../img/icon-blockquote.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.article__text blockquote:last-child {
    margin-bottom: 0!important;
}

.article__conclusions {
    padding: 80px 0;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.article__conclusions-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.04em;
    font-family: 'Inter';
}

.article__conclusions-text {
    margin-top: 45px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.article__author {
    margin-top: 38px;
}

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

.article__author-img {
    width: 63px;
    height: 63px;
    background-color: rgba(255, 255, 255, 0.03);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.article__author-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.2);
}

.article__author-name {
    font-size: 27px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.02em;
    margin-top: 10px;
}

@media only screen and (max-width: 1879px) {
    .article {
        padding: 100px 0 128px;
    }

    .article__content {
        max-width: 1066px;
    }

    .article__head {
        padding: 100px 0;
        border-radius: 22px;
    }

    .article__head .article__content {
        row-gap: 32px;
    }

    .article__head-subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .article__head-title {
        font-size: 50px;
        line-height: 60px;
    }

    .article__text {
        padding: 126px 0;
        font-size: 21.5px;
        line-height: 30px;
    }

    .article__text h2 {
        margin-top: 133px;
        padding: 120px 0 50px;
        font-size: 50px;
        line-height: 60px;
    }

    .article__text ol > li {
        margin-bottom: 14px;
        font-size: 12.5px;
        line-height: 17px;
    }
   
    .article__text ol > li::before {
        top: -2px;
        width: 38px;
        height: 38px;
        font-size: 20px;
        border-radius: 8px;
    }

    .article__text ol > li strong {
        padding-left: 60px;
        font-size: 28.5px;
        line-height: 36px;
    }

    .article__text ol > li pre {
        font-size: 12.5px;
    }

    .article__text ol > li pre strong {    
        margin-bottom: 27px;
    }

    .article__text img {
        margin: 110px 0;
    }

    .article__text h3 {
        margin: 113px 0 70px;
        font-size: 42px;
        line-height: 51px;
    }

    .article__text ol + p {
        margin-top: 63px;
    }

    .article__text p + ol {
        margin-top: 106px;
    }

    .article__text > ol li ul {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .article__text > ol ul li {
        margin-bottom: 8px;
        padding-left: 20px;
    }

    .article__text > ol ul li:before {
        top: 8px;
        left: 8px;
    }

    .article__text blockquote {
        margin: 125px 0;
        padding-top: 80px;
        background-size: 42px;
    }

    .article__conclusions {
        padding: 55px 0;
        border-radius: 18px;
    }

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

    .article__conclusions-text {
        margin-top: 34px;
        font-size: 12.5px;
        line-height: 17px;
    }

    .article__author-img {
        width: 48px;
        height: 48px;
    }

    .article__author-item {
        column-gap: 16px;
    }

    .article__author-subtitle {
        font-size: 12.5px;
        line-height: 22px;
    }

    .article__author-name {
        margin-top: 5px;
        font-size: 20.5px;
        line-height: 26px;
    }
}

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

@media only screen and (max-width: 1239px) {
    .article__content {
        max-width: 860px;
    }
}

@media only screen and (max-width: 1023px) {
    .article {
        padding: 105px 0 90px;
    }

    .article__content {
        max-width: 285px;
    }
    
    .article__head {
        max-width: 345px;
        margin: 0 auto;
        padding: 90px 0 100px;
        border-radius: 12px;
    }

    .article__head .article__content {
        row-gap: 10px;
    }

    .article__head-subtitle {
        font-size: 13px;
        line-height: 28px;
    }

    .article__head-title {
        font-size: 24px;
        line-height: 29px;
    }

    .article__head-title br {
        display: none
    }

    .article__text {
        padding: 86px 0;
        font-size: 16px;
        line-height: 22px;
    }

    .article__text h2 {
        margin-top: 122px;
        padding: 52px 0 20px;
        font-size: 24px;
        line-height: 29px;
    }

    .article__text h2::before {
        transform: scale(0.8);
    }

    .article__text ol > li {
        margin-bottom: 10px;
    }

    .article__text ol > li strong {
        display: flex;
        align-items: center;
        min-height: 40px;
        padding-left: 46px;
        font-size: 17px;
        line-height: 20px;
    }

    .article__text ol > li::before {
        top: 6px;
        width: 29px;
        height: 29px;
        font-size: 17px;
        border-radius: 6px;
    }

    .article__text ol > li pre strong {
        margin-bottom: 21px;
    }

    .article__text h3 {
        margin: 60px 0 30px;
        font-size: 20px;
        line-height: 24px;
    }

    .article__text img {
        margin: 64px 0;
    }
    
    .article__text ol + p {
        margin-top: 26px;
    }

    .article__conclusions-title {
        font-size: 25px;
        line-height: 30px;
    }

    .article__author-img {
        width: 41px;
        height: 41px;
    }

    .article__author-subtitle {
        font-size: 13px;
        line-height: 17px;
    }

    .article__author-name {
        font-size: 13px;
        line-height: 17px;
    }

    .article__text p + ol {
        margin-top: 60px;
    }


    .article__text > ol li ul {
        margin-top: 15px;
        padding-bottom: 10px;
    }

    .article__text > ol ul li {
        margin-bottom: 17px;
    }

    .article__text blockquote {
        margin: 86px 0;
        padding-top: 44px;
        background-size: 25px;
    }

    .article__conclusions {
        max-width: 335px;
        margin: 0 auto;
        padding: 36px 0;
    }

    .article__conclusions .article__content {
        max-width: 260px;
    }

    .article__author {
        margin-top: 33px;
    }

    .article__author-item {
        column-gap: 15px;
    }

    .article__author-subtitle {
        font-size: 12px;
    }
}

/*     popup     */

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

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    background: rgba(18, 18, 18, 0.6);
    z-index: 100;
}

.popup .block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1120px;
    transform: translate(-50%, -50%);
    border-radius: 30px;
}

#order-popup.popup .block {
    padding: 50px;
    color: #fff;
    background: #D3691B;
}

#success-popup.popup .block {
    padding: 87px 58px;
    color: #121212;
    background: #E9741D;
}

.popup__close {
    position: absolute;
    cursor: pointer;
    top: 28px;
    right: 28px;
    z-index: 10;
}

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

.popup__close:hover svg path {
    fill: #FE5000;
}

.popup__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.popup__title {
    font-size: 45px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.04em;
    font-family: 'Inter';
}

.popup__description {
    width: 44%;
    margin-bottom: -5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.popup__form {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -10px 0;
}

.success-popup__block {
    display: flex;
    column-gap: 87px;
    align-items: center;
}

.success-popup__img {
    position: relative;
    top: 15px;
    width: 431px;
    transform: scale(1.5);
}

.success-popup__content {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
    white-space: nowrap;
}

.success-popup__title {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.04em;
    font-family: 'Inter';
}

@media only screen and (max-width: 1879px) {
    .popup .block {
        border-radius: 22px;
    }
}


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

    #order-popup.popup .block {
        padding: 40px;
    }

    #success-popup.popup .block {
        padding: 65px 58px;
    }
    
    .popup__description {
        width: calc(50% - 10px);
        margin-bottom: 5px;
    }

    .popup__title {
        font-size: 36px;
        line-height: 44px;
    }

    .popup__description {
        font-size: 14px;
        line-height: 20px;
    }    

    .popup__form {
        margin-top: 35px;
    }

    .success-popup__img {
        width: 340px;
    }
}

@media only screen and (max-width: 1023px) {
    .popup .block {
        width: 335px;
        border-radius: 20px;
    }

    #order-popup.popup .block {
        padding: 40px 20px 20px;
    }

    #success-popup.popup .block {
        padding: 40px 30px 30px;
    }

    .popup__close {
        top: 18px;
        right: 18px;
    }

    .popup__close svg {
        width: 20px;
        height: 20px;
    }
    
    .popup__head {
        row-gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .popup__title {
        width: 100%;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    .popup__description {
        width: 100%;
        font-size: 13px;
        line-height: 17px;
        text-align: center;
    }

    .popup__description br {
        display: none;
    }

    .popup__form {
        row-gap: 10px;
        flex-direction: column;
    }

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

    .success-popup__img {
        width: 200px;
        margin: 0 auto;
    }

    .success-popup__title {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .success-popup__content {
        row-gap: 30px;
        white-space: initial;
    }

}