.discount-card__form__bottom {
    padding: 30px 40px;
    background: url(/bitrix/templates/main/assets/image/discount_card/form_bottom_bg.png) no-repeat center;
    background-size: cover;
}
.novosel .discount-card__form__bottom {
    background: url(/bitrix/templates/main/assets/image/novosel/form_bottom_bg.png) no-repeat center;
    background-size: cover;
}
.discount-card__form__bottom._success {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
}
.discount-card__form__bottom .__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.discount-card__form__bottom .__left {
    width: 46%;
}
.discount-card__form__bottom .__left * {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.discount-card__form__bottom .__left > .__title {
    font-size: 36px;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 15px;
}
.discount-card__form__bottom .__right {
    width: 320px;
}
.discount-card__form__bottom .__right .discount-card__form__item:not(:nth-of-type(1)) {
    margin-top: 20px;
}
.duty-template .discount-card__form__bottom .__right .discount-card__form__item label.input {
    height: 40px;
}
.duty-template .discount-card__form__bottom .__right .discount-card__form__item label.input input {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13px 12px;
    position: relative;
}
.duty-template .discount-card__form__bottom .__right .discount-card__form__item label.input input.--with-icon {
    padding-left: 38px;
}
.duty-template .discount-card__form__bottom .__right .discount-card__form__item label.input span.--with-icon {
    top: 13px;
}
.discount-card__form__agreement {
    margin-top: 15px;
}
.discount-card__form__bottom .discount-card__form__agreement * {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.discount-card__form__bottom .discount-card__form__agreement .__text a {
    border-bottom: 1px solid #fff;
}
.duty-template .discount-card__form__bottom .discount-card__form__agreement input[type=checkbox],
.duty-template .discount-card__form__bottom .discount-card__form__agreement label.checkbox > span.__custom {
    background-color: unset;
    border-color: #fff;
}
.duty-template .discount-card__form__bottom .discount-card__form__agreement input[type=checkbox],
.duty-template .discount-card__form__bottom .discount-card__form__agreement label.checkbox > span.__custom {
    margin-top: 4px;
}
.duty-template .discount-card__form__bottom .discount-card__form__agreement label.checkbox input+span.__custom.--checked {
    background: url(/bitrix/templates/main/assets/image/discount_card/form_agreement_arrow_white.svg) no-repeat center;
}
.discount-card__form__submit {
    margin-top: 25px;
}
.discount-card__form__submit input {
    border:  none;
    cursor: pointer;
}
.duty-template .discount-card__form__bottom .discount-card__form__submit .btn {
    width: 100%;
    font-family: Source Sans Pro, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 2px;
}
.duty-template .discount-card__form__bottom .discount-card__form__submit .main-btn {
    background-color: #48842F;
}
.duty-template .novosel .discount-card__form__bottom .discount-card__form__submit .main-btn {
    background-color: #00497A;
}
.duty-template .discount-card__form__bottom .discount-card__form__submit .main-btn._disabled {
    cursor: no-drop;
    background-color: var(--addition-color);
}
.discount-card__form__bottom .__success {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.discount-card__form__bottom .__success * {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.discount-card__form__bottom .__success svg {
    width: 65px;
    height: 65px;
}
.discount-card__form__bottom .__success .__title {
    font-size: 36px;
    font-weight: 900;
    line-height: 120%;
}

.novosel-form__description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}
.novosel-form__description .__item * {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.novosel-form__description .__item .__title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.js-discount-form-inner .discount-card__form-error {
    color: var(--errors-color);
}


@media screen and (min-width: 1024px) {
    .duty-template .discount-card__form__bottom .discount-card__form__agreement label.checkbox:hover .__text {
        color: #fff;
    }
    .duty-template .duty-template__left .discount-card__form__bottom .discount-card__form__agreement a:not(.btn):hover {
        color: #fff;
    }
    .duty-template .discount-card__form__bottom .discount-card__form__submit .main-btn:hover {
        background-color: #387021;
    }
    .duty-template .novosel .discount-card__form__bottom .discount-card__form__submit .main-btn:hover {
        background-color: #00406b;
    }
    .duty-template .discount-card__form__bottom .discount-card__form__submit .main-btn._disabled:hover {
        background-color: var(--addition-color);
    }
}

@media screen and (max-width: 1230px) {
    .discount-card__form__bottom .__right {
        width: 40%;
    }
    .duty-template .discount-card__form__bottom label.input {
        width: 100%;
    }
}

@media screen and (max-width: 740px) {
    .discount-card__form__bottom .__inner {
        flex-direction: column;
        gap: 30px;
    }
    .discount-card__form__bottom .__left {
        width: 70%;
    }
    .discount-card__form__bottom .__right {
        width: 100%;
    }
}

@media screen and (max-width: 629px) {
    .discount-card__form__bottom {
        padding: 20px 10px;
    }
    .discount-card__form__bottom .__left * {
        font-size: 14px;
    }
    .discount-card__form__bottom .__left > .__title {
        font-size: 22px;
    }
}