.manufacturer .content-catalog__sublist {
	max-width: 200px
}

@media (width > 61.25rem) {
    .dataprod__brand .manufacturer__link {
        height: 4.25rem;
    }
}

.info-text__content h2, .info-text__content h3, .resultcatalog__description h2{
    font-size: 1.5rem;
    color: #161616;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.info-text__content ul, .resultcatalog__description ul  {
    margin-left: 15px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    list-style-type: disc;
}

.info-text__content ul li, .resultcatalog__description ul li {
    list-style-type: disc;
    color: #5a626b;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.resultcatalog__description {
    margin-top: 2rem;
}

.resultcatalog__description p {
    font-size: 1rem;
    line-height: 150%;
    color: #5a626b;
    margin-bottom: 1rem;
}

/* Кастомные уведомления */
.custom-notification {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 10000;
    padding: 16px 20px;
    border-radius: 12px;
    background: #1a1a1a;
    color: #f5f5f5;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    transform: translateX(120%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 280px;
    max-width: 400px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-notification.show {
    transform: translateX(0);
}

.custom-notification-success {
    border-left: 4px solid #00b894;
}

.custom-notification-error {
    border-left: 4px solid #ff6b6b;
}

.custom-notification-info {
    border-left: 4px solid #74b9ff;
}

.notification-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
}

.custom-notification-success .notification-icon {
    background: rgba(0, 184, 148, 0.2);
    color: #00b894;
}

.custom-notification-error .notification-icon {
    background: rgba(255, 107, 107, 0.2);
    color: #ff6b6b;
}

.custom-notification-info .notification-icon {
    background: rgba(116, 185, 255, 0.2);
    color: #74b9ff;
}

.notification-text {
    flex: 1;
    line-height: 1.4;
}

.notification-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    cursor: pointer;
    padding: 0 0 0 8px;
    transition: color 0.2s;
    line-height: 1;
}

.notification-close:hover {
    color: #fff;
}

/* Состояния кнопки сравнения */
.actions-product__button_compare {
    transition: all 0.3s ease;
    position: relative;
}

.actions-product__button_compare.active svg path {
    stroke: #ff6b6b;
}

.actions-product__button_compare.loading {
    opacity: 0.6;
    pointer-events: none;
}

.actions-product__button_compare.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.product__button2 {
    padding: 0.9375rem 0.3125rem;
}

.bottommain__select:disabled + .select__body {
    filter: grayscale(100);
}

.bottommain__select:disabled + .select__body .select__title .select__value {
    background-color: #CACACA;
}

.bottommain__select:disabled + .select__body .select__title .select__content {
    color: #818080;
}

.success-popup__text {
    max-width: initial;
}

.podbor_info {
    display: none;
}

.podbor_info.active {
    display: block;
}

.filter__checkbox.disabled .filter__checkbox-text {
    background-color: #CACACA;
    color: #818080;
}

.review__text {
    -webkit-line-clamp: 10;
}

.certs-page .sertificate__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.certs-page .sertificate__container .sertificate__slide {
    margin-bottom: 31px;
}

.selecttype__link {
    margin-bottom: 0.375rem;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 115px;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #ea3e42;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(245, 245, 245, 0.4);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    z-index: 10;
}

#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#scrollToTopBtn:hover {
    background-color: #ea3e42;
    color: #fff;
    box-shadow: 0 6px 20px rgba(245, 245, 245, 0.6);
    transform: scale(1.05);
}

#scrollToTopBtn:active {
    transform: scale(0.9);
}

@media (max-width: 600px) {
    #scrollToTopBtn {
        width: 48px;
        height: 48px;
        font-size: 22px;
        bottom: 20px;
        right: 20px;
    }
}

.basket-coupon-section, .bx-soa-coupon {
    display: none;
}

.basket-btn-checkout, .btn-order-save {
    display: inline-flex;
    min-width: 2.75rem;
    justify-content: center;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 135%;
    color: #fff;
    background-color: #ea3e42;
    padding: 1.125rem 2.125rem;
    border-radius: 0.1875rem;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        padding: 0.9375rem 5.5625rem;
    font-size: 1rem;
    height: 3.25rem;
    position: relative;
    background-color: #ea3e42;
    clip-path: polygon(0.6875rem 0, 100% 0, 100% calc(100% - 0.6875rem), calc(100% - 0.6875rem) 100%, 0 100%, 0 0.6875rem);
    padding-left: 2.875rem;
    padding-right: 2.875rem;
}

