/* Footer */
footer {
    margin-top: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
}

.rm-footer {
    box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    border-top: 1px solid #f9f9fc;
    padding: 20px 0;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .rm-footer {
        padding: 30px 0;
    }
}

.rm-footer-catalog-btn {
    margin: 0 0 20px;
    padding: 0 30px !important;
    max-width: 100%;
}

@media (max-width: 767px) {
    .rm-footer-mobile-inner {
        margin: 0 5px;
        padding: 15px;
        background: #fcfcfc;
        border: 1px solid #f4f4f4;
        border-radius: 6px;
    }

    .rm-footer-mobile-inner.white {
        background: #fff;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .06);
        border: 0;
    }

    .rm-footer-contacts-btn.rm-btn {
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) and (min-width: 360px) {
    .rm-footer-mobile-inner {
        padding: 20px;
    }
}

.rm-footer-title {
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 767px) {
    .rm-footer-title-toggle-icon {
        width: 30px;
        height: 30px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #f4f4f4;
        border-radius: 6px;
        margin-right: 20px;
    }

    .rm-footer-title-toggle-btn {
        width: 40px;
        height: 40px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fbfbfb;
        border-radius: 6px;
        margin-left: auto;
    }

    .rm-footer-title-toggle-btn img {
        transition: -ms-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        -webkit-transition: -webkit-transform .3s ease;
    }

    .rm-footer-title-toggle.clicked .rm-footer-title-toggle-btn img {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (max-width: 767px) {
    .rm-footer-first, .rm-footer-fourth, .rm-footer-second, .rm-footer-third {
        margin-bottom: 20px;
    }
}

.rm-footer-subscribe {
    margin: 17px auto 20px;
    max-width: 325px;
}

@media (min-width: 992px) {
    .rm-footer-subscribe {
        margin: 17px 0 20px;
    }
}

.rm-footer-subscribe .input-group {
    margin-bottom: 12px;
}

.rm-footer-subscribe .form-control {
    background: #f4f4f4;
    border-right: 0;
}

.rm-footer-subscribe button {
    font-size: 12px;
    color: #f4f4f4;
    height: 44px;
    line-height: 44px;
}

.rm-footer-subscribe .form-checkbox-group {
    font-size: 10px;
    margin-left: 15px;
}

.rm-footer-subscribe .form-checkbox-group label {
    color: #6e727e;
}

.rm-footer-text {
    font-size: 13px;
}

.rm-footer-address {
    margin: 10px 0 20px;
}

.rm-footer-phones {
    margin: 10px 0 5px;
    font-size: 14px;
}

.rm-footer-phones img {
    margin-right: 5px;
}

.rm-footer-phones a:hover {
    text-decoration: underline;
}

.rm-footer-phones-link {
    text-decoration: underline;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .rm-footer-phones-link {
        margin-bottom: 0;
    }
}

.rm-footer-phones-link:hover {
    text-decoration: none;
}

.rm-footer-shedule-list {
    margin: 10px 0 20px;
}

@media (min-width: 992px) {
    .rm-footer-shedule-list {
        margin: 30px 0 20px;
    }
}

.rm-footer-mail-link {
    font-size: 12px;
    letter-spacing: .3px;
    text-decoration: underline;
}

.rm-footer-mail-link:hover {
    text-decoration: none;
}

.rm-footer-links-list {
    font-size: 14px;
    line-height: 28px;
}

@media (max-width: 767px) {
    .rm-footer-links-list {
        max-height: 0;
        -webkit-transition: max-height .6s ease;
        transition: max-height .6s ease;
        overflow: hidden;
    }

    .rm-footer-links-list.expanded {
        max-height: 1000px;
    }

    .rm-footer-links-list li:first-child {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .rm-footer-links-list {
        margin-top: 10px;
        font-size: 12px;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .rm-footer-links-list {
        margin-top: 30px;
    }
}

.rm-footer-links-list a {
    text-decoration: underline;
}

.rm-footer-links-list a:hover {
    text-decoration: none;
}

.rm-footer-payments-list {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rm-footer-payments-item {
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("../img/sprite-rm.png");
    -ms-flex: 0 0 53px;
    flex: 0 0 53px;
    max-width: 53px;
    height: 33px;
    margin-bottom: 6px;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
}

.rm-footer-payments-item:not(:last-child) {
    margin-right: 6px;
}

@media (min-width: 576px) {
    .rm-footer-payments-item {
        margin-bottom: 10px;
    }

    .rm-footer-payments-item:not(:last-child) {
        margin-right: 10px;
    }
}

.rm-footer-payments-item.privat24 {
    background-position: -199px -138px;
}

.rm-footer-payments-item.mastercard {
    background-position: -67px -2px;
}

.rm-footer-payments-item.maestro {
    background-position: -133px 0;
}

.rm-footer-payments-item.visa {
    background-position: 0 -1px;
}

.rm-footer-payments-item.skrill {
    background-position: -199px -92px;
}

.rm-footer-payments-item.liqpay {
    background-position: -66px -46px;
}

.rm-footer-payments-item.paypal {
    background-position: 0 -46px;
}

.rm-footer-payments-item.custom-payment {
    background-position: -133px -46px;
}

.rm-footer-payments-item.custom-payment img {
    vertical-align: baseline;
}

.rm-footer-credits {
    font-size: 12px;
    line-height: 21px;
}

@media (min-width: 768px) {
    .rm-footer-credits {
        border-top: 1px solid #f9f9fc;
        padding-top: 30px;
        margin-top: 30px;
    }
}
/* End of footer */
/* Fixed contacts */
@-webkit-keyframes pulsation {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsation {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes iconOpacity {
    0% {
        opacity: 0
    }

    40% {
        opacity: .96
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: .96
    }

    100% {
        opacity: 0
    }
}

@keyframes iconOpacity {
    0% {
        opacity: 0
    }

    40% {
        opacity: .96
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: .96
    }

    100% {
        opacity: 0
    }
}

#rm_fixed_contact_button {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1001
}

@media (min-width: 420px) {
    #rm_fixed_contact_button {
        right:30px;
        width: 70px;
        height: 70px
    }
}

@media (min-width: 992px) {
    #rm_fixed_contact_button {
        bottom:30px
    }
}

#rm_fixed_contact_button.clicked {
    z-index: 1041
}

#rm_fixed_contact_substrate {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 0;
    display: none
}

#rm_fixed_contact_substrate.active {
    z-index: 1020;
    display: block
}

.rm-fixed-contact-pulsation {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: pulsation 2s infinite;
    animation: pulsation 2s infinite
}

@media (min-width: 420px) {
    .rm-fixed-contact-pulsation {
        width:100px;
        height: 100px
    }
}

.rm-fixed-contact-icon {
    color: #fff;
    width: 100%;
    font-size: 20px;
    overflow: hidden
}

@media (min-width: 420px) {
    .rm-fixed-contact-icon {
        font-size:28px
    }
}

.rm-fixed-contact-icon .fa-envelope {
    -webkit-animation: iconOpacity 3s infinite;
    animation: iconOpacity 3s infinite;
    width: 20px;
    height: 20px
}

@media (min-width: 420px) {
    .rm-fixed-contact-icon .fa-envelope {
        width:28px;
        height: 28px
    }
}

.rm-fixed-contact-text {
    font-size: 7px;
    text-transform: uppercase;
    line-height: 9px;
    color: #fff
}

@media (min-width: 420px) {
    .rm-fixed-contact-text {
        font-size:8px;
        line-height: 10px
    }
}

.rm-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 36px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    display: block;
    opacity: 0;
    z-index: -1;
    transform: translateY(20px);
    -webkit-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    visibility: hidden;
    min-width: 250px
}

@media (min-width: 420px) {
    .rm-fixed-contact-dropdown {
        right:60px
    }
}

.rm-fixed-contact-dropdown.expanded {
    transform: translateY(0);
    opacity: .98;
    z-index: 1;
    visibility: visible
}

.rm-fixed-contact-item {
    color: #333
}

.rm-fixed-contact-item:not(:last-child) {
    margin-bottom: 18px
}


.rm-fixed-contact-item > * {
    pointer-events: none
}

.rm-fixed-contact-item-icon {
    display: block;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff
}

.rm-fixed-contact-item-icon svg {
    width: 20px !important;
    height: 20px
}

.rm-fixed-contact-messenger {
    background: #0084ff
}

.rm-fixed-contact-viber {
    background: #7c529d
}

.rm-fixed-contact-telegram {
    background: #2ca5e0
}

.rm-fixed-contact-skype {
    background: #31c4ed
}

.rm-fixed-contact-whatsapp {
    background: #25d366
}

.rm-fixed-contact-email {
    background: #50a8ff
}

.rm-fixed-contact-call {
    background: #3cba8b
}

.rm-fixed-contact-contacts {
    background: #141e1a
}

@media (min-width: 992px) {
    .rm-fixed-contact-viber-mobile {
        display:none !important
    }
}

@media (max-width: 991px) {
    .rm-fixed-contact-viber-desktop {
        display:none !important
    }
}
/* End of fixed contacts */
/* Notify */
.alert-block {
    margin: 20px;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 575px) {
    .alert-block {
        right:15px !important;
        top: 15px !important;
        left: 15px !important
    }
}

.rm-alert {
    background: #fff;
    float: right;
    border: none;
    border-radius: 2px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .29);
    padding: 0;
    margin-bottom: 20px
}

