@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

:root {
    --colors-primary-pantone: #794dfd;
    --colors-white-white-100: #fff;
    --colors-white-white-60: rgba(255, 255, 255, 0.6);
}

video {
    object-fit: cover;
    position: fixed; /* This ensures the video stays in place when scrolling */
    top: 0;
    left: 0;
    right: 0; /* Ensures the video stretches to the right edge */
    bottom: 0; /* Ensures the video stretches to the bottom edge */
    width: 100vw; /* 100% of viewport width */
    height: 100vh; /* 100% of viewport height */
    z-index: -1; /* This ensures the video is behind all other elements */
}

.video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-message,
.error-message-checkbox {
    color: #d83a27;
    font-weight: 400;
    font-size: 12px;
    text-align: initial;
    margin-left: 24px;
    font-style: normal;
    line-height: 103.688%; /* 12.443px */
}

.error-message {
    margin-top: 4px;
}

.error-message-checkbox {
    margin-left: 16px;
}

#checkboxError {
    display: none;
}

.code-error-message {
    position: absolute;
    color: red;
    top: 70px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 103.688%;
}

a {
    color: #1d72e8;
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

/*
    2. Remove default margin
  */
* {
    margin: 0;
    font-family: "Inter", sans-serif;
}

/*
    Typographic tweaks!
    3. Add accessible line-height
    4. Improve text rendering
  */
body {
    position: relative;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    height: 100vh;
}

/*
    5. Improve media defaults
  */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/*
    6. Remove built-in form typography styles
  */
input,
button,
textarea,
select {
    font: inherit;
}

/*
    7. Avoid text overflows
  */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/*
    8. Create a root stacking context
  */
#root,
#__next {
    isolation: isolate;
}

.lp-wrap {
    height: 100%;
    width: 100%;
}

.lp-content {
    width: 100%;
    padding: 0 20px;
}

.lp-logo {
    display: flex;
    justify-content: center;
}

.lp-logo img {
    width: 100%;
    height: auto;
    max-width: 100px;
}

.lp-container {
    max-width: 524px;
    height: 600px;
    margin: 61px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;

    border-radius: 32px;
    background: rgba(13, 7, 5, 0.60);
    backdrop-filter: blur(12px);
}

.lp-headline {
    margin-top: 32px;
}

.lp-headline p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    flex-wrap: nowrap;
}

/*.iti__flag{*/
/*  margin-top: 9px;*/
/*}*/
/*.iti__selected-dial-code{*/
/*  margin-top: 9px;*/
/*}*/
.lp-headline p span {
    display: flex;
    font-size: 18px;
    align-items: center;
    font-family: "Inter", sans-serif;
    line-height: 112%;
    gap: 5px;
    color: #ffa41c;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.iti-flag-child {
    position: absolute;
    background: rgba(0, 0, 0, 0.16);
    width: 1px;
    margin-left: 2px;
    height: 37%;
    top: 31%;
    left: 15%;
}

.textLabel a {
    color: #FFA41C;
}

.lp-headline h1 {
    color: #ffa41c;
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%; /* 80.64px */
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}

.lp-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.lp-timer-child {
    border-radius: 6px;
    background: #2b2e41;
    color: #fff;
    text-align: right;
    font-family: "Inter";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    padding: 6px;
    min-width: 50px;
    min-height: 40px;
}

.lp-timer-child span {
    font-size: 20px;
}

.lp-form-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
}

.input-wrap {
    position: relative;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;

    & input {
        position: relative;
    }
}

.input-phone-error {
    padding-bottom: 0;
}

.placeholder-label,
.placeholder-phone {
    display: none;
    position: absolute;
    top: 6px;
    left: 25px;
    color: rgba(33, 34, 52, 0.6);
    transition: transform 0.2s,
    font-size 0.2s;
    pointer-events: none;
    transform: translateY(0);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 138.523%; /* 13.852px */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.placeholder-phone {
    top: 6px;
    left: 78px;
}

.input-with-placeholder,
.input-phone-placeholder {
    width: 100%;

    border: 1px solid #ccc;
    border-radius: 5px;
}

.placeholder-label-error,
.error-phone-label {
    color: red;
}

.input-with-placeholder:focus + .placeholder-label,
.input-with-placeholder:not(:placeholder-shown) + .placeholder-label {
    display: block;
}

.input-with-placeholder::content {
    padding-top: 20px;
}

.input-wrap input[type="tel"]:focus + .iti__selected-flag .iti__flag,
.input-wrap input[type="tel"]:not(:placeholder-shown) + .iti__selected-flag .iti__flag {
    margin-top: 9px !important;
}

.input-wrap input[type="tel"]:focus + .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code,
.input-wrap input[type="tel"]:not(:placeholder-shown) + .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-top: 9px !important;
}

