*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #F7F7F7;
    font-size: 16px;
    line-height: 1.5 !important;
    width: 100%;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    margin: 0 !important;
    -webkit-font-smoothing: antialiased;
    /* background: #F9F9F9; */
    background: #000;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

:root {
    --font-family: "Inter", sans-serif;
    --second-family: "Teko SemiBold", sans-serif;
    --third-family: "Genos", sans-serif;
    --font3: "Poppins", sans-serif;
    --font4: "Roboto", sans-serif;
}

.no__scrollable {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
    position: relative;
}

.mfp-wrap {
    touch-action: none;
    -ms-touch-action: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.mfp-content {
    touch-action: none;
    -ms-touch-action: none;
}

.wow {
    opacity: 0;
    transition: all .4s ease-in-out;
}

h1, .h1 {
    font-size: 44px;
    font-weight: 600;
    margin: 0;
    /* text-transform: uppercase; */
    line-height: 1.2;
}

h2, .h2 {
    font-weight: 600;
    font-size: 36px;
    /* text-transform: uppercase; */
}

h3, .h3 {
    font-weight: 800;
    font-size: 24px;
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover, a:focus, a:active {
    color: inherit;
    outline: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 16px;
}

video {
    width: 100%;
}

.hidden {
    display: none
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(267deg, #FFC000 0%, #FFE500 100%);
    max-width: 153px;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    border-radius: 0;
}

.scroll_up {
    position: fixed;
    right: 3%;
    bottom: 3%;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    max-width: 64px;
    width: 100%;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.scroll_up:hover {
    transition: all .3s ease-in-out;
    transform: scale(1.2);
}

.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
}

.container {
    /* max-width: 1615px; */
    max-width: 1790px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.mobile{
    display: none;
}

.action_btn {
    width: 100% !important;
    max-width: 267px !important;
    height: 58px !important;
    font-size: 28px !important;
    font-weight: 400;
    color: #000 !important;
    border-radius: 5px !important;
    background: linear-gradient(267deg, #FFC000 0%, #FFE500 100%) !important;
    cursor: pointer !important;
    outline: none !important;
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    /* background-size: 300% 100%; */
}

.action_btn:hover {
    /* background-position: 100% 0; */
    transform: scale(1.05);
    filter: drop-shadow(0px 0px 51px #FFC000);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* .action_btn__on_hover {
    filter: drop-shadow(0px 0px 51px #FF2B0E);
    transition: all .2s ease-in-out;
}

.action_btn.action_btn__on_hover {
    animation-name: anim_hover__start;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-duration: 300ms;
}

.action_btn.action_btn__no_hover {
    animation-name: anim_hover__end;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-duration: 300ms;
}

@keyframes anim_hover__start {
    from {
        transform: scale(1);
        filter: none;
    }
    to {
        transform: scale(1.05);
        filter: drop-shadow(0px 0px 51px #FF2B0E);
    }
}

@keyframes anim_hover__end {
    from {
        transform: scale(1.05);
        filter: drop-shadow(0px 0px 51px #FF2B0E);
    }
    to {
        transform: scale(1);
        filter: none;
    }
} */

.more_btn {
    width: 100%;
    max-width: 320px;
    height: 60px;
    background: linear-gradient(265deg, #FF2DF7 -7.53%, #00E0FF 112.05%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 12px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(265deg, #FF2DF7 -7.53%, #00E0FF 112.05%);
    cursor: pointer;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1.2;
}

.more_btn p {
    background: linear-gradient(265deg, #FF2DF7 -7.53%, #00E0FF 112.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
}

.more_btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.action_btn:focus {
    outline: none;
}

.popup-block {
    /* background: linear-gradient(270deg, #381BD1 0%, #D450FB 34.46%, #EB4590 62.86%, #F5888C 83.56%, #FEC98A 101.76%);
    padding: 2px;
    border-radius: 36px;
    animation: gradient 10s ease-in-out infinite;
    background-size: 300% 100%; */
    max-width: 615px;
    width: 100%;
    margin: 0 auto;
}

.popup-block__inner {
    width: 100%;
    background: #1B1B1B;
    border-radius: 36px;
    padding: 38px 50px;
    position: relative;
    color: #fff;
}

#thanks_modal .popup-block__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#thanks_modal p {
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 40px;
    text-align: center;
}

#thanks_modal .title {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 20px;
}

.thanks_modal__button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
    right: 10px !important;
    top: 10px !important;
}

.popup-block .title {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 30px;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
}

.wpcf7-not-valid-tip {
    margin: 0 0 -15px;
}

/**
 * Fade-zoom animation for first dialog
 **/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.preloader_block {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1010;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.loader{
    width: 25px;
    height: 100px;
    margin: 50px auto 0;
    position: relative;
}
.inner-loader{
    height: 100px;
    position: absolute;
    animation: rotate 1.5s linear infinite;
}
.inner-loader .circle1,
.inner-loader .circle2,
.inner-loader .circle3,
.inner-loader .circle4,
.inner-loader .circle5{
    background:#FFC000;
    border-radius: 50%;
}
.inner-loader .circle1{
    height: 25px;
    width: 25px;
}
.inner-loader .circle2{
    height: 20px;
    width: 20px;
}
.inner-loader .circle3{
    height: 15px;
    width: 15px;
}
.inner-loader .circle4{
    height: 10px;
    width: 10px;
}
.inner-loader .circle5{
    height: 5px;
    width: 5px;
}
.inner-loader:nth-child(1){
    animation-delay: 0s;
    left: 0px;
}
.inner-loader:nth-child(2){
    animation-delay: 0.1s;
    left: 2px;
}
.inner-loader:nth-child(3){
    animation-delay: 0.2s;
    left: 5px;
}
.inner-loader:nth-child(4){
    animation-delay: 0.3s;
    left: 7px;
}
.inner-loader:nth-child(5){
    animation-delay: 0.4s;
    left: 10px;
}
@keyframes rotate{
    0%{ transform: rotate(0deg); }
    100%,66%{ transform: rotate(360deg); }
}


/* Header */

.header {
    /* padding: 20px 0; */
    /* background: #000; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 90px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.header.scrolled {
    background: #111010;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}

.logo {
    max-width: 175px;
    width: 100%;
    margin: 0 150px 0 0;
}

.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

.logo a img {
    height: 100%;
    width: 100%;
}

.header_right {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    height: 100%;
    align-items: center;
}

.side_menu__elem {
    position: absolute;
    right: 0;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: rgba(17, 16, 19, .4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .5s ease-in-out;
}

.side_menu__elem.active_menu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.side_menu__elem .header__menu {
    max-width: 400px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: #000;
    transform: translateX(150%);
    transition: all .5s ease-in-out;
}

.side_menu__elem.active_menu .header__menu {
    transform: translateX(0);
    transition: all .5s ease-in-out;
}

.side_menu__elem .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*max-width: 340px;*/
    width: 100%;
    flex-direction: column;
}

.side_menu__elem .header__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.personal_block {
    max-width: 100px;
    width: 100%;
    /*display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

nav ul li a {
    position: relative;

    font-family: 'Genos', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    background: linear-gradient(267deg, #FFC000 0%, #FFE500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

nav ul li a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '';
    color: transparent;
    /*background: #F8DA01;*/
    background: linear-gradient(267deg, #FFC000 0%, #FFE500 100%) !important;
    height: 2px;
}

nav ul li a:hover {
    color: #fff;
}

nav ul li a:hover:after {
    width: 100%;
}

.header__contact {
    max-width: 200px;
    width: 100%;
}

.header__info {
    display: flex;
    align-items: center;
    max-width: 160px;
    width: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
}

.personal_cab__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header_contact {
    height: 50px !important;
}

.main_menu {
    max-width: 670px;
    width: 100%;
}

.main_menu .header__menu {
    width: 100%;
}

.main_menu .header__list {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.main_menu nav ul li a {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 900;
    line-height: 25.17px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_menu nav ul li a span {
    background: linear-gradient(267deg, #FFC000 0%, #FFE500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Footer */

footer {
    /* height: 970px; */
    position: relative;
    padding: 110px 0;
}

footer .headline {
    margin: 0 0 30px;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__menu {
    max-width: 965px;
    width: 100%;
    margin: 0;
}

.footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 150px 0 0;
    max-width: 175px;
    width: 100%;
    /* position: absolute;
    left: 0;
    top: 0; */
}

.footer__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.footer__right {
    max-width: 380px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
}

.footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__bottom a {
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.footer__bottom a:hover {
    color: #fff;
}

.footer_up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 40px;
}

.copyright {
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    cursor: default;
}

.privacy_link {
    border-bottom: 1px solid #fff;
    margin: 5px 0;
    pointer-events: none;
}


/* Burger */

.burger {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*flex-direction: column;*/
    /* width: 25%; */
    display: flex;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 160px;
    z-index: 10;
    cursor: pointer;
}

.line_1 {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: auto;
    left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
}

.line_2 {
    width: 58px;
    height: 3px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
}

.line_3 {
    width: 42px;
    height: 42px;
    position: absolute;
    right: auto;
    left: auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
}

.burger.active_burger .line_1 {
    top: 9px;
    left: 9px;
    transform: rotate(-45deg);
    transition: all .5s ease-in-out;
}

.burger.active_burger .line_2 {
    height: 0;
    transition: all .5s ease-in-out;
}

.burger.active_burger .line_3 {
    right: 9px;
    bottom: 9px;
    transform: rotate(45deg);
    transition: all .5s ease-in-out;
}

/*.ham {*/
/*    cursor: pointer;*/
/*    -webkit-tap-highlight-color: transparent;*/
/*    -webkit-transition: -webkit-transform 400ms;*/
/*    transition: -webkit-transform 400ms;*/
/*    -o-transition: transform 400ms;*/
/*    transition: transform 400ms;*/
/*    transition: transform 400ms, -webkit-transform 400ms;*/
/*    -moz-user-select: none;*/
/*    -webkit-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    width: 60px;*/
/*    !* display: none; *!*/
/*}*/

/*.hamRotate.active {*/
/*    -webkit-transform: rotate(45deg);*/
/*    -ms-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*}*/

/*.hamRotate180.active {*/
/*    -webkit-transform: rotate(180deg);*/
/*    -ms-transform: rotate(180deg);*/
/*    transform: rotate(180deg);*/
/*}*/

/*.line {*/
/*    fill:none;*/
/*    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;*/
/*    -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;*/
/*    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;*/
/*    stroke:#fff;*/
/*    stroke-width:5.5;*/
/*    !* stroke-linecap:round; *!*/
/*}*/

/*.ham4 .top {*/
/*    stroke-dasharray: 40 121;*/
/*}*/

/*.ham4 .bottom {*/
/*    stroke-dasharray: 40 121;*/
/*}*/

/*.ham4.active .top {*/
/*    stroke-dashoffset: -68px;*/
/*}*/

/*.ham4.active .bottom {*/
/*    stroke-dashoffset: -68px;*/
/*}*/


/* Pages */

.first_screen {
    height: 961px;
    position: relative;
}

/* .first_screen .container {
    margin: 0 0 0 auto;
} */

.bg__desktop {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bg_image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.bg_image picture{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.bg_image img {
    width: 100%;
    height: 100%;
}

.bg__desktop {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.first_screen__bg_desktop, .first_screen__bg__mobile {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 1615px;
    width: 100%;
    z-index: -1;
}

.bg__mobile, .first_screen__bg__mobile {
    display: none;
}

.first_screen__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.first_screen__up {
    margin: 0 0 140px;
    display: flex;
}

.first_screen__up__left {
    padding-top: 250px;
    position: relative;
    z-index: 5;
}

.first_screen__up .title {
    color: #FFF;
    text-align: center;
    margin: 0;
    font-family: 'Teko', sans-serif;
    font-size: 22.91vw;
    font-style: normal;
    font-weight: 600;
    line-height: 55%;
    position: relative;
}

/* .first_screen__up .title:after {
    position: absolute;
    content: '';
    background-image: url("../img/first_screen__elem.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -25px;
    top: -100px;
    width: 197px;
    height: 62px;
} */

.yellow, .first_screen__up__left .desc span {
    background: linear-gradient(267deg, #FFC000 0%, #FFE500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.first_screen__up .desc {
    text-align: center;
    margin: 0;
    width: 100%;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.45vw;
    line-height: 125%;
    letter-spacing: 0.37em;
    text-transform: uppercase;
    text-align: center;
}

.first_screen__up__left .desc span {
    font-weight: 700;
}

.first_screen__up__right .image_block {
    top: -50px !important;
}

.first_screen__up__right img {
    width: 900px;
    height: 825px;
}

.text {
    cursor: default;
}

.marquee {
    background: linear-gradient(225deg, #ffc000 0%, #ffe500 100%);
    height: 125px;
    max-width: none;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: absolute;
    bottom: 0;
    z-index: 10;
    visibility: visible !important;
}

.marquee .js-marquee-wrapper {
    width: 200% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.marquee .js-marquee {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.marquee .text__block {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 50px;
}

.marquee .text__block:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../img/dot.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: auto;
    bottom: auto;
    right: -60px;
}

.marquee .text__block p {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 86px;
    line-height: 100%;
    text-align: center;
    color: #000;
    margin: 13px 0 0px;
}

/* .gradient_text {
    background: linear-gradient(263deg, #FF2DF7 18.98%, #00E0FF 44.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
} */

/* .gradient_text {
    background: linear-gradient(263deg, #FF2DF7 18.98%, #00E0FF 44.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    animation: gradient 10s ease-in-out infinite;
    background-size: 300% 100%;
    cursor: default;
    white-space: nowrap;
}

@keyframes gradient {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
} */

.first_screen__up .btn_block {
    display: flex;
    justify-content: center;
}

/* .first_screen__up .btn_block div {
    margin: 0 25px;
} */

.first_screen__bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 5;
}

.image_block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.first_screen__bottom__item .image_block {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

/* .tg_item .image_block {
    width: 150px;
    height: 150px;
}

.dating_item .image_block {
    width: 150px;
    height: 150px;
}

.crypt_item .image_block {
    width: 150px;
    height: 150px;
}  */

.first_screen__bottom__item .title {
    font-family: 'Genos', sans-serif;
    font-size: 65px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    background: linear-gradient(267deg, #FFC000 0%, #FFE500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.traffix_in_gambling__wrapper, .traffix_in_telegram__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headline {
    display: flex;
    flex-direction: column;
}

.headline .title {
    color: #FFF;
    font-family: 'Teko', sans-serif;
    font-size: 5.88vh;
    font-weight: 600;
    line-height: 100%;
}

.headline .subtitle {
    color: #FFF;
    font-family: 'Teko', sans-serif;
    font-size: 16.77vh;
    font-weight: 600;
    line-height: 100%;
}

.traffix_in_gambling__wrapper .image_block {
    max-width: 833px;
}

.traffix_in_gambling__wrapper .wrapper__right .desc {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    max-width: 375px;
    width: 100%;
    margin: 0 auto 30px 95px;
}

.wrapper__right .btn_block {
    margin: 0 auto 30px 95px;
}

.traffix_in_telegram__wrapper .headline {
    text-align: right;
}

.traffix_in_telegram__wrapper .wrapper__left .desc {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    max-width: 375px;
    width: 100%;
    margin: 0 0 30px auto;
    text-align: right;
}

.traffix_in_telegram__wrapper .wrapper__left .btn_block {
    display: flex;
    justify-content: flex-end;
}

.first_screen__numbers {
    width: 100%;
}

.numbers-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.counter_block {
    display: flex;
    align-items: center;
}

.counter_elem.gold {
    font-family: 'Genos', sans-serif;
    font-weight: 900;
    font-size: 88px;
    background: linear-gradient(225deg, #ffc000 0%, #ffe500 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 70%;
}

.counter_elem.gold .counter {
    min-width: 115px;
    display: flex;
    justify-content: flex-end;
}

.counter_desc {
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 25px;
    margin: 9px 0 0;
    text-transform: uppercase;
}

.traffix_in_dating {
    position: relative;
}

.traingle_1 {
    position: absolute;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: -45%;
    height: 367px;
    width: 166px;
}

.traffix_in_dating__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.traffix_in_dating__wrapper .wrapper__right .desc {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    max-width: 375px;
    width: 100%;
    margin: 0 auto 30px 95px;
}

.traffix_in_crypt__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.traffix_in_crypt__wrapper .headline {
    text-align: right;
}

.traffix_in_crypt__wrapper .wrapper__left .desc {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    max-width: 375px;
    width: 100%;
    margin: 0 0 30px auto;
    text-align: right;
}

.traffix_in_crypt__wrapper .wrapper__left .btn_block {
    display: flex;
    justify-content: flex-end;
}

.traffix_in_gambling__wrapper .wrapper__right,
.traffix_in_telegram__wrapper .wrapper__left,
.traffix_in_dating__wrapper .wrapper__right,
.traffix_in_crypt__wrapper .wrapper__left {
    max-width: 750px;
    width: 100%;
}

.traffix_in_crypt {
    position: relative;
    display: flex;
    align-items: center;
}

.traingle_2 {
    position: absolute;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: auto;
    bottom: auto;
    height: 367px;
    width: 110px;
}

.about_us {
    height: 1229px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
}

.about_us__bg {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1427px;
    height: 1360px;
    top: -70px;
}

.about_us__wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_us__elem {
    max-width: 715px;
    width: 100%;
}

.about_us__wrapper .desc {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    max-width: 375px;
    width: 100%;
    margin: 0 0 30px;
}

.futures {
    padding: 150px 0;
    position: relative;
}

.futures__wrapper {
    display: flex;
    flex-direction: column;
}

/* .marquee_elem {
    overflow: hidden;
    max-width: none;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
} */

/* .marquee {
    width: 100% !important;

}

.marquee .js-marquee-wrapper {
    width: 200% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.js-marquee {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.marquee_elem .image__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 665px;
    min-width: 665px;
    height: 435px;
    margin: 0 20px 0 0;
}

.marquee_elem .image__block:last-child {
    margin: 0;
}

.marquee_elem .image__block img{
    width: 100%;
    height: 100%;
} */

.marquee0 .image__block {
    display: inline-block;
    margin: 0 22px 0 0;
    /*max-width: 665px;*/
    width: 665px;
    height: 435px;
}

.marquee0 .image__block img {
    width: 665px;
    height: 435px;
}

.marquee0 div {
    top: 0 !important;
}

.contacts {
    background: linear-gradient(225deg, #ffc000 0%, #ffe500 100%);
    min-height: auto;
    position: relative;
    padding: 150px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contacts_elem__bg {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 1640px;
    height: 1640px;
}

.contacts .headline .title {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 16.71vw;
    line-height: 55%;
    text-align: center;
    color: #000;
    margin: 0;
}

.contacts .headline .subtitle {
    font-style: normal;
    max-width: 56.77vw;
    width: 100%;
    margin: 0 auto 30px;

    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.82vw;
    line-height: 135%;
    text-align: right;
    color: #000;
    display: flex;
    justify-content: flex-end;
}

.contacts .headline .subtitle a {
    color: #fff;
    text-decoration: underline !important;
    margin: 0 0 0 10px;
}

.contacts .headline .desc {
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    max-width: 925px;
    width: 100%;
    margin: 0 auto 30px;
}

.contacts__elem {
    max-width: 100%;
    width: 100%;
    margin: 60px auto 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1B1B1B;
}

.desc_elem__up, .desc_elem__bottom {
    display: flex;
    justify-content: center;
}

.desc_elem__up p, .desc_elem__bottom p {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 4.06vw;
    line-height: 135%;
    text-align: center;
    color: #000;
}

.desc_elem__up a {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 4.94vw;
    line-height: 100%;
    text-decoration: underline !important;
    text-align: center;
    color: #fff;
    margin: 0 0 0 25px;
}

.desc_elem__bottom a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 4.06vw;
    line-height: 135%;
    text-align: center;
    color: #fff;
    text-decoration: underline !important;
    margin: 0 0 0 25px;
}

.contacts__elem .wpcf7 {
    position: relative;
}

.contacts__elem form {
    border-radius: 36px;
    padding: 38px 50px;
}

.inputs_block {
    display: flex;
    justify-content: space-between;
}

.inputs_block .input_field {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin: 0 0 10px;
}

.textarea_field {
    display: flex;
    flex-direction: column;
}

form label {
    margin: 0 0 2px 10px;
    color: #F2F2F2;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.108px;
}

input {
    border-radius: 12px;
    background: #FFF;
    height: 48px;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: 'Inter', sans-serif;
}

.textarea_field {
    margin: 0 0 40px;
}

textarea {
    border-radius: 12px;
    background: #FFF;
    height: 80px;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    resize: none;
    font-family: 'Inter', sans-serif;
    padding: 5px 10px;
    width: 100%;
}

.submit_field {
    display: flex;
    justify-content: center;
}

.submit_field p {
    width: 100%;
    display: flex;
    justify-content: center;
}

*::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: 'Inter', sans-serif;
}

.privacy_policy {
    padding: 125px 0 0;
}

.privacy_policy .headline {
    margin: 0 0 50px;
}

.privacy_policy__elem h3 {
    margin: 20px 0 10px;
}

.privacy_policy__elem p {
    margin: 10px 0;
}

main {
    overflow: hidden;
}

.about_us .wrapper__left {
    max-width: 900px;
    width: 100%;
    position: relative;
}

.about_us .wrapper__left .image_block {
    width: 100%;
    position: relative;
}

.about_us .wrapper__left .image_block2 {
    position: absolute;
    top: auto;
    bottom: -180px;
    right: -120px;
    /* height: 1055px; */
    width: 100%;
    max-width: 900px;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_us .wrapper__left .image_block img, .about_us .wrapper__left .image_block2 img {
    width: 100%;
    height: 100%;
}

.about_us .wrapper__right {
    max-width: 800px;
    width: 100%;
    padding: 0 0 75px 0;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
}

.about_us .wrapper__right .headline .title {
    margin: 0 0 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.about_us .wrapper__right .headline .title:after {
    position: absolute;
    content: '';
    top: auto;
    bottom: auto;
    right: 0;
    background: #fff;
    height: 2px;
    width: 75%;
}

.about_us .wrapper__right .headline .subtitle {
    font-size: 26px;
    font-weight: 300;
    line-height: 31px;
    text-align: left;
    max-width: 370px;
    margin: 0 0 50px;

    font-family: "Inter", sans-serif;
}

.about_us__wrapper .desc {
    font-family: 'Teko', sans-serif;
    font-size: 7.96vw;
    font-weight: 600;
    line-height: 153px;
    max-width: 100%;
}

.about_us__wrapper .bottom {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 26px;
    text-align: right;
    color: #fff;
    max-width: 465px;
    width: 100%;
    margin: 0 75px 0 auto;
}

.triangle_2 {
    position: absolute;
    top: 100px;
    left: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.triangle_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 400px;
}

.solutions {
    padding: 250px 0 175px;
    position: relative;
}

.solutions .headline {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 22.86vw;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.solutions .wrapper__left {
    max-width: 750px;
    width: 100%;
}

.solutions .wrapper__left .title {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 7.91vw;
    line-height: 100%;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 75px;
}

.solutions .wrapper__left .title span {
    background: linear-gradient(225deg, #ffc000 0%, #ffe500 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solutions .wrapper__left .subtitle  {
    margin: 0 0 75px;
}

.solutions .wrapper__left .subtitle .title {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 2.76vw;
    line-height: 100%;
    color: #fff;
    margin: 0 0 20px;
}

.solutions .wrapper__left .subtitle .desc {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 26px;
    color: #fff;
    max-width: 375px;
    width: 100%;
}

.solutions .wrapper__left .bottom p {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 3.90vw;
    line-height: 100%;
    color: #fff;
}

.solutions .wrapper__left .bottom p span {
    background: linear-gradient(225deg, #ffc000 0%, #ffe500 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.first_p {
    margin: 0 0 20px;
}

.second_p {
    margin: 0 0 20px 70px;
}

.third_p {
    margin: 0 0 20px 140px;
}

.fourth_p {
    margin: 0 0 20px 210px;
}

.solutions__wrapper {
    display: flex;
    position: relative;
}

.solutions .wrapper__right {
    position: absolute;
    right: 0;
    bottom: -325px;
}

.marquee_section {
    position: relative;
}

.futures__wrapper .headline {
    position: relative;
}

.futures__wrapper .headline:after {
    position: absolute;
    content: '';
    background-image: url(../img/crypt_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 450px;
    width: 450px;
    top: -125px;
    bottom: auto;
    right: -85px;
    z-index: -1;
}

.futures__wrapper .title {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 11.71vw;
    line-height: 100%;
    color: #fff;
    padding: 0 0 0 75px;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 30px;
}

.futures__wrapper .title:after {
    position: absolute;
    content: '';
    background-image: url(../img/triangle_4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 350px;
    width: 350px;
    top: auto;
    bottom: auto;
    right: 0;
    z-index: -1;
}

.futures__wrapper .subtitle {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 11.71vw;
    line-height: 100%;
    color: #fff;
    text-align: right;
    padding: 0 250px 0 0;
}

.futures .text_btn__block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 60px 75px 0 0;
}

.futures .text_btn__block .desc {
    color: #FFF;
    text-align: right;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    max-width: 490px;
    margin: 0 35px 0 0;
}

.futures .text_btn__block .btn_block {
    max-width: 267px;
    width: 100%;
}













/* Media */

@media screen and (min-width: 2561px) {
    .header__menu {
        max-width: 600px;
    }

    .first_screen {
        height: 1500px;
    }

    .first_screen__wrapper {
        justify-content: center;
    }

    .first_screen__up__left {
        padding-top: 0;
    }

    .about_us {
        height: auto;
    }

    .about_us .wrapper__left {
        max-width: 1750px;
    }

    .about_us .wrapper__right {
        max-width: 1500px;
        padding: 0 0 75px 0;
    }

    .triangle_2 {
        top: -150px;
    }

    .about_us .wrapper__left .image_block2 {
        bottom: -180px;
        right: -200px;
        max-width: 1600px;
    }

    .futures__wrapper .title {
        margin: 0 auto 30px calc(40% - 400px);
    }

    .futures__wrapper .subtitle {
        padding: 0;
        text-align: center;
        margin: 0 -700px 0 0;
    }

    .about_us__wrapper .desc {
        line-height: 240px;
    }

    .about_us {
        height: auto;
    }

    .first_screen {
        height: 1050px;
    }

    .triangle_3 {
        left: 1000px;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .header__menu {
        max-width: 600px;
    }

    .about_us .wrapper__left {
        max-width: 1200px;
    }

    .about_us .wrapper__right {
        max-width: 1100px;
    }

    .triangle_3 {
        left: 700px;
    }

    .futures__wrapper .title {
        margin: 0 auto 30px calc(40% - 400px);
    }

    .futures__wrapper .subtitle {
        padding: 0 325px 0 0;
    }

    .about_us .wrapper__left .image_block2 {
        bottom: -200px;
        right: -120px;
        max-width: 1100px;
    }

    .solutions {
        padding: 400px 0 175px;
    }

    .about_us {
        height: auto;
    }

    .first_screen {
        height: 1050px;
    }
}

@media screen and (min-width: 1921px) {
    .first_screen__up .title {
        font-size: 440px;
    }

    .about_us__wrapper .desc {
        font-size: 152px;
    }

    .solutions .headline {
        font-size: 440px;
    }

    .solutions .wrapper__left .title {
        font-size: 152px;
    }

    .solutions .wrapper__left .bottom p {
        font-size: 75px;
    }

    .futures__wrapper .title, .futures__wrapper .subtitle {
        font-size: 225px;
    }

    .contacts .headline .title {
        font-size: 312px;
    }

    .desc_elem__up p, .desc_elem__bottom p, .desc_elem__bottom a {
        font-size: 78px;
    }

    .desc_elem__up a {
        font-size: 95px;
    }

    .contacts .headline .subtitle {
        max-width: 1090px;
        font-size: 35px;
    }

    .first_screen__up .desc {
        font-size: 28px;
    }
}

@media screen and (max-width: 1600px) {
    .about_us {
        height: auto;
    }

    .about_us__bg {
        height: 1130px;
        /*background-size: 65%;*/
        top: -85px;
    }

    .futures {
        position: relative;
    }

    .marquee0 .image__block, .marquee0 .image__block img {
        width: 505px;
        height: 360px;
    }

    .header__wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .first_screen__up__left {
        padding-top: 200px;
    }

    .first_screen__up__right img {
        width: 850px;
        height: 785px;
    }

    .about_us .wrapper__left {
        max-width: 50%;
    }

    .about_us .wrapper__right {
        max-width: 45%;
        padding: 0;
    }

    .triangle_2 {
        top: -100px;
        left: 300px;
    }

    .triangle_3 {
        left: 300px;
        bottom: -60px;
    }

    .about_us .wrapper__left .image_block2 {
        bottom: -130px;
        right: -65px;
    }

    .about_us__wrapper .desc {
        line-height: 120px;
    }

    .second_p {
        margin: 0 0 20px 60px;
    }

    .third_p {
        margin: 0 0 20px 120px;
    }

    .fourth_p {
        margin: 0 0 20px 180px;
    }

    .futures__wrapper .subtitle {
        padding: 0 190px 0 0;
    }
}

@media screen and (max-width: 1536px) {

    .first_screen__up .title:after {
        right: -25px;
        top: -85px;
        width: 175px;
        height: 50px;
    }

    .about_us__bg {
        height: 1060px;
        top: -45px;
    }

    .solutions {
        padding: 150px 0 175px;
    }

    .solutions .wrapper__right {
        bottom: -300px
    }

    .solutions .wrapper__right img {
        width: 85%;
    }
}

@media screen and (max-width: 1440px) {
    .first_screen__up__right img {
        width: auto;
        height: 735px;
    }

    .marquee0 .image__block, .marquee0 .image__block img {
        width: 430px;
        height: 300px;
    }

    .first_screen__bottom__item .title {
        font-size: 54px;
    }

    .about_us__bg {
        height: 965px;
        top: 15px;
    }

    .first_screen {
        height: 900px;
    }

    .triangle_3 {
        left: 240px;
    }

    .solutions .wrapper__right {
        bottom: -250px;
    }

    .solutions .wrapper__right .image_block {
        justify-content: flex-end;
    }

    .solutions .wrapper__right img {
        width: 75%;
    }

    .futures__wrapper .headline:after {
        height: 350px;
        width: 350px;
    }

    .futures__wrapper .subtitle {
        padding: 0 75px 0 0;
    }

    .contacts {
        padding: 100px 0 50px;
    }
}

@media screen and (max-width: 1366px) {
    .first_screen__up__right img {
        height: 635px;
    }

    .about_us__elem {
        max-width: 630px;
    }

    .first_screen__up__left {
        padding-top: 175px;
    }

    .first_screen__bottom__item .image_block {
        width: 125px;
        height: 125px;
    }

    .about_us__bg {
        height: 975px;
        top: 7px;
    }

    .first_screen__bottom__item .title {
        margin-bottom: -15px;
    }

    .first_screen {
        height: 760px;
    }

    .triangle_3 {
        /*bottom: 65px;*/
        left: 150px;
    }

    .about_us__wrapper .desc {
        line-height: 100px;
    }

    .about_us .wrapper__right {
        padding: 0 75px 0 0;
    }

    .solutions {
        padding: 110px 0 175px;
    }
}

@media screen and (max-width: 1280px) {
    .traffix_in_gambling, .traffix_in_telegram, .traffix_in_dating, .traffix_in_crypt {
        padding: 60px 0;
    }

    .traingle_1 {
        top: -30%;
        height: 250px;
        width: 110px;
    }

    .traingle_2 {
        height: 275px;
        width: 80px;
    }

    .about_us__elem {
        max-width: 620px;
    }

    .about_us__bg {
        height: 975px;
        top: -160px;
    }

    .futures {
        padding: 150px 0 100px;
    }

    .futures .text_btn__block .btn_block {
        margin-right: -300px;
    }

    .about_us__elem {
        max-width: 550px;
    }

    .first_screen__up .title:after {
        right: -30px;
        top: -65px;
        width: 150px;
        height: 40px;
    }

    .about_us .wrapper__right {
        padding: 0 75px 0 0;
    }

    .triangle_2 {
        top: -80px;
    }

    .triangle_3 {
        bottom: -55px;
        left: 175px;
    }

    .about_us .wrapper__right .headline .title:after {
        width: 72%;
    }
}

@media screen and (max-width: 1275px) {
    .header_right {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%);
        padding: 90px 0 20px;
        opacity: 0;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        border-radius: 0;
        z-index: 1200;
        top: 0;
        left: 0;
        height: auto;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        box-shadow: 0px 5px 15px 0px rgba(0, 50, 100, 0.07);
        border-radius: 0 0 20px 20px;
        background: #111010;
    }

    .header_right.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
    }

    .header__menu {
        margin: 0 0 30px;
    }

    .header__list {
        flex-direction: column;
    }

    .header__list li {
        padding: 7px 0;
    }

    .header__info {
        position: relative;
    }

    .header .container {
        padding: 0;
    }

    .header__wrapper {
        justify-content: space-between;
    }

    .logo {
        z-index: 1500;
        position: relative;
    }

    .first_screen__bottom__item .title {
        font-size: 50px;
    }

    .first_screen__up {
        margin: 0 0 70px;
        flex-direction: column;
    }

    .first_screen__up__left {
        padding-top: 200px;
    }

    .headline .subtitle {
        font-size: 100px;
    }

    .about_us__bg {
        height: 765px;
        top: -95px;
    }

    .about_us__elem {
        max-width: 40%;
    }

    .futures .text_btn__block {
        margin: 60px 0 0;
        flex-direction: column;
    }

    .futures .text_btn__block .desc {
        text-align: center;
        margin: 0 0 35px;
    }

    .futures .text_btn__block .btn_block {
        margin-right: 0;
    }

    .futures {
        padding: 135px 0;
    }

    .first_screen__up .title {
        width: fit-content;
        margin: 0 auto;
    }

    .main_menu {
        display: none;
    }

    .burger {
        right: 15px;
    }

    .numbers-list {
        flex-direction: column;
        align-items: center;
    }

    .first_screen {
        height: 1000px;
    }

    .counter_block:not(:last-child) {
        margin: 0 0 25px;
    }

    .about_us__wrapper {
        flex-direction: column;
    }

    .about_us .wrapper__left {
        max-width: 100%;
        margin: 0 0 60px;
    }

    .about_us .wrapper__left .image_block2 {
        bottom: -110px;
    }

    .about_us .wrapper__left .image_block {
        height: 700px;
    }

    .triangle_2 {
        display: none;
    }

    .about_us .wrapper__left .image_block2 {
        right: -85px;
    }

    .about_us .wrapper__right {
        padding: 0 0 0 15px;
        max-width: 100%;
    }

    .about_us__wrapper .desc {
        line-height: 1;
        background: linear-gradient(225deg, #ffc000 0%, #ffe500 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .triangle_3 {
        bottom: -45px;
        left: -30px;
    }

    .solutions__wrapper {
        flex-direction: column-reverse;
    }

    .solutions .wrapper__right {
        bottom: 0;
        position: relative;
    }

    .solutions .wrapper__right img {
        width: 70%;
        margin: 0 auto;
    }

    .solutions .wrapper__left .title {
        margin: 0;
    }

    .solutions .wrapper__left .subtitle .desc {
        max-width: 100%;
    }

    .second_p, .third_p, .fourth_p {
        margin: 0 0 20px;
    }

    .solutions .wrapper__left {
        max-width: 100%;
    }

    .solutions .wrapper__left .subtitle {
        margin: 0 0 20px;
    }

    .solutions {
        padding: 110px 0 50px;
    }

    .futures__wrapper .title:after {
        height: 200px;
        width: 200px;
    }

    .futures__wrapper .title {
        padding: 0 0 0 15px;
    }

    .futures__wrapper .subtitle {
        padding: 0 0 0 15px;
        text-align: left;
    }

    .futures__wrapper .headline:after {
        display: none;
    }

    .futures {
        padding: 60px 0;
    }

    .contacts .headline .subtitle {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        font-size: 3.82vw;
    }

    .desc_elem__up, .desc_elem__bottom {
        flex-direction: column;
    }

    .desc_elem__up {
        margin: 0 0 30px;
    }

    footer .main_menu {
        display: flex;
    }

    footer .main_menu .header__list {
        align-items: center;
    }

    .footer_up {
        flex-direction: column;
    }

    .footer__logo {
        margin: 0 0 40px;
    }

    footer .header__menu {
        margin: 0;
    }

    footer {
        padding: 50px 0;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: flex;
    }

    .counter_desc {
        min-width: 200px;
    }
}

@media only screen
and (max-device-width: 1000px) {
    .first_screen__bottom {
        overflow: auto;
    }

    .first_screen__bottom::-webkit-scrollbar {
        width: 10px;
        height: 8px;
        background: transparent;
    }

    .first_screen__bottom::-webkit-scrollbar-thumb {
        /*background: linear-gradient(267deg, #FFC000 0%, #FFE500 100%);*/
        background: transparent;
        max-width: 153px;
    }


    .first_screen__bottom__item {
        min-width: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 30px;
    }

    .traffix_in_gambling__wrapper, .traffix_in_dating__wrapper {
        flex-direction: column;
    }

    .traffix_in_telegram__wrapper, .traffix_in_crypt__wrapper {
        flex-direction: column-reverse;
    }

    .traffix_in_gambling__wrapper .image_block, .traffix_in_telegram__wrapper .image_block,
    .traffix_in_dating__wrapper .image_block, .traffix_in_crypt__wrapper .image_block {
        max-width: 50%;
        margin: 0 auto;
    }

    .traffix_in_gambling__wrapper .wrapper__right, .traffix_in_telegram__wrapper .wrapper__left, .traffix_in_dating__wrapper .wrapper__right, .traffix_in_crypt__wrapper .wrapper__left {
        max-width: 100%;
        width: 100%;
    }

    .traffix_in_gambling__wrapper .wrapper__right .desc,
    .traffix_in_dating__wrapper .wrapper__right .desc {
        max-width: 100%;
        margin: 0 0 30px;
    }

    .wrapper__right .btn_block {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .traffix_in_telegram__wrapper .headline, .traffix_in_crypt__wrapper .headline {
        text-align: left;
    }

    .traffix_in_telegram__wrapper .wrapper__left .desc, .traffix_in_crypt__wrapper .wrapper__left .desc {
        max-width: 100%;
        width: 100%;
        margin: 0 0 30px;
        text-align: left;
    }

    .traffix_in_telegram__wrapper .wrapper__left .btn_block,
    .traffix_in_crypt__wrapper .wrapper__left .btn_block {
        justify-content: center;
    }

    .traingle_1, .traingle_2 {
        display: none;
    }

    .about_us__bg {
        background-size: contain;
        /*-webkit-filter: blur(10px);*/
        /*filter: blur(10px);*/
        opacity: .5;
        top: 0;
    }

    .about_us .container {
        padding: 0;
    }

    .about_us__elem {
        max-width: 100%;
    }

    .about_us__elem .headline {
        text-align: center;
    }

    .about_us__wrapper .btn_block {
        display: flex;
        justify-content: center;
    }

    .first_screen__up__right {
        display: flex;
        justify-content: center;
    }

    .traffix_in_gambling, .traffix_in_telegram, .traffix_in_dating, .traffix_in_crypt {
        padding: 0;
    }

    .first_screen__up .desc {
        font-size: 24px;
    }

    .marquee .js-marquee-wrapper {
        width: 400% !important;
    }

    .marquee .js-marquee {
        width: 200%;
    }
}

@media screen and (max-width: 768px) {
    .first_screen__up__right img {
        height: 600px;
    }
}

@media screen and (max-width: 640px) {
    .first_screen__up .title {
        font-size: 112.44px;
    }

    .first_screen {
        height: auto;
        padding: 0 0 110px;
    }

    .first_screen__up {
        margin: 0;
    }

    .first_screen__up__left {
        padding-top: 150px;
    }

    .first_screen__up .desc {
        margin: 10px 0 45px;
        font-size: 21px;
    }

    .first_screen__bottom__item {
        min-width: 70%;
    }

    .headline .subtitle {
        font-size: 70px;
    }

    .traffix_in_gambling__wrapper .wrapper__right .desc,
    .traffix_in_telegram__wrapper .wrapper__left .desc,
    .traffix_in_dating__wrapper .wrapper__right .desc,
    .traffix_in_crypt__wrapper .wrapper__left .desc,
    .futures .text_btn__block .desc,
    .contacts .headline .subtitle,
    .contacts .headline .desc {
        font-size: 21px;
    }

    .action_btn {
        max-width: 100% !important;
        height: 50px !important;
    }

    .traffix_in_gambling__wrapper .image_block,
    .traffix_in_telegram__wrapper .image_block,
    .traffix_in_dating__wrapper .image_block,
    .traffix_in_crypt__wrapper .image_block {
        max-width: 100%;
    }

    .futures__wrapper .title, .contacts .headline .title {
        font-size: 100px;
    }

    /*.inputs_block {*/
    /*    flex-direction: column;*/
    /*}*/

    /*.inputs_block .input_field {*/
    /*    width: 100%;*/
    /*}*/

    .contacts__elem form {
        padding: 30px 20px;
    }

    .scroll_up {
        max-width: 45px;
    }

    .marquee0 .image__block, .marquee0 .image__block img {
        width: 275px;
        height: 196px;
    }

    .futures .text_btn__block {
        margin: 40px 0 0;
    }

    .popup-block__inner {
        padding: 30px 20px;
    }

    .popup-block .title {
        margin: 0 0 15px;
    }

    .popup-block input {
        height: 40px;
    }

    .popup-block textarea {
        height: 60px;
    }

    .header__menu {
        max-width: 100%;
    }

    .header__wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .first_screen__up .title:after {
        right: -30px;
        top: -45px;
        width: 120px;
        height: 25px;
    }

    .traffix_in_crypt {
        padding: 0 0 60px;
    }

    .logo {
        padding-left: 15px;
        display: none;
    }

    .burger {
        margin-right: 15px;
    }

    .marquee .text__block p {
        font-size: 48px;
    }

    .marquee {
        height: 70px;
    }

    .about_us .wrapper__left .image_block {
        height: auto;
    }

    .about_us__wrapper .desc {
        font-size: 70px;
    }

    .triangle_3 {
        bottom: -90px;
        left: -35px;
    }

    .about_us .wrapper__right .headline .subtitle {
        margin: 0 0 30px;
        padding: 0 15px 0 0;
    }

    .about_us__wrapper .desc {
        margin: 0 0 20px;
        padding: 0 15px 0 0;
    }

    .about_us__wrapper .bottom {
        padding: 0 15px 0 0;
    }

    .solutions .wrapper__right img {
        width: 100%;
        margin: -90px auto -50px;
    }

    .solutions .wrapper__left .title {
        font-size: 70px;
    }

    .solutions .wrapper__left .subtitle .title {
        font-size: 53.6px;
        margin: 0;
    }

    .solutions .wrapper__left .bottom p {
        font-size: 70px;
    }

    .solutions {
        padding: 110px 0 0;
    }

    .futures__wrapper .title, .contacts .headline .title {
        font-size: 70px;
    }

    .contacts .headline .title {
        margin: 0 0 15px;
    }

    .futures__wrapper .title:after {
        height: 100px;
        width: 100px;
    }

    .contacts {
        padding: 50px 0 5px;
    }

    .contacts__elem {
        margin: 20px auto 0;
    }

    .solutions .wrapper__right {
        width: 135%;
        margin: 0 auto 0 -55px;
    }

    .first_p, .second_p, .third_p {
        margin: 0;
    }

    .fourth_p {
        margin: 0 0 20px;
    }

    .counter_block:not(:last-child) {
        margin: 0;
    }

    .counter_elem.gold {
        line-height: 100%;
    }

    .about_us .wrapper__right .headline .title:after {
        width: 58%;
        top: 20px;
    }

    .futures .text_btn__block .desc {
        margin: 0 15px 35px;
    }
}

@media screen and (max-width: 414px) {
    .first_screen__up__right img {
        height: 540px;
    }
}

@media only screen
and (min-device-width: 414px)
and (max-device-width: 414px)
and (min-device-height: 736px)
and (max-device-height: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    .first_screen__up__right img {
        height: 385px;
    }
}

@media screen and (max-width: 393px) {
    .first_screen__up .title {
        font-size: 100px;
    }

    .first_screen__up .desc {
        margin: 10px 0 25px;
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {
    .first_screen__up__right img {
        height: 500px;
    }

    .first_screen__bottom__item .title {
        font-size: 40px;
    }

    .futures__wrapper .title, .contacts .headline .title {
        font-size: 80px;
    }

    .first_screen__up__left {
        padding-top: 125px;
    }

    .counter_block:not(:last-child) {
        margin: 0;
    }
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 375px)
and (min-device-height: 667px)
and (max-device-height: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .first_screen__up__left {
        padding-top: 125px;
    }

    .first_screen__up .title {
        font-size: 100px;
    }

    .first_screen__up .desc {
        margin: 0 0 45px 7px;
        font-size: 14px;
    }

    .first_screen__up__right img {
        height: 360px;
    }
}

@media screen and (max-width: 360px) {
    .first_screen__up__right img {
        height: 450px;
    }

    .futures__wrapper .title, .headline .subtitle {
        font-size: 64px;
    }
}