@media (min-width: 420px) {
    .rm-alert {
        max-width:370px
    }
}

.rm-alert-success .rm-alert-icon {
    background: #0cc95b
}

.rm-alert-danger .rm-alert-icon {
    background: #f33d32
}

.rm-alert-warning .rm-alert-icon {
    background: #f3c932
}

.rm-alert-primary .rm-alert-icon {
    background: #50a8ff
}

.rm-alert-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    padding: 0
}

.rm-alert-icon {
    max-width: 36px;
    height: 36px;
    border-radius: 2px;
    margin: 20px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px
}

.rm-alert-icon i {
    font-size: 18px;
    color: #fff;
    text-align: center
}

.rm-alert-text {
    color: #272323;
    font-size: 13px;
    line-height: 17px;
    padding: 20px 46px 20px 0;
    border-radius: 0 2px 2px 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 420px) {
    .rm-alert-text {
        min-width:310px
    }
}

.rm-alert-text a {
    text-decoration: underline
}

.rm-alert-text a:hover {
    text-decoration: none
}

.rm-alert-text .alert-text-item:not(:last-child) {
    margin-bottom: 5px
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -ms-transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -ms-transform: translate3d(0,-100%,0);
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}
/* End of notify */
/* Modal */
.modal {
    transform: translateY(150px);
    -webkit-transition: transform .6s ease, opacity .4s ease;
    transition: transform .6s ease, opacity .4s ease;
    opacity: 0
}

