

/* Start:/local/templates/bsemoto-pro/components/bitrix/catalog.element/catalog/style.css?17863623098708*/
.detail__availability-label {
    display: inline-flex;
    align-items: center;
    height: 35px;
    margin-left: 10px;
    padding: 0 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    background: rgba(188, 0, 11, 0.22);
    border: 1px solid #bc000b;
    border-radius: 18px;
}

.modal.product-subscribe-modal {
    width: min(600px, calc(100vw - 40px));
    max-width: 600px;
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
    margin: auto;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
    border-radius: 24px;
}

.product-subscribe-fancybox .fancybox__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.product-subscribe-fancybox .fancybox__content {
    padding: 0;
    color: inherit;
    background: transparent;
}

.subscribe-form,
.subscribe-form * {
    box-sizing: border-box;
}

.subscribe-form {
    position: relative;

    width: 100%;
    max-width: 600px;
    min-height: 526px;
    padding: 41px 40px 39px;

    color: #ffffff;
    background: #1e1e1e;
    border-radius: 24px;

    font-family: Arial, Helvetica, sans-serif;
}

.subscribe-form__close {
    position: absolute;
    top: 25px;
    right: 25px;

    width: 28px;
    height: 28px;
    padding: 0;

    background: transparent;
    border: 0;
    cursor: pointer;
}

.subscribe-form__close::before,
.subscribe-form__close::after {
    content: "";

    position: absolute;
    top: 13px;
    left: 0;

    width: 29px;
    height: 2px;

    background: #8d8d8d;
    border-radius: 2px;
}

.subscribe-form__close::before {
    transform: rotate(45deg);
}

.subscribe-form__close::after {
    transform: rotate(-45deg);
}

.subscribe-form__close:hover::before,
.subscribe-form__close:hover::after {
    background: #ffffff;
}

.subscribe-form__close:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
}

.subscribe-form__title {
    max-width: 440px;
    margin: 0 0 29px;

    color: #ffffff;

    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.5px;
}

.subscribe-form__field {
    width: 100%;
}

.subscribe-form__label {
    display: block;
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
}

.subscribe-form__required {
    color: #b74343;
}

.subscribe-form__input {
    display: block;

    width: 100%;
    height: 51px;
    padding: 0 15px;

    color: #1e1e1e;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 16px;
    outline: none;

    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 51px;

    transition:
            border-color 0.2s ease,
            box-shadow 0.2s ease;
}

.subscribe-form__input::placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.subscribe-form__input:focus {
    border-color: #8d8d8d;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.subscribe-form__submit {
    display: block;

    width: 100%;
    height: 49px;
    margin: 20px 0 0;
    padding: 0 20px;

    color: #111111;
    background: #ffffff;
    border: 0;
    border-radius: 25px;
    cursor: pointer;

    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 49px;
    text-align: center;

    transition:
            background-color 0.2s ease,
            transform 0.2s ease;
}

.subscribe-form__submit:hover {
    background: #e8e8e8;
}

.subscribe-form__submit:active {
    transform: translateY(1px);
}

.subscribe-form__submit:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
}

.subscribe-form__agreement {
    display: flex;
    align-items: center;
    gap: 12px;

    min-height: 20px;
    margin: 20px 0 0;

    cursor: pointer;
}

.subscribe-form__checkbox {
    position: absolute;

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;

    border: 0;
}

.subscribe-form__checkbox-mark {
    position: relative;
    flex: 0 0 20px;

    width: 20px;
    height: 20px;

    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 8px;
}

.subscribe-form__checkbox:checked
+ .subscribe-form__checkbox-mark::after {
    content: "";

    position: absolute;
    top: 3px;
    left: 6px;

    width: 5px;
    height: 10px;

    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;

    transform: rotate(45deg);
}

