

/* Start:/local/templates/mpmart/components/bitrix/catalog/mpmart/style.css?168672712513910*/
/* сетка */
.row-catalog-border .catalog-section {
    /* обрезаем бордер */
    overflow: hidden;
}
.row-catalog-border .catalog-section > .mb-5:nth-last-child(2),
.row-catalog-border .catalog-section > .mb-5:last-child {
    overflow: hidden;
}
.row-catalog-border .catalog-section > .mb-5:nth-last-child(2) .product-item-list-col-6:last-child,
.row-catalog-border .catalog-section > .mb-5:last-child .product-item-list-col-6:last-child {
    margin-bottom: -2px;
}
.row-catalog-border .catalog-section > .mb-5:nth-last-child(2),
.row-catalog-border .catalog-section > .mb-5:last-child {
    margin-bottom: 48px !important;
}

.row-catalog-border .catalog-section > .mb-5 {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {

    .row-catalog-border .catalog-section .product-item-list-col-6 .product-item-line-card {
        border-left: 1px solid #F2F2F7;
        border-right: 1px solid #F2F2F7;
        border-bottom: 2px solid #F2F2F7;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .row-catalog-border .catalog-section .product-item-list-col-6 .product-item-line-card:last-child {
        border-right: transparent;
    }

    .row-catalog-border .catalog-section .product-item-list-col-6 .product-item-line-card:nth-child(3n + 1) {
        border-left: transparent;
    }

    .row-catalog-border .catalog-section .product-item-list-col-6 .product-item-line-card:nth-child(3n + 3) {
        border-right: transparent;
    }

}

@media (max-width: 991px) {
    .mb-48,
    .row-catalog-border .catalog-section > .mb-5:nth-last-child(2) {
        margin-bottom: 32px !important;
    }
}

@media (max-width: 767px) {
    .mb-48,
    .row-catalog-border .catalog-section > .mb-5:nth-last-child(2){
        margin-bottom: 24px !important;
    }
    .row-catalog-border .catalog-section .product-item-list-col-6 .product-item-line-card{
        flex: 0 0 auto;
        width: 50%;
        border-left: 1px solid #F2F2F7;
        border-right: 1px solid #F2F2F7;
        border-bottom: 2px solid #F2F2F7;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    /*.row-catalog-border .catalog-section .product-item-list-col-6 .product-item-line-card:nth-child(even){*/
    /*    padding-right: 0;*/
    /*}*/
    /*.row-catalog-border .catalog-section .product-item-list-col-6 .product-item-line-card:nth-child(odd){*/
    /*    padding-left: 0;*/
    /*}*/

}

/* селект */
#instock_form .choices__list.choices__list--dropdown {
    left: auto;
    right: 0;
}

/* sidebar */
.bx-sidebar__header{
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 2px solid #F2F2F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .bx_filter {
    font-family: "Inter", sans-serif;
}

body .bx_filter .bx_filter_parameters_box{
    padding: 0;
    margin-bottom: 32px;
}

body .bx_filter .bx_filter_section{
    padding: 0;
    background: transparent;
    border: none;
    text-shadow: none;
    border-radius: 0;
}
@media (min-width: 992px) {
    body .bx_filter .bx_filter_section{
        max-width: 288px;
    }
}

body .bx_filter-parameters_box {

}
body .bx_filter .bx_filter_parameters_title{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 16px;
}
body .bx_filter .bx_filter_block .bx_ui_slider_track{
    margin-top: 18px;
}
body .bx_filter .bx_filter_parameters_box_title {
    padding: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 2px;
    margin: 0;
    border: none;
    color: #141421;
}
body .bx_filter .bx_filter_parameters_box_title:after {
    display: none;
}

body .bx_filter .bx_filter_parameters_box_title:hover {
    background: #F2F5FF;
}

body .bx_filter .bx_filter_parameters_box_title_text,
body .bx_filter .bx-active .bx_filter_parameters_box_title_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #141421;
    margin: 0 8px 0 0;
    width: 100%;
}

body .bx_filter .bx_filter_angle {
    width: 24px;
    min-width: 24px;
    height: 24px;
    position: relative;

}

body .bx_filter .bx_filter_angle .bx_filter_angles {
    display: none;
}

body .bx_filter .bx_filter_angle:before,
body .bx_filter .bx_filter_angle:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

body .bx_filter .bx_filter_parameters_box.active .bx_filter_angle:after{
    opacity: 0;
}

body .bx_filter .bx_filter_angle:after {
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
}

body .bx_filter .bx_filter_block {
    max-height: 272px;
    overflow: auto;
}

body .bx_filter .bx_filter_button_box{
    margin: 0;
    padding: 32px 0 16px;
    border-top: 2px solid #F2F2F7;
}

/* scrollbar */
body .bx_filter .bx_filter_block::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 4px;
    height: 0;
    position: absolute;
}

body .bx_filter .bx_filter_block::-webkit-scrollbar-track {
    background-color: #F2F2F7;
    position: absolute;
    border-radius: 0;
}