.modal.show {
    transform: translateY(0);
    opacity: 1
}

.modal-dialog {
    max-width: 650px
}

.modal-dialog.narrow {
    max-width: 480px
}

.modal-dialog.wide {
    max-width: 950px
}

.modal-dialog.wide .modal-body {
    padding: 0
}

.modal-dialog.wide .modal-body-left, .modal-dialog.wide .modal-body-right {
    padding: 20px
}

@media (min-width: 768px) {
    .modal-dialog.wide .modal-body-left, .modal-dialog.wide .modal-body-right {
        padding:30px
    }
}

@media (max-width: 767px) {
    .modal-dialog.wide .modal-body-left {
        padding-bottom:0
    }
}

.modal-dialog.wide .rm-product-center-price {
    border-bottom: 0
}

@media (max-width: 767px) {
    .modal-dialog.wide .rm-product-center-price {
        padding:15px 0
    }
}

.modal-dialog.wide .rm-product-center-price>span {
    font-size: 18px;
    line-height: 22px
}

.modal-dialog.wide .rm-product-center-price-old {
    font-size: 14px;
    line-height: 17px
}

.modal-dialog.extra-wide {
    max-width: 1196px
}

.modal-dialog.extra-wide .modal-body {
    padding: 0
}

.modal-content {
    border-radius: 6px;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .17);
    overflow: hidden
}

.modal-content a {
    text-decoration: underline;
}

.modal-content a:hover {
    text-decoration: none
}

.modal-content .rm-btn {
    padding-left: 25px;
    padding-right: 25px
}

.modal-header {
    border-bottom: 1px solid #f9f9fc;
    text-transform: uppercase;
    padding: 30px 20px;
    font-size: 22px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

@media (min-width: 768px) {
    .modal-header {
        padding:30px
    }
}

.modal-title {
    line-height: 27px;
    padding-right: 58px
}

.modal-close {
    width: 88px;
    height: 88px;
    padding: 0;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: -ms-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease
}

.modal-close:hover {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-close:focus {
    box-shadow: none
}

.modal-close-icon {
    position: absolute;
    top: 30px;
    left: 43px;
    bottom: 30px;
    border: 1px solid #777
}

.modal-close-left {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.modal-close-right {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-body {
    padding: 20px;
    min-height: 300px
}

@media (min-width: 768px) {
    .modal-body {
        padding:30px
    }

    .modal-body-left {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        border-right: 1px solid #f9f9fc
    }

    .modal-body-right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 30px
    }
}

.modal-body-img {
    max-height: 280px;
    margin-bottom: 30px;
    border: 1px solid #f9f9fc;
    max-width: 100%
}

.modal-body-product-panel {
    border: 1px solid #f9f9fc;
    flex: 0 0 12055px
}

.modal-body iframe {
    max-width: 100%
}

.modal-backdrop {
    background-color: #1e242f
}

.modal-backdrop.show {
    opacity: .66
}

.modal .form-checkbox-group, .modal .form-group {
    margin-bottom: 30px
}

.modal .form-checkbox-group {
    padding-left: 15px
}

.modal .form-checkbox-group label {
    color: #777;
    font-size: 12px
}

.modal textarea {
    height: 200px
}

.modal-product-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.modal-comment {
    font-size: 12px;
    margin-bottom: 30px
}

.modal .rm-modal-comment {
    color: #777;
    font-size: 12px;
    line-height: 18px
}

.modal .rm-modal-comment+.rm-review-block {
    margin-top: 20px
}

@media (min-width: 360px) {
    .modal .rm-review-block .rm-module-rating-star {
        background:url("/catalog/view/theme/oct_remarket/img/star-grey-big.svg") no-repeat;
        width: 25px;
        height: 25px;
        cursor: pointer
    }

    .modal .rm-review-block .rm-module-rating-star:not(:last-child) {
        margin-right: 6px
    }

    .modal .rm-review-block .rm-module-rating-star:last-child {
        margin-bottom: 10px
    }

    .modal .rm-review-block .rm-module-rating-star-is {
        background: url("/catalog/view/theme/oct_remarket/img/star-gold-big.svg") no-repeat
    }
}

@media (min-width: 360px) and (min-width: 576px) {
    .modal .rm-review-block .rm-module-rating-star:not(:last-child) {
        margin-right:10px
    }
}

#loginTabs .nav-link {
    margin-bottom: 0;
    background-color: #fff;
    border-color: #f2f2f5;
    border-radius: 0.25rem;
    color: #8f90a6;
    padding: .5rem 1rem;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    cursor: pointer;
    line-height: 1;
}

@media (min-width: 1200px) {
    #loginTabs .nav-link {
        padding: .75rem 1.5rem;
        font-size: .875rem;
    }
}

#loginTabs .nav-item + .nav-item {
    margin-left: 0.5rem;
}

