jdiv .__jivoMobileButton {
    bottom: 95px;
}

.bx-404-container {
    margin: 20px 20px 0 0;
    overflow: auto;
}

.bx-404-block {
    float: left;
}

.bx-404-block img {
    display: block;
    height: 300px;
    width: 300px;
    float: left;
}

.bx-404-text {
    float: left;
    margin: 20px 20px 20px 20px;
}

/* Задача № 28205 -->  */

.sticky {
    position: fixed;
    z-index: 101;
}

.stop {
    position: relative;
    z-index: 101;
}

/* Задача № 28205 <-- */


/*.bx-soa-section-content {*/
/*    display: none;*/
/*}*/
/*.opened .bx-soa-section-content {*/
/*    display: block;*/
/*}*/

.bx-soa-section {
    display: none;
}

.bx-soa-section.opened {
    display: block;
}

.bx-soa-more-btn {
    margin-top: 14px;
}

.btn-default.base-button {
    display: inline-block;
    padding: 16px 8px;
    width: 150px;
    text-align: center;
    max-width: 46%;
}

.btn-default.base-button.summary__button {
    width: auto;
}

.btn-default.base-button:hover {
    background-color: #C0263A;
    color: white;
}

.btn-default.base-button.prev {
    color: var(--color-primary);
    background-color: #fff;
    border: 1px solid var(--color-primary);
    margin-right: 14px;
}

.btn-default.base-button.next {
    margin-right: 0;
}

.radioBlock__input.error + .radioBlock__text {
    color: #f00;
}

.base-input-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 18px;
    color: #ACACAC;
}

.checkout .checkout-bottom.checkout__summary.summary {
    position: static;
    width: 100%;
    background: #fff;
    border: 1px solid #D9D9D9;
    margin-top: 24px;
    padding: 14px 14px 0px;
}

.checkout .checkout-bottom .summary__row.agreement {
    font-size: 13px;
}

.checkout .open_description::before {
    height: 24px;
    top: -35px;
}

.open_description::after {
    top: -30px;
}

.open_description.active::after {
    transform: rotate(-135deg);
    top: -24px;
}

.checkout .checkout-bottom .hidden_description {
    padding-bottom: 20px;
    text-align: justify;
    display: none;
}

.checkout .checkout-bottom .hidden_description.active {
    display: block;
}

.menuCatalog__list a {
    display: block;
    position: relative;
    height: 35px;
    width: 100%;
}

.menuCatalog__list a::after {
    content: "";
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    position: absolute;
    right: 0px;
}

.img_shadow {
    width: 35px;
    height: 35px;
    /*background-size: cover;*/
    background-size: 2450px auto;
    margin-right: 5px;
    box-sizing: content-box;
    display: block;
}

.medium {
    width: 3.3125rem;
    height: 3.3125rem;
    background-size: 3710px auto;
}

.big {
    width: 6.25rem;
    height: 6.25rem;
}

.service {
    .bonuses-banner__row {
        min-height: unset;
    }

    .banner {
        width: 100%;

        @media (min-width: 768px) {
            height: min-content;
            .banner_text {
                margin-left: 45%;
                position: absolute;
                height: 100%;
            }
        }

        img {
            width: 100%;
        }

        .banner_text {
            top: 0;
            width: 100%;
            display: flex;
            align-items: center;

            h2 {
                margin-bottom: 30px;
            }
        }
    }

    .bonuses-banner__row {
        background: none;
    }

    .bonuses__item:before {
        content: "Шаг " counter(item);
    }

    .service_cards {
        .bonuses__item:before {
            display: none;
        }

        span {
            color: var(--sub-template-color);
        }
    }
}

.order-info-form {
    max-width: 756px;

    .checkout-bottom .agreement__label::before {
        top: -1px;
        left: -20px;
        border: 1px solid var(--color-primary);
    }

    .agreement__label {
        text-decoration: underline;
    }
}

.order-info-table {
    td {
        padding: 1rem;
    }


    img {
        border: 1px gray solid;
        border-radius: 10px;
        padding: 1rem;
    }
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.catalog-detail-b24 {
    .b24-widget-button-wrapper {
        @media (max-width: 768px) {
            display: none!important;
        }
    }
}
