@font-face{font-family:'Golos Text';src:url("../fonts/Golos-Text_Black.woff2") format('woff2'),url("../fonts/Golos-Text_Black.woff") format('woff');font-weight:900;font-style:normal}
@font-face{font-family:'Golos Text';src:url("../fonts/Golos-Text_Bold.woff2") format('woff2'),url("../fonts/Golos-Text_Bold.woff") format('woff');font-weight:700;font-style:normal}
@font-face{font-family:'Golos Text';src:url("../fonts/Golos-Text_DemiBold.woff2") format('woff2'),url("../fonts/Golos-Text_DemiBold.woff") format('woff');font-weight:600;font-style:normal}
@font-face{font-family:'Golos Text';src:url("../fonts/Golos-Text_Medium.woff2") format('woff2'),url("../fonts/Golos-Text_Medium.woff") format('woff');font-weight:500;font-style:normal}
@font-face{font-family:'Golos Text';src:url("../fonts/Golos-Text_Regular.woff2") format('woff2'),url("../fonts/Golos-Text_Regular.woff") format('woff');font-weight:400;font-style:normal}

.aravia-promo {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Golos Text', 'Golos', 'Arial', sans-serif;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background: url('/f/i/lp-rozygrysh-prizov-aravia/background.png') no-repeat top center;
    background-size: cover;
}

.aravia-promo__container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px;
    gap: 60px;
}

.aravia-promo__info {
    flex: 1;
    max-width: 520px;
    color: #000;
}

.aravia-promo__title {
    font-weight: 700;
    font-size: 44px; /* Чуть увеличили заголовок для баланса */
    line-height: 52px;
    margin: 0 0 24px 0;
}

.aravia-promo__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1d2939;
    margin-bottom: 24px;
}

.aravia-promo__text strong {
    font-weight: 700;
}

.aravia-promo__rules-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1d2939;
    margin-bottom: 40px;
}

.aravia-promo__rules-link a {
    color: #0022ff;
    text-decoration: none;
}

.aravia-promo__rules-link a:hover {
    text-decoration: underline;
}

/* Кнопка "За покупками!" */
.aravia-promo__shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    background: #2ba6a6;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease;
}

.aravia-promo__shop-btn:hover {
    background: #238787;
}

.aravia-promo__form-wrap {
    position: relative;
    z-index: 3;
    width: 640px;
    max-width: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 48px;
    box-sizing: border-box;
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.aravia-promo__form-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    margin: 0 0 32px 0;
}

.aravia-promo__fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

.aravia-promo__input-group {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.aravia-promo__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
}

.aravia-promo__input {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #d5d7da;
    border-radius: 12px;
    padding: 12px 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: inherit;
    color: #000;
    outline: none;
    transition: border-color 0.2s;
}

.aravia-promo__input:focus {
    border: 2px solid #2ba6a6;
    padding: 11px 15px;
}

.aravia-promo__input-wrapper {
    position: relative;
    width: 100%;
}

.aravia-promo__input-wrapper .aravia-promo__input {
    padding-right: 48px;
}

.aravia-promo__input-wrapper .aravia-promo__input:focus {
    padding-right: 47px;
}

.aravia-promo__input-hint {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.aravia-promo__input-hint svg {
    display: block;
    width: 18px;
    height: 18px;
}

.aravia-promo__radio-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 4px;
}

.aravia-promo__radio-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.aravia-promo__radio-list {
    display: flex;
    gap: 24px;
}

.aravia-promo__radio-item {
    display: flex;
    gap: 10px;
    cursor: pointer;
    position: relative;
    flex: 1;
    align-items: flex-start;
}

.aravia-promo__radio-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.aravia-promo__radio-view {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    background: transparent;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    flex: none;
    margin-top: 2px;
    transition: border-width 0.1s ease;
}

.aravia-promo__radio-item input:checked + .aravia-promo__radio-view {
    border-color: #2ba6a6;
    border-width: 6px;
}

.aravia-promo__radio-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000;
}

.aravia-promo__checkbox {
    cursor: pointer;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 4px;
}

.aravia-promo__checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.aravia-promo__checkbox-view {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    background: transparent;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    flex: none;
    margin-top: 2px;
    transition: background 0.15s, border-color 0.15s;
}

.aravia-promo__checkbox input:checked + .aravia-promo__checkbox-view {
    background: #2ba6a6;
    border-color: #2ba6a6;
}

.aravia-promo__checkbox input:checked + .aravia-promo__checkbox-view::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    left: 5px;
    top: 1px;
}

.aravia-promo__checkbox-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000;
}

.aravia-promo__checkbox-label a {
    color: #0022ff;
    text-decoration: none;
}

.aravia-promo__checkbox-label a:hover {
    text-decoration: underline;
}

.aravia-promo__btn {
    width: 100%;
    height: 52px;
    background: #2ba6a6;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: background 0.2s ease, opacity 0.2s;
    font-family: inherit;
}

.aravia-promo__btn:hover {
    background: #238787;
}

.aravia-promo__btn:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.aravia-promo__input-error {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #f00;
    position: absolute;
    left: 0;
    bottom: -18px;
    display: none;
}

.aravia-promo__input.is-field-error {
    border-color: #f00;
    background: #fddfda;
}

.aravia-promo__input.is-field-error ~ .aravia-promo__input-error,
.aravia-promo__input-wrapper .aravia-promo__input.is-field-error + .aravia-promo__input-hint + .aravia-promo__input-error {
    display: block;
}

@media screen and (max-width: 390px) {
    .aravia-promo__form-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 40px;
        color: #000;
        padding: 0 0 16px 0;
    }
}

@media screen and (max-width: 1024px) {
    .aravia-promo__container {
        padding: 40px 20px;
        gap: 30px;
    }

    .aravia-promo__title {
        font-size: 32px;
        line-height: 40px;
    }

    .aravia-promo__form-wrap {
        width: 460px;
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .aravia-promo__container {
        flex-direction: column;
        align-items: stretch;
        padding: 40px 16px;
        gap: 40px;
    }
    .aravia-promo__shop-btn {
        display: none;
    }

    .aravia-promo__info {
        max-width: 100%;
        text-align: left;
    }

    .aravia-promo__form-wrap {
        width: 100%;
        padding: 24px 16px;
    }

    .aravia-promo__radio-list {
        flex-direction: column;
        gap: 12px;
    }
}

.aravia-popup {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 328px;
    height: 421px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
    display: none;
    overflow: hidden;
}

.aravia-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.aravia-popup__close:after,
.aravia-popup__close:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.aravia-popup__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.aravia-popup__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-top: 140px;
}

.aravia-popup__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-top: 11px;
}

.aravia-popup__btn {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    background: #f2f4f7;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    margin-top: 20px;
    font-family: inherit;
}

@media screen and (max-width: 767px) {
    .aravia-popup {
        top: auto;
        bottom: 16px;
        transform: translateX(-50%);
        width: calc(100% - 32px);
        max-width: 328px;
    }
}