#loginTabs .nav-link.active {
    color: #1c1c28;
    font-weight: 700;
    background-color: #FFF;
    border-color: #e4e4eb;
    position: relative;
}

#loginTabs .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
}

#otp-form-code .rm-cart-block-title {
	font-size: 14px;
}

#otp-form-code .otp-code-block {
    background: #f2f4f8;
}

#rm-popup-cart.modal {
    margin-top: 0
}

#rm-popup-cart .modal-body {
    padding: 0 20px 20px
}

#rm-popup-cart .rm-cart-products-item {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #f9f9f9
}

#rm-popup-cart .rm-cart-products-item-left {
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px
}

@media (min-width: 420px) {
    #rm-popup-cart .rm-cart-products-item-left {
        -ms-flex:0 0 100px;
        flex: 0 0 100px;
        max-width: 100px
    }
}

#rm-popup-cart .rm-cart-products-item-right {
    padding: 0 20px;
    width: 100%
}

@media (max-width: 320px) {
    #rm-popup-cart .rm-cart-products-item-right .d-flex.align-items-center.mt-auto {
        -ms-flex-direction:column;
        flex-direction: column;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

#rm-popup-cart .rm-cart-products-item img {
    margin: 0 !important;
    max-width: 55px
}

@media (min-width: 420px) {
    #rm-popup-cart .rm-cart-products-item img {
        max-width:100px
    }
}

#rm-popup-cart .rm-cart-products-item-info {
    margin-bottom: 10px !important
}

#rm-popup-cart .rm-cart-products-item-info-title {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px
}

#rm-popup-cart .rm-cart-products-item .rm-product-quantity {
    margin: 0
}

#rm-popup-cart .rm-cart-products-item-price-all {
    margin-bottom: 7px
}

#rm-popup-cart .rm-cart-block-total-price {
    font-size: 18px;
    line-height: 22px
}

#rm-popup-cart .rm-cart-block-total-price+.rm-btn {
    margin-top: 25px
}

#rm-popup-cart .rm-cart-text {
    line-height: 26px;
    border-bottom: 1px solid #f9f9f9;
    padding: 10px 0
}

#rm-popup-cart .rm-cart-text span {
    color: #272323;
    font-weight: 500
}

#rm-popup-cart .rm-cart-products {
    margin-bottom: 0;
    max-height: 355px;
    overflow-y: auto
}

@media (min-width: 768px) {
    #rm-popup-cart .rm-cart-products {
        max-height:508px
    }
}

#rm-popup-cart .rm-cart-products .rm-btn-del {
    position: static;
    height: 36px;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    margin-left: auto;
    background: #fbfbfb;
    border-radius: 3px
}

#rm-popup-cart .rm-cart-products+div {
    box-shadow: 0px -4px 30px -10px rgba(40, 75, 101, .15);
    padding-top: 20px;
    border-radius: 20px 20px 0 0;
    margin-left: -20px;
    margin-right: -20px
}

#rm-popup-cart .rm-cart-products+div>.col-12 {
    padding-left: 20px;
    padding-right: 20px
}

#rm-popup-cart .rm-cart-products-item-price {
    -ms-flex: 0 1 110px;
    flex: 0 1 110px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    width: auto
}

@media (max-width: 320px) {
    #rm-popup-cart .rm-cart-products-item-price {
        margin-bottom:10px;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

#rm-popup-cart .rm-product-one-click .form-control {
    max-width: 100%
}

#rm-popup-cart .rm-btn.dark:hover:before {
    width: 450px
}

.empty-popup-cart-text {
    font-size: 24px;
    line-height: 29px;
    margin: 0 auto 20px
}

.empty-popup-cart img {
    width: 360px;
    height: 387px;
    display: block;
    margin: 20px auto;
    max-width: 100%
}

#rm-popup-login .rm-btn {
    margin-top: 40px
}

#rm-popup-subscribe .modal-body-text {
    color: #777
}

#rm-popup-subscribe .modal-body-text p {
    margin-bottom: 0
}

#rm-popup-subscribe .modal-body-text p+p {
    margin-top: 10px
}

#rm-popup-subscribe .modal-body-text b {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #272323
}

#rm-popup-subscribe .modal-body .rm-popup-subscribe-image {
    display: block;
    margin: 64px auto 50px
}

#rm-popup-review .rm-review-block .control-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px
}

#rm-popup-review .rm-module-rating-star {
    background: url("/catalog/view/theme/oct_remarket/img/star-grey-big.svg") no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer
}

#rm-popup-review .rm-module-rating-star:not(:last-child) {
    margin-right: 13px
}

#rm-popup-review .rm-module-rating-star-is {
    background: url("/catalog/view/theme/oct_remarket/img/star-gold-big.svg") no-repeat
}

