/* 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.sberbank {
    background-position: 0 -185px;
}

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

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

.rm-footer-payments-item.interkassa {
    background-position: -199px -46px;
}

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

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

.rm-footer-payments-item.robokassa {
    background-position: -199px 0;
}

.rm-footer-payments-item.yandex-money {
    background-position: 0 -138px;
}

.rm-footer-payments-item.webmoney {
    background-position: -66px -92px;
}

.rm-footer-payments-item.qiwi {
    background-position: 0 -92px;
}

.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;
    margin-bottom: 20px;
    -webkit-transition: margin-bottom .3s ease, opacity .3s ease;
    transition: margin-bottom .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 {
    margin-bottom: 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-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 {
    margin-top: 150px;
    -webkit-transition: margin-top .6s ease, opacity .4s ease;
    transition: margin-top .6s ease, opacity .4s ease;
    opacity: 0
}

.modal.show {
    margin-top: 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 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/sprite.svg#include--star-grey-big") 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/sprite.svg#include--star-gold-big") no-repeat
    }
}

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

#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/sprite.svg#include--star-grey-big") 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/sprite.svg#include--star-gold-big") 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 */



/* Reviews */
.review-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.review {
  border-bottom: solid 1px rgb(249, 249, 252);
  display: flex;
  padding: 20px;
  width: 100%;
}

.review--hidden {
  display: none;
}

.review__header{
  padding: 0 50px;
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 320px;
  max-width: 320px;
  text-align: center;
}

.review__name { font-weight: 500; }
.review__rating,
.review__date { color: gray; }

