.footer-form-block ul li a, .header-nav-block ul li a, .mob-menu-wrapper ul li a, .start-take-profit {
    text-transform: uppercase;
    text-decoration: none
}

* {
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    padding: 0;
    outline: 0;
    scroll-behavior: smooth
}

body {
    max-width: 2400px
}

.header-title-wrapper__section, section {
    max-width: 1200px;
    height: 98%;
    width: 95%;

}
ul {
    list-style: none;
}

header {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #000;
    z-index: 5
}

.container {
    background-color: #fff
}

section {
    overflow: hidden;
    position: relative
}

.header-title-wrapper__section {
    overflow: visible;
    position: relative
}

.center, .coin-block, .header-nav, .header-nav-block, .header-nav-block .logo, .number-of-seats-block, .partner-block, .range-wrapper {
    width: 100%
}

.center {
    height: 70%;
    display: flex;
    align-items: center
}

.header-nav {
    height: 80px;
    display: grid;
    grid-template-columns:200px 1fr
}

.header-nav-block ul {
    list-style: none;
    width: 100%;
    height: 100%;
    text-align: right
}

.header-nav-block ul li {
    display: inline-block;
    height: 80px;
    margin-left: 32px
}

.header-nav-block ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    transition: .3s;
    user-select: none
}

.footer-form-block ul li a:hover, .header-nav-block ul li a:hover, .mob-menu-wrapper ul li a:hover, footer p span {
    color: #f6aa35
}

.mobile-menu {
    display: none !important
}

.mobile-menu button {
    width: 40px;
    height: 40px;
    background: 0 0;
    border: none
}

.header-title-wrapper {
    width: 100%;
    height: calc(100vh - 80px);
    padding-top: 80px;
    background-image: url("../img/backpc.png");
    background-size: cover
}

.form-wrapper {
    width: 480px;
    max-height: 1200px;
    background: linear-gradient(0deg, #ffb81e 3%, rgba(0, 0, 0, 0) 75%);
    height: 87%;
    display: inline-block
}

.coins-grid-wrapper, .whatisit-wrapper {
    display: grid;
    grid-template-rows:1fr;
    grid-row-gap: 0px
}

.form-wrapper form {
    padding: 0 32px;
    box-sizing: border-box
}

.form-wrapper form h1 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    padding-bottom: 12px
}

.form-wrapper form h2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 32px;
    font-weight: 400;
    max-width: 250px
}

.footer-form-block input, .form-wrapper form input {
    width: 100%;
    padding: 15px 32px;
    box-sizing: border-box;
    font-size: 15px;
    border-radius: 8px;
    border: none;
    margin-bottom: 12px
}

.iti {
    width: 100% !important
}

.warning {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 24px;
    text-align: left;
}

.footer-form-block button, .form-wrapper form button {
    border-radius: 8px;
    background: var(--fbbd-18, #fbbd18);
    width: 100%;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 12px 0;
    text-transform: uppercase;
    transition: .3s;
    position: relative
}

.footer-form-block button:hover, .form-wrapper form button:hover {
    box-shadow: 0 0 14px rgb(0 0 0 / 25%)
}

.coins-grid-wrapper {
    width: 100%;
    grid-template-columns:repeat(4, 1fr);
    grid-column-gap: 28px;
    padding-top: 13px
}

.coin-block:first-child, .feedback-block:first-child, .number-of-seats-block:first-child, .timer-block:first-child, .user-info:first-child, .whatisit-block:first-child {
    grid-area: 1/1/2/2
}

.coin-block:nth-child(2), .feedback-block:nth-child(2), .footer-form-block:nth-child(2), .number-of-seats-block:nth-child(2), .timer-block:nth-child(2), .user-info:nth-child(2), .whatisit-block:nth-child(2) {
    grid-area: 1/2/2/3
}

.coin-block:nth-child(3), .feedback-block:nth-child(3) {
    grid-area: 1/3/2/4
}

.coin-block:nth-child(4) {
    grid-area: 1/4/2/5
}

.coin-logo-wrapper {
    width: 100%;
    border: 2px solid #815603;
    border-radius: 100%;
    padding: 2px;
    box-sizing: border-box
}

.coin-block .center {
    background-color: #815603;
    border-radius: 100%;
    aspect-ratio: 1/1
}

.coin-block h4 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    text-align: center
}