.input-phone-placeholder:focus + .placeholder-phone,
.input-phone-placeholder:not(:placeholder-shown) + .placeholder-phone {
    display: block;
}

.input-phone:focus + .iti-flag-child,
.input-phone:not(:placeholder-shown) + .iti-flag-child {
    display: none !important;
}

.input-with-placeholder:focus::placeholder {
    color: transparent;
}

.input-phone-placeholder:focus::placeholder {
    color: transparent;
    opacity: 0;
}

/*.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code, .iti__selected-flag .iti__flag{*/
/*  margin-top: 8px;*/
/*}*/

.input-wrap input,
.input-wrap .iti {
    width: 100%;
}

.iti__arrow {
    display: none;
}

.iti .iti--allow-dropdown .iti--separate-dial-code .iti--show-flags input {
    padding: 13px 0 4px 24px;
    border-radius: 23.5px;
    outline: none;
    border: none;
    vertical-align: bottom;
    line-height: 37px;
}

.input-wrap input {
    padding: 13px 0 4px 24px;
    border-radius: 23.5px;
    outline: none;
    border: none;
    vertical-align: bottom;
    line-height: 37px;
    height: 48px;
}

.input-wrap input:focus {
    padding: 13px 0 4px 24px;
    vertical-align: bottom;
    line-height: 37px;
}

.input-wrap input:placeholder-shown {
    padding: 13px 0 13px 24px;
    vertical-align: bottom;
    line-height: 28px;
}

.input-wrap .intl-tel-input {
    padding-left: 90px !important;
}

.input-container {
    display: flex;
    /*gap: 10px;*/
    flex-direction: column;
    text-align: initial;
    margin-top: 12px;
}

.input-check,
tc-check {
    position: relative;
    align-items: center;
    display: flex;
}

.input-check,
.tc-check {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 103.688%;
    color: #fff;
    /*margin-bottom: 8px;*/
    /*margin-top: 16px;*/
    /*margin-left: 10px;*/
}

.tc-check {
    /*margin-bottom: 32px;*/

    & a {
        cursor: pointer;
    }
}

.form-btn input {
    border: none;
    cursor: pointer;
    padding: 10px 24px;
    border-radius: 40px;
    background: linear-gradient(0deg, #ffa41c 0%, #ffa41c 100%),
    var(--colors-primary-pantone);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #131420;
    width: 332px;
    height: 56px;
    margin-top: 12px;
}

input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #ffff;
}

.label-input-check {
    display: flex;
    position: relative;
    padding-left: 7px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
}

.textLabel {
    color: var(--colors-white-white-60);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    margin-left: 16px;
    line-height: 14.443px;
}

.customCheckbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border: 1px solid #ffff;
    border-radius: 2px;
}

.customCheckbox:after {
    content: "";
    position: absolute;
    display: none;
}

.label-input-check.checked .customCheckbox:after {
    display: block;
    content: '';
    position: absolute;
    left: 4px;
    top: 2px;
    color: white;
}

.label-input-check input:checked ~ .customCheckbox:after {
    display: block;
}