.subscribe-form__checkbox:focus-visible
+ .subscribe-form__checkbox-mark {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

.subscribe-form__agreement-link {
    color: #ffffff;

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.subscribe-form__agreement-link:hover {
    text-decoration: none;
}

.subscribe-form__captcha {
    width: 304px;
    height: 78px;
    margin: 20px 0 0;
}

.subscribe-form__hint {
    margin: 20px 0 0;

    color: #979797;

    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.subscribe-form__message {
    margin-top: 16px;
    padding: 12px 14px;

    border: 1px solid transparent;
    border-radius: 12px;

    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    overflow-wrap: anywhere;
}

.subscribe-form__message:empty {
    display: none;
}

.subscribe-form__message_success {
    color: #a9efb7;
    background: rgba(56, 142, 60, 0.2);
    border-color: rgba(123, 216, 143, 0.55);
}

.subscribe-form__message_error {
    color: #ffb0b0;
    background: rgba(183, 67, 67, 0.2);
    border-color: rgba(255, 138, 138, 0.55);
}

.subscribe-form__submit:disabled {
    cursor: wait;
    opacity: 0.65;
}
.detail__btn-block .button_subscribe {
    width: 338px;
}
@media (max-width: 640px) {
    .detail__availability-label {
        height: 27px;
        margin-left: 8px;
        padding: 0 10px;
        font-size: 12px;
        border-radius: 14px;
    }

    .modal.product-subscribe-modal {
        width: calc(100vw - 24px);
        max-height: calc(100vh - 24px);
        max-height: calc(100dvh - 24px);
        border-radius: 20px;
    }

    .product-subscribe-fancybox .fancybox__slide {
        padding: 12px;
    }

    .subscribe-form {
        min-height: auto;
        padding: 32px 20px 28px;
        border-radius: 20px;
    }

    .subscribe-form__title {
        padding-right: 35px;
        margin-bottom: 24px;

        font-size: 30px;
        line-height: 36px;
    }

    .subscribe-form__close {
        top: 20px;
        right: 20px;
    }

    .subscribe-form__captcha {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .subscribe-form__captcha > div {
        transform-origin: top left;
    }

    .subscribe-form__agreement {
        align-items: flex-start;
        gap: 10px;
    }

    .subscribe-form__agreement-link,
    .subscribe-form__hint,
    .subscribe-form__message {
        font-size: 13px;
        line-height: 18px;
    }

    .subscribe-form__message {
        padding: 10px 12px;
        border-radius: 10px;
    }
    .detail__btn-block .button_subscribe {
        width: 247px;
    }
}

@media (max-width: 380px) {
    .modal.product-subscribe-modal {
        width: calc(100vw - 16px);
    }

    .product-subscribe-fancybox .fancybox__slide {
        padding: 8px;
    }

    .subscribe-form {
        padding: 28px 16px 24px;
        border-radius: 16px;
    }

    .subscribe-form__title {
        margin-bottom: 20px;
        font-size: 27px;
        line-height: 32px;
    }

    .subscribe-form__close {
        top: 16px;
        right: 16px;
        transform: scale(0.85);
    }

    .subscribe-form__input {
        height: 48px;
        font-size: 16px;
        line-height: 48px;
    }

    .subscribe-form__submit,
    .subscribe-form__agreement,
    .subscribe-form__captcha,
    .subscribe-form__hint {
        margin-top: 16px;
    }

    .subscribe-form__captcha {
        height: 62px;
    }

    .subscribe-form__captcha > div {
        width: 304px;
        transform: scale(0.78);
    }
}

@media (max-height: 700px) and (min-width: 381px) {
    .subscribe-form {
        padding-top: 28px;
        padding-bottom: 26px;
    }

    .subscribe-form__title {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 38px;
    }

    .subscribe-form__submit,
    .subscribe-form__agreement,
    .subscribe-form__captcha,
    .subscribe-form__hint {
        margin-top: 14px;
    }
}

/* End */


/* Start:/local/templates/bsemoto-pro/components/bitrix/catalog.item/card/style.css?1786109941641*/
.card__availability {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 4px 13px;
    border: 1px solid;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.card__availability_available {
    border-color: #269900;
    background-color: #071900;
}

.card__availability_unavailable {
    border-color: #b5000b;
    background-color: #250004;
}

@media (max-width: 768px) {
    .card__availability {
        min-height: 24px;
        padding: 3px 8px;
        font-size: 11px;
    }
}

/* End */
/* /local/templates/bsemoto-pro/components/bitrix/catalog.element/catalog/style.css?17863623098708 */
/* /local/templates/bsemoto-pro/components/bitrix/catalog.item/card/style.css?1786109941641 */