body .bx_filter .bx_filter_block::-webkit-scrollbar-thumb {
    position: absolute;
    background-color: #9C9CA6;
    width: 4px;
    border-radius: 3px;
}

body .bx_filter .bx_filter_block::-webkit-resizer {
    background-repeat: no-repeat;
    width: 4px;
    height: 0;
    position: absolute;
}

body .bx_filter .bx_filter_block::-webkit-scrollbar {
    width: 4px;
    position: absolute;
}

body .bx_filter .form-check  {
    padding: 0 12px;
    margin-bottom: 0;
}
body .bx_filter .form-check label {
    margin-top: 6px;
    margin-bottom: 6px;
}

body .bx_filter .bx_filter-button-box {
    text-align: center;
}

/* range */
body .bx_filter .bx_filter_parameters_box_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body .bx_filter .bx_filter_parameters_box_container_block{
    float: none;
    order: 2;
    width: calc(50% - 8px);
}
body .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2),
body .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1){
    text-align: left;
    padding: 0;
}
body .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1) .bx_filter_input_container:before,
body .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) .bx_filter_input_container:before{
    content: 'от';
    color: #9C9CA6;
    font-size: 16px;
    line-height: 24px;
    margin-right: 4px;
}
body .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1) .bx_filter_input_container:before{
    content: 'от';
}
body .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) .bx_filter_input_container:before{
    content: 'до';
}
body .bx_filter .bx_ui_slider_track{
    order: 1;
    width: calc(100% - 22px);
    margin: 0 auto 24px;
    height: 4px;
    border: none;
    border-radius: 6px;
    position: relative;
}
body .bx_filter .bx_ui_slider_track:before{
    content:'';
    position: absolute;
    top: 0;
    left: -12px;
    height: 4px;
    background: #f2f2f7;
    width: calc(100% + 22px);
    border-radius: 6px;
}
body .bx_filter .bx_ui_slider_part{
    display: none;
}
body .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
    min-width: auto;
    max-width: 100%;
    width: 100%;
    height: 48px;
    background: #F2F2F7;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
    width: 100%;
    background: transparent;
    box-shadow: none;
    text-align: left;
    padding: 0;
    font-size: 16px;
    height: 100%;
    outline: none;
}
body .bx_filter .bx_ui_slider_pricebar_VN {
    border: none;
    background: #F2F2F7;
    border-radius: 6px;
    box-shadow: none;
    top: 0;
    bottom: 0;
    height: 4px;
}

body .bx_filter .bx_ui_slider_pricebar_V{
    background: #141421;
    border-radius: 6px;
    top: 0;
    bottom: 0;
    height: 4px;
}
body .bx_filter .bx_ui_slider_range {
    z-index: 80;
    top: 0;
    bottom: 0;
    height: 4px;
}
body .bx_filter .bx_ui_slider_pricebar_VD {
    border: none;
    height: 4px;
    border-radius: 6px;
    background: #141421;
    box-shadow: none;
    top: 0;
    bottom: 0;
}

body .bx_filter .bx_ui_slider_handle{
    background: #FFFFFF;
    border: 1px solid #141421;
    border-radius: 100%;
    position: absolute;
    top: -9px;
    width: 22px;
    height: 22px;
    bottom: 0;
    transition: 0s;
}
body .bx_filter .bx_ui_slider_handle.left{
    background: #FFFFFF;
    margin-left: -11px;
}
body .bx_filter .bx_ui_slider_handle.right{
    background: #FFFFFF;
    margin-right: -11px;
}

@media (max-width: 991px){
    body.open-catalog-filter{
        overflow: hidden;
        height: 100vh;
    }
    body.open-catalog-filter #catalogFilter{
        display: block;
    }
    body .bx_filter .bx_filter_parameters_box {
        margin-bottom: 24px;
    }
    body .bx_filter .bx_filter_button_box{
        padding: 24px 0 0;
    }
    .bx-sidebar-block{
        top: 0 !important;
        position: relative !important;
    }
}
@media (max-width: 991px) and (min-width: 576px) {
    #catalogFilter{
        display: none;
        height: 100vh;
        height: -webkit-fill-available;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
    }
    .bx-sidebar-block{
        width: 400px !important;
        height: 100%;
        background: #fff;
        padding: 16px 40px 16px 24px;
        overflow: auto;
    }
    #btnCloseBxFilter{
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
    }

}
@media (max-width: 575px) {
    #catalogFilter{
        display: none;
        width: 100%;
        height: 100vh;
        height: -webkit-fill-available;
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
    }
    .bx-sidebar-block{
        width: 100% !important;
        height: 100%;
        background: #fff;
        padding: 74px 12px 0 12px;
        overflow: auto;
    }
    .bx-sidebar__header{
        width: 100vw;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 999;
        left: 0;
        padding: 16px 12px;
        border-color: transparent;
    }
    .bx-sidebar__header:before{
        content: '';
        position: absolute;
        bottom: 0;
        width: calc(100% - 24px);
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
        background: #F2F2F7;
    }
    body .bx_filter .bx_filter_button_box{
        padding: 16px 0 16px;
        position: sticky;
        bottom: 0;
        background: #fff;
        z-index: 5;
    }
}