.btn-order-save {
    max-width: 235px;
}

.soa-property-container {
    margin-bottom: 1rem;
}

.soa-property-container input[type="text"] {
    width: 235px;
    height: auto;
    padding: .5rem 1rem;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    outline: none;
}

.bx-soa-customer-field {
    display: flex;
    flex-direction: column;
}

.soa-property-container textarea, .bx-soa-customer-field textarea {
    width: 350px;
    height: auto;
    padding: .5rem 1rem;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    outline: none;
}

.bx-soa-more-btn button {
    display: inline-flex;
    min-width: 2.75rem;
    justify-content: center;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 135%;
    color: #161616;
    background-color: #ea3e42;
    padding: 1.125rem 2.125rem;
    border-radius: 0.1875rem;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        padding: 0.9375rem 5.5625rem;
    font-size: 1rem;
    height: 3.25rem;
    position: relative;
    background-color: #f5f5f5;
    clip-path: polygon(0.75rem 0, 100% 0, 100% calc(100% - 0.75rem), calc(100% - 0.75rem) 100%, 0 100%, 0 0.75rem);
    padding-left: 2.875rem;
    padding-right: 2.875rem;
    margin-right: 1rem;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1200px) {
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

@media (min-width: 992px) {
    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }
}

@media (min-width: 768px) {
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .text-md-right {
        text-align: right !important;
    }
}

@media (min-width: 768px) {
    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }
}

.subpage-uslugii-name {
    font-size: 1.5rem;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center !important;
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
}

.uslugi-bottom>* {
    position: relative;
    z-index: 2;
}

.uslugi-bottom {
    background: #f2f1f2;
    position: relative;
}

.uslugi-bottom:before {
    content: "";
    background: #fff0;
    border: 1px solid #8e8e8e;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.remont-bottom-phone {
    display: flex;
    justify-content: center;
    line-height: 1.8;
}

.uslugi-bottom .remont-bottom-phone {
    display: inline-block;
}

.text-center {
    text-align: center !important;
}

.uslugi-bottom .remont-bottom-phone>div {
    display: inline-block;
}

.remont-bottom-phone span:first-child {
    font-size: 95%;
}

.remont-bottom-phone-icon {
    font-size: 75%;
    display: inline-block;
    background: #da062b;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.remont-bottom-phone span:first-child {
    font-size: 95%;
}

.remont-bottom-phone a {
    color: #000;
    display: inline-block;
    margin-left: 5px;
    transition: all 0.2s;
    text-decoration: none !important;
    font-size: 110%;
}

.h2 {
    font-size: 2rem;
}

.offer-page {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.offer-page>* {
    padding: 0;
}

.offer-page img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1200 / 546;
}

.offer-page>*:last-child {
    display: flex;
    align-items: center;
}

.offer-page>*:last-child>* {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 1500px) {
    .offer-teaser h1, .offer-teaser h3, .offer-teaser .h1 {
        margin-bottom: 1rem;
    }
}

.offer-teaser h1, .offer-teaser h3, .offer-teaser .h1 {
    text-decoration: none !important;
    font: 28px;
    font-weight: bold;
}

@media (min-width: 1500px) {
    .offer-page .offer-content {
        line-height: 1.3;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block !important;
    }
}

.product-detail-cart-timer {
    border: 2px solid #da062b;
    padding: 15px;
    font-size: 14px;
    text-align: center;
}

.product-detail-cart-timer-value {
    font-weight: bold;
}

.bg-gray {
    background: #f2f1f2;
}

@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block !important;
    }
}

.align-middle {
    vertical-align: middle !important;
}

.kfork-ordered-list-item {
    position: relative;
    padding-left: 92px;
}

.kfork-ordered-list-item-arrow {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 150px;
    height: 40px;
}

.kfork-ordered-list-item-content {
    padding-top: 27px;
    height: 100%;
    position: relative;
}

.kfork-ordered-list-item.kfork-ordered-list-item-1:before {
    content: "1";
}

.kfork-ordered-list-item.kfork-ordered-list-item-2:before {
    content: "2";
}