.label-input-check .customCheckbox:after {
    left: 5px;
    bottom: 3px;
    width: 4px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lp-bottomline p {
    color: #ffa41c;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-top: 8px;
}

.lp-bottomline a {
    color: rgba(255, 255, 255, 0.38);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 103.688%;
    text-decoration-line: underline;
    margin-top: 24px;
    margin-bottom: 24px;
    display: block;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

.edit-btn {
}

.modal-wrap {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-width: 622px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.modal-wrap-tc {
    max-width: 720px;
    margin: auto;
    padding: 20px;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.modal-head {
    border-radius: 12px;
    background: #1b1c2a;
    text-align: center;
    padding: 32px;
    color: #fff;
}

.modal-head span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 138.523%;
}

.modal-head p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 103.688%;
    margin-top: 8px;
}

.modal-head img {
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: -120px;
}

.modal-content {
    border-radius: 12px;
    background: #1b1c2a;
    margin-top: 16px;
    padding: 32px;
    padding-top: 60px;
    text-align: center;
}

.modal-content-tc {
    position: relative;
    overflow: auto;
    height: 80%;
    border-radius: 12px;
    background: #1b1c2a;
    margin-top: 80px;
    padding: 32px;
    text-align: center;

    & h1 {
        color: #ffffff;
        margin-bottom: 15px;
    }
}

.openTcButton {
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    background: linear-gradient(0deg, #ffa41c 0%, #ffa41c 100%),
    var(--colors-primary-pantone, #794dfd);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #131420;
}

.close {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 25px;
    cursor: pointer;
}

.modal-final .modal-content {
    padding: 32px 32px 50px;
}

.modal-content-tc {
    padding: 32px 32px 50px;
}

.modal-final .gift-open {
    max-width: 230px;
    margin: -30px auto 0;
}

.modal-final h2 {
    color: #ffa41c;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
}

.modal-final .modal-content p {
    color: #fff;
    padding: 14px 0 28px;
}

.modal-content-tc p {
    color: #fff;
    padding: 10px 0 10px;
}

.modal-content-edit p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138.523%;
}

.modal .modal-btn .btn {
    border: none;
    cursor: pointer;
    padding: 10px 24px;
    min-width: 240px;
    text-align: center;
    border-radius: 40px;
    background: linear-gradient(0deg, #ffa41c 0%, #ffa41c 100%),
    var(--colors-primary-pantone, #794dfd);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #131420;
    text-decoration: none;
    width: 240px;
    height: 48px;
    margin-bottom: 36px;
}

.edit-btn-container {
    margin-top: 40px;
}

.edit-input {
    padding-bottom: unset;
}

.edit-btn {
    margin-bottom: unset !important;
    width: 286px !important;
    height: 48px !important;
    line-height: 138.523%; /* 22.164px */
    text-transform: uppercase;
}

.modal-content .headline {
    color: #ffa41c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: 120%; /* 24px */
    width: 365px;
    margin: 0 auto;
}

.modal-phone-edit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.modal-phone-edit p {
    color: #fff;
    font-size: 16px;
}

.modal-phone-edit a {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 8px;
}

#selected-phone {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138.523%; /* 22.164px */
}

.modal-inputs {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 240px;
    margin: 0 auto 40px;
}

.modal-content-edit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 622px;
    height: 326px;
    flex-shrink: 0;

    .edit-phone-number {
        display: flex;
        justify-content: center;
    }
}

.edit-phone-btn .btn {
    margin: 0 auto;
    width: 286px;
    height: 48px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 40px;
    background: linear-gradient(0deg, #ffa41c 0%, #ffa41c 100%), #794dfd;
}

.edit-phone-container {
    display: flex;
    flex-direction: column;

    & input {
        width: 100%;
    }

    & input::placeholder {
        font-size: 10px;
    }

    .btn {
        font-size: 16px !important;
    }
}

#edit-phone-form {
    margin-top: 12px;
}

#edit-phone {
    width: 373px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 23.5px;
    background: #fff;
}

#edit-phone::placeholder {
    font-size: 16px;
    color: rgba(33, 34, 52, 0.6);
    font-style: normal;
    font-weight: 500;
    line-height: 138.523%;
}

.modal-inputs .modal-input {
    width: 52px;
    height: 66px;
    border-radius: 6px;
    background: #1b1c2a;
    border: 1px solid #525252;
    outline: none;
    color: #fff;
    padding: 8px;
    text-align: center;
}

.modal-inputs .modal-input:active,
.modal-inputs .modal-input:focus {
    border: 1px solid #fff;
}

input:focus::placeholder {
    color: transparent !important;
}

.modal-inputs .modal-input:last-child {
    margin-right: 0;
}

.modal-bottom-time {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.modal-bottom-time a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    color: #ffa41c;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 138.523%; /* 22.164px */
    text-decoration-line: underline;
    margin-bottom: 16px !important;
}

.modal-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 138.523%; /* 19.393px */
}

.bonus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Error messages */

.alertBox {
    position: absolute;
    right: 0;
    padding: 10px 10px 0 0;
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: 350px;
}

.custom-alert {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 8px;
    z-index: 1000001;
    width: 100%;
    min-height: 56px;
    background: white;
}

.icon {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 10px;
    font-size: 30px;
    display: flex;
    color: white;
    background-color: white;
    align-items: center;
    flex-shrink: 0;
    min-width: 54px;
    justify-content: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.close-icon {
    cursor: pointer;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
}

.message {
    padding: 10px 10px 5px 65px;
    font-size: 12px;
    font-weight: 500;
    flex: 1;
}

#timer2 {
    display: none;
}

.resendCodeBtn {
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);

    &:disabled {
        color: #666;
        cursor: not-allowed;
    }
}


#phraseContainer, .phraseContainer {
    padding: 3% 5%;
    display: flex;
    text-align: initial;
    flex-direction: column;
    font-size: 12px;
}