/* + bx select */
body .bx_filter .bx_filter_select_container{
    height: 60px;
    width: 100%;
    padding: 0;
    background: transparent;
    margin-top: 8px;
}
body .bx_filter .bx_filter_select_block{
    padding: 0 48px 0 16px;
    box-shadow: none;
    background: #F2F2F7;
    border: 1px solid #F2F2F7;
    border-radius: 2px;
    height: 100%;
    display: flex;
    align-items: center;
}
body .bx_filter .bx_filter_select_text{
    height: auto;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
body .bx_filter .bx_filter_select_arrow{
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    right: 16px;
}


body .bx_filter_select_popup{
    /* ширина сайтбара в каталоге  */
    width: 268px;
}
body .bx_filter_select_popup ul{
    list-style-type: none;
}
body .bx_filter_select_popup ul li{
    padding: 0;
    margin: 0;
}
body .bx_filter_select_popup ul li:first-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
body .bx_filter_select_popup ul li:before{
    display: none;
}
body .bx_filter_select_popup .bx_filter_param_label{
    font-size: 16px;
    line-height: 24px;
    color: #141421;
    position: relative;
    padding: 0 0 0 24px;
    margin: 6px 0;
    display: inline-block;
}
body .bx_filter_select_popup .bx_filter_param_label:hover,
body .bx_filter_select_popup .bx_filter_param_label.selected{
    background: transparent;
}
body .bx_filter_select_popup .bx_filter_param_label:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    min-width: 16px;
    margin: 0 8px 0 0;
    background-color: #F2F2F7;
    border-radius: 2px;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 4px;
}
body .bx_filter_select_popup .bx_filter_param_label:hover:before{
    background-color: #D6E0FF;
}
body .bx_filter_select_popup .bx_filter_param_label.selected:before{
    background-color: #151F6D;
}
@media (max-width: 992px) {
    body .bx_filter_select_popup{
        /* ширина сайтбара в каталоге  */
        width: 315px;
    }
}
@media (max-width: 767px) {
    body .bx_filter_select_popup{
        /* ширина сайтбара в каталоге  */
        width: calc(100vw - 44px);
        left: 12px !important;
    }
}
/* End */


/* Start:/local/templates/mpmart/components/bitrix/catalog.element/.default/style.css?169391399524758*/

.product-item-detail-info-section{
    position: relative;
}

@media (min-width: 768px) {
    .product-height-plug {
        padding-top: calc(100% + 92px);
    }
}

.mh-712{
    min-height: 712px;
}
.mh-932{
    min-height: 932px;
}

/* + carousel */
.product-carousel{
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: calc(100% + 48px);
    top: 0;
    -webkit-touch-callout:none;
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-select:none;
}
.product-carousel .badge {
    position: absolute;
    z-index: 10;
    top: 16px;
    left: 16px;
}
    .swiper-lg{
    position: relative;
    width: 100%;
    height: auto;
    border: 2px solid #F2F2F7;
    margin-bottom: 16px;
}
.swiper-lg .swiper-slide{
    padding-top: 100%;
    position: relative;
    transition: 0s;
}
.swiper-lg .swiper-slide img,
.swiper-nav .swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-nav {
    width: 424px;
    margin: 0 auto;
}

.swiper-nav .swiper-slide{
    border: 2px solid #F2F2F7;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 72px;
    width: 72px;
}
.swiper-nav .swiper-slide:only-child{
    display: none;
}
.swiper-nav .swiper-slide.swiper-slide-thumb-active{
    border-color: #485CC7;

}
.swiper-nav-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-nav-wrap .btn-arr {
    width: 60px;
    height: 28px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto 0;
}
.btn-arr:after{
    display: none;
}
@media (max-width: 1199px) {
    .swiper-nav-wrap .btn-arr{
        display: none;
    }
    .swiper-nav{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .product-carousel{
        position: relative;
        right: auto;
        margin: 0 0 32px;
    }
}
@media (max-width: 575px) {
    .swiper-nav{

        padding-left: 12px !important;
    }
    .swiper-nav-wrap{
        width: calc(100% + 24px);
        margin-left: -12px;
        min-width: calc(100% + 24px);
    }
    .swiper-nav .swiper-slide {
        padding-top: 48px;
        width: 48px;
    }
    .product-carousel .badge {
        top: 12px;
        left: 12px;
    }
}

/* + fancy */
.fancybox__container .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: transparent !important;
}
.fancybox__container .fancybox__thumbs.is-horizontal{
    padding: 0;
}
.fancybox__container .f-thumbs__slide {
    width: 99px;
    height: 6px;
    background: #9C9CA6;
    border-radius: 2px;
}
.f-thumbs__slide.for-image.is-selected.is-nav-selected {
    background: #F2F5FF;
    overflow: hidden;
}
.f-thumbs__slide *{
    opacity: 0;
}
.f-thumbs__slide__img{
    display: none;
}
.fancybox__footer .f-thumbs.is-horizontal .f-thumbs__track {
    margin: 0 auto;
    padding: 8px 8px 24px 8px;
}
.fancybox__viewport{
    background: #fff;
}
.fancybox__container .fancybox__slide{
    padding: 0;
}
.fancybox__container .fancybox__toolbar .f-button {
    width: 32px;
    height: 32px;
    right: 24px;
    top: 24px;
    background: transparent !important;
}
.fancybox__container .fancybox__toolbar .f-button svg path{
    stroke: #141421;
}
.fancybox__container .fancybox__toolbar .f-button:before{
    display: none;
}

