@font-face {
    font-family: 'BaiJamjuree';
    font-style: normal;
    font-weight: normal;
    src: local('BaiJamjuree-Regular'),
        url('../fonts/BaiJamjuree-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'BaiJamjuree';
    font-style: normal;
    font-weight: 500;
    src: local('BaiJamjuree-Medium'),
        url('../fonts/BaiJamjuree-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'BaiJamjuree';
    font-style: normal;
    font-weight: bold;
    src: local('BaiJamjuree-Bold'),
        url('../fonts/BaiJamjuree-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'RF Dewi';
    src: url('../fonts/RFDewi-Ultrabold.eot');
    src: local('RFDewi-Ultrabold'), local('RFDewi-Ultrabold'),
        url('../fonts/RFDewi-Ultrabold.woff2') format('woff2'),
        url('../fonts/RFDewi-Ultrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Travels';
    src: url('../fonts/TTTravels-Bold.eot');
    src: local('TTTravels-Bold'), local('TTTravels-Bold'),
        url('../fonts/TTTravels-Bold.woff2') format('woff2'),
        url('../fonts/TTTravels-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --black: #252525;
    --primary: #EFDD00;
}



* {
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'BaiJamjuree', sans-serif;
    font-size: 21px;
    line-height: normal;
    color: var(--black);
}

main {
    display: block;
}

p {
    margin: 0 0 24px 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a:hover {
    color: var(--black);
}

a {
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: var(--black);
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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;
}

input[type="date"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
textarea {
    width: 100%;
    padding: 23px 36px;
    font-size: 18px;
    outline: none;
    border: 1px solid;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #000;
    height: 70px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000;
}

input::placeholder,
textarea::placeholder {
    color: #000;
}

input[type="submit"]:hover {
    background: var(--black);
    color: #fff;
    -webkit-box-shadow: inset 0 0 8px 0 var(--primary);
    box-shadow: inset 0 0 8px 0 var(--primary);
}

input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    font-weight: bold;
    color: var(--black);
    padding: 23px;
    border: none;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    min-width: 183px;
}

/* burger menu */
.burger-menu {
    z-index: 3;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 30px;
    height: auto;
    padding: 15px 0;
    background: 0 0;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.burger-menu span,
.burger-menu span:before,
.burger-menu span:after {
    width: 30px;
    height: 2px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.burger-menu span {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 20px;

}

.burger-menu span:before,
.burger-menu span:after {
    content: "";
    position: absolute;
    right: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -webkit-transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -o-transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease, -webkit-transform .2s ease;
}

.burger-menu span:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;

    top: 8px;
    width: 24px;

    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.burger-menu span:after {
    top: -8px;
}

.burger-menu span,
.burger-menu span:before,
.burger-menu span:after {
    background: var(--black);
}

body.menu--open .burger-menu span:after,
body.menu--open .burger-menu span:before {
    background: var(--black);
}

body.menu--open .main-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.23);
    box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.23);
}

.menu--open .burger-menu>span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.menu--open .burger-menu>span:after,
.menu--open .burger-menu>span:before {
    top: 0;
    transition: top .1s, -webkit-transform .1s .1s;
    -webkit-transition: top .1s, -webkit-transform .1s .1s;
    -o-transition: top .1s, transform .1s .1s;
    transition: top .1s, transform .1s .1s;
    transition: top .1s, transform .1s .1s, -webkit-transform .1s .1s;
    transition: top .1s, transform .1s .1s, -webkit-transform .2s .2s;
    width: 30px;
    background: var(--black);
}

.menu--open .burger-menu>span {
    background: 0 0 !important;
}

.menu--open .burger-menu>span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

/* burger menu end */

.site-header {
    padding: 28px 0 0 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.header-logo img {
    max-width: 136px;
    width: 100%;
}

.header-nav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav nav {
    background: rgb(0 0 0 / 5%);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 8px;
}

.header-nav a:hover {
    background: var(--black);
    color: #fff;
    -webkit-box-shadow: inset 0 0 8px 0px var(--primary);
    box-shadow: inset 0 0 8px 0px var(--primary);
}

.header-nav a {
    display: block;
    padding: 10px 24px;
    font-size: 18px;
    background: #fff;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: var(--black);
    margin: 7px;
    /* min-width: 134px; */
    text-align: center;
    white-space: nowrap;
}

a.login-link {
    background: var(--black);
    color: #fff;
}

.header-contacts a:hover {
    text-decoration: none;
}

.header-contacts a {
    color: var(--black);
    text-decoration: underline;
    display: block;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    margin: 0 0 24px 0;
    line-height: 1.1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat';
    line-height: 1.1;
}

h1,
.h1 {
    font-size: 92px;
}

h1 span {
    color: #fff;
}

h2,
.h2 {
    font-size: 78px;
}

h3,
.h3 {
    font-size: 48px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-size: 36px;
}

.btn:hover {
    background: var(--black);
    -webkit-box-shadow: inset 0 0 8px 0 var(--primary);
    box-shadow: inset 0 0 8px 0 var(--primary);
    color: var(--primary);
}

.btn {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 23px 30px;
    min-width: 223px;
    text-transform: uppercase;
    color: var(--primary);
    background: var(--black);
    cursor: pointer;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: none;
}

.btn-primary.btn:hover {
    background: var(--black);
    color: #fff;
}

.btn-primary.btn {
    background: var(--primary);
    color: var(--black);
}

.btn-wrap>* {
    margin: 12px;
}

.btn-wrap {
    margin: 0 -12px;
}

.section-404 {
    background: var(--primary);
    padding: 250px 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.notfound-text {
    font-size: 92px;
    font-family: 'Montserrat';
}

.title-404 {
    font-size: 188px;
    font-family: 'Montserrat';
    color: var(--black);
}

.btn-back.btn:hover {
    background: var(--black);
    color: #fff;
}

.btn-back.btn {
    background: #fff;
    color: var(--black);
}

.section-main {
    background: var(--primary);
    padding: 254px 0 19vw;
    overflow: hidden;
    margin-bottom: 0;
}

.form-box-decor {
    position: absolute;
    z-index: -1;
    right: -110px;
    top: 40px;
    max-width: 660px;
}

.form-box {
    background: #fff;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    padding: 40px;
    max-width: 420px;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.form-box input[type="submit"] {
    width: 100%;
}

.form-box a {
    text-decoration: underline;
    color: var(--black);
}

.label-wrap {
    max-width: 360px;
    width: 100%;
}

.label-wrap label {
    display: block;
}

.button-style input:checked+span {
    background: var(--black);
    color: #fff;
}

.button-style span {
    display: block;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #fff;
    text-align: center;
    padding: 11px;
    cursor: pointer;
}

.button-style input {
    position: absolute;
    z-index: -1;
    display: none;
}

.label-wrap {
    background: #f6f6f6;
    padding: 18px 16px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.form-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-wrap textarea {
    height: 160px;
}

.form-wrap a {
    text-decoration: underline;
}

.form-wrap {
    padding: 80px;
    background: #fff;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 29%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 29%);
    margin-bottom: -70px;
}

.form-subtitle {
    font-size: 32px;
    font-family: 'Montserrat';
}

.form-title-2 {
    font-size: 48px;
    font-family: 'Montserrat';
    margin-bottom: 12px;
}

.form-agree {
    font-size: 16px;
}

.form-agree input:checked+span:before {
    background: var(--primary) url(../img/checked.svg) center no-repeat;
    background-size: 14px;
    border: 1px solid var(--primary);
}

.form-agree span:before {
    content: '';
    position: absolute;
    left: 0;
    background: #fff;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid var(--black);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-agree span {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 40px;
    cursor: pointer;
}

.form-agree input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.relative {
    position: relative;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

svg.svg-wave-top {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    margin-top: -1px;
    position: absolute;
    top: 0;
}

svg.svg-wave-bottom {
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.section-white {
    background: #fff;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-wave {
    position: relative;
    padding-bottom: 14vw;
    z-index: 1;
}

.payouts-slider.swiper,
.about-slider.swiper {
    overflow: visible;
}

.wrap-hidden {
    overflow: hidden;
}

.about-item-icon img {
    max-width: 90px;
    height: 90px;
    width: 100%;
}

.about-item-icon {
    margin-bottom: 22px;
}

.swiper-wrapper>.swiper-slide:nth-child(2) {
    background: #FFEF28;
}

.swiper-wrapper>.swiper-slide:nth-child(3) {
    background: #FFF360;
}

.swiper-wrapper>.swiper-slide:nth-child(4) {
    background: #FFF794;
}

.swiper-wrapper>.swiper-slide:nth-child(5) {
    background: #FFF9AE;
}

.swiper-wrapper>.swiper-slide:nth-child(6) {
    background: #FFFBC6;
}

.swiper-wrapper>.swiper-slide:nth-child(7) {
    background: #FFFCDA;
}

.swiper-wrapper>.swiper-slide:nth-child(8) {
    background: #FFFDE8;
}

.swiper-wrapper>.swiper-slide:nth-child(9) {
    background: #FFFEF2;
}

.about-item {
    font-size: 22px;
    background: var(--primary);
    -webkit-border-radius: 80px;
    border-radius: 80px;
    padding: 40px;
    width: 532px;
    height: auto;
    -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 10%);
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 10%);
}

.about-item-title {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 22px;
}

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

.section-primary {
    background: var(--primary);
}

.tab-btn:hover,
.tab-btn.active {
    background: var(--black);
    color: #fff;
}

.tab-btn {
    padding: 10px 14px;
    display: block;
    cursor: pointer;
    background: #fff;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    min-width: 134px;
    color: var(--black);
    border: none;
    margin: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tabs {
    margin: 0 -7px 80px -7px;
    background: rgb(0 0 0 / 5%);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 8px;
}

.list-style ol>ul {
    padding: 0 0 0 60px;
    margin: 0;
}

.list-style ol>ul li {
    padding-left: 30px;
}

.list-style ol>ul li:after {
    content: '';
    width: 18px;
    top: 2px;
    left: 0;
    height: 18px;
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 239, 40, 1) 0%, rgba(255, 249, 174, 1) 100%);
    border-radius: 50%;
}

.list-style ol>ul li:before {
    display: none;
}

.list-style ul li:before,
.tabcontent ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    background: url(../img/check.svg) center no-repeat;
    background-size: 42px;
    width: 42px;
    height: 42px;
}

.list-style ul li,
.tabcontent ul li {
    position: relative;
    padding-left: 66px;
    padding-top: 6px;
    margin-bottom: 24px;
}

.list-style ol,
.list-style ul,
.tabcontent ul {
    font-size: 18px;
    list-style: none;
    padding: 0;
    margin: 48px 0;
}

video {
    width: 100%;
    height: auto;
}

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

.site-footer {
    text-align: center;
    padding: 110px 0 150px;
    background: #0e0e0e;
    color: #fff;
    font-size: 16px;
}

.footer-contacts {
    max-width: 760px;
    width: 100%;
    margin: auto;
}

.site-footer .email {
    color: var(--primary);
}

.footer-tags-2 ul li a:hover,
.footer-tags-2 ul li a.active:hover,
.footer-tags ul li a:hover {
    background: var(--black);
    color: #fff;
    -webkit-box-shadow: inset 0 0 8px 0px var(--primary);
    box-shadow: inset 0 0 8px 0px var(--primary);
}

.footer-tags ul li a {
    font-size: 18px;
    padding: 10px 24px;
    display: block;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: #fff;
    color: var(--black);
    margin: 7px;
    text-decoration: none;
    min-width: 134px;
}

.footer-tags-2 ul,
.footer-tags ul {
    list-style: none;
    padding: 0;
    margin: 0 -7px;
}

.footer-tags-2 ul li a.active {
    background: var(--primary);
    color: var(--black);
}

.footer-tags-2 ul li a {
    font-size: 18px;
    padding: 10px 24px;
    display: block;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: #242424;
    color: #fff;
    margin: 7px;
    text-decoration: none;
    min-width: 134px;
}

.footer-line span {
    color: #fff;
}

.footer-line::-webkit-scrollbar {
    display: none;
}

.footer-line {
    color: #FFF9AE;
    font-family: 'Montserrat';
    font-size: 128px;
    white-space: nowrap;
    overflow: auto;
    border-top: 2px dashed #FFF9AE;
    border-bottom: 2px dashed #FFF9AE;
    padding: 12px 0;
    margin: 110px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.logo-mini {
    -webkit-animation: rotateAnimation 3s ease-in-out infinite alternate;
    animation: rotateAnimation 3s ease-in-out infinite alternate;
}

@-webkit-keyframes rotateAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

@keyframes rotateAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

.text-medium {
    font-size: 32px;
    font-family: 'Montserrat';
}

.color-white {
    color: #fff;
}

.logo-2 {
    max-width: 490px;
    width: 100%;
    position: absolute;
    right: -140px;
    bottom: -150px;
    -webkit-animation: rotateAnimation 3s ease-in-out infinite alternate;
    animation: rotateAnimation 3s ease-in-out infinite alternate;
}

.logo-4 {
    position: absolute;
    max-width: 490px;
    width: 100%;
    left: -80px;
    bottom: -420px;
}

.logo-3 {
    max-width: 490px;
    width: 100%;
    position: absolute;
    right: -100px;
    bottom: -150px;
    -webkit-animation: rotateAnimation 3s ease-in-out infinite alternate;
    animation: rotateAnimation 3s ease-in-out infinite alternate;
}

.svg-wave-top-2 {
    position: absolute;
    margin-bottom: -1px;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.wework-item {
    padding: 40px;
    -webkit-border-radius: 56px;
    border-radius: 56px;
    -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 10%);
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 10%);
    width: 276px;
    height: auto;
    background: var(--primary);
}

.wework-item-icon {
    margin-bottom: 26px;
}

.wework-item-title {
    font-size: 30px;
    font-weight: 500;
    margin-top: auto;
}

.wework-item-icon img {
    max-width: 90px;
    width: 100%;
    height: 90px;
}

.step-item-num {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 10px;
}

.step-item:last-child:before {
    display: none;
}

.step-item:before {
    content: '';
    height: 32px;
    width: 2px;
    border-left: 2px dashed #fff;
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
}

.step-item {
    background: #fff;
    padding: 33px 40px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 440px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 10%);
    position: relative;
}

.text-large {
    font-size: 44px;
}

.payouts-item img {
    mix-blend-mode: darken;
}

.payouts-item {
    background: #F8F7F1 !important;
    height: auto;
    padding: 40px;
    width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 56px;
    border-radius: 56px;
    height: 194px;
}

.svg-wave-top-4 {
    bottom: 0;
    top: auto;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    background: var(--primary);
}

.svg-wave-top-3 {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.section-3 {
    padding-top: 20vw;
    padding-bottom: 20vw;
}

.nav-style ul {
    padding: 0;
    list-style: none;
    margin: 0 -7px;
}

.nav-style ul li a:hover {
    background: var(--black);
    -webkit-box-shadow: inset 0 0 10px 0 var(--primary);
    box-shadow: inset 0 0 10px 0 var(--primary);
    color: #fff;
}

.nav-style ul li a {
    display: block;
    background: #fff;
    min-width: 134px;
    text-align: center;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 18px;
    color: var(--black);
    margin: 0 7px;
    padding: 10px 20px;
}

.nav-style {
    background: rgb(0 0 0 / 5%);
    padding: 18px 16px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    position: relative;
}

.section-contacts {
    padding: 150px 0 100px;
    overflow: hidden;
    background: var(--primary);
}

.contacts-item:hover {
    background: var(--primary);
}

.contacts-item-wrap {
    margin: 0 -16px;
}

.contacts-item {
    padding: 24px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 10%);
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 10%);
    font-size: 16px;
    margin: 16px;
}

aside a.active {
    color: var(--black);
}

aside a {
    color: #cfcfcf;
    display: block;
    margin-bottom: 10px;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    margin: 48px 0;
}

.article-content {
    margin-top: -48px;
}

.list-style ol>li:after {
    content: counter(num);

    color: #fff;
    font-size: 16px;
    font-family: 'Neue Power';
    width: 27px;
    height: 27px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #222222;
    position: absolute;
    left: 9px;
    top: 9px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-style ol>li:before {
    content: '';
    left: 0;
    position: absolute;
    background: -o-linear-gradient(45deg, rgba(255, 239, 40, 1) 0%, rgba(255, 249, 174, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 239, 40, 1) 0%, rgba(255, 249, 174, 1) 100%);
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.list-style ol li {
    position: relative;
    counter-increment: num;
    padding-left: 66px;
    margin-bottom: 24px;
}

.list-style ol {
    counter-reset: num;
}

.form-dropdown ul {
    list-style: none;
}

.form-dropdown-current:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/arrow.svg) center no-repeat;
    width: 14px;
    height: 6px;
}

.form-dropdown-current {
    border: 1px solid var(--black);
    padding: 23px 36px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    height: 70px;
    position: relative;
    background: #fff;
    cursor: pointer;
    line-height: 1;
}

.form-dropdown {
    position: relative;
    font-size: 18px;
}

.form-dropdown-list li {
    padding: 6px 0;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-dropdown-list {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid var(--black);
    -webkit-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
    padding: 36px;
    background: #fff;
    top: auto;
    padding-top: 50px;
    margin-top: -30px;
    display: none;
    z-index: 1;
}

.form-dropdown.active .form-dropdown-list {
    display: block;
}

.form-dropdown.active .form-dropdown-current {
    z-index: 2;
}

.section-main-2 {
    padding: 150px 0 240px;
    background: var(--primary);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.form-footer p {
    margin: 0 0 10px 0;
}

.form-footer {
    font-size: 16px;
}

.form-mini {
    max-width: 600px;
    width: 100%;
}

label {
    position: relative;
}

.label-warning-short input {
    border: 1px solid #E2B93B;
}

.label-short {
    position: absolute;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 12px;
    background: #E2B93B;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    padding: 2px 10px;
}

.label-success input {
    border: 1px solid #00B834;
}

.label-icon-success {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 25px;
    height: 25px;
    background: #00B834;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.label-incorrect {
    position: absolute;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 12px;
    background: #FF1919;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    padding: 2px 10px;
}

.wrap-incorrect input {
    border: 1px solid #FF1919;
}

.wrap-incorrect {
    position: relative;

}

.text-incorrect {
    font-size: 12px;
    color: #FF1919;
    padding-left: 20px;
    padding-right: 20px;
}

.text-short {
    font-size: 12px;
    color: #E2B93B;
    padding-left: 20px;
    padding-right: 20px;
}

label {
    display: block;
}

.form-box-decor-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
}

#other_social {
    display: none;
}








@media screen and (max-width: 1199px) {
    .site-header {
        background: var(--primary);
    }

    h1,
    .h1 {
        font-size: 60px;
    }

    h2,
    .h2 {
        font-size: 50px;
    }

    h3,
    .h3 {
        font-size: 40px;
    }

    h4,
    .h4 {
        font-size: 30px;
    }

    .menu--open .site-header {
        background: var(--primary);
    }

    .menu--open .header-menu {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    .header-menu {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 82px;
        right: 0;
        max-width: 100%;
        width: 100%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);

        background: var(--primary);
        height: -webkit-calc(100% - 82px);
        height: calc(100% - 82px);
        overflow: auto;
        padding-bottom: 20px;
    }

    .main-menu a {
        font-size: 32px;
        font-family: 'Montserrat';
    }

    .main-menu a {
        background: transparent;
        text-align: left;
        margin: 0;
        padding: 10px 0;
    }

    .header-nav .main-menu {
        background: transparent;
    }

    .header-logo img {
        max-width: 136px;
    }

    .site-header {
        padding: 20px 0;
    }

    .main-menu a:hover {
        background: transparent;
    }
}

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

    h1,
    .h1 {
        font-size: 50px;
    }

    h2,
    .h2 {
        font-size: 40px;
    }

    h3,
    .h3 {
        font-size: 30px;
    }

    h4,
    .h4 {
        font-size: 28px;
    }

    .section-main {
        padding: 150px 0;
    }

    .form-box {
        padding: 30px;
    }

    body {
        font-size: 18px;
    }

    .tab-btn {
        min-width: initial;
    }

    .logo-2 {
        max-width: 410px;
    }

    .logo-3 {
        max-width: 350px;
    }

    .text-medium {
        font-size: 28px;
    }

    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .text-large {
        font-size: 40px;
    }

    .form-wrap {
        margin-bottom: -30px;
        padding: 60px;
    }

    .section-contacts {
        padding: 100px 0 50px;
    }

    .section-404 {
        padding: 120px 0;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }

    h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 35px;
    }

    h3,
    .h3 {
        font-size: 26px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    input[type="date"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="submit"],
    textarea {
        padding: 15px 24px;
        font-size: 16px;
    }

    .form-box {
        -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 22%);
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 22%);
    }

    .form-box-decor {
        right: 0;
        left: -110px;
        margin: auto;
        top: 230px;
        max-width: 540px;
    }

    .section-wave {
        padding-top: 90px;
        padding-bottom: 150px;
    }

    .btn {
        font-size: 16px;
    }

    .logo-mini {
        max-width: 120px;
    }

    .about-item {
        width: 330px;
        font-size: 16px;
        padding: 24px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }

    .about-item-icon {
        margin-bottom: 10px;
    }

    .about-item-icon img {
        max-width: 40px;
        height: 40px;
    }

    .about-item-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .list-style ol,
    .list-style ul,
    .tabcontent ul {
        font-size: 16px;
        margin: 16px 0;
    }

    .section-main {
        margin-bottom: -140px;
    }

    .logo-2,
    .logo-3 {
        max-width: 210px;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .text-medium {
        font-size: 24px;
    }

    .wework-item-title {
        font-size: 20px;
    }

    .wework-item-icon img {
        max-width: 70px;
        height: 70px;
    }

    .footer-line {
        font-size: 50px;
        margin: 50px 0;
    }

    .step-item {
        -webkit-border-radius: 32px;
        border-radius: 32px;
    }

    .text-large {
        font-size: 26px;
    }

    .payouts-item {
        width: 196px;
        -webkit-border-radius: 36px;
        border-radius: 36px;
        height: 126px;
    }

    .nav-style ul {
        margin: 0 -3px;
    }

    .nav-style ul li a {
        margin: 0 3px;
        min-width: initial;
        padding: 8px 14px;
        font-size: 16px;
    }

    .nav-style {
        padding: 15px 16px;
    }

    .form-wrap {
        padding: 34px;
    }

    .form-title-2 {
        font-size: 30px;
    }

    .form-subtitle {
        font-size: 22px;
    }

    .contacts-item-wrap {
        margin: 0 -6px;
    }

    .contacts-item {
        padding: 12px 20px;
        margin: 6px;
    }

    .title-404 {
        font-size: 88px;
    }

    .notfound-text {
        font-size: 52px;
    }

    .section-404 {
        font-size: 20px;
        padding: 110px 0 0 0;
    }

    .logo-4 {
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 220px;
        bottom: -50px;
    }
}




@media screen and (max-width: 575px) {
    body {
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 26px;
    }

    h4,
    .h4 {
        font-size: 21px;
    }

    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header-nav a {
        min-width: initial;
    }

    .header-nav nav {
        padding: 4px;
    }

    .section-main {
        padding: 120px 0;
    }

    .form-box {
        -webkit-border-radius: 40px;
        border-radius: 40px;
        font-size: 12px;
        padding: 26px;
    }

    .form-title {
        font-size: 24px;
    }

    .label-wrap {
        padding: 12px 10px;
    }

    .button-style span {
        padding: 8px;
    }

    .logo-mini {
        max-width: 80px;
        width: 100%;
    }

    .btn {
        padding: 15px 35px;
        min-width: initial;
        font-size: 14px;
    }

    .about-item {
        width: 230px;
        font-size: 14px;
        padding: 18px;
        -webkit-border-radius: 34px;
        border-radius: 34px;
    }

    .about-item-title {
        font-size: 16px;
    }

    .tab-btn {
        margin: 3px;
    }

    .tabs {
        margin: 0 -3px 24px -3px;
    }

    .section-wave {
        padding-bottom: 40px;
    }

    .list-style ol,
    .list-style ul,
    .tabcontent ul {
        font-size: 14px;
    }

    .site-footer {
        padding: 60px 0 10px 0;
    }

    .site-logo img {
        max-width: 175px;
        width: 100%;
    }

    .section-main {
        margin-bottom: -120px;
    }

    .section-main .btn {
        width: 100%;
    }

    .footer-tags ul {
        margin: 0 -2px;
    }

    .footer-tags-2 ul li a,
    .footer-tags ul li a {
        padding: 8px 10px;
        min-width: initial;
        font-size: 12px;
        margin: 2px;
    }

    .site-footer {
        text-align: left;
        font-size: 12px;
    }

    .footer-line {
        font-size: 36px;
        margin: 10px 0;
    }

    .text-medium {
        font-size: 18px;
    }

    .section-2 {
        padding-top: 20px;
    }

    .wework-item-title {
        font-size: 16px;
    }

    .wework-item-icon img {
        max-width: 60px;
        height: 60px;
    }

    .step-item {
        font-size: 14px;
        margin-bottom: 12px;
        padding: 26px 40px;
    }

    .text-large {
        font-size: 21px;
    }

    .section-3 {
        padding-bottom: 60px !important;
    }

    .nav-style {
        width: 100%;
    }

    .nav-style ul {
        width: 100%;
    }

    .nav-style ul li {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .nav-style ul li a {
        font-size: 12px;
    }

    .form-subtitle {
        font-size: 16px;
    }

    .form-title-2 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .form-wrap {
        padding: 26px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
    }

    .form-wrap textarea {
        -webkit-border-radius: 18px;
        border-radius: 18px;
    }

    p {
        margin: 0 0 16px 0;
    }

    .article-content h2,
    .article-content h3,
    .article-content h4 {
        margin: 16px 0;
    }

    .article-content {
        margin-top: -16px;
    }

    .form-agree {
        font-size: 12px;
    }

    .button-style span {
        font-size: 12px;
    }

    input[type="date"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"] {
        height: 48px;
    }

    .form-dropdown-current {
        height: 48px;
        padding: 15px 24px;
    }

    .form-dropdown-list {
        padding: 36px 24px 24px;
    }

    .form-footer {
        font-size: 14px;
    }

    .form-dropdown {
        font-size: 16px;
    }

    input[type="submit"] {
        width: 100%;
    }

    .section-main-2 {
        padding: 110px 0 200px;
    }

    .section-404 {
        font-size: 14px;
    }

    .notfound-text {
        font-size: 32px;
    }

    .section-404 {
        font-size: 17px;
    }

    .btn-wrap {
        margin: 0 -9px;
    }

    .btn-wrap>* {
        margin: 9px;
    }
}

@media screen and (max-width: 420px) {
    .contacts-item {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

input.htmx-request {
    opacity: 0.5;
    display: none;
}

div.loadingIndicator {
    display: none;
}

div.loadingIndicator.htmx-request {
    display: block;
}