.kfork-ordered-list-item.kfork-ordered-list-item-3:before {
    content: "3";
}

.kfork-ordered-list-item.kfork-ordered-list-item-4:before {
    content: "4";
}

.kfork-ordered-list-item:before {
    position: absolute;
    border: 2px dashed #da062b;
    border-radius: 50%;
    top: 12px;
    left: 15px;
    width: 62px;
    height: 62px;
    text-align: center;
    font: 22px;
    font-weight: bold;
    line-height: 58px;
}

.kfork-ordered-list-item-arrow:before {
    content: "";
    position: absolute;
    left: 60px;
    right: 40px;
    top: -15px;
    border-width: 2px;
    border-style: dashed none none;
    border-color: black;
    width: 50%;
    border-radius: 50%;
    height: 30px;
    transform: rotate(-10deg);
}

.kfork-ordered-list-item-arrow:after {
    content: "";
    position: absolute;
    right: 14px;
    top: -17px;
    border-width: 2px;
    border-style: none solid solid none;
    width: 10px;
    height: 10px;
    border-color: black;
}

.kfork-ordered-list-item-content {
    padding-top: 27px;
    height: 100%;
    position: relative;
}

.kfork-ordered-list-item-content>div {
    height: 100%;
    padding: 22px 30px 40px;
    border: 2px solid #f2f1f2;
    position: relative;
}

.kfork-ordered-list-item-content>div:before, .kfork-ordered-list-item-content>div:after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -6px;
    border-style: solid;
}

.kfork-ordered-list-item-content>div:before {
    border-width: 10px 12px 45px 0;
    border-color: transparent #f2f1f2 #f2f1f2 #f2f1f2;
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
}

@media (min-width: 576px) {
    .float-sm-right {
        float: right !important;
    }
}

@media (min-width: 576px) {
    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
}

.remont-tc-img {
    position: relative;
}

@media (min-width: 576px) {
    .remont-tc-img {
        max-width: 350px;
    }
}

@media (min-width: 576px) {
    .remont-tc-img:after, .remont-tc-img:before {
        content: "";
        position: absolute;
        display: block;
        border-color: #da062b;
        border-style: solid;
    }
}

@media (min-width: 576px) {
    .remont-tc-img-1:before {
        left: -5px;
        bottom: -5px;
        border-width: 0 10px 10px 50px;
        border-color: #da062b #fff0 #da062b #da062b;
    }
}

@media (min-width: 576px) {
    .remont-tc-img-1:after {
        left: -5px;
        bottom: -5px;
        border-width: 10px 0 40px 10px;
        border-color: #fff0 #da062b #da062b;
    }
}

@media (min-width: 576px) {
    .remont-tc-img-2:before {
        right: -5px;
        top: -5px;
        border-width: 50px 10px 10px 0;
        border-color: #da062b #da062b #fff0 #da062b;
    }
}

@media (min-width: 576px) {
    .remont-tc-img-2:after {
        right: -5px;
        top: -5px;
        border-width: 10px 40px 0 10px;
        border-color: #da062b #da062b #da062b #fff0;
    }
}

@media (min-width: 576px) {
    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
}