.whatisit-wrapper {
    width: 100%;
    padding: 126px 0;
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap: 15px
}

.whatisit-block {
    width: 100%;
    position: relative;
    overflow: hidden
}

.whatisit-block h1 {
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 70px
}

.whatisit-block p {
    padding-bottom: 18px;
    font-size: 18px;
    width: 80%;
    display: inline-block
}

.whatisit-block .coin {
    position: relative;
    z-index: 2;
    width: 100%
}

.spinback-for-coin {
    position: absolute;
    width: 100%;
    z-index: 1;
    animation: 45s linear infinite spinner
}

@keyframes spinner {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.video-preload-wrapper {
    width: 100%;
    height: 680px;
    position: relative
}

.video-preload-wrapper::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .7)
}

.video-back {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: -1
}

.video-btn-wrapper {
    width: 176px;
    height: 176px;
    background-color: rgba(255, 255, 255, .2);
    position: relative;
    z-index: 2;
    border-radius: 100%;
    padding: 5px;
    box-sizing: border-box
}

.video-btn-wrapper button {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #ffaf04;
    background: 0 0;
    transition: .4s
}

.video-btn-wrapper button svg {
    left: 5px;
    position: relative;
    transition: .6s
}

.video-btn-wrapper button:hover {
    background-color: #ffaf04
}

.video-btn-wrapper button:hover svg {
    fill: white
}

.advantages-wrapper {
    width: 100%;
    height: 325px;
    overflow: hidden;
    padding: 100px 0 0
}

.advantages-wrapper h1 {
    color: #000;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px
}

.advantages-wrapper p {
    padding-bottom: 18px;
    font-size: 16px;
    width: 80%;
    text-align: center
}

.advantages-list-wrapper {
    width: 60%;
    aspect-ratio: 1/0.5;
    position: relative
}

.advantages-list {
    width: 100%;
    height: 100%;
    position: relative
}

.advantage-block {
    width: 100px;
    height: 100px;
    border: 3px solid #fbbd18;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    z-index: 2
}

.advantage-img-wrapper {
    padding: 3px;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.advantage-img-black-border {
    width: 100%;
    height: 100%;
    background-color: #3a3a3a;
    border-radius: 100%;
    padding: 2px;
    box-sizing: border-box
}

.advantage-img-wrapper .center {
    background-color: #fff;
    border-radius: 100%
}

.advantage-img-wrapper .center img {
    width: 50px
}

.advantage-text {
    width: 200px;
    position: absolute
}

.advantage-text h3 {
    font-size: 18px
}

.advantage-text p {
    font-size: 13px
}

.advantage-block:first-child {
    left: -40px;
    bottom: 65px
}

.advantage-block:nth-child(2) {
    left: 92px;
    top: 17px
}

.advantage-block:nth-child(3) {
    left: 0;
    right: 0;
    top: -50px
}

.advantage-block:nth-child(4) {
    right: 92px;
    top: 17px
}

.advantage-block:nth-child(5) {
    right: -40px;
    bottom: 65px
}

.advantage-block:first-child .advantage-text {
    top: -73px;
    left: -150px
}

.advantage-block:nth-child(2) .advantage-text {
    top: -91px;
    left: -151px
}

.advantage-block:nth-child(3) .advantage-text {
    top: -95px;
    left: -77px;
    width: 250px;
    text-align: center
}

.advantage-block:nth-child(4) .advantage-text {
    top: -91px;
    right: -180px
}

.advantage-block:nth-child(5) .advantage-text {
    top: -73px;
    right: -225px;
    width: 250px
}

.advantage-circle {
    width: 100%;
    height: 200%;
    border: 1px solid #ffaf04;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: rotate(-180deg)
}

.advantage-circle::before {
    width: 100%;
    height: 50%;
    content: '';
    bottom: -2px;
    background-color: #fff;
    position: absolute
}

.irs--flat::after, .irs--flat::before {
    height: 8px;
    content: '';
    top: 25px;
    z-index: 2;
    position: absolute
}

.spin-advantage {
    animation: 1.8s linear forwards spin-advantages
}

@keyframes spin-advantages {
    0% {
        transform: rotate(-180deg)
    }
    100% {
        transform: rotate(0)
    }
}

.advantage-center-circle {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    z-index: 3;
    border: 12px solid #ffaf04;
    border-radius: 100%
}

.advantage-center-circle img {
    display: block;
    width: 150px;
    margin-top: 60px;
    margin-left: 194px
}

.calc-wrapper {
    width: 100%;
    background-image: url("../img/5324 1.png");
    background-size: cover;
    padding: 175px 0
}

.calc-wrapper h1 {
    font-size: 45px;
    color: #fff;
    padding-bottom: 5px
}

.calc-wrapper h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    padding-left: 50px;
    padding-bottom: 100px
}

