

/* Start:/local/templates/mirfar/components/custom/catalog_new/main/style.css?1781448222287*/
.menuCatalogLeft .catalog__right-wrapper {
    position: absolute;
    left: 278px;
    top: 0px;
    background: #fff;
    z-index: 5;
    width: 500px;
    height: 100%;
    overflow: auto;
}

.menuCatalogLeft {
    position: relative;    
	height: max-content;
    max-height: 100%;
}
/* End */


/* Start:/local/templates/mirfar/components/bitrix/catalog.element/main/style.css?17813837035730*/
.product-detail{
    display: flex;
    padding-bottom: 70px;
    border-bottom: 1px solid #DAE4DC;
    margin-bottom: 70px;
}
.product-detail-left{
    max-width: 550px;
    width: 100%;
    margin-right: 50px;
}
.product-detail-photos{
    position: sticky;
    top: 16px;
}
.header_fixed .product-detail-photos{
    top: 105px;
}
.product-detail-right{
    flex: 1;
    padding: 0 20px;
}

.product-slider,
.trumbs-product-slider{
    margin-bottom: 20px;
}
.product-slider img,
.trumbs-product-slider img{
    max-width: 100%;

}
.product-slider .swiper-slide,
.product-slider img,
.trumbs-product-slider img{
    line-height: 0;
    text-align: center;
}
.trumbs-product-slider-block{
    position: relative;
    padding: 0 55px;
}
.trumbs-product-slider .swiper-slide{
    line-height: 1;
    width: 80px!important;
    height: 80px!important;
}
.trumbs-product-slider .swiper-slide img{
    height: 80px!important;
    width: 80px!important;
}
.trumbs-product-slider .swiper-slide{
    border: 2px solid transparent;
    border-radius: 16px;
    overflow: hidden;

}
.product-slider img{
    border-radius: 16px;
    max-height: 410px;
    margin: 0 auto;
}
@media (max-width: 520px) {
    .product-slider img {
        height: 360px;
        object-fit: cover;
    }
}
@media (max-width: 480px) {
    .product-slider img {
        height: 300px;
    }
}
@media (max-width: 320px) {
    .product-slider img {
        height: 200px;
    }
}
.trumbs-product-slider .swiper-slide-thumb-active{
    border-color: #52BF64;
}
.product-slider-next,
.product-slider-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.product-slider-next{
    right: 0;
}
.product-slider-prev{
    left: 0;
}
.product-detail-top{
    display: flex;
    border-bottom: 1px solid #DAE4DC;
    margin-bottom: 30px;
}
.product-detail-price{
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #52BF64;
}
.product-detail-price-desc{
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.product-detail-price-block{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.product-detail-price-block .product-detail-price{
    margin-right: 20px;
}
.product-detail-top .product-detail-price-desc{
    margin-bottom: 10px;
}
.service-block{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 70px;
}
.service-item{
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 280px;
}
.service-wrapper{
    padding: 30px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    background-color: #F5F9F6;
    border-radius: 16px;
}
.service-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-name{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}
.service-link-list{
    display: flex;
    flex-flow: column;
}
.service-link-item{
    margin-bottom: 5px;
}
.service-link{
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #000;
    position: relative;
    display: inline-block;
}
.service-link:hover{
    color: #52BF64;
    text-decoration: none;
}
.service-link:hover:after{
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/mirfar/components/bitrix/catalog.element/main/img/arrow-right-black.png");
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
}
.product-detail-service-item{
    flex: 0 0 100%;
    max-width: 100%;
    height: 200px;
}
.product-detail-service-block .service-bottom{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.product-detail-props{
    display: flex;
    margin: 0 -15px 30px;
}
.product-detail-prop{
    padding: 0 15px;
}
.product-detail-prop-name{
    color: #6F7A71;
    display: flex;
    align-items: center;
}
.product-detail-top-mobile{
    display: none;
}
.product-detail-store-list{
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0px 4px 32px 0px #00000012;
    margin: 0 -20px 30px;
    min-height: 167px;
}
.product-detail-store-title{
    font-weight: 500;
}
@media (max-width: 1200px) {
    .product-detail-left{
        max-width: 460px;
        margin-right: 30px;
    }
}
@media (max-width: 1090px) {
    .product-detail-props{
        flex-wrap: wrap;
        margin: -8px;
        padding-bottom: 24px;
    }
    .product-detail-prop{
        flex: 0 0 50%;
        max-width: 50%;
        padding: 8px;
    }
}
@media (max-width: 1024px) {
    .product-detail{
       flex-flow: column;
    }
    .product-detail-right{
        padding: 0;
    }
    .product-detail-left{
        max-width: 550px;
        margin: 0 auto;
        padding-bottom: 24px;
    }
    .product-detail-right .product-detail-top-col{
        display: none;
    }
    .product-detail-top-mobile{
        display: block;
        margin-bottom: 24px;
    }
    .product-detail-top-mobile .product-detail-top-col{
        display: flex;
        justify-content: space-between;
    }
    .product-detail-store-list{
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 820px){
    .product-detail-price{
        font-size: 20px;
        line-height: 24px;
        margin-right: 8px!important;
    }
}

/* End */
/* /local/templates/mirfar/components/custom/catalog_new/main/style.css?1781448222287 */
/* /local/templates/mirfar/components/bitrix/catalog.element/main/style.css?17813837035730 */
