@font-face {
    font-family: 'Nunito';
    src: url('../../fonts/Nunito/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('../../fonts/Nunito/Nunito-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Sans Extra Condensed';
    src: url('../../fonts/SofiaSansExtraCondensed/SofiaSansExtraCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

:root {
    --font-family: 'Sofia Sans Extra Condensed';
    --second-family: 'Nunito';
}

*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    outline: none;
    padding: 0;
    font-family: var(--font-family);
    font-weight: 400;
}

body {
    position: relative;
    min-width: 320px;
    color: black;
    font-weight: 400;
    font-family: var(--font-family);
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.header-lang {
    position: absolute;
    z-index: 10;
    top: 55px;
    right: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: #161c24;
    border-radius: 8px;
}

.header-lang__current,
.header-lang__select {
    width: 24px;
    height: 24px;
}

.header-lang ul {
    width: 48px;
    background: #2C3845;
    border-radius: 8px;
    display: none;
    position: absolute;
    overflow: hidden;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    z-index: 100;
}

.header-lang ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-lang ul li a{
    display: block;
    margin: 2px 0;
}

.header-lang ul li a.active{
    display: none;
}

.header-la-ng:hover ul,.header-lang.show ul {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    margin: 0;
    top: 60px;
}

.promo {
    position: relative;
    background-image: url("/img/landing-4/bg.webp");
    background-size: cover;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100vh;
}

.promo__desktop-decor-1 {
    position: absolute;
    top: 0;
    left: 422px;
    width: 688px;
    height: 213px;
}

.promo__desktop-decor-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 184px;
}

.promo__desktop-decor-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 632px;
    height: 315px;
}

.promo__wrap {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    background: #04080a66;
    display: flex;
    flex-direction: column;
}

.promo__inner {
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 10px;
}

.promo__decor-girl {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 800px;
    display: block;
    max-height: 100vh;
}

.promo__decor-girl-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.promo__area {
    position: relative;
    z-index: 2;
    top: 10px;
    padding-left: 82px;
    margin: auto 0;
}

.promo__logo {
    display: inline-block;
    margin-bottom: 40px;
    width: 208px;
    height: 48px;
}

.promo__title {
    margin-bottom: -10px;
    font-weight: 900;
    font-size: 96px;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    max-width: 900px;
}

.promo__bonus {
    margin-bottom: -15px;
    font-weight: 900;
    font-size: 128px;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #00ab55;
}

.promo__bonus span {
    font-size: 96px;
}

.promo__note {
    margin-bottom: 28px;
    font-weight: 900;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
}

.promo__button {
    display: inline-block;
    padding: 27px 68px;
    font-family: var(--second-family);
    box-shadow: 0 12px 24px 0 rgba(0, 171, 85, 0.25);
    background-color: #00ab55;
    border-radius: 12px;
    font-weight: 700;
    font-size: 36px;
    line-height: 83%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition-property: background-color;
    transition-duration: 0.3s;
}

.promo__button:hover {
    background-color: #058243FF;
}

.promo__copyright {
    position: relative;
    z-index: 2;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.promo__mobile-decor-1,
.promo__mobile-decor-2,
.promo__mobile-decor-3,
.promo__mobile-decor-4 {
    display: none;
}

@media (min-width: 1920px) {
    .header-lang {
        width: 64px;
        height: 64px;
    }
    .header-lang__current, .header-lang__select {
        width: 32px;
        height: 32px;
    }
    .promo__inner {
        max-width: 2050px;
    }
    .promo__logo {
        margin-bottom: 80px;
        width: 250px;
        height: 58px;
    }
    .promo__decor-girl {
        height: 1000px;
    }
    .promo__title {
        max-width: 1100px;
        font-size: 120px;
    }
    .promo__bonus {
        font-size: 152px;
    }
    .promo__note {
        margin-bottom: 56px;
        font-size: 88px;
    }
    .promo__button {
        font-size: 60px;
    }
}

@media (max-width: 1439.8px) {
    .header-lang {
        top: 32px;
        right: 20px;
    }
    .promo {
        min-height: calc(calc(100 * var(--vh)) - 1px);
    }
    .promo__inner {
        max-width: 1000px;
    }
    .promo__area {
        padding-left: 20px;
        margin: auto 0 100px;
    }
    .promo__logo {
        width: 132px;
        height: 30px;
    }
    .promo__title {
        font-size: 48px;
    }
    .promo__bonus {
        margin-bottom: 0;
        font-size: 64px;
    }
    .promo__bonus span {
        font-size: 64px;
    }
    .promo__note {
        font-size: 24px;
    }
    .promo__button {
        font-size: 24px;
        padding: 21px 10px;
        width: 100%;
        max-width: 303px;
    }
    .promo__decor-girl {
        height: 600px;
    }
}

@media (max-width: 999.8px) {
    .promo__decor-girl {
        right: 0;
        bottom: unset;
        top: 0;
        height: 600px;
    }
}

@media (max-width: 659.8px) {
    .promo {
        background-image: url("/img/landing-4/bg_mob.webp");
    }
    .promo__desktop-decor-1, .promo__desktop-decor-2, .promo__desktop-decor-3 {
        display: none;
    }
    .promo__wrap {
        background-color: #04080ab3;
    }
    .promo__inner {
        padding-top: 40px;
        padding-bottom: 15px;
    }
    .promo__decor-girl {
        height: 574px;
        max-height: 72vh;
    }
    .promo__area {
        top: 0;
        padding: 0 20px;
        margin: 0;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    .promo__logo {
        width: 132px;
        height: 30px;
    }
    .promo__title {
        margin-top: auto;
        font-size: 48px;
        line-height: 102%;
        text-align: center;
    }
    .promo__bonus {
        margin-bottom: 5px;
        font-size: 64px;
        text-align: center;
    }
    .promo__bonus span {
        font-size: 64px;
    }
    .promo__note {
        margin-bottom: 20px;
        font-size: 24px;
        text-align: center;
    }
    .promo__button {
        margin: 0 auto;
    }
    .promo__copyright {
        margin-top: 40px;
        font-size: 12px;
    }
    .promo__mobile-decor-1 {
        display: block;
        position: absolute;
        left: 0;
        bottom: 50px;
        width: 172px;
        height: 260px;
    }
    .promo__mobile-decor-2 {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 375px;
        height: 263px;
    }
    .promo__mobile-decor-3 {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 252px;
        height: 554px;
    }
    .promo__mobile-decor-4 {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 154px;
        height: 140px;
    }
}

@media (max-width: 374.8px) {
    .promo__title {
        font-size: 46px;
    }
    .promo__bonus {
        font-size: 55px;
    }
    .promo__bonus span {
        font-size: 55px;
    }
}