.range-wrapper h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 400
}

.feedback-wrapper h1, .partners-wrapper h1 {
    font-size: 45px;
    text-align: center
}

.range-wrapper h4 p {
    width: 250px;
    text-align: left;
    display: inline-block
}

.range-wrapper h4 span {
    padding-left: 20px;
    font-weight: 700;
    font-size: 40px;
    position: relative;
    top: 5px
}

#investments {
    color: #fff
}

#profit {
    color: #ffaf04
}

.profit-range-wrapper {
    max-width: 1200px;
    width: 95%
}

.irs--flat {
    width: 50%;
    display: inline-block !important;
    height: 50px !important
}

.irs--flat::before {
    width: 100.6%;
    background-color: #fff;
    left: -100%
}

.irs--flat::after {
    width: 50.6%;
    background: linear-gradient(90deg, #fff 5%, rgba(255, 255, 255, 0) 100%);
    right: -50%;
    border-radius: 0 100% 100% 0
}

.irs--flat .irs-bar, .irs--flat .irs-line {
    background-color: #fff !important;
    height: 8px !important
}

.irs-max, .irs-min, .irs-single::before {
    display: none !important
}

.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
    background-color: #fff !important;
    padding: 6px 5px !important;
    border-radius: 100% !important;
    top: 13px !important;
    z-index: 8 !important;
    color: #fff !important;
    width: 15px !important;
    overflow: hidden;
    border: 4px solid #f6aa35
}

.start-take-profit {
    display: inline-block;
    padding: 15px 25px;
    font-size: 18px;
    color: #000;
    background-color: #f6aa35;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 130px
}

.feedback-wrapper, .partners-wrapper {
    width: 100%;
    padding: 100px 0
}

.partners-list {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-template-rows:repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding: 65px 0 0
}

.feedback-list, .footer-form-grid, .user-profit-grid {
    grid-template-rows:1fr;
    grid-row-gap: 0px
}

.partner-block:first-child {
    grid-area: 1/1/2/2;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.partner-block:nth-child(2) {
    grid-area: 1/2/2/3;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.partner-block:nth-child(3) {
    grid-area: 1/3/2/4;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.partner-block:nth-child(4) {
    grid-area: 1/4/2/5;
    border-bottom: 1px solid #f1f1f1
}

.partner-block:nth-child(5) {
    grid-area: 2/1/3/2;
    border-right: 1px solid #f1f1f1
}

.partner-block:nth-child(6) {
    grid-area: 2/2/3/3;
    border-right: 1px solid #f1f1f1
}

.partner-block:nth-child(7) {
    grid-area: 2/3/3/4;
    border-right: 1px solid #f1f1f1
}

.partner-block:nth-child(8) {
    grid-area: 2/4/3/5;
    border-right: 1px solid #f1f1f1
}

.feedback-list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-column-gap: 25px;
    padding-top: 100px
}

.feedback-block {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #ffaf04;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    position: relative
}

.feedback-block img {
    width: 116px;
    height: 116px;
    position: absolute;
    border: 1px solid #ffaf04;
    border-radius: 100%;
    display: block;
    left: 0;
    right: 0;
    top: -58px
}

.feedback-block h3 {
    font-size: 20px;
    padding-top: 70px;
    text-align: center
}

.feedback-block p {
    font-size: 15px;
    text-align: center;
    padding: 35px 0;
    width: 100%;
    border-bottom: 1px solid #ececec;
    min-height: 150px
}

.user-profit-grid {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap: 0px
}

.user-info h4 {
    font-weight: 400;
    font-size: 15px;
    padding: 43px 0 8px
}

.user-info h5 {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    padding-bottom: 42px
}

.footer-form-container {
    position: relative;
    background-color: #353535;
    padding: 120px 0 55px
}

.footer-form-back {
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0
}

.footer-form-grid, .number-of-seats-wrapper, .timer-wrapper {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    width: 100%
}

.footer-form-block, .iti__country-list ul {
    position: relative;
    bottom: 0;
    right: 0
}

.footer-form-grid {
    grid-column-gap: 40px
}

.footer-form-block {
    width: 100%;
    text-align: right;
    list-style: none
}

.footer-form-block:first-child {
    grid-area: 1/1/2/2;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffaf04 0, rgba(0, 0, 0, .13) 100%);
    padding: 45px 45px 75px;
    box-sizing: border-box
}

.footer-form-block:first-child h2 {
    font-size: 35px;
    text-align: center;
    color: #fff
}

.footer-form-block:first-child h3 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    max-width: 350px;
    width: 100%;
    font-weight: 400;
    padding: 15px 0 32px
}