.fancybox__container .is-horizontal .fancybox__nav .f-button.is-prev svg,
.fancybox__container .is-horizontal .fancybox__nav .f-button.is-next svg{
    display: none;
}
.fancybox__container .is-horizontal .fancybox__nav .f-button.is-prev,
.fancybox__container .is-horizontal .fancybox__nav .f-button.is-next{
    transform: none;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 200px;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) center;
    background-size: 70px;
    transition: .3s;
}
.fancybox__container .is-horizontal .fancybox__nav .f-button.is-prev:hover,
.fancybox__container .is-horizontal .fancybox__nav .f-button.is-next:hover{
    background-position: calc(100% - 20px) center;
}
.fancybox__container .is-horizontal .fancybox__nav .f-button.is-prev{
    left: 0;
    transform: scale(-1, 1);
}
.fancybox__container .is-horizontal .fancybox__nav .f-button.is-next{
    right: 0;
}
@media (max-width: 767px) {
    .fancybox__container .f-thumbs__slide {
        width: 68px;
    }
    .fancybox__container .fancybox__toolbar .f-button{
        top: 12px;
        right: 12px;
    }
    .fancybox__container .is-horizontal .fancybox__nav .f-button.is-prev,
    .fancybox__container .is-horizontal .fancybox__nav .f-button.is-next{
        display: none;
    }
}
/* Slider */
/*.product-item-detail-slider-container {*/
/*    max-width: 100%;*/
/*    background: transparent;*/
/*    transition: background 800ms ease;*/
/*    display: flex;*/
/*    flex-direction: column-reverse;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    right: calc(100% + 48px);*/
/*    top: 0;*/
/*}*/

/*.product-item-detail-slider-block {*/
/*    position: relative;*/
/*    box-sizing: border-box;*/
/*    padding-top: calc(100% - 4px);*/
/*    height: 0;*/
/*    border: 2px solid #F2F2F7;*/
/*}*/

/*.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; }*/
/*.product-item-detail-slider-block .badge{*/
/*    position: absolute;*/
/*    z-index: 112;*/
/*    top: 16px;*/
/*    left: 16px;*/
/*}*/

/*.product-item-detail-slider-images-container {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

/*.product-item-detail-slider-image {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    text-align: center;*/
/*    opacity: 0;*/
/*    transition: opacity 250ms linear;*/
/*}*/

/*.product-item-detail-slider-image.active {*/
/*    z-index: 10;*/
/*    opacity: 1;*/
/*}*/

/*.product-item-detail-slider-image img {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    width: auto;*/
/*    height: auto;*/
/*    outline: 1px solid transparent;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;*/
/*    transform: translateY(-50%) translateX(-50%);*/
/*}*/

/*.product-item-detail-slider-progress-bar {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 180;*/
/*    height: 3px;*/
/*}*/

/*Slider Controls*/
/*.product-item-detail-slider-controls-wrap {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    justify-content: space-between;*/
/*}*/

/*.product-item-detail-slider-controls-block {*/
/*    overflow: hidden;*/
/*    max-width: 424px;*/
/*    width: 100%;*/
/*}*/

/*.product-item-detail-slider-controls-image {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    outline: none;*/
/*    background-color: #fff;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    padding-top: calc(100% - 4px);*/
/*    border: 2px solid #F2F2F7;*/
/*    border-radius: 8px;*/
/*}*/
/*.swiper-slide.swiper-slide-active .product-item-detail-slider-controls-image{*/
/*    border-color: #485CC7;*/
/*}*/
/*.product-item-detail-slider-controls-image.active {*/
/*    border-color: red;*/
/*}*/

/*.bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; }*/

/*.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }*/

/*.bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; }*/

/*.product-item-detail-slider-controls-image img {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    max-width: 100%;*/
/*    max-height:  100%;*/
/*    width: auto;*/
/*    height: auto;*/
/*    transform: translateY(-50%) translateX(-50%);*/
/*}*/

/*.product-item-detail-slider-left,*/
/*.product-item-detail-slider-right {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    z-index: 111;*/
/*    display: block;*/
/*    width: 25%;*/
/*    background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;*/
/*    opacity: .57;*/
/*    cursor: pointer;*/
/*    transition: all 300ms ease;*/
/*}*/

/*.product-item-detail-slider-left { left: 0; }*/

/*.product-item-detail-slider-right {*/
/*    right: 0;*/
/*    transform: rotate(180deg);*/
/*}*/

/*.product-item-detail-slider-left:hover,*/
/*.product-item-detail-slider-right:hover {*/
/*    background-color: rgba(255, 255, 255, .4);*/
/*    opacity: .8;*/
/*}*/