.review__date {
  margin-top: 5px;
}
.review__rating {
  margin-top: 25px;
}
.review__body {
  border-left: solid 1px rgb(249, 249, 252);
  padding: 0 40px;
}
.review__rating [data-rating] {
  display: flex;
  gap: 5px;
}
.review__star {
  width: 20px;
  height: 20px;
  background-image: url(/image/icons/star.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.review__star--active {
  background-image: url(/image/icons/star-yellow.png);
}
.review__avatar {
  margin-top: 20px;
  width: 50px;
  height: 50px;
  background-image: url(/image/icons/avatar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.review__answer {
  background: rgb(251, 251, 251);
  padding: 10px;
  margin-top: 15px;
  border-radius: 3px;
}
.review__answer-header {
  font-weight: 500;
  font-style: italic;
}
.review-list .rm-btn {
  margin-top: 20px;
}
div.rm-btn {
  cursor: pointer;
}

.reviews-top-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reviews-statistic {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stat {
  display: flex;
  align-items: center;
  gap: 20px;
}
.stat__line {
  width: 300px;
  height: 5px;
  background: rgb(244, 244, 244);
}
.stat__count {
  padding: 3px 5px;
  border-radius: 3px;
  text-align: center;
  color: white;
  width: 30px;
}
.stat:nth-child(1) .stat__count { background: rgb(38, 161, 79); }
.stat:nth-child(2) .stat__count { background: rgb(96, 200, 132); }
.stat:nth-child(3) .stat__count { background: rgb(237, 191, 61); }
.stat:nth-child(4) .stat__count { background: rgb(236, 136, 58); }
.stat:nth-child(5) .stat__count { background: rgb(226, 63, 39); }
.stat__stars {
  display: flex;
  gap: 5px;
}
.stat__star {
  width: 15px;
  height: 15px;
  background-image: url(/image/icons/star.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.stat__star--active {
  background-image: url(/image/icons/star-yellow.png);
}

@media (max-width: 800px) {
  .review__header{
    min-width: 240px;
  }
}

@media (max-width: 640px) {
  .review__header{
    min-width: unset;
    max-width: unset;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .review__body {
    padding: 0;
  }
  .review {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .stat__line {
    width: 200px;
  }
}
@media (max-width: 420px) {
  .stat__line {
    width: 150px;
  }
}

@media (max-width: 375px) {
  .stat__line {
    width: 100px;
  }
}
/* End of reviews */


.btn-red {
    display: block;
    padding: 8px 23px;
    color: white;
    background: #B40000;
    border-radius: 5px;
    width: max-content;
}
a.btn-red:hover {
    color: white;
}
.faq-block__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 60px;
}
.faq-block__bottom {
    display: flex;
    gap: 100px;
}
.faq-img {
    width: max-content;
}
.faq-img__wrapper {
    width: 470px;
    height: 470px;
}
.faq-img__wrapper img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.faq-item__text {
    flex: 1;
}
.faq-item__header {
    font-size: 22px;
    font-weight: 500;
    color: #272323;
    background: white;
    padding: 0 23px;
    display: flex;
    align-items: center;
    height: 64px;
    cursor: pointer;
    justify-content: space-between;
    gap: 20px;
}
.faq-item__body {
    font-size: 16px;
    font-weight: 400;
    color: #272323;
    padding: 0 23px;
    border: solid 2px white;
    overflow: hidden;
    max-height: 0;
    transition-duration: .2s;
}
.faq-items { 
    counter-reset: faq-num;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq-item__num {
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
    background: #D3212D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.faq-item__num::before {
    content: counter(faq-num);
    counter-increment: faq-num;
    font-size: 28px;
    font-weight: 600;
}
.faq-item {
    display: flex;
    gap: 10px;
}
.faq-item.opened .faq-item__body {
    max-height: 400px;
    padding: 20px 23px;
}
.faq-item__arrow {
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    background: #D3212D;
    border-radius: 50%;
    position: relative;
    border: solid 1.5px #E5E5E5;
}
.faq-item__arrow::before,
.faq-item__arrow::after {
    content: '';
    position: absolute;
    transition-duration: .2s;
}
.faq-item__arrow::after {
    width: 8px;
    height: 8px;
    border-top: solid 1.5px white;
    border-right: solid 1.5px white;
    top: 11px;
    left: 12px;
    transform: rotate(-45deg);
}
.faq-item__arrow::before {
    width: 2px;
    height: 11px;
    background: white;
    left: 15.2px;
    top: 11px;
}
.faq-item.opened .faq-item__arrow::before {
    transform: rotate(-180deg);
}
.faq-item.opened .faq-item__arrow::after {
    transform: rotate(-225deg);
    top: 14px;
}
.faq-img__wrapper {
    position: relative;
}
.faq-img__wrapper::before {
    content: '';
    position: absolute;
    width: 96px;
    height: 96px;
    background: #B40000;
    border-radius: 50%;
    right: 40px;
    top: 10px;
}

.faq-block__top {
    padding-right: 570px;
}
.mobile-faq {
    display: none;
    justify-content: center;
    padding: 20px;
}
@media (max-width: 1366px) {
    .faq-img__wrapper {
        width: 300px;
        height: 300px;
    }
    .faq-img__wrapper::before {
        right: 0;
    }
    .faq-block__top {
        padding-right: 400px;
    }
}
@media (max-width: 900px) {
    .faq-img__wrapper {
        width: 200px;
        height: 200px;
    }
    .faq-img__wrapper::before {
        width: 60px;
        height: 60px;
    }
    .faq-block__top {
        padding-right: 300px;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .faq-img {
        display: none;
    }
    .faq-item__header {
        font-size: 19px;
    }
    .faq-item__num::before {
        font-size: 24px;
    }
    .faq-block__bottom {
        padding: 0 15px;
    }
    .faq-block__top {
        padding-right: 15px;
        padding-bottom: 50px;
    }
}
@media (max-width: 480px) {
    .faq-item__header {
        font-size: 12px;
    }
    .faq-item__num {
        min-width: 35px;
        min-height: 35px;
        max-width: 35px;
        max-height: 35px;
        font-size: 15px;
    }
    .faq-item__header {
        height: 35px;
        line-height: 1
    }
    .faq-item__body {
        font-size: 9px;
        line-height: 1.2;
    }
    .faq-block__top {
        padding-bottom: 20px;
    }
    .faq-item__arrow {
        min-width: 23px;
        min-height: 23px;
        max-width: 23px;
        max-height: 23px;
    }

    .faq-item__arrow::after {
        top: 5.8px;
        left: 5.9px;
    }
    .faq-item__arrow::before {
        left: 9.2px;
        top: 6px;
    }
    .faq-item.opened .faq-item__arrow::after {
        top: 8px;
    }
}
@media (max-width: 414px) {
    .faq-block__top .btn-red { display: none }
    .mobile-faq { display: flex; }
}

.cardnew {
    padding: 0 30px 20px;
    }
    .cardnew .redprice {
    /*position: absolute;*/
    /*width: 137px;
    height: 32px;*/
    /*left: 30px;
    top: 0px;*/
    /*left: 64px;
    top: 104px;*/
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #B40000;
    }
    
    .cardnew .outprice {
    position: relative;
    width: 158px;
    height: 96px;
    /*left: 64px;
    top: 168px;*/
    border: 2px solid #EFEFEF;
    border-radius: 6px;
    float: left;
    margin: 30px 10px 20px 0;
    padding: 12px 16px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    }
    
    .cardnew .inprice {
    position: absolute;
    width: 100%;
    height: 48px;
    left: 0px;
    top: 48px;
    background: #EFEFEF;
    border-radius: 0px 0px 6px 6px;
    padding: 12px 16px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    }
    
    .cardnew .btn-red {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 16px;
    gap: 8px;
    /*position: absolute;*/
    width: 173px;
    height: 40px;
    /*left: 64px;
    top: 296px;*/
    background: #B40000;
    border-radius: 6px;
    text-align: center;
    color: #FFFFFF;
    float: left;
    margin: 10px 10px 10px 0;
    }
    
    .cardnew .btn-white {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 16px;
    gap: 8px;
    /*position: absolute;*/
    width: 173px;
    height: 40px;
    /*left: 249px;
    top: 296px;*/
    background: #fff;
    border: 1px solid #B40000;
    border-radius: 6px;
    text-align: center;
    color: #B40000;
    float: left;
    margin: 10px 0 10px 0;
    }
    
    .cardnew .leftblock {
    float: left;
    width: 50%;
    }
    .cardnew .rightblock {
    float: right;
    width: 50%;
    }
    .cardnew .rightblock img {
    max-width: 100%;
    max-height: 332px;
    }
    .cardnew .deshevle {
    background: url("/image/exclude.png") 0 center no-repeat;
    padding-left: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #827474;
    cursor: pointer;
    display: inline-block;
    }
    .cardnew .deshevle:hover {
    border-bottom: 1px dashed;
    }
    
    @media screen and (max-width: 768px) {
    .cardnew {
    padding: 0 15px 10px;
    }
    .cardnew .leftblock {
    float: none;
    width: 100%;
    }
    .cardnew .rightblock {
    float: none;
    width: 100%;
    }
    }
    
    @media screen and (max-width: 387px) {
    .cardnew .btn-red, .cardnew .btn-white {
    width: 100%;
    float: none;
    display: block;
    }
    }
    
    @media screen and (max-width: 367px) {
    .cardnew .outprice {
    margin: 10px 0;
    }
    .cardnew .leftin {
    margin: 0 auto;
    width: 158px;
    }
    .cardnew .deshevle {
        width: 110px;
        margin: 0 auto;
    }
    }
    

    <style>
    .rm-header-mail-link {
        color: #B40000;
        text-decoration: underline;
    }

    .rm-header-mail-link:hover {
        color: #B40000;
        text-decoration: none;
    }

    .cardnew {
        padding: 0 30px 20px;
    }

    .cardnew .redprice {
        /*position: absolute;*/
        /*width: 137px;
        height: 32px;*/
        /*left: 30px;
        top: 0px;*/
        /*left: 64px;
        top: 104px;*/
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        color: #B40000;
    }

    .cardnew .outprice {
        position: relative;
        width: 158px;
        height: 96px;
        /*left: 64px;
        top: 168px;*/
        border: 2px solid #EFEFEF;
        border-radius: 6px;
        float: left;
        margin: 30px 10px 20px 0;
        padding: 12px 12px;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

    .cardnew .outprice2 {
        font-size: 16px;
        padding: 8px 8px;
        line-height: 16px;
    }

    .cardnew .inprice {
        position: absolute;
        width: 100%;
        height: 48px;
        left: 0px;
        top: 48px;
        background: #EFEFEF;
        border-radius: 0px 0px 6px 6px;
        padding: 12px 16px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
    }

    .cardnew .btn-red {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 8px 16px;
        gap: 8px;
        /*position: absolute;*/
        width: 173px;
        height: 40px;
        /*left: 64px;
        top: 296px;*/
        background: #B40000;
        border-radius: 6px;
        text-align: center;
        color: #FFFFFF;
        float: left;
        margin: 10px 10px 10px 0;
    }

    .cardnew .btn-white {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 8px 16px;
        gap: 8px;
        /*position: absolute;*/
        width: 173px;
        height: 40px;
        /*left: 249px;
        top: 296px;*/
        background: #fff;
        border: 1px solid #B40000;
        border-radius: 6px;
        text-align: center;
        color: #B40000;
        float: left;
        margin: 10px 0 10px 0;
    }

    .cardnew .leftblock {
        float: left;
        width: 50%;
    }

    .cardnew .rightblock {
        float: right;
        width: 50%;
    }

    .cardnew .rightblock img {
        /*max-width: 100%;*/
        max-height: 332px;
        max-width: 332px;
        margin: 0px auto;
    }

    .cardnew .deshevle {
        background: url("/image/exclude.png") 0 center no-repeat;
        padding-left: 20px;
        font-size: 12px;
        line-height: 16px;
        color: #827474;
        cursor: pointer;
        display: inline-block;
    }

    .cardnew .deshevle:hover {
        border-bottom: 1px dashed;
    }

    @media screen and (max-width: 768px) {
        .cardnew {
            padding: 0 15px 10px;
        }

        .cardnew .leftblock {
            float: none;
            width: 100%;
        }

        .cardnew .rightblock {
            float: none;
            width: 100%;
        }
    }

    .rm-product-images {
        min-height: initial;
    }

    @media screen and (min-width: 768px) {
    }

    @media screen and (max-width: 387px) {
        .cardnew .btn-red, .cardnew .btn-white {
            width: 100%;
            float: none;
            display: block;
        }

        .cardnew .rightblock img {
            max-width: 100%;
        }
    }

    @media screen and (max-width: 367px) {
        .cardnew .outprice {
            margin: 10px 0;
        }

        .cardnew .leftin {
            margin: 0 auto;
            width: 158px;
        }

        .cardnew .deshevle {
            width: 110px;
            margin: 0 auto;
        }
    }

    .calculator {
        background-image: url(/image/catalog/slide2.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 80px 0
    }

    .calculator .title, .calculator .subtitle {
        color: #fff
    }

    .calculator .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: .5rem;
        font-weight: 500;
    }

    .calculator__inner ul.tabs_calc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: -35px
    }

    .calculator__inner ul.tabs_calc li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 30px;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        text-transform: uppercase;
        color: #B40000
    }

    .calculator__inner ul.tabs_calc li a {
        background-color: #fff;
        padding: 20px;
        border-radius: 20px;
        -webkit-box-shadow: 1px 5.9px 18.3px 2.7px rgba(180, 180, 180, .25);
        box-shadow: 1px 5.9px 18.3px 2.7px rgba(180, 180, 180, .25);
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        text-transform: uppercase;
        color: #B40000;
        cursor: pointer;
        transition: all .5s ease-in-out
    }

    .calculator__inner ul.tabs_calc li:hover a, .calculator__inner ul.tabs_calc li .active {
        background-color: #B40000;
        color: #fff
    }

    .calculator__inner ul.tabs_calc li:last-child {
        margin-right: 0
    }

    .calculator__form {
        padding: 87px 45px 50px;
        border-radius: 20px;
        -webkit-box-shadow: 1px 5.9px 18.3px 2.7px rgba(180, 180, 180, .31);
        box-shadow: 1px 5.9px 18.3px 2.7px rgba(180, 180, 180, .31);
        background-color: #fff
    }

    .calculator .calc__row {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .calculator .calc__row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
        flex: 0 0 450px
    }

    .calculator .calc__row .calc-input input, .calculator .calc__row .date-work input, .calculator .calc__row .time-work input {
        width: 100%;
        border-radius: 26px;
        -webkit-box-shadow: .9px 4.9px 16px 2px rgba(153, 153, 153, .26);
        box-shadow: .9px 4.9px 16px 2px rgba(153, 153, 153, .26);
        background-color: #fff;
        font-size: 18px;
        line-height: 1.56;
        margin-bottom: 20px;
        padding: .8rem 1.6rem;
        border: none;
    }

    .calculator .calc__row .date-work, .calculator .calc__row .time-work {
        position: relative
    }

    .calculator .calc__row .date-work .icon, .calculator .calc__row .time-work .icon {
        content: '';
        display: block;
        position: absolute;
        width: 42px;
        height: 42px;
        right: 5px;
        top: 5px;
        border-radius: 50%;
        background-color: #B40000;
        background-position: center;
        background-repeat: no-repeat
    }

    .calculator .calc__row .date-work .icon {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAByklEQVQ4jb2VT0uUURTGf8rAzGj+pTTSTYELUXD0O+QqcFVLUYS29QHCoE/Qso1fIVFEXChOtFWbCSIYCM2Nm0hF3Hbi4DN2fK+NOIoPnHnv+ffc85573juYWZQX9g/TGd9l8jLET0V/KxfxKGhPuBox/nGMzknmgJVLaHqB+cR6hneJBQaAZ8CCk74F3gDjSRh0Aq8S6xneJxZ4AHwABr0Vk4n75pj0ivOi6Qe+AXvSt4CHDbZw31fgJ/AH+AL0yZf3E6zoVNfNrC2cbN7Mluz/WFJMPb5NHI5Ki/8AY9rpUFUbMAzcT+q8iF/Ad6AFGAF65K1miW8L1ewc3xpygcjbMAWcNEnubVgG7rkSK94HPgPemgJQAoakH0gvaV2Rr6RY1zeBH+dsYSoq4YTLYRa6zGwm6DOy1VEOeedcd9LjCL8fJoAj4BhYA17LvybbLNAN7CTZDVqRM7NuMysGW5ekrhcVk7tOKz5qSn4DReC5qj/Suiifxywm2ZmpiOjUuqC7pD342mUrSO9Ishv0uKznqaQGfJKtJtuqNikn2f6Nh0/aX+2pns3A7+INvUHVK94Vsf9bbDdJmsWun+SomdUaXI/XRc3MRv8CsgLLiOvEL44AAAAASUVORK5CYII=")
    }

    .calculator .calc__row .time-work .icon {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABJElEQVQ4jbWVMU7DMBSGPyzUoVKXTtkqNhh7BKZegLVn6tYLcANgqVTBxIzEmgExICFVZQ/Lj4xeJMduE0dKPslD/Owvjv3yfCGJMxTAGlgBS2Bu/T/AG7AD7oHvZKbHi6M2k7SRVKmbysbOYk8svZFUZghjSpt7UuwDh2RKPodQHn5+10rfrbVR1ttSizctg2uurXXhXfis8Kf/CUySk21yZU8fSaTJL7BwllJd0j5419pZng7NylnyD83SBX/UkMxdD9kU+AIek8gpJB070qfmRdJU0kTSQxJtcvTifdJ9nudM+d5ZlcrlFngCLoG7lm3Z+RUXmZUsJFz5axTzrsJZPd0m72ynXvkCqKKR239njyKUQ1KERiuboxb6Qa+mcS5T4A8aefX7JXkYkwAAAABJRU5ErkJggg==")
    }

    .calculator .calc__row .nice-select {
        width: 100%;
        height: auto;
        border: none;
        padding-left: 18px;
        padding-right: 30px;
        padding-top: .8rem;
        padding-bottom: .8rem;
        border-radius: 50px;
        -webkit-box-shadow: .9px 4.9px 16px 2px rgba(153, 153, 153, .26);
        box-shadow: .9px 4.9px 16px 2px rgba(153, 153, 153, .26);
        background-color: #fff;
        font-size: 18px;
        line-height: 1.56;
        margin-bottom: 20px
    }

    .calculator .subtitle {
        margin-bottom: 45px
    }

    .calculator .btn {
        margin: 0 auto
    }

    .calculator .disclaimer {
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #eee
    }

    .calculator .disclaimer a {
        color: #B40000
    }

    .quantity {
        width: 52px;
        height: 30px;
        position: relative;
        display: inline-block
    }

    .quantity__button {
        position: absolute;
        right: 0;
        cursor: pointer;
        position: absolute;
        margin: 0 0 0 -4.5px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAvUlEQVQokY3QQUpCQRwH4E+fkIu8Ql7iQeIBAjch4cad+1qHCyFwlSAdQSKCaFWkdxDcK0SIN8h9gcmLefDQh/hbzvy+mflPIY5jOSngCRt08LdbKe2b/9yhGQ5Yon8MbKOXgW/4xOshWMMIt5iEtS4escIsLRYzqIr3MNtDZn2IZ3zgbBdWMMYcNznPv8YidE5TGOEFJ2jhNwf+hL1y6EbJjAPUcY51DkrzjUtMcZ/ceIErfB1AaZLfbaGxBQRnIVoumqwDAAAAAElFTkSuQmCC");
        background-position: center;
        background-repeat: no-repeat;
        width: 14px;
        height: 10px
    }

    .quantity__button_plus {
        top: 0
    }

    .quantity__button_minus {
        bottom: 0;
        -webkit-transform: translate(0) rotate(180deg);
        -ms-transform: translate(0) rotate(180deg);
        transform: translate(0) rotate(180deg)
    }

    .quantity__input input {
        border: 1px solid #333;
        width: 30px;
        height: 30px;
        font-size: 15px;
        color: #000;
        padding: 0;
        text-align: center;
        margin-right: 22px
    }

    .count {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 0 50px
    }

    .additional {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee
    }

    .additional > span {
        font-weight: 800;
        font-size: 18px;
        margin-bottom: 15px;
        display: block
    }

    .additional .check-v .form-checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .additional .check-v .form-checkbox > span:first-child {
        margin-right: 53px
    }

    .additional .check-v .form-checkbox > span {
        margin-right: 25px;
        margin-bottom: 10px
    }

    .check-v {
        padding: 0 50px;
        margin-bottom: 20px
    }

    .additional .check-v {
        padding: 0;
        margin-bottom: 0
    }

    .check-v span.form-list-item {
        display: block;
        margin: 0
    }

    .check-v .form-calc .form-list-item {
        display: block;
        margin-bottom: 10px
    }

    .check-v .form-checkbox label {
        position: relative;
        cursor: pointer
    }

    .check-v .form-checkbox input[type=checkbox] {
        position: absolute;
        visibility: hidden;
        width: 30px;
        height: 30px;
        top: 0;
        left: 0
    }

    .check-v .form-checkbox input[type=checkbox] + span:before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 4px;
        height: 30px;
        width: 30px;
        top: 0;
        left: 0;
        border: 1px solid #000
    }

    .check-v .form-checkbox input[type=checkbox] + span:after {
        display: block;
        position: absolute;
        content: "\2714";
        border: 1px solid #000;
        border-radius: 4px;
        color: #b40000;
        background: #fff;
        height: 30px;
        width: 30px;
        top: 0;
        left: 0;
        visibility: hidden;
        font-size: 18px;
        text-align: center;
        line-height: 30px
    }

    .check-v .form-checkbox input[type=checkbox]:checked + span:before {
        background: 0 0
    }

    .check-v .form-checkbox input[type=checkbox]:checked + span:after {
        visibility: visible
    }

    .check-v .form-list-item-label {
        margin-left: 45px;
        display: block;
        font-size: 18px;
        line-height: 30px;
        color: #000
    }

    .btn_orange {
        background-color: #b40000;
        color: #fff;
        border: 2px solid transparent;
        transition: all .5s ease-in-out;
        margin: 20px auto
    }

    .btn_orange:hover {
        background-color: #fff;
        color: #b40000
    }

    .btn_shadow {
        -webkit-animation: pulse 3s infinite 5s cubic-bezier(.25, 0, 0, 1);
        animation: pulse 3s infinite 5s cubic-bezier(.25, 0, 0, 1);
        -webkit-box-shadow: 0 0 0 0 #b40000;
        box-shadow: 0 0 0 0 #b40000
    }

    .btn_shadow:hover {
        border: 2px solid #b40000
    }

    @-webkit-keyframes pulse {
        to {
            -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
            box-shadow:0 0 0 18px rgba(255, 255, 255, 0)
        }
    }

    @keyframes pulse {
        to {
            -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 18px rgba(255, 255, 255, 0)
        }
    }

    @media (max-width: 1225px) {
        .calculator .calc__row > div {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 45%;
            flex: 0 0 45%
        }
    }

    @media (max-width: 991.98px) {
        .calculator__inner ul.tabs_calc {
            margin-bottom: 10px
        }

        .calculator__inner ul.tabs_calc li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            padding: 15px;
            margin-right: 0;
            margin-bottom: 10px;
            font-size: 18px
        }

        .calculator .calc__row > div {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }

        .count {
            padding: 0
        }

        .check-v {
            padding: 0
        }
    }

    @media (max-width: 767px) {
        .quantity {
            width: 72px;
            height: 60px
        }

        .quantity__button {
            width: 28px;
            height: 25px;
            background-position: 50%
        }

        .quantity__input input {
            width: 40px;
            height: 60px;
            margin-right: 32px
        }
    }

    .rm-carousel {
        height: initial;
    }

    .rm-module-title {
        min-height: 50px;
    }

    #rm-car-carousel-0 .btn-red {
        /*display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: flex-start;*/
        padding: 8px 16px;
        /*position: absolute;*/
        width: 100px;
        height: 40px;
        /*left: 64px;
        top: 296px;*/
        background: #B40000;
        border-radius: 6px;
        text-align: center;
        color: #FFFFFF;
        /*float: left;
        margin: 10px 10px 10px 0;*/
    }

    .review-serts { width: 100%; max-width: 100%;}
    .review-serts img { 
        display: block;
        max-width: 100%;
        border: solid 1px #c1c1c1;
        border-radius: 5px;

    }
    .review-serts__item {
        padding: 20px;
    }
    .review-serts .narrow {
        position: absolute;
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        background: #B40000;
        border-radius: 3px;
        padding: 0;
        cursor: pointer;
    }
    .review-serts .narrow:hover {
        background: #A40000;
    }
    .review-serts .narrow::before {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        border-left: solid 1px white;
        border-bottom: solid 1px white;
        top: 10px;
    }
    .review-serts .narrow--prev { 
        left: 0;
    }
    .review-serts .narrow--next {
        right: 0;
    }
    .review-serts .narrow--prev::before {
        transform: rotate(45deg);
        left: 12px;
    }
    .review-serts .narrow--next::before {
        transform: rotate(-135deg);
        left: 9px;
    }