#rm-popup-quickview .form-group {
    margin-bottom: 0
}

#rm-popup-quickview .form-group:not(:last-child) {
    margin-bottom: 10px
}

#rm-popup-quickview .rm-product-tabs {
    padding: 20px;
    background: #f9f9fc
}

@media (min-width: 768px) {
    #rm-popup-quickview .rm-product-tabs {
        padding:30px
    }
}

#rm-popup-quickview .rm-product-tabs .nav-tabs {
    padding-left: 0;
    margin: 0
}

#rm-popup-quickview .rm-product-images {
    min-height: 0
}

#rm-popup-quickview .rm-product-images-main {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 767px) {
    #rm-popup-quickview .rm-product-center {
        padding:0 20px 20px
    }

    #rm-popup-quickview .rm-product-center-info {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px
    }

    #rm-popup-quickview .rm-product-center-options {
        padding-bottom: 20px
    }

    #rm-popup-quickview .rm-product-images {
        min-height: 260px
    }

    #rm-popup-quickview .rm-product-images-main {
        margin-top: 20px
    }

    #rm-popup-quickview .rm-module-stickers {
        top: -5px
    }

    #rm-popup-quickview .tab-pane {
        padding: 20px
    }

    #rm-popup-quickview .rm-product-tabs-questions-top {
        padding: 20px
    }
}

#rm-popup-quickview .rm-product-one-click {
    margin: 20px 0
}

@media (min-width: 768px) {
    #rm-popup-quickview .rm-product-one-click {
        margin:0 0 30px
    }
}

@media (max-width: 575px) {
    #rm-popup-quickview .rm-product-one-click .form-control {
        max-width:100%
    }
}

#rm-popup-quickview .rm-product-btn.button-fast-order {
    display: block !important;
    margin-top: 20px
}

@media (min-width: 768px) {
    #rm-popup-quickview .rm-product-btn.button-fast-order {
        margin-top:30px
    }
}

#rm-popup-quickview .rm-product-images-additional {
    max-height: 100px
}

#rm-popup-quickview .rm-product-top-buttons {
    padding: 0
}

#rm-popup-quickview .rm-product-top-button {
    width: 100%;
    margin-top: 20px;
    margin-left: 0
}

#popup_product_questions .rm-product-tabs-questions-item:first-child {
    border-top: 0
}

#rm-popup-quickorder .rm-popup-price-old {
    text-decoration: line-through;
    color: #777
}

#rm-popup-quickorder #button_checkout {
    height: 44px;
    line-height: 44px
}

.popup-purchase-options .form-group:not(:last-child) {
    margin-bottom: 20px
}

.popup-purchase-options .form-group:last-child {
    margin-bottom: 0
}

.popup-purchase-options .radio-with-img {
    margin-bottom: -10px
}

.popup-purchase-options .text-danger {
    text-align: left;
    margin-top: 6px
}

.rm-popup-success {
    padding: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.rm-popup-success img {
    margin-bottom: 50px
}

.rm-popup-success p {
    font-size: 16px;
    line-height: 24px
}

.rm-popup-success p+p {
    margin-top: 20px
}

.rm-popup-success p:last-of-type {
    margin-bottom: 50px
}

#modal-agree .modal-dialog {
    max-width: 1000px
}
/* End of modal */

.rm-btn-with-icon {
    display: grid;
    place-items: center;
}

.gap-3 {
    gap: 1rem;
}

.rm-btn-ttn svg path {
    transition: fill .2s ease;
}

.rm-btn-ttn:hover svg path {
    fill: #FFFFFF;
}

/* ===================================================================
   Правки витрины по списку Boss от 16.08.2026
   =================================================================== */

/* Шесть преимуществ на телефоне занимали экран целиком - прячем.
   Касается и главной, и карточки товара: блок там один и тот же. */
@media (max-width: 767.98px) {
    .rm-advantages { display: none !important; }
}

/* Заголовки преимуществ: не капсом (в латышском и литовском капс плющит
   диакритику и читается хуже), а просто жирнее. */
.rm-advantages-item-title { font-weight: 600; }

/* Карточка товара: цена уходит вправо, к производителю, модели и отзывам,
   а на освободившееся место встаёт строка про доставку и оплату.
   Так на всех экранах, не только на телефоне.
   Вторая .rm-product-center-price в шаблоне - это вес, её не трогаем:
   берём только ту, что идёт сразу за блоком сведений. */
.rm-product-center {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    /* у колонки h-100: без этого сетка растянет строки на всю высоту и
       разгонит блоки пустотой - заметно у товаров без размеров и купона */
    align-content: start;
}

.rm-product-center > * { grid-column: 1 / -1; }

.rm-product-center > .rm-product-center-info {
    grid-column: 1;
    grid-row: 1;
}

.rm-product-center-info + .rm-product-center-price {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    text-align: right;
}

/* Отступ сверху у блока цены ронял перечёркнутую цену ниже строки с
   производителем. Он прибит !important в правилах карточки, поэтому и
   снимаем его так же - иначе не перебить. */
#product-product .rm-product-center-info + .rm-product-center-price {
    padding-top: 0 !important;
    border-bottom: 0 !important;
}