/*.product-item-detail-slider-close {*/
/*    display: none;*/
/*}*/

/*.product-item-detail-slider-container.popup .product-item-detail-slider-close {*/
/*    position: absolute;*/
/*    top: 4px;*/
/*    right: 110px;*/
/*    bottom: 0;*/
/*    z-index: 150;*/
/*    display: block;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;*/
/*    opacity: .27;*/
/*    cursor: pointer;*/
/*    transition: all 300ms ease;*/
/*}*/

/*.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }*/

/*.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }*/
/* Slider Mobile*/
/*@media (max-width: 767px) {*/
/*    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }*/

/*    .product-item-detail-slider-container.popup .product-item-detail-slider-block {*/
/*        padding-top: 0;*/
/*        height: calc(100vh - 111px);*/
/*    }*/

/*    .product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }*/

/*    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {*/
/*        max-width: 100%;*/
/*        max-height: calc(100vh - 115px);*/
/*        width: auto;*/
/*        cursor: default;*/
/*    }*/

/*    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {*/
/*        position: absolute;*/
/*        top: auto;*/
/*        right: 0;*/
/*        bottom: 0;*/
/*        left: 0;*/
/*        overflow-x: auto;*/
/*        max-height: 111px;*/
/*        border-top: 1px solid #d3d3d3;*/
/*        border-left: none;*/
/*        white-space: nowrap;*/
/*    }*/

/*    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {*/
/*        display: inline-block;*/
/*        margin-bottom: 0;*/
/*    }*/

/*    .product-item-detail-slider-container.popup .product-item-detail-slider-close {*/
/*        right: 10px;*/
/*        z-index: 200;*/
/*    }*/

/*    .product-item-detail-slider-left,*/
/*    .product-item-detail-slider-right { max-width: 75px; }*/

/*    .product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }*/