.number-of-seats-wrapper {
    grid-template-rows:repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.number-of-seats-block:nth-child(3) {
    grid-area: 2/1/3/3
}

.number-of-seats-block h2 {
    color: #fff;
    font-size: 50px;
    text-align: right;
    line-height: 40px
}

.timer-wrapper {
    grid-template-rows:1fr;
    grid-column-gap: 8px;
    grid-row-gap: 0px
}

.timer-block {
    width: calc(100% - 8px);
    border-radius: 8px;
    border: 4px solid #ffaf04
}

.timer-block h3 {
    font-size: 85px;
    color: #fff;
    padding: 15px 0
}

.number-of-seats-block:nth-child(3) h5 {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #fff
}

.number-of-seats-block:nth-child(3) img {
    display: block;
    margin-right: 35%;
    margin-top: 10px
}

.footer-form-block ul li {
    padding-bottom: 10px
}

.footer-form-block ul li a {
    color: #fff;
    font-size: 15px;
    transition: .3s
}

footer {
    background-color: #353535;
    padding: 20px 0;
    width: 100%
}

footer p {
    color: #fff;
    font-size: 15px;
    text-align: center
}

.footer-mob-links, .mob-timer-wrapper, .mobversion {
    display: none
}

@media (max-width: 1400px) {
    .header-title-wrapper {
        background-image: url('../img/backpc.png')
    }
}

@media (max-width: 1200px) {
    .advantage-block:nth-child(4) {
        right: 81px;
        top: 17px
    }

    .advantage-block:nth-child(2) {
        left: 81px;
        top: 17px
    }

    .advantage-block:nth-child(5) .advantage-text {
        right: -200px;
        width: 200px
    }

    .advantage-text h3 {
        font-size: 16px
    }
}

@media (max-width: 1110px) {
    .advantage-block:nth-child(4) {
        right: 81px;
        top: 17px
    }

    .advantage-block:nth-child(2) {
        left: 81px;
        top: 17px
    }

    .advantage-block:first-child .advantage-text {
        left: -78px;
        width: 160px;
        top: -90px
    }

    .advantage-block:nth-child(5) .advantage-text {
        right: -160px;
        width: 200px;
        top: -90px
    }

    .advantage-center-circle {
        width: 450px;
        height: 450px
    }

    .advantage-center-circle img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }

    .advantage-block {
        width: 80px;
        height: 80px
    }

    .header-nav-block ul li a {
        font-size: 14px
    }

    .header-title-wrapper {
        background-image: url('../img/backpc.png')
    }

    .header-nav {
        grid-template-columns:160px 1fr
    }
}