/* Наличие переехало в строку с моделью - освобождает целую строку */
.rm-product-center-info-item .ds-nalichie-v-stroke {
    margin-left: 10px;
    margin-bottom: 0;
    vertical-align: middle;
}

/* Плашки доставки и оплаты под сведениями о товаре.
   Доставка свёрнута, раскрывается по щелчку; оплата открыта всегда. */
.ds-tovar-blok {
    margin-top: 12px;
    border: 1px solid #ECEFF1;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    line-height: 1.45;
    color: #777777;
}

.ds-tovar-blok-shapka {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 8px;
    padding: 10px 12px;
    cursor: pointer;
}

.ds-tovar-blok-shapka img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 5px;
}

.ds-tovar-blok-zag {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 500;
    color: #272323;
}

.ds-tovar-blok-itog {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.ds-tovar-blok-strelka { transition: transform .2s ease; }

.ds-tovar-blok.ds-razvernut .ds-tovar-blok-strelka { transform: rotate(180deg); }

.ds-tovar-blok-telo {
    display: none;
    padding: 0 12px 10px;
}

.ds-tovar-blok.ds-razvernut .ds-tovar-blok-telo { display: block; }

.ds-tovar-blok-ryad {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 2px 8px;
    padding: 6px 0;
    border-top: 1px solid #F4F6F7;
}

.ds-tovar-blok-chto { flex: 1 1 60%; min-width: 0; color: #4a4a4a; }

.ds-tovar-blok-srok { font-size: 12px; }

.ds-tovar-blok-cena { font-weight: 500; color: #272323; white-space: nowrap; }

.ds-tovar-metki {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 8px;
    border-top: 1px solid #F4F6F7;
}

.ds-tovar-metka {
    padding: 3px 9px;
    border-radius: 6px;
    background: #F4F6F7;
    font-size: 12px;
    color: #5f5f5f;
}

.ds-tovar-blok-telo a {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    text-decoration: underline;
}

.ds-tovar-blok-telo a:hover { text-decoration: none; }

/* Купон: в узкой колонке метка сбивалась в комок, а вопросик отрывался от
   текста. Раскладываем её не флексом, а обычной строкой: значок, текст и
   вопросик текут друг за другом и переносятся как слова. */
#ds-coupon-block .ds-who {
    display: inline-block !important;
    max-width: 100%;
}

#ds-coupon-block .ds-who > svg {
    vertical-align: -2px;
    margin-right: 4px;
}

#ds-coupon-block .ds-who-q { vertical-align: middle; }

/* подсказка не должна вылезать за края узкой плашки */
#ds-coupon-block .ds-tip { max-width: 230px; }

#ds-coupon-next { white-space: normal !important; }

/* Узко бывает не только на телефоне: колонка товара сама по себе узкая на
   средних экранах. Поэтому меряем ширину самой плашки, а не окна. */
#ds-coupon-block { container-type: inline-size; }

@container (max-width: 420px) {
    /* корешок билета уходит вниз, а не жмёт левую часть;
       кружки-вырезы прицелены к боковой линии - убираем */
    #ds-coupon-block > div:first-of-type { flex-direction: column; }

    #ds-coupon-block > div:first-of-type > div:last-child {
        width: auto !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        border-left: 0 !important;
        border-top: 2px dashed #f0e2c4;
    }

    #ds-coupon-block > span { display: none; }

    /* метка во всю ширину: иначе текст сбивается в узкий комок */
    #ds-coupon-logged {
        display: block !important;
        width: 100%;
        box-sizing: border-box;
    }

    #ds-coupon-next-row { flex-wrap: wrap; }
    #ds-coupon-next { text-align: left !important; }
}

/* Виджет рассрочки Klix - чужой, со своим содержимым внутри; тянем хотя бы
   его самого на всю ширину колонки, иначе висит уже соседних плашек */
klix-pay-later {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* Аватар в отзыве: кружок с первой буквой имени вместо серого силуэта */
.ds-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    user-select: none;
}

/* Закладки карточки разложены друг под другом */
.ds-razdel + .ds-razdel { margin-top: 32px; }

/* «Описание товара» упиралось в низ блока с картинками */
.ds-razdel:first-child { margin-top: 24px; }

.ds-razdel-title {
    /* Подчёркивание как у заголовков витрины: оранжевая черта под самим
       словом, а не серая ниточка во всю ширину. */
    display: inline-block;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FB9130;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #272323;
}

@media (max-width: 767.98px) {
    .ds-razdel-title { font-size: 17px; }
}

/* «Вы смотрели» — лентой с прокруткой.
   Каруселью на слайдере тут не выйдет: слайдер грузится только на карточке
   товара и в категориях, а блок стоит и на служебных страницах. Обходимся
   без него: строка не переносится, листается пальцем и колесом, кадры
   прилипают к краю. */
