select {
    -webkit-appearance: none; /* отключает дефолтное оформление в Safari */
    -moz-appearance: none;    /* для Firefox */
    appearance: none;         /* стандартное свойство */
    background: none;         /* убирает фон, если есть */
}

.header__navigation{
    background: #ffffff;
}
.menu__name,.header__language .select__value {
    color: #000000;
}
.icon-menu {
    color: #000000;
}
.icon-menu span{
    background-color: #000000;
}
.select__value:before,.social-header__item img {
    filter: invert(1);
}

.promo-banner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    position: relative;
}

.promo-image {
    display: block;
    width: 100%;
}

img.desctop-banner-mob {
    display: none;
    width: 100%;
    height: auto;
}

img.desctop-banner {
    width: 100%;
    height: auto;
}

.promo_container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0px 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.promo-info {
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.promo-info h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
}

.promo-info h3 {
    font-weight: 800;
    font-size: 50px;
    line-height: 64px;
    color: #ffffff;
}

.promo-info p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.promo-button {
    display: flex;
    gap: 25px;
    margin-top: 12px;
}

button.promo-button-info {
    gap: 10px;
    border-radius: 4px;
    border-width: 1px;
    padding-top: 20px;
    padding-right: 34px;
    padding-bottom: 20px;
    padding-left: 34px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    color: #ffffff;
    background: #ffffff00;
    border: 1px solid;
}

button.promo-button-register {
    gap: 10px;
    border-radius: 4px;
    border-width: 1px;
    padding-top: 20px;
    padding-right: 34px;
    padding-bottom: 20px;
    padding-left: 34px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    color: #6458FF;
    background: #ffffff;
    border: 1px solid;
}

img.logo_banner {
    position: absolute;
    top: 10px;
}



.container {
    max-width: 800px;
    margin: 40px auto;
    text-align: center;
}

.promo-button-info,
.promo-button-register {
    padding: 12px 24px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}



/* Попапы */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup_promo {
    background: white;
    width: 90%;
    max-width: 820px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: popupShow 0.3s ease-out;
    padding: 30px;
}

.checkbox-group a {
    color: #000000;
    text-decoration: underline;
}

@keyframes popupShow {
    from { transform: scale( 0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.popup-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.popup-close {
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

.popup-body {
    padding-top: 30px;
    text-align: left;
    color: #333;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;

}

.popup-body h3 {
    margin-top: 0;
    color: #4a148c;
}

.popup-body ul {
    padding-left:0px;
}

.popup-body li {
    margin: 8px 0;
}

.popup-body  button.promo-button-register {
    color: #ffffff;
    background: #6458FF;
    margin: 0;
    margin-top: 30px;
}

form#promo-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#popup-register .popup_promo {
    max-width: 485px;
}

.popup-body input,
.popup-body select {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    border-radius: inherit;
    padding-left: 0;
    color: #8D8D8C;
}
.checkbox-group_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.popup-body .checkbox-group {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 14px;
    cursor: pointer;
}

.popup-body .checkbox-group input {
    border: 1px solid #E2E2E2;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.popup-body .checkbox-group label {
    width: 90%;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}
.checkbox-group.solo_info_promo label{
    margin-top: 8px;
}

.popup-body .btn-submit {
    background: #6458FF;
    color: white;
    padding: 14px 28px;
    border: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    cursor: pointer;
    width: 50%;
    margin-top: 15px;
    border-radius: 4px;
}

.btn-submit:hover {
    background: #4a148c;
}

/* Активный попап */
.popup-overlay.active {
    display: flex;
}

#promo-form option {
    width: 100%;
    padding-bottom: 5px;
}
 .popup-body select {
     padding-left: 5px;
 }

@media (min-width: 1279px) and (max-width: 1369px) {
    .promo-info {
        padding-left: 70px;
        max-width: 630px;
        padding-top: 50px;
    }

}

@media (max-width: 1272px) {
    .promo-info {
        margin-top: 100px;
    }

    .promo-info h3 {
        font-weight: 800;
        font-size: 32px;
        line-height: 34px;
        color: #ffffff;
    }

    .promo-info {
        gap: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1109px) {
    .promo-info {
        padding-left: 30px;
        max-width: 470px;
        padding-top: 20px;
    }

}

@media (max-width: 991.98px) {
    button.promo-button-info {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    button.promo-button-register {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .promo-info {
        padding-left: 20px;
        max-width: 430px;
        padding-top: 10px;
    }
    button.promo-button-info {
        margin: 0;
    }

    .promo-info {
        margin-top: 70px;
    }
}

@media (max-width: 767.98px) {
    img.desctop-banner {
        display: none;
    }
    img.desctop-banner-mob {
        display: block;
    }

    img.logo_banner {
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
    }
    .promo-info {
        margin-top: -120px;
        text-align: center;
    }
    .promo-info h5 {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        text-transform: uppercase;
        color: #ffffff;
        width: 100%;
    }
    .promo-info h3 {
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        color: #ffffff;
    }
    .promo-button {
        display: flex
    ;
        gap: 25px;
        margin-top: 12px;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
    button.promo-button-info {
        padding-top: 16px;
        width: 50%;
        padding-bottom: 16px;
    }
    button.promo-button-register {
        padding-top: 16px;
        padding-bottom: 16px;
        width: 50%;
    }

    form#promo-form {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .popup-body .btn-submit {
        width: 100%;
    }
    .checkbox-group_row {
        display: flex
    ;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .popup-body .checkbox-group {
        display: flex
    ;
        align-items: center;
        margin: 0px 0;
        font-size: 14px;
        cursor: pointer;
    }
    .popup-body {
        padding-top: 16px;
    }
    .popup-header {
        font-size: 24px;
    }
    .popup-body {
        font-size: 14px;
        line-height: 16px;
        color: #000000;
    }
    .popup-body button.promo-button-register {
        width: 100%;
    }

    .popup_promo {
        max-height: 90vh;
        overflow-y: auto;
    }

    #popup-register .popup_promo {
        padding: 16px;
    }
    .popup_promo {
        padding: 16px;
        padding-top: 65px;
    }
}



@media (max-width: 410.98px) {

    .promo-info {
        margin-top: -95px;
        text-align: center;
        padding-left: 0;
    }
    .promo-info h5 {
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        text-transform: uppercase;
        color: #ffffff;
        width: 100%;
    }
    .promo-info h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: #ffffff;
    }
    .promo-button {
        display: flex;
        gap: 25px;
        margin-top: 12px;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
    button.promo-button-info {
        padding-top: 16px;
        width: 50%;
        padding-bottom: 16px;
    }
    button.promo-button-register {
        padding-top: 16px;
        padding-bottom: 16px;
        width: 50%;
    }
    .promo-info p {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        color: #ffffff;
    }
    .popup-body button.promo-button-register {
        width: 100%;
    }
}

@media (max-width: 390.98px) {
    img.logo_banner {
        position: absolute;
        top: 16px;
        left: 50%;
        transform: translateX(-50%);
    }
    .promo-info {
        margin-top: -150px;
        text-align: center;
        padding-left: 0;
    }
}
@media (max-width: 379.98px) {
    .promo-button {
        gap: 0px;
    }
    .promo-info {
        margin-top: -85px;
        text-align: center;
    }
}