@media (max-width: 1000px) {
    .whatisit-block p {
        width: 100%;
        font-size: 16px
    }

    .whatisit-block h1 {
        font-size: 40px;
        padding-bottom: 40px
    }

    .advantage-center-circle {
        width: 400px;
        height: 400px
    }

    .advantage-block:nth-child(4) {
        right: 75px;
        top: 8px
    }

    .advantage-block:nth-child(2) {
        left: 75px;
        top: 8px
    }

    .partners-list {
        grid-template-columns:repeat(2, 1fr);
        grid-template-rows:repeat(4, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px
    }

    .partner-block:first-child {
        grid-area: 1/1/2/2;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1
    }

    .partner-block:nth-child(2) {
        grid-area: 1/2/2/3;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1
    }

    .partner-block:nth-child(3) {
        grid-area: 2/1/3/2;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1
    }

    .partner-block:nth-child(4) {
        grid-area: 2/2/3/3;
        border-bottom: 1px solid #f1f1f1
    }

    .partner-block:nth-child(5) {
        grid-area: 3/1/4/2;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1
    }

    .partner-block:nth-child(6) {
        grid-area: 3/2/4/3;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1
    }

    .partner-block:nth-child(7) {
        grid-area: 4/1/5/2;
        border-right: 1px solid #f1f1f1
    }

    .partner-block:nth-child(8) {
        grid-area: 4/2/5/3;
        border-right: 1px solid #f1f1f1
    }

    .feedback-block img {
        width: 90px;
        height: 90px;
        top: -45px
    }

    .feedback-block p, .user-info h4 {
        font-size: 14px
    }

    .number-of-seats-block h2 {
        font-size: 40px
    }

    .video-preload-wrapper {
        height: 400px
    }

    .video-btn-wrapper {
        width: 130px;
        height: 130px
    }

    .pc-nav {
        display: none !important
    }

    .mobile-menu {
        display: inline-block !important
    }

    .footer-form-back {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

@media (max-width: 950px) {
    .advantage-center-circle {
        width: 350px;
        height: 350px
    }

    .advantage-block:nth-child(4) {
        right: 68px;
        top: 0
    }

    .advantage-block:nth-child(2) {
        left: 68px;
        top: 0
    }

    .advantage-block:nth-child(5) .advantage-text {
        right: -117px;
        width: 161px;
        top: -90px
    }

    .feedback-block p {
        min-height: 100px
    }

    .calc-wrapper h1, .feedback-wrapper h1, .partners-wrapper h1 {
        font-size: 40px
    }

    .advantage-center-circle img {
        width: 130px
    }

    .feedback-list {
        display: block;
        max-width: 350px;
        width: 100%
    }

    .feedback-block {
        margin-bottom: 100px
    }
}

@media (max-width: 860px) {
    .form-wrapper, .mobversion {
        display: block
    }

    .mobversion {
        width: 100%;
        max-width: 600px
    }

    .header-title-wrapper {
        background-image: url('../img/backmob.png')
    }

    .advantage-center-circle, .advantage-circle, .footer-form-block:nth-child(2) {
        display: none
    }

    .advantages-list-wrapper {
        width: 100%;
        aspect-ratio: auto;
        padding-bottom: 100px
    }

    .advantage-block {
        position: relative;
        max-width: 350px;
        width: 100%;
        height: auto;
        border: none;
        margin-bottom: 20px
    }

    .advantage-img-wrapper {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        border: 2px solid #f6aa35;
        margin-bottom: 10px
    }

    .advantages-wrapper {
        height: auto
    }

    .advantage-block:first-child, .advantage-block:first-child .advantage-text, .advantage-block:nth-child(2), .advantage-block:nth-child(2) .advantage-text, .advantage-block:nth-child(3), .advantage-block:nth-child(3) .advantage-text, .advantage-block:nth-child(4), .advantage-block:nth-child(4) .advantage-text, .advantage-block:nth-child(5), .advantage-block:nth-child(5) .advantage-text {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .advantage-text {
        position: relative;
        width: 100% !important;
        text-align: center
    }

    .footer-form-grid {
        display: block;
        max-width: 600px;
        width: 100%
    }

    .mob-timer-grid, .mob-timer-wrapper {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-template-rows:1fr;
        grid-row-gap: 0px
    }

    .mob-timer-wrapper {
        max-width: 600px;
        width: 100%;
        grid-column-gap: 30px;
        padding: 0 0 30px
    }

    .mob-timer-block {
        width: 100%
    }

    .mob-timer-block:first-child {
        grid-area: 1/1/2/2
    }

    .mob-timer-block:nth-child(2) {
        grid-area: 1/2/2/3
    }

    .mob-timer-block:first-child h1 {
        padding: 18px 0;
        color: #fff;
        font-size: 50px;
        text-align: right;
        line-height: 40px
    }

    .mob-timer-grid {
        grid-column-gap: 10px
    }

    .number-of-seats-block {
        width: 100%;
        padding-bottom: 40px;
        position: relative
    }

    .number-of-seats-block h5 {
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        text-align: right
    }

    .number-of-seats-block img {
        position: absolute;
        left: 40px;
        top: -100%
    }

    .footer-mob-links {
        display: block;
        list-style: none;
        max-width: 600px;
        width: 90%;
        padding-bottom: 30px
    }

    .footer-mob-links li {
        width: 100%;
        padding: 15px 0
    }

    .footer-mob-links li a {
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        transition: .3s;
        text-decoration: none;
        text-align: center;
        width: 100%;
        display: block
    }

    .footer-mob-links li a:hover {
        color: #f6aa35
    }
}

@media (max-width: 750px) {
    .whatisit-wrapper {
        display: block;
        max-width: 600px;
        width: 100%
    }

    .whatisit-block {
        margin-bottom: 50px
    }

    .calc-wrapper h2 {
        padding-left: 0
    }

    .irs--flat {
        width: 100%
    }

    .calc-wrapper {
        overflow: hidden
    }

    .header-title-wrapper {
        height: auto
    }

    .form-wrapper {
        padding: 150px 0 80px
    }
}

@media (max-width: 600px) {
    .form-wrapper {
        width: 95%;
        padding: 50px 0 80px
    }

    .coin-block h4 {
        font-size: 12px
    }

    .coins-grid-wrapper {
        grid-column-gap: 13px
    }

    .range-wrapper h4 p {
        font-size: 25px;
        width: 208px
    }

    .partner-block img {
        width: 100%
    }

    .calc-wrapper {
        padding: 65px 0
    }
}

@media (max-width: 500px) {
    .form-wrapper {
        width: 95%
    }

    .coin-block h4 {
        font-size: 12px
    }

    .coins-grid-wrapper {
        grid-column-gap: 13px
    }

    .range-wrapper h4 p {
        font-size: 20px;
        width: 163px
    }

    .range-wrapper h4 span {
        font-size: 30px
    }

    .video-preload-wrapper {
        height: 200px
    }

    .video-btn-wrapper {
        width: 90px;
        height: 90px
    }

    .video-btn-wrapper button svg {
        transform: scale(.75)
    }

    .timer-block h3 {
        font-size: 60px
    }

    .timer-block {
        width: calc(100% - 6px);
        border: 2px solid #ffaf04
    }
}

@media (max-width: 450px) {
    .timer-block h3 {
        font-size: 40px
    }

    .mob-timer-block:first-child h1 {
        font-size: 45px
    }

    .number-of-seats-block img {
        top: -85%
    }
}

@media (max-width: 400px) {
    .user-profit-grid {
        display: block;
        text-align: center
    }

    .user-info h5 {
        padding: 10px 0 30px
    }

    .user-info h4 {
        padding: 20px 0 8px
    }

    .calc-wrapper h1, .form-wrapper form h1 {
        font-size: 30px
    }

    .calc-wrapper h2 {
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 30px
    }

    .range-wrapper h4 span {
        display: block;
        padding-left: 0
    }

    .form-wrapper form h2 {
        font-size: 15px
    }

    .coin-logo-wrapper img {
        width: 30px
    }

    .coins-grid-wrapper {
        grid-column-gap: 8px
    }

    .form-wrapper form {
        padding: 0 15px
    }

    .footer-form-block:first-child {
        padding: 35px 15px
    }

    .irs--flat {
        padding: 0 10px;
        box-sizing: border-box
    }

    .irs--flat::after {
        right: -44%
    }

    .start-take-profit {
        font-size: 15px;
        width: 100%;
        padding: 15px 0;
        text-align: center
    }

    .mob-timer-block:first-child h1 {
        font-size: 35px;
        line-height: 30px
    }

    .mob-timer-wrapper {
        grid-column-gap: 14px
    }
}

@media (max-width: 380px) {
    .number-of-seats-block img {
        left: 20px
    }

    .number-of-seats-block h5 {
        font-size: 20px
    }

    .timer-block h3 {
        font-size: 25px
    }

    .timer-block {
        width: calc(100% - 6px);
        border: 2px solid #ffaf04
    }
}

.mob-menu-wrapper {
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #000;
    position: fixed;
    z-index: 10;
    margin-top: 80px
}

.mob-menu-wrapper ul {
    display: block !important;
    list-style: none;
    max-width: 600px;
    width: 90%;
    padding-bottom: 30px
}

.mob-menu-wrapper ul li {
    width: 100%;
    padding: 15px 0
}

.mob-menu-wrapper ul li a {
    font-size: 15px;
    color: #fff;
    transition: .3s;
    text-align: center;
    width: 100%;
    display: block
}

.video-wrapper {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 1000
}

.video-wrapper iframe {
    width: 60% !important;
    height: 60% !important
}