[id^="rm-pv_"] {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

[id^="rm-pv_"] > .rm-module-col {
    flex: 0 0 auto;
    width: 20%;
    max-width: none;
    scroll-snap-align: start;
}

@media (max-width: 1199.98px) { [id^="rm-pv_"] > .rm-module-col { width: 25%; } }
@media (max-width: 991.98px)  { [id^="rm-pv_"] > .rm-module-col { width: 33.333%; } }
@media (max-width: 767.98px)  { [id^="rm-pv_"] > .rm-module-col { width: 50%; } }
@media (max-width: 575.98px)  { [id^="rm-pv_"] > .rm-module-col { width: 78%; } }

/* Похожие товары каруселью: колонки внутри слайдера должны слушаться
   слайдера, а не своих col-классов. */
.ds-pohozhie.slick-slider { display: block; }

.ds-pohozhie.slick-slider .rm-module-col {
    flex: 0 0 auto;
    max-width: none;
    height: auto;
}

.ds-pohozhie .slick-track { display: flex; align-items: stretch; }

.ds-pohozhie .slick-slide { height: auto; }

.ds-pohozhie .slick-slide > div { height: 100%; }

/* ===================================================================
   Страница способов оплаты
   Разметка страницы держится на этих классах, поэтому текст в админке
   правится без риска сломать вид.
   =================================================================== */

.ds-oplata { display: grid; gap: 12px; }

.ds-oplata-karta {
    padding: 16px 20px;
    border: 1px solid #ECEFF1;
    border-radius: 12px;
    background: #fff;
}

.ds-oplata-karta.ds-vydelen { border: 2px solid #E97D14; }

.ds-oplata-shapka {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-bottom: 10px;
}

.ds-oplata-zag {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 17px;
    font-weight: 600;
    color: #272323;
}

.ds-oplata-metka {
    padding: 4px 12px;
    border-radius: 8px;
    background: #FDF0E1;
    font-size: 12px;
    font-weight: 500;
    color: #94520C;
    white-space: nowrap;
}

.ds-oplata-cena {
    font-size: 15px;
    font-weight: 600;
    color: #272323;
    white-space: nowrap;
}

.ds-oplata-znachki {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.ds-oplata-znachki img {
    width: 44px;
    height: 30px;
    object-fit: contain;
    padding: 3px;
    border: 1px solid #ECEFF1;
    border-radius: 6px;
    background: #fff;
}

.ds-oplata-karta p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #6b6b6b;
}

.ds-oplata-karta p + p { margin-top: 8px; }

.ds-oplata-nizy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 4px;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 1.6;
    color: #8a8a8a;
}

.ds-oplata-nizy svg { flex: 0 0 auto; margin-top: 2px; }

@media (max-width: 575.98px) {
    .ds-oplata-karta { padding: 14px 16px; }
    .ds-oplata-zag { font-size: 16px; }
    .ds-oplata-karta p { font-size: 14px; }
}

/* ===================================================================
   Правки мобильной карточки по замечаниям Boss от 21.08.2026
   =================================================================== */

/* Цена уходила во вторую колонку сетки и на телефоне жалась к правому
   краю: перечёркнутая цена с меткой скидки вверху, новая ниже, между
   ними и сведениями о товаре — пустота. Возвращаем цену в свою строку. */
@media (max-width: 767.98px) {
    .rm-product-center-info + .rm-product-center-price {
        grid-column: 1 / -1;
        grid-row: auto;
        justify-self: stretch;
        text-align: left;
        padding-top: 10px !important;
    }

    .rm-product-center-price > .rm-product-center-price-old,
    .rm-product-center-price > .rm-product-center-price-sticker {
        display: inline-flex;
        vertical-align: middle;
    }
}

/* Заголовки разделов карточки шли без бокового отступа и упирались
   в самый край экрана. Выравниваем по остальному содержимому. */
.ds-razdel-title {
    margin-left: 15px;
    margin-right: 15px;
}

/* Между последним блоком страницы и подвалом нужен воздух:
   новости упирались прямо в чёрный низ. ds-vozduh-pered-podvalom */
.ds-pod {
    margin-top: 48px;
}

@media (max-width: 767.98px) {
    .ds-pod { margin-top: 28px; }
}


/* карточки на главной */

/* Кадр в карточке выложен абсолютом поверх всей плитки, поэтому текст
   заезжает под него, стоит окну сузиться. Держим текст в своей половине,
   а на телефоне картинку опускаем под него. */

.rm-banner-plus-item-info { max-width: calc(100% - 268px); }

.rm-banner-plus-item-img img { max-width: 238px; }

@media (max-width: 991.98px) {
	.rm-banner-plus-item-info { max-width: calc(100% - 54%); }
}

@media (max-width: 575.98px) {
	.rm-banner-plus-item-info { max-width: 100%; }

	.rm-banner-plus-wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.rm-banner-plus-item-img {
		position: static;
		width: 100%;
		justify-content: center;
		margin-top: 18px;
	}

	.rm-banner-plus-item-img img { max-width: 66%; margin: 0 auto; }
}


/* панель меню */

.ds-menu {
	display: grid;
	grid-template-columns: 240px 1fr 210px;
	gap: 34px;
	padding: 28px 30px 30px;
	min-width: 940px;
	font-size: 14px;
}

.ds-menu-spisok { display: flex; flex-direction: column; }

.ds-menu-punkt {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	padding: 5px 0;
	color: #2A2520;
	text-decoration: none;
	line-height: 1.35;
}

.ds-menu-punkt:hover { color: #C08A2E; }

.ds-menu-punkt b { font-weight: 400; font-size: 12px; color: #A29A90; }

.ds-menu-plitki {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 18px;
	align-content: start;
}

.ds-menu-plitka {
	display: block;
	text-align: center;
	color: #2A2520;
	text-decoration: none;
}

.ds-menu-plitka img {
	display: block;
	width: 100%;
	height: 112px;
	object-fit: contain;
	margin-bottom: 8px;
}

.ds-menu-plitka-imya { display: block; font-size: 13px; line-height: 1.3; }

.ds-menu-plitka-chislo { display: block; margin-top: 2px; font-size: 12px; color: #A29A90; }

.ds-menu-plitka:hover .ds-menu-plitka-imya { color: #C08A2E; }

.ds-menu-svoystva { display: flex; flex-direction: column; gap: 26px; }

.ds-menu-gruppa-imya {
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #A29A90;
}

.ds-menu-znachenie {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 5px 0;
	color: #2A2520;
	text-decoration: none;
	line-height: 1.3;
}

.ds-menu-znachenie:hover { color: #C08A2E; }

.ds-menu-znachenie i {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	/* у прозрачных камней кружок почти белый, поэтому обводка заметная */
	border: 1px solid rgba(42, 37, 32, .22);
	box-shadow: inset 0 -2px 4px rgba(42, 37, 32, .12);
}

@media (max-width: 1199.98px) {
	.ds-menu { grid-template-columns: 210px 1fr; min-width: 700px; }
	.ds-menu-svoystva { display: none; }
}


/* иконки разделов */

.ds-ikonka-mesto {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
}

.ds-ikonka { width: 28px; height: 28px; }


/* Выпадашка темы прибита и к верху, и к низу списка, поэтому под короткой
   панелью оставалось белое поле. Отпускаем низ. */

.rm-menu-list-item-child.ds-est-panel {
	bottom: auto;
	height: auto;
	min-height: 0;
}


/* Боковая колонка: плитка узкая, кадр рядом с текстом не помещается. */

.rm-module-column-box .rm-banner-plus-item-info { max-width: 100%; }

.rm-module-column-box .rm-banner-plus-wrap { flex-direction: column; align-items: flex-start; }

.rm-module-column-box .rm-banner-plus-item-img {
	position: static;
	width: 100%;
	justify-content: center;
	margin-top: 14px;
}

.rm-module-column-box .rm-banner-plus-item-img img { max-width: 70%; margin: 0 auto; }


/* Список разделов: высота по пунктам, а не жёсткие 732px из темы.
   overflow снимаем, иначе выпадающая панель обрежется по краю списка. */

.rm-menu > nav > .rm-menu-list { height: auto !important; max-height: none !important; overflow: visible !important; }

.rm-menu-list-item-child.ds-est-panel { min-height: 100%; }


/* Плитка в меню: под курсором подложка, чтобы товар читался как карточка. */

.ds-menu-plitka { position: relative; isolation: isolate; }

.ds-menu-plitka::before {
	content: '';
	position: absolute;
	inset: -12px -9px -14px;
	z-index: -1;
	border-radius: 8px;
	background: transparent;
	transition: background .18s ease;
}

.ds-menu-plitka:hover::before { background: #F4F2EF; }

/* Нижний блок категории: короткая справка под сеткой товаров. */
.ds-opisanie-niz{margin-top:32px;padding-top:4px;}
.ds-kat-info-title{font-size:19px;font-weight:600;color:#1f2733;margin:0 0 16px;}
.ds-kat-info{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.ds-kat-info li{position:relative;margin:0;padding:18px 20px 18px 52px;background:#fbfbfc;border:1px solid #e6e9ee;border-radius:10px;font-size:15px;line-height:1.6;color:#2c3542;}
.ds-kat-info li::before{content:'';position:absolute;left:18px;top:20px;width:20px;height:20px;border-radius:50%;background:#ef8200;-webkit-mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") no-repeat center/contain;mask:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") no-repeat center/contain;}
@media (max-width:991px){.ds-kat-info{grid-template-columns:1fr;gap:10px;}.ds-kat-info li{padding:14px 16px 14px 46px;font-size:14px;}.ds-kat-info li::before{left:16px;top:16px;}}

.ds-kat-abzac{font-size:15px;line-height:1.65;color:#3a4450;max-width:none;margin:0;}
@media (max-width:991px){.ds-kat-abzac{font-size:14px;}}
@media (min-width:992px){.ds-kat-abzac{text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto;}}

/* Boss 06.09.2026: карточка при наведении раскрывается вниз и наезжала на
   подвал, когда товаров в выдаче мало. Даём выдаче запас снизу и уводим
   подвал за карточку по слоям. */
.rm-category-products{padding-bottom:40px}
footer{position:relative;z-index:1}
.rm-module-col:hover{z-index:6}
/* Boss 06.09.2026: в выдаче поиска карточки липли к левому краю блока */
.dsky-poisk-setka{padding:18px 20px 90px}