.modal-final #phraseContainer h2 {
    font-size: unset;
    font-weight: bold;
    margin: 0.67em 0;
    display: block;
    color: inherit;
}

.footer-mobile {
    display: none;
}

.footer-images {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 22px;
}

.footer-images a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.87);
    font-family: Inter;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    text-decoration: none;
}

.footer-images a span{
    max-width: 48px;
}

.responsibleGaming img {
    width: 71.6px;
    height: 24px;
}

.majorGambling a {
    cursor: initial !important;
    text-decoration: none;
}

.majorGambling img {
    width: 21.194px;
    height: 21.194px;
    cursor: initial;
}


.onjn img {
    width: 21.48px;
    height: 21.194px;
}


.modal-final .phraseContainer ul li {
    color: var(--colors-white-white-100) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.iti__selected-dial-code {
    color: black;
}

@media screen and (max-width: 768px) {

    .footer-mobile a span {
        font-size: 10px;
        margin-left: 8px;
    }

    .footer-mobile span {
        align-items: center;
    }

    .footer-mobile a {
        display: flex;
        align-items: center;
    }

    .input-wrap input:placeholder-shown {
        height: 48px;
        width: 100%;
    }

    .iti-flag-child {
        top: 30%;
        left: 20%;
        height: 36%;
    }

    .label-input-check {
        margin-bottom: 0 !important;
    }

    /*.form-btn {*/
    /*    margin-top: 16px;*/
    /*}*/

    .form-btn input {
        margin-top: 16px;
    }

    .lp-timer {
        margin-top: 0;
        margin-bottom: 32px;
    }

    .input-wrap input {
        margin: 0 auto;
        width: 100%;
        height: 48px;
        padding-bottom: 8px;
    }

    .input-phone-error {
        margin-bottom: 8px;
        padding-left: 2px !important;
    }

    .input-container {
        gap: 8px;
    }

    .lp-wrap {
        /*background-image: url("../assets/bg-image-l.webp");*/
        /*background-repeat: no-repeat;*/
        /*background-attachment: initial;*/
        /*background-size: cover;*/
        overflow: hidden;
        height: 100%;
    }

    .tc-check {
        margin-bottom: 0;
    }

    .input-check {
        margin-bottom: 0;
        margin-top: 0;
    }

    .tc-check {
        margin-top: 0;
    }

    .textLabel {
        line-height: 120%;
        margin-left: 16px;
    }

    .lp-headline {
        margin-top: 0;
    }

    .lp-headline p span {
        gap: unset;
        font-size: 16px;
        padding-right: 5px;
    }

    .lp-headline p {
        gap: unset;
    }

    .lp-container {
        height: 100%;
        margin: 0 auto !important;
        border-radius: unset !important;
        background-color: unset !important;
        backdrop-filter: none !important;
    }

    .lp-bottomline a {
        margin-top: 15px;
    }

    /*.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code, .iti__selected-flag .iti__flag{*/
    /*  margin-top: 8px;*/
    /*}*/
    .lp-logo img {
        width: 100%;
        height: auto;
        flex-shrink: 0;
    }

    .alertBox {
        padding: 0;
        width: 100%;
    }

    .modal .modal-btn .btn {
        margin-bottom: 24px;
    }

    .modal-wrap {
        width: auto;
        padding: unset;
    }

    .modal-inputs {
        margin: 0 auto 32px;
    }

    .modal-bottom-time .step-back {
        margin-bottom: 32px;
    }

    .modal-bottom-time .step-back a {
        padding-bottom: unset;
    }

    .modal-content-edit .edit-title {
        margin-top: 32px !important;
    }

    .modal-head {
        width: 342px;
        padding-bottom: 50px;
        height: 150px;
    }

    .modal-content {
        margin-top: 8px;
        max-width: 342px;
        padding-top: 40px;
        height: 100%;
        flex-shrink: 0;
    }

    .modal-content .headline {
        padding-top: 10px;
    }

    .modal-head img {
        max-width: 182.113px;
        max-height: 152px;
        margin-top: -25px;
    }

    .lp-headline h1 {
        font-size: 36px;
        margin-bottom: 160px;
    }

    .lp-headline p {
        font-size: 16px;
    }

    .modal-content-edit {
        width: 342px;
        height: 315px;
        margin: 0 auto;
        flex-shrink: 0;
    }

    .input-email {
        padding-bottom: 4px !important;
    }

    #edit-phone {
        width: 310px;
        max-width: 100%;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .modal-content .headline {
        width: 100%;
        font-size: 18px;
    }

    .modal-content .last-modal-header {
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 38.4px */
    }

    .modal-content {
        color: rgba(255, 255, 255, 0.87);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 22.4px */
    }

    .modal-content-last-modal {
        width: 342px !important;
        height: auto !important;
        flex-shrink: 0;
    }

    .gift-open {
        width: 206.567px;
        height: 172px;
        flex-shrink: 0;
    }

    .bonus-grid {
        grid-template-columns: 1fr;
    }

    .form-btn input {
        height: 48px;
    }
}

/*@media screen and (max-width: 520px) {*/
/*    .lp-container {*/
/*        margin: 10px auto 40px;*/
/*    }*/

/*    .lp-logo img {*/
/*        max-height: 30px;*/
/*    }*/


/*    .lp-headline {*/
/*        margin-bottom: 135px;*/
/*    }*/

/*    .form-btn input {*/
/*        padding: 10px 40px;*/
/*    }*/

/*    input[type='tel'] {*/
/*        padding-left: 77px !important;*/
/*    }*/

/*}*/

/*@media screen and (max-width: 1440px) {*/
/*    .lp-wrap {*/
/*        height: 100%;*/
/*    }*/
/*}*/

@media screen and (min-width: 1440px) and (max-width: 1920px) {
    input[type='tel'] {
        padding-left: 78px !important;
    }
}

@media screen and (min-width: 510px) and (max-width: 768px) {
    .iti-flag-child {
        left: 15%;
    }

    /*.lp-wrap{*/
    /*  height: 100%;*/
    /*}*/
}

@media screen and (min-width: 412px) and (max-width: 510px) {
    #label-phone {
        left: 25%;
    }

    .iti__selected-flag {
        padding-left: 20px !important;
    }

    .iti-flag-child {
        left: 22%;
    }

    input[type='tel'] {
        padding-left: 90px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 380px) {
    .lp-wrap {
        height: 111vh;
    }
}

@media screen and (max-width: 375px) {
    /*.lp-headline {*/
    /*    margin-bottom: 117px;*/
    /*}*/
    .lp-logo img{
        margin-top: 36px;
    }
    .lp-timer {
        margin-top: 0;
        margin-bottom: 16px;
    }

    .lp-wrap {
        height: 111vh;
    }

    .textLabel {
        font-family: "Inter", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .lp-headline {
        margin-top: 0;
    }

    .lp-headline h1 {
        font-size: 36px;
        margin-bottom: 75px;
    }

    input[type='tel'] {
        padding-left: 73px !important;
    }

    .iti-flag-child {
        left: 20%;
    }

    .input-phone-error {
        margin-bottom: 0;
        padding-left: 2px !important;
    }

    .input-container {
        gap: 8px;
        margin-top: 16px;
    }

    .input-check {
        margin-bottom: 0;
    }

    .tc-check {
        margin-top: 0;
        margin-bottom: 0;
    }

    .lp-bottomline p {
        margin-top: 0;
    }

    .lp-bottomline a {
        margin-top: 8px;
    }

    .form-btn input {
        display: flex;
        width: 332px;
        height: 48px;
        padding: 10px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }

    .lp-bottomline {
        margin-top: 8px;
    }
}

@media screen and (max-width: 320px) {
    .lp-headline p {
        font-size: 12px;
    }

    .lp-form {
        font-size: 12px;
    }

    .lp-wrap {
        height: 100vh;
    }

    .input-wrap input {
        width: 100%;
    }

;
    input[type='tel'] {
        padding-left: 70px !important;
    }

    .iti-flag-child {
        left: 26%;
    }

    .lp-headline {
        margin-bottom: 0 !important;
    }

    .form-btn input {
        width: 100%;
        font-size: 12px;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .lp-wrap {
        height: 100%;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .lp-wrap {
        height: 120vh;
        /*overflow: hidden;*/
        /*background-image: url("../assets/lala-hero-desktop.webp");*/
        /*background-position: center right;*/
    }
}

@media screen and (min-width: 830px) and (max-width: 900px) and (orientation: landscape) {
    input[type='tel'] {
        padding-left: 77px !important;
    }

    .lp-wrap {
        /*background-image: url("../assets/lala-hero-desktop.webp");*/
        /*background-position: center right;*/
        height: 100%;
        width: 100%;
    }
}

#label-phone {
    z-index: 9;
}

.modal-content-tc::-webkit-scrollbar {
    width: 7px;
}

.modal-content-tc::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50px;
}

.modal-content-tc::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0.1;
    border-radius: 50px;
}
