@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}

html, body {
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url('/f/i/lp-bes-principnie/formSection.png');
    background-size: 101% 104%;
    background-position: center;
    background-repeat: no-repeat;
}

.bp-form {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Golos Text', 'Golos', 'Arial', 'Sans-Serif';
    background-color: transparent;
    background-image: none;
}

.bp-form__inner {
    position: relative;
    display: flex;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px 0 40px;
    gap: 40px;
    box-sizing: border-box;
}

@media screen and (max-width: 1019px) {
    .bp-form__inner {
        flex-direction: column;
        align-items: center;
        padding: 40px 16px;
        gap: 0;
    }
}

.bp-form__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

@media screen and (max-width: 1019px) {
    .bp-form__left {
        align-items: center;
        padding-top: 0;
    }
}

.bp-form__title {
    padding-left: 30px;
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.01em;
    color: #fff;
}

@media screen and (max-width: 1439px) {
    .bp-form__title {
        font-size: 32px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1019px) {
    .bp-form__title {
        padding-left: 0;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
}

.bp-form__subtitle {
    padding-left: 30px;
    max-width: 400px;
    margin: 18px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

@media screen and (max-width: 1019px) {
    .bp-form__subtitle {
        padding-left: 0;
        max-width: 286px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
}

.bp-form__img {
    width: 580px;
    height: auto;
    display: block;
    margin-top: auto;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    margin-right: -120px;
}

.bp-form__img--desktop { display: block; }
.bp-form__img--mobile  { display: none; }

@media screen and (max-width: 1019px) {
    .bp-form__img {
        width: 260px;
        margin: 20px auto -60px;
        position: relative;
        z-index: 1;
    }
    .bp-form__img--desktop { display: none; }
    .bp-form__img--mobile  { display: block; }
}

.bp-form__form {
    flex: 1;
    max-width: 520px;
    width: 100%;
    align-self: flex-start;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #FF5500 60%, #1335F9 100%);
    border-radius: 16px;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.45);
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1019px) {
    .bp-form__form {
        max-width: 100%;
        width: calc(100% - 32px);
    }
}

@media screen and (max-width: 1439px) {
    .bp-form__form {
        padding: 20px;
        align-self: center;
    }
}

/* Inputs */
.bp-form__input {
    border-radius: 5px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}

.bp-form__input--order {
    position: relative;
}

.bp-form__input-hint {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    line-height: 0;
}

.bp-form__input-hint svg {
    display: block;
}

.bp-form__input-input {
    width: 100%;
    height: 52px;
    background: transparent;
    border: none;
    padding: 0 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    font-family: inherit;
    outline: none;
}

@media screen and (max-width: 1439px) {
    .bp-form__input-input {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1019px) {
    .bp-form__input-input {
        height: 52px;
        font-size: 16px;
        line-height: 25px;
    }
}

.bp-form__input-input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    font-family: inherit;
    color: #999;
}

.bp-form__input--order .bp-form__input-input {
    padding-right: 48px;
}

/* Radio */
.bp-form__radio {
    margin-bottom: 20px;
}

.bp-form__radio-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.bp-form__radio-list {
    display: flex;
    gap: 24px;
    margin-top: 16px;
}

@media screen and (max-width: 1439px) {
    .bp-form__radio-list {
        margin-top: 8px;
    }
}

@media screen and (max-width: 1019px) {
    .bp-form__radio-list {
        flex-direction: column;
        margin-top: 10px;
        gap: 12px;
    }
}

.bp-form__radio-item {
    display: flex;
    gap: 10px;
    cursor: pointer;
    position: relative;
    width: 50%;
    align-items: flex-start;
}

@media screen and (max-width: 1019px) {
    .bp-form__radio-item {
        width: 100%;
    }
}

.bp-form__radio-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.bp-form__radio-item-view {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    flex: none;
}

.bp-form__radio-item input:checked + .bp-form__radio-item-view {
    background: #fff;
    border: 2px solid #fff;
}

.bp-form__radio-item input:checked + .bp-form__radio-item-view::after {
    content: '';
    position: absolute;
    background: #F04E23;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bp-form__radio-item-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

/* Checkbox */
.bp-form__checkbox {
    cursor: pointer;
    position: relative;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.bp-form__checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.bp-form__checkbox-view {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
    flex: none;
}

.bp-form__checkbox input:checked + .bp-form__checkbox-view {
    background: #fff;
    border: 2px solid #fff;
}

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

.bp-form__checkbox-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.bp-form__checkbox-label a {
    color: #fff;
    text-decoration: underline;
}

.bp-form__checkbox-label a:hover {
    text-decoration: none;
}

/* Button */
.bp-form__btn {
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    margin-top: 30px;
    font-family: inherit;
}

.bp-form__btn:hover {
    background: #f0f0f0;
}

.bp-form__btn:disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* Error */
.bp-form__input-error {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffe34d;
    position: absolute;
    left: 0;
    bottom: -17px;
    display: none;
}

.bp-form__input-input.is-field-error {
    background: #fddfda;
    border-radius: 5px;
}

.bp-form__input-input.is-field-error + .bp-form__input-error {
    display: block;
}

/* Popup */
.bp-form-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;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
    display: none;
    overflow: hidden;
}

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

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

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

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

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

.bp-form-popup__btn {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    background: #fff;
    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;
}