.utp-block {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.utp-inner {
    white-space: nowrap;
    font-size: 0;
}

@media (min-width: 576px) {
    .utp-inner {
        padding-bottom: 15px;
    }
}

.utp-inner>* {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    white-space: normal;
}

.utp-image {
    margin-right: 10px;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
}

.utp-block svg {
    height: 30px;
    width: 30px;
}

.utp-text-holder {
    width: calc(100% - 40px);
}

.utp-header {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .utp-block>* {
        border-right: 1px solid #e7e9e8
    }
}

@media (min-width: 576px) {
    .utp-block>div:last-child {
        border: 0 solid;
    }
}

@media (min-width: 576px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

ul.list-double-left {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    margin-top: 1rem;
}

ul.list-double-left li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
}

ul.list-double-left li:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 8px;
    width: 10px;
    height: 10px;
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTQ5MTEsIDIwMTMvMTAvMjktMTE6NDc6MTYgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RENFMDA1OUIzRUIyMTFFQTk1NkZFQzJEM0VGOUYyNTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RENFMDA1OUMzRUIyMTFFQTk1NkZFQzJEM0VGOUYyNTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQ0UwMDU5OTNFQjIxMUVBOTU2RkVDMkQzRUY5RjI1NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQ0UwMDU5QTNFQjIxMUVBOTU2RkVDMkQzRUY5RjI1NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx8BBwcHDQwNGBAQGBoVERUaHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH//AABEIAAoACgMBEQACEQEDEQH/xACBAAEBAQAAAAAAAAAAAAAAAAAGAwcBAAMBAQAAAAAAAAAAAAAAAAIDBgQHEAAAAwQFDAMAAAAAAAAAAAABAgMABDQFESEyFQZRYRLiEzNTYxRENUUWNlYRAAADBQUIAwAAAAAAAAAAAAABAjESMgMTESFR4QTwYUJSYnIzQ1M0Ff/aAAwDAQACEQMRAD8A0GWz6ZXBhhM03VLL0TOyt9iGkZN6NK3lQzkYvcgVQChQWuvZ2wpbGlR2Jv2sHQJ+jl1550yfN4qeKayCKYXJdbuufhDT5Rj38z6/qd6ETw9S0z31YCf/AD9F8/sdZw45sEpZ9bwR4yJRsQ8IvC83JnpYUsSwHqPsarywq7o0R9OQcs8Tg//Z) no-repeat 0 0 #fff0;
}

@media (min-width: 992px) {
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 576px) {
    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
}

@media (min-width: 576px) {
    .remont-tc-img {
        max-width: 350px;
    }
}

@media (min-width: 576px) {
    .remont-tc-img-2:before {
        right: -5px;
        top: -5px;
        border-width: 50px 10px 10px 0;
        border-color: #da062b #da062b #fff0 #da062b;
    }
}

@media (min-width: 576px) {
    .remont-tc-img:after, .remont-tc-img:before {
        content: "";
        position: absolute;
        display: block;
        border-color: #da062b;
        border-style: solid;
    }
}


@media (min-width: 992px) {
    .vykup-adv {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }
}

.vykup-adv-icon {
    border: 2px dashed #da062b;
    margin-bottom: 30px;
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 50%;
}

.vykup-adv-h {
    text-transform: uppercase;
    margin-bottom: 15px;
    height: 72px;
    font-weight: bold;
}

.vykup-adv:first-child .vykup-adv-icon:before {
    width: 52px;
    height: 50px;
    margin-top: -25px;
    margin-left: -26px;
}

.vykup-adv-icon:before {
    content: "";
    position: absolute;
    background-image: url(/wa-data/public/site/themes/kfork/img/vykup_sprite.jpg);
    top: 50%;
    left: 50%;
}

.vykup-adv:nth-child(2) .vykup-adv-icon:before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background-position: -217px 0;
}

.vykup-adv:nth-child(3) .vykup-adv-icon:before {
    width: 51px;
    height: 51px;
    margin-top: -25px;
    margin-left: -26px;
    background-position: -166px 0;
}

.vykup-adv:first-child .vykup-adv-icon:before {
    width: 52px;
    height: 50px;
    margin-top: -25px;
    margin-left: -26px;
}

.vykup-adv:nth-child(4) .vykup-adv-icon:before {
    width: 60px;
    height: 44px;
    margin-top: -22px;
    margin-left: -30px;
    background-position: -106px 0;
}

.vykup-adv:nth-child(5) .vykup-adv-icon:before {
    width: 54px;
    height: 46px;
    margin-top: -23px;
    margin-left: -27px;
    background-position: -52px 0;
}

.bx-soa-cart-total.bx-soa-cart-total-fixed {
    top: 125px;
}

.bx-soa-section-content .form-check-input {
    width: auto;
}

.bx_soa_location .form-check {
    padding: 15px;
}

.bx_soa_location .form-check .form-check-input {
    margin-right: 15px;
}

#bx-soa-delivery .order-md-1 .row {
    margin: 0;
}

#bx-soa-paysystem .order-md-1 .row {
    margin: 0;
}

#bx-soa-region .bx_soa_location {
    padding: 15px;
}

@media (min-width: 700px) {
    #bx-soa-total-mobile {
        display: none;
    }
}

#bx-soa-properties .bx-soa-section-content {
    padding: 15px 40px;
}

#bx-soa-properties .col-sm-12 {
    width: 100%;
}