/* --------------------------------------------------------------- */
/* product-card */
.section--product-card .section__right {
    padding-left: 35px;
    margin-top: 20px;
}

.section--product-card .parameters {
    margin: 40px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.section--product-card .parameters__item {
    justify-content: space-between;
}

.section--product-card .parameters__value:first-child {
    padding-left: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}

.section--product-card .parameters__value:last-child {
    margin-left: auto;
    text-align: right;
    flex: 1 0 auto;
}

.product-card .sections__list {
    margin-top: 20px;
}

.product-card .sections__item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.product-card .sections__item .sections__item-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

.product-card__descr {
    margin: 40px 0 20px;
}

@media (max-width: 991px) {
    .product-card__info {
        margin: 20px 0;
    }
    .product-card__cat {
        margin-top: 10px;
        display: inline-block;
    }

    .section--product-card .parameters {
        margin: 20px 0;
    }
    .section--product-card .section__right {
        padding-left: 15px;
    }

    .product-card__price {
        font-size: 36px;
        line-height: 40px;
        margin-top: 10px;
        margin-right: 10px;
        float: left;
        display: inline-block;
    }

    .product-card__controll {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        margin-top: 20px;
        margin-right: 20px;
    }

    .section--product-card .parameters {
        display: block;
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-card__controll {
        margin-top: 4px;
    }
}

.product-card__sales p {
    margin-bottom: 10px;
    position: relative;
}

.product-card__sales p:after {
    content: '';
    position: absolute;
    top: 35px;
    left: 315px;
    width: 104px;
    height: 104px;
    background-repeat: no-repeat;
    -webkit-background-size: 40px;
    background-size: 104px;
    background-image: url(/bitrix/templates/mirpack_new/images/sale-label_2.png);
}
.product-card__sales ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.product-card__sales ul li:before {
    color: #333;
    content: '—';
}

h1.product-card__title {
    margin-top: -5px;
    margin-bottom: 8px;
}

.product-card__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.product-card a {
    font-size: 14px;
}

.product-card p {
    font-size: 14px;
    line-height: 20px;
}

.product-card__info .bx_item_detail_rating .bx_stars_progress {
    background-color: #1C9331;
}

.product-card__info-item:nth-last-child(2) {
    margin-right: 20px;
    margin-left: auto;
}

.product-card__price {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-card__controll {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.product-card__controll input.sccol__input {
    text-align: center;
}

.product-card__controll .sccol {
    margin-right: 10px;
}

.product-card__controll .btn--in-cart,
.product-card__controll .btn--in-price {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 15px;
}
.product-card__controll .btn--in-price {
    background: #D4F0D9;
    color: #27B243;
    text-transform: uppercase;
}
.product-card__controll .btn--in-price:hover {
    color: #27B243;
}
.item_buttons_price_block {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .product-card__controll .btn--in-cart,
    .product-card__controll .btn--in-price {
        min-width: 150px;
        max-width: 150px;
        padding: 10px 30px;
    }
}
.product-card__info.product-card__info--package {
    justify-content: start;
    margin-bottom: 20px;
}
.product-card__info.product-card__info--package span {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}
.product-card__info.product-card__info--package span:not(:last-child) {
    margin-right: 17px;
}
.min_batch {
    position: relative;
}
.min_batch:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 1px;
    width: 1px;
    height: 16px;
    background: #C4C4C4;
}
.product-card__doc-item {
    width: calc(100%/2 - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
}

.product-card__doc-item:last-child {
    margin-bottom: 0;
}

.product-card__doc {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 -5px;
}
/* product-card */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* product-view */
.product-view {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.product-view__nav {
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
}

.product-view__container {
    width: calc(100% - 120px);
    margin-left: 40px;
}

.swiper-slide__inner {
    width: 100%;
}

.gallery-main {
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 460px;
    display: flex;
    align-items: center;
}

.gallery-thumbs .swiper-slide {
    overflow: hidden;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid transparent;
}

.swiper-wrapper {
    height: 100% !important;
}

.gallery-thumbs .swiper-slide img,
.gallery-main .swiper-slide img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.gallery-thumbs .swiper-slide:hover,
.gallery-thumbs .swiper-slide-thumb-active {
    border-color: #27B243;
}

@media (max-width: 991px) {
    .gallery-main {
        min-height: 400px;
    }

    .product-view {
        flex-direction: column;
    }

    .product-view__container {
        width: 100%;
        margin-left: 0;
    }

    .product-view__nav {
        order: 1;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .gallery-main {
        min-height: 275px;
    }

    .gallery-thumbs .swiper-slide {
        width: 60px;
        height: 60px;
    }
    .section--product-card .parameters__value {
        flex: 1;
    }

    .section--product-card .parameters__value:last-child {
        margin-left: 0;
    }
    .product-card__controll {
        float: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-top: 0;
        margin-right: 0;
    }

    .product-card__price {
        float: none;
        display: block;
    }
}

.action-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 7px 25px;
    border-radius: 10px;
    background: #ebf9eb;
    justify-content: space-between;
}

.action-block-text {
    padding: 18px 0;
}

.action-block-text p {
    margin-bottom: 20px;
}

.action-image {
    display: none;
    max-width: 28%;
    margin: 0 1% 0 24%;
}

@media (min-width: 768px) {
    .action-block {
        padding: 7px 40px;
    }
    .action-block-text {
        padding: 33px 0;
    }
    .action-image {
        display: block;
    }
    .section--product-card .section__right {
        margin-top: 0;
    }
}




/* product-view */
/* --------------------------------------------------------------- */
.webcube-favorites-link-detail {
	background-color: transparent !important;
}

a.card-favor,
a.card-compar,
a.gray_btn {
    padding: 5px 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
a.card-favor path:last-child {
    display: none;
}
a.card-favor.favorite-added path:last-child {
    display: block;
}
@media (max-width: 576px) {
    a.card-favor {
        margin-left: 0;
    }
}
.product-card__info.product-card__info--favor_compar {
    margin: 0 -10px;
    margin-bottom: 20px;
}
.favor_compar__txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1C9331;
    text-transform: none;
    border-bottom: 1px dashed;
    margin-left: 12px;
    transition: 0.3s all ease;
}
.favor_compar {
    display: flex;
    align-items: center;
}
.gray_btn .favor_compar__txt {
    color: #888888;
}
.favor_compar__link:hover .favor_compar__txt {
    border-bottom: 1px dashed transparent;
}

.favor_compar .favor_compar__link{
    margin-right: 8px !important;
    align-items: center;
    display: flex;
    padding: 0 !important;
}

.favor_compar .favor_compar__link label{
    margin-bottom: 0;
}

.favor_compar__link svg{
    width: 15px;
}

@media (max-width: 768px) {
    .favor_compar .webcube-favorites-link svg {
        width: 15px;
    }
}

.product-card__info.product-card__info--popup_btn {
    justify-content: start;
    margin: 0 -10px 10px;
}
.overview_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.overview_wrapper .overview_block {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(100% / 3 - 20px);
}

.overview_wrapper .overview_block p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-top: 10px;
}

.overview_wrapper .media_wrapper iframe {
    width: 100%;
    height: 240px;
}
@media(max-width: 1199px) {
    .product-card__info {
        justify-content: start;
    }
    .js_print.gray_btn {
        display: none;
    }
    .product-card__info.product-card__info--artnumber .product-card__info-item:first-child {
        width: 100%;
    }
    .product-card__info-item:nth-last-child(2) {
        margin-left: 0;
    }
    .product-card__controll .sccol {
        width: 100%;
        margin-bottom: 10px;
    }
    .product-card__controll {
        flex-wrap: wrap;
    }
    .item_buttons_counter_block,
    .item_buttons_price_block {
        width: calc(100%/2 - 10px);
    }
    .product-card__controll .btn--in-cart,
    .product-card__controll .btn--in-price {
        min-width: 100%;
    }
}
@media(max-width: 991px) {
    .product-card__info.product-card__info--favor_compar {
        margin-top: 10px;
    }
    .product-card__controll {
        margin: 0;
        width: 100%;
    }
    .product-card__info.product-card__info--package {
        width: 100%;
    }
    .product_card_form {
        display: none;
    }
    .overview_wrapper .overview_block {
        width: calc(100% / 2 - 20px);
    }
}
@media(max-width: 480px) {
    .overview_wrapper .overview_block {
        width: 100%;
    }
    .product-card__controll .btn--in-cart,
    .product-card__controll .btn--in-price {
        padding: 10px;
    }
}
/* стили из шаблона: /bitrix/templates/mirpack_new/components/bitrix/catalog.element/informbox/template.php */
h1.product-card__title {
    margin-bottom: 24px;
}
.catalog__avail {
    position: relative;
    margin-top: 5px;
}
.catalog__avail.preview_price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #333333;
}
.catalog__avail.preview_price.malo span {
    color: #FF9900;
}
.catalog__avail.preview_price:after,
.catalog__avail.top_info:after {
    display: none;
}
.catalog__avail.top_info.malo span {
    padding-right: 0;
    color: #FF9900;
}
.catalog__avail.preview_price.under_order span {
    color: deepskyblue;
}
.catalog__avail.preview_price span:after,
.catalog__avail.top_info span:after {
    display: none;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    margin-left: 4px;
    top: 2px;
    background: url("/bitrix/templates/mirpack_new/images/icon-check-green.svg") center no-repeat;
    -webkit-background-size: 14px;
    background-size: 14px;
}
.catalog__avail.preview_price.malo span:after,
.catalog__avail.top_info.malo span:after {
    background: url("/bitrix/templates/mirpack_new/images/i-good_yellow.svg") center no-repeat;
}
.catalog__avail.preview_price.under_order span:after {
    display: none;
}
.product-card__shipment_wrapper {
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    color: #888;
}
.parameters table {
    width: 100%;
}
.parameters_preview tr.parameters__item:nth-child(n+5) {
    display: none;
}
a.show_hide {
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1C9331;
    border-bottom: 1px dashed #1C9331;
    text-decoration: none;
}

a.show_hide:hover {
    color: #1C9331;
    border-bottom: 1px dashed transparent;
}
.parameters .show_hide {
    margin-top: 10px;
    display: inline-block;
}
ul.product_tabs.nav {
    display: flex;
    margin-bottom: 4px;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    overflow: auto;
}

ul.product_tabs.nav a.nav-link {
    padding: 0;
    padding-bottom: 8px;
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    transition: 0.3s all ease;
    background: none;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}
a.nav-link span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1C9331;
}
.sticker_wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    max-width: 200px;
}

.sticker_wrapper .sticker {
    padding: 0 6px;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    background: #1C9331;
}

.sticker.sticker_green {
    background: #1C9331;
}

.sticker.sticker_yellow {
    background: #FF9900;
}

.sticker.sticker_red {
    background: #FF005C;
}
ul.product_tabs.nav a.nav-link:hover {
    color: #1C9331;
    background: none;
}

ul.product_tabs.nav li.nav-item {
    margin-right: 32px;
}

ul.product_tabs.nav li.nav-item:last-child {
    margin-right: 0;
}
ul.product_tabs.nav a.nav-link.active {
    border-bottom: 2px solid #27B243;
}
.product-card__descr .tab-pane {
    padding: 16px 0;
}
.product-card__descr .tab-pane li {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

.parameters.parameters_tabpanel {
    margin: 0;
}
.product-card .product_price {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.product-card__info {
    margin-bottom: 8px;
}
.product-card__controll {
    margin-top: 20px;
}
.catalog__image:after {
    display: none;
}
.product-card__info-item a.link_to_review {
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #888;
    text-decoration: none;
    border-bottom: 1px dashed;
    position: relative;
    z-index: 110;
}
.product-card__info-item a.link_to_review:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 1px;
    width: 1px;
    height: 16px;
    background: #C4C4C4;
}
.product-card__info-item a.link_to_review:hover {
    color: #000;
}
.product-card__info-link_to_review {
    margin-left: -3px;
}
@media(max-width: 575px) {
    .product-card__info-link_to_review {
        margin-left: 0;
    }
    .product-card__info-item a.link_to_review:before {
        left: -6px;
    }
}
.pp-popular_tag__block b {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 16px;
}

.pp-popular_tag__block {
    margin-bottom: 16px;
}

.pp-tag__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.pp-tag__list li {
    margin-right: 8px;
    margin-bottom: 8px;
}

.pp-tag__list li a {
    display: inline-block;
    color: #000000;
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    padding: 6px 8px;
    background: #F5F5F5;
    border-radius: 40px;
}

.pp-tag__list li a:hover {
    background: #E6E6E6;
}

.mes-mobile {
        display: none;
    }
@media (max-width: 992px) {
    .mes-desktop {
        display: none;
    }
    .mes-mobile {
        display: block;
    }
}

.catalog__avail .catalog__avail-text:first-of-type,
.product-card__info-item .artnumber,
.section__left ul.product_tabs.nav a.nav-link{
    font-weight: 400;
}

.category-section .category-section__top{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.category-section .category-section__top .show-list{
    margin-left: 10px;
    transform: rotateX(180deg);
    width: 16px;
    height: 16px;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-section .category-section__top .show-list.open{
    transform: rotateX(0);
}

.category-section .category-section__list{
    display: none;
}

.category-section .title{
    font-weight: 600;
}


.shot-info-product{
    height: 40px;
    margin-top: 30px;
}

.shot-info-product__top{
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.shot-info-product__scroll{
    transition: 0.5s;
}

.shot-info-product__scroll.fixed{
    position: fixed;
    top: 0;
    width: 100vw;
    background: #FFFFFF;
    z-index: 10000;
    padding-top: 20px;
    border-bottom: 1px solid #E6E6E6;
}

.shot-info-product__scroll.fixed .shot-info-product__top{
    display: flex;
}

.shot-info-product__scroll.fixed ul.product_tabs.nav{
    border-bottom: unset;
}

.shot-info-product__top .image{
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.shot-info-product__top .name-block{
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    flex: auto;
}

.shot-info-product__top .btn-to-car{
    margin-right: 15px;
}

.shot-info-product__top .icons .product-card__info.product-card__info--favor_compar{
    margin-bottom: 0;
    margin-top: 0;
}

.shot-info-product__top .name-block .articul{
    font-size: 14px;
    margin-bottom: 8px;
}

.shot-info-product__top .favor_compar__txt,
.shot-info-product__top .favor_compar__txt.favor_compar__txt--in{
    display: none !important;
}

@media (max-width: 768px){
    .shot-info-product .image,
    .shot-info-product .name-block .articul,
    .shot-info-product .product_tabs{
        display: none !important;
    }

    .shot-info-product .btn-to-car{
        width: 40px;
        overflow: hidden;
        border-radius: 5px;
        flex-shrink: 0;
        margin-right: 10px;
    }
}

@media (max-width: 650px){
    .shot-info-product .name{
        font-size: 14px;
    }

    .shot-info-product a.card-favor,
    .shot-info-product a.card-compar,
    .shot-info-product a.gray_btn{
        padding: 5px;
    }

    .shot-info-product__scroll.fixed{
        width: 100%;
    }
}

.about-review{
    position: sticky;
    top: 130px;
}

.about-review .review-estimation{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}

.about-review .rating-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.about-review .add-review{
    width: 100%;
    padding: 10px;
    border: none;
    background: #27b244;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.5s;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    text-decoration: unset;
}

.about-review .add-review:hover{
    background: #1C9331;
}

.about-review .review-list{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.about-review .review-list .review-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (max-width: 991px){
    #reviews.tab-pane{
        flex-direction: column;
    }

    #reviews.tab-pane .tab-pane_wrapper{
        margin-bottom: 30px;
    }
}

@media (max-width: 768px){
    .tab-pane .col-md-7,
    .tab-pane .col-md-5{
        padding-right: 0;
        padding-left: 0;
    }

    .shot-info-product{
        margin-top: 0;
        display: none;
    }

    .parameters_preview tr.parameters__item:nth-child(n+5){
        display: block;
    }

    .parameters.parameters_preview .show_hide{
        display: none;
    }
}

@media (max-width: 525px){
    .product-card__sales p:after{
        display: none;
    }

    .section--catalog-recommended .catalog__item .catalog__item-inner{
        width: 100%;
    }
}

.faq-list__title.h3{
    font-size: 16px;
}

.tab-pane .delivery-block{
    max-width: 680px;
    margin: 0 auto;

}

@media (max-width: 1199px){
    .product-card__controll .sccol{
        margin-right: 0;
    }

    .product-card__controll{
        display: flex;
        justify-content: space-between;
    }

    .product-card__controll .item_buttons_price_block{
        margin-left: 0;
    }
}

@media (max-width: 1024px){
    .artnumber{
        margin-bottom: 10px;
    }
}

@media (max-width: 400px){
    .product-card__info.block-available{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .product-card__info.block-available .product-card__shipment_wrapper{
        margin-left: 0;
    }


}

.md-modal-webcube-pp__content .contacts__block.telephones{
    margin-bottom: 10px;
}

#description div b{
    margin-bottom: 10px;
    display: block;
}

#delivery .delivery-block p{
    font-size: 14px;
    margin-bottom: 10px;
}


.product-card__sale-info .button-widget--header{
    margin-left: 0;
    flex-direction: row;
    margin-bottom: 10px;
    display: flex;
}

.product-card__sale-info .button-widget--header .btn:nth-child(1){
    margin-right: 10px;
}

.btn-to-car{
    display: flex;
}

.btn-to-car .button-widget__btn,
.product-card__sale-info .button-widget .button-widget__btn{
    font-size: 12px;
    height: 42px;
    font-weight: 400;
    background: #27b244;
}