/*}*/
/* + product-item-detail-info-container */
ul.product-item-detail-properties + p.product-item-detail-properties{
    padding-top: 8px;
}
p.product-item-detail-properties{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
p.product-item-detail-properties:last-child{
    margin-bottom: 0;
}
p.product-item-detail-properties dt{
    font-weight: 300;
    color: #9c9ca6;
    margin-right: 8px;
}
p.product-item-detail-properties dd{
    margin: 0;
}

.tab-content p.product-item-detail-properties{
    width: 100%;
    display: grid;
    grid-gap: 8px 48px;
    grid-template-columns: repeat(2,1fr);
    padding: 0;
    margin: 0;
    list-style-type: none;
    align-items: flex-start;
}
.tab-content p.product-item-detail-properties .offer_prop{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tab-content p.product-item-detail-properties dt{
    width: 50%;
    padding-right: 8px;
    margin: 0;
}
.tab-content p.product-item-detail-properties dd{
    width: 50%;
    padding-left: 8px;
    text-align: right;
}

@media (min-width: 576px){

    .tab-content>.active {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media (max-width: 575px){
    .tab-content p.product-item-detail-properties{
        grid-template-columns: repeat(1,1fr);
    }
}

.product-item-detail-info-container ul.product-item-detail-properties{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.product-item-detail-info-container ul.product-item-detail-properties li{
    margin-bottom: 8px;
}
.product-item-detail-info-container ul.product-item-detail-properties li:last-child{
    margin-bottom: 0;
}

/* + color */
.product-color .product-item-scu-item-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(14,1fr);
}
.product-color .product-item-scu-item-color{
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: inherit;
    background-color: #F2F2F7;
    font-size: 0;
}
.product-color .product-item-scu-item-color-block {
    position: relative;
    /*outline: 2px solid #F2F2F7 !important;*/
    outline: none !important;
    box-shadow: 0 0 0 2px #F2F2F7;
    cursor: pointer;
    border-radius: inherit;
    padding-top: 100%;
    transition: .3s;
}
.product-color .product-item-scu-item-color-block:hover{
    /*outline: 1px solid #9C9CA6 !important;*/
    box-shadow: 0 0 0 1px #F2F2F7;
}
.product-color .product-item-scu-item-color-container{
    border-radius: 100%;
}
.product-color .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{
    /*outline: 1px solid #141421 !important;*/
    box-shadow: 0 0 0 1px #141421;
}
.product-color .product-item-scu-item-color-container.disabled .product-item-scu-item-color-block{
    opacity: 0.5;
}
.product-color .product-item-scu-item-color-container.disabled .product-item-scu-item-color:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    transform: rotate(-45deg);
}
@media (min-width: 1200px) {
    .product-item-scu-item-color-container:nth-child(n+43){
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 576px) {
    .product-item-scu-item-color-container:nth-child(n+31){
        display: none;
    }
}
@media (max-width: 1400px) and (min-width: 1200px) {
    .product-color .product-item-scu-item-list {
        grid-gap: 8px 6px;
    }
}
@media (max-width: 1199px) {
    .product-color .product-item-scu-item-list {
        grid-template-columns: repeat(10,1fr);
    }
}
@media (max-width: 575px) {
    .product-item-scu-item-color-container:nth-child(n+22){
        display: none;
    }
    .product-color .product-item-scu-item-list {
        grid-template-columns: repeat(7,1fr);
    }
}
/* + size */
.nocolor .product-item-scu-item-list{
    list-style-type: none;
    padding: 0;
    margin: 0 0 -12px;
    width: 100%;
    max-width: 432px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.nocolor .product-item-scu-item-color,
.nocolor .product-item-scu-item-text_custom,
.nocolor .product-item-scu-item-text{
    background-image: none !important;
    font-size: 14px;
    line-height: 20px;
    background: #F2F2F7;
    border-radius: 100px;
    color: #9C9CA6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;

}
.nocolor .product-item-scu-item-color a,
.nocolor .product-item-scu-item-color,
.nocolor .product-item-scu-item-text_custom a,
.nocolor .product-item-scu-item-text {
    color: inherit;
    transition:0s;
    padding: 8px 16px;
    display: block;
}
.nocolor .product-item-scu-item-color:hover,
.nocolor .product-item-scu-item-text_custom:hover,
.nocolor .product-item-scu-item-text:hover{
    color: #141421;
}
.nocolor .product-item-scu-item-color-container.selected .product-item-scu-item-color,
.nocolor .product-item-scu-item-color-container .product-item-scu-item-color:active,
.nocolor .product-item-scu-item-text-container.selected .product-item-scu-item-text,
.nocolor .product-item-scu-item-text-container.selected .product-item-scu-item-text_custom{
    background: #151F6D;
    color:#fff;
}
.nocolor .product-item-scu-item-color-container,
.nocolor .product-item-scu-item-text-container{
    margin-right: 12px;
    margin-bottom: 12px;
}
.nocolor .w-100.mt-2,
.nocolor .btn-all{
    display: none;
}

/* + pay */
.product-item-detail-pay-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.product-item-detail-pay-block:last-child{
    margin-bottom: 0;
}
.product-item-detail-pay-block .product-item-detail-info-container{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.product-item-detail-price-current {
    font-weight: 400;
    font-size: 28px !important;
    line-height: 34px;
}
.product-item-detail-pay-block .tooltip-16 {
    align-self: flex-start;
}
.product-item-detail-pay-block .btn.btn-default{
    background: #151F6D !important;
    border-color: #151F6D !important;
}
.product-item-detail-pay-block .btn.btn-default:hover{
    background: #485CC7 !important;
    border-color: #485CC7 !important;
}
@media (max-width: 575px){
    .product-item-detail-pay-block{
        display: block;
    }
    .product-item-detail-pay-block .btn.btn-default{
        width: 100%;
    }

}
/* + amount */
body .product-item-detail-pay-block .product-item-amount-field-container {
    background: transparent;
    border-radius: 36px;
    border: 2px solid #F2F2F7;
    width: 174px;
    height: 60px;
}
body .product-item-detail-pay-block .product-item-amount-field{
    width: 60px;
}
body .product-item-detail-pay-block .product-item-amount-field-btn-minus,
body .product-item-detail-pay-block .product-item-amount-field-btn-plus {
    width: 55px;
}
@media (max-width: 575px){
    .product-item-detail-pay-block .quantity-block,
    body .product-item-detail-pay-block .product-item-amount-field-container,
    body .product-item-detail-pay-block .product-item-amount{
        width: 100%;
    }
    body .product-item-detail-pay-block .product-item-amount-field {
        width: calc(100% - 110px);
    }
}
/* pieces 2 */
.product-item-detail-pay-pieces {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    border-top: 2px solid #F2F2F7;
    padding-top: 24px;
    margin-bottom: 24px;
}
.product-item-detail-pay-pieces:last-child{
    margin-bottom: 0;
}
.product-item-detail-pay-pieces-l {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    max-width: 65%;
    padding-right: 8px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .product-item-detail-pay-pieces{
        flex-wrap: wrap;
        align-items: center;
    }
    .product-item-detail-pay-pieces .small{
        padding-bottom: 16px;
        order: 1;
    }
    .product-item-detail-pay-pieces-l{
        width: 100%;
        padding: 0;
        order: 2;
        max-width: 100%;
    }
}
@media (max-width: 767px){
    .product-item-detail-pay-pieces{
        padding: 0;
        border-top: none;
    }

}

/* + out-stock */
.product-item-detail-out-stock{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-top: 2px solid #F2F2F7;
    padding-top: 48px;
    margin-bottom: 24px;
}
.product-item-detail-out-stock .title-md{
    width: auto;
}
.product-item-detail-out-stock:last-child{
    margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 768px){
    .product-item-detail-out-stock .title-md,
    .product-item-detail-pay-pieces .title-md{
        font-size: 24px;
    }
}
@media (max-width: 991px){
    .product-item-detail-out-stock{
        flex-wrap: wrap;
        padding-top: 32px;
    }
    .product-item-detail-out-stock .title-md{
        width: 100%;
        margin-bottom: 24px;
    }
}
@media (max-width: 767px){
    .product-item-detail-out-stock{
        padding-top: 24px;
    }
}
@media (max-width: 575px){
    .product-item-detail-out-stock .btn{
        width: 100%;
    }
}

/* + properties */
.tab-content ul.product-item-detail-properties {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-gap: 8px 48px;
    grid-template-columns: repeat(2,1fr);
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.tab-content ul.product-item-detail-properties li {
    display: flex;
    justify-content: space-between;
}
.tab-content ul.product-item-detail-properties li .text {
    width: 50%;
    text-align: right;
    margin: 0;
}
.tab-content ul.product-item-detail-properties li .text.text-secondary{
    text-align: left;
}
.tab-content ul.product-item-detail-properties li .text:first-child{
    padding-right: 8px;
}
.tab-content ul.product-item-detail-properties li .text:last-child{
    padding-left: 8px;
}
@media (max-width: 767px){
    body .tab-content>.active {
        display: none;
    }
    .tab-content .btn-tab{
        padding: 24px 0;
        font-size: 16px;
        line-height: 19px;
        width: 100%;
        background: transparent;
        box-shadow: none;
        border-left: none;
        border-right: none;
        font-weight: 400;
        color: #141421;
        border-radius: 0;
        position: relative;
        text-align: left;
        border-top: 2px solid #F2F2F7;
        border-bottom: 2px solid #F2F2F7;
        margin-bottom: -2px;
    }
    .tab-content .btn-tab:after,
    .tab-content .btn-tab:before {
        transform: none;
        background: #141421;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
    }
    .tab-content .btn-tab:before {
        content: "";
        height: 22px;
        width: 1px;
        right: 10px;
    }
    .tab-content .btn-tab:after {
        content: "";
        width: 22px;
        height: 1px;
        right: 0;
    }
    .tab-content .btn-tab.is-active{
        border-bottom-color: transparent;
    }
    .tab-content .btn-tab.is-active:before{
        display: none;
    }
    .tab-content .btn-tab.is-active + .tab-pane{
        display: block !important;
        margin-top: -6px;
        padding-bottom: 24px;
        opacity: 1;
        border-bottom: 2px solid #F2F2F7;
        margin-bottom: -2px;
    }
}
@media (max-width: 575px){
    .tab-content ul.product-item-detail-properties{
        grid-template-columns: repeat(1,1fr);

    }
}

/* + link-list */
.tab-content .link-list{
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-gap: 24px 48px;
    grid-template-columns: repeat(2,1fr);
    padding: 0;
    margin: 0;
    list-style-type: none;
}
@media (max-width: 575px){
    .tab-content .link-list{
        grid-template-columns: repeat(1,1fr);
    }
}
/* + fav */
body .product-item-detail-info-section .product-item-favor {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .product-item-detail-info-section .product-item-favor.active svg path {
    fill: #0D0D6B;
}

@media (max-width: 767px){
    .mh-712б
    .mh-932{
        min-height: auto !important;
    }
}

/* End */


/* Start:/local/templates/mpmart/components/bitrix/breadcrumb/mpmart/style.min.css?1684215873467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/mpmart/components/bitrix/catalog.item/wms/style.min.css?168421587322697*/
/*.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding:15px 0 5px;width:100%;border:1px solid transparent;border-radius:2px}.product-item-line-card .product-item{width:auto!important;border-bottom:1px solid #dadada}@media(max-width:991px){.product-item-line-card .product-item .col-sm-6:nth-child(2n){clear:both}}.bx-retina .product-item{border-width:.5px}.product-item *{transition:opacity 300ms ease}@media(max-width:767px){.product-item{padding:15px 5px 5px}.product-item-line-card .product-item .col-xs-12:nth-child(2n){clear:both}}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border:1px solid transparent;background:#fff;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:-15px;right:-15px;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0)}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:13;opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-original{opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity:1}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;height:1px;background-color:#f42c2c;opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{transform:translateY(-50%) translateX(-50%)}.product-item-title{overflow:hidden;margin-bottom:15px;text-overflow:ellipsis;white-space:nowrap}.bx-touch .product-item-title,.product-item-container.hover .product-item-title{overflow:auto;white-space:normal}.product-item-title a{color:#3f3f3f;text-decoration:none;font-size:13px}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}.product-item-price-container{margin:5px 0 10px}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-line-card .product-item-info-container{text-align:center}.product-item-info-container{margin-bottom:8px}.product-item-info-container-title{color:#000;font-weight:bold;font-size:13px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none!important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:inline-block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3!important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;background-size:10px}.product-item-amount-field-btn-minus:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{display:inline-block;padding:0;max-width:50px;width:auto;height:22px;border:1px solid transparent;border-radius:2px;background:transparent!important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none!important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{color:#a5a5a5;white-space:nowrap;font-size:12px;display:block}.product-item-big-card .product-item-amount-field-container{text-align:left}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{color:#333;font-weight:normal;font-size:12px}.product-item-properties{display:block;overflow:hidden;margin:0;color:#a5a5a5;font-size:12px}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;color:#000}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-scu-container{padding:0 0 2px}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0 0 0 -2px;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4!important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:rgba(255,255,255,0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;background-size:80% 80%;content:""}@media(max-width:991px){.product-item-line-card .product-item-scu-container-title{text-align:center}.product-item-line-card .product-item-scu-item-list{text-align:center}.product-item-line-card .product-item-scu-item-color-container,.product-item-line-card .product-item-scu-item-text-container{display:inline-block;float:none}}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background:#f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}*/
/* End */


/* Start:/local/templates/mpmart/components/bitrix/catalog.top/wms/section/style.css?16868330196399*/
/* + swiper-card */
.swiper-card-wrapper {
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .swiper.swiper-card {
        overflow: visible;
        margin-left: -48px;
        margin-right: auto;
        width: 808px;
    }

    .swiper.swiper-card > .swiper-wrapper {
        height: auto;
        display: flex;
        align-items: center;
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide {
        border: 2px solid transparent;
        /*width: 288px;*/
        width: 400px;
        padding-left: 48px;
        padding-right: 48px;
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide > .product-item-container {
        transition: 0.3s;
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide {
        width: 400px;
        border-color: #f2f2f7;
        padding-bottom: 24px;
        padding-left: 0;
        padding-right: 0;
        border-radius: 8px;
    }


    /* + до активного */
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide.swiper-slide-duplicate:nth-child(5),
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide.swiper-slide-duplicate:nth-child(6){
        /*left: 96px;*/
    }
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide.swiper-slide-prev{
        /*margin-left: -48px;*/
        /*left: 48px !important;*/
    }

    /* + 4 слай */
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
        left: -48px;
    }

    /* + 5 слайд */
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
        left: -96px;
    }

    /* + 6 слайд */
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
        left: -144px;
    }

    /* + 7 слайд */
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
        left: -192px;
    }

    /* + 8 слайд */
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
        left: -240px;
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide .product-item-title,
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide .product-item-brand-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide .product-item-price-container {
        padding-left: 24px;
        width: calc(100% - 120px);
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide .product-item-btn-container:not(.notavailable),
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide .product-item-quantity-container {
        padding-right: 24px;
        width: 120px;
    }
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide .product-item-btn-container.notavailable{
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
    }

    .swiper.swiper-card > .btn-arr {
        top: 0;
        position: absolute;
        z-index: 5;
    }

    .swiper.swiper-card > .btn-arr.prev {
        left: 278px;
    }

    .swiper.swiper-card > .btn-arr.next {
        left: 800px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .swiper.swiper-card {
        width: 702px;
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide {
        width: 350px;
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide {
        width: 350px;
        border-color: #f2f2f7;
        padding-bottom: 16px;
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide .product-item-title,
    .swiper.swiper-card .swiper-slide.swiper-slide-active + .swiper-slide .product-item-brand-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide .product-item-price-container {
        padding-left: 16px;
        width: calc(100% - 112px);
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide .product-item-quantity-container,
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide .product-item-btn-container:not(.notavailable) {
        padding-right: 16px;
        width: 112px;
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide .product-item-btn-container.notavailable{
        padding-left: 16px;
    }

    .swiper.swiper-card > .btn-arr {
        top: -16px;
    }

    .swiper.swiper-card > .btn-arr.prev {
        left: 232px;
    }

    .swiper.swiper-card > .btn-arr.next {
        left: 700px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .swiper.swiper-card > .swiper-wrapper > .swiper-slide {
        /*width: 240px;*/
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide {
        /*width: 334px;*/
    }

}

@media (min-width: 768px) and (max-width: 800px) {
    .swiper.swiper-card {
        margin-left: -80px;
    }
}

@media (max-width: 767px) {
    .swiper-card-wrapper .container {
        max-width: 100%;
        padding:0;
    }

    .swiper.swiper-card {
        text-align: right;
        padding-left:12px
    }

    .swiper.swiper-card > .swiper-wrapper {
        height: auto;
    }

    .swiper.swiper-card > .swiper-wrapper > .swiper-slide {
        width: 192px;
        text-align: left;
    }


    .swiper.swiper-card > .btn-arr {
        width: 60px;
        height: 28px;
        display: inline-flex;
        vertical-align: middle;
        margin-bottom: 24px;
    }

    .swiper.swiper-card > .btn-arr.prev {
        margin-right: 16px;
    }

    .swiper.swiper-card > .btn-arr.next {
        margin-right: 12px;
    }
}
/* End */


/* Start:/local/templates/mpmart/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1686727125902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /local/templates/mpmart/components/bitrix/catalog/mpmart/style.css?168672712513910 */
/* /local/templates/mpmart/components/bitrix/catalog.element/.default/style.css?169391399524758 */
/* /local/templates/mpmart/components/bitrix/breadcrumb/mpmart/style.min.css?1684215873467 */
/* /local/templates/mpmart/components/bitrix/catalog.item/wms/style.min.css?168421587322697 */
/* /local/templates/mpmart/components/bitrix/catalog.top/wms/section/style.css?16868330196399 */
/* /local/templates/mpmart/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1686727125902 */
