

/* Start:/local/templates/aspro_mshop_old/components/aspro/com.banners.mshop/mshop_rd/style.css?16722153641954*/
.g-pos-abs { position: absolute !important; }
.g-left-30_ { left: 2.14286rem; }
.g-right-30_ { right: 2.14286rem; }
.g-bottom-30_ { bottom: 2.14286rem; }

.g-color-white,
.g-color-white--hover {
	color: #fff !important;
}

.g-text-uppercase { text-transform: uppercase; }

.g-bg-cover {
	position: relative;
}
.g-bg-cover::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.g-bg-white-gradient-opacity-v1,
.g-bg-white-gradient-opacity-v1--after::after {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 66%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 66%);
	background-image: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 66%);
	background-repeat: repeat-x;
}
.g-filter-opacity-0_7 { filter: opacity(0.7); }
.g-filter-opacity-0_8 { filter: opacity(0.8); }
.g-link-underline--hover:hover { text-decoration: underline; }
.w-100 { width: 100%!important; }

[class*="u-block-hover"] {
  position: relative;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[class*="u-block-hover"], [class*="u-block-hover"]::before, [class*="u-block-hover"]::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.u-block-hover__main--zoom-v1,
.u-block-hover__main--zoom-v2 {
  -webkit-transform: scale(1.01);
}

.u-block-hover:hover .u-block-hover__main--zoom-v1 {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.u-block-hover:hover .u-block-hover__main--zoom-v2 {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
/* End */


/* Start:/local/templates/aspro_mshop_old/components/bitrix/catalog.section/catalog_block/style.css?17658882093000*/
.anons-text { display: none; }
.catalog_item_wrapp:hover .anons-text{ display: block; }

.g-counter-wrapp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 12px !important;
}

.g-button-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    text-align: center;
}

.small.to-cart.button,
.small.in-cart.button,
.small.to-order.button.transparent {
    width: 100%;
    border-radius: 0;
    text-transform: none;
    font-size: 13px;
}

.small.to-order.button.transparent {
    margin-top: 58px !important;
    border-width: 2px;
}

.item-slider{
    position: relative;
    padding: 67% 0;
}
.item-slider__inner{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.item-slide {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    margin-bottom: -4px;
}
.item-slide__control{
    display: block;
    position: relative;
    margin: 0 2px 0 0;
    height: 100%;
}
.item-slide img, .item-slide video{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.item-slide__control::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 2;
}
.item-slide.--active .item-slide__control::before{
    background: black;
}
.item-slide.--active img, .item-slide.--active video {
    opacity: 1;
}

@media (width <= 500px) {
.catalog-item .item-slider{
    padding: 0;
}

.catalog-item .item-slider__inner {
    position: relative;
}

.catalog-item .item-slide{
width: auto;
height: 250px;
}

.catalog-item .item-slide img, .item-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    margin: 0;
    opacity: 1;
}   

.catalog-item .item-slide__control{
    display: none;
}


/* Базовые стили */
.item-slide {
    position: relative;
    overflow: hidden;
}

.video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Индикатор загрузки (опционально) */
.item-slide[data-video-loaded="false"]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M8 5v14l11-7z"/></svg>') no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    transition: opacity 0.3s;
}

.item-slide[data-video-loaded="true"]:after {
    opacity: 0;
}

}
/* End */


/* Start:/local/templates/aspro_mshop_old/components/aspro/tabs.mshop/main_custom/style.css?17085891174885*/
.main-products-tabs.tabs{position:relative;margin:0 0 45px;}
.main-products-tabs.tabs>div{position:relative;}
.main-products-tabs hr{border:none;height:1px;background:#cfdce6;position: absolute;left: 0;right: 0;z-index: 1;top: 2px;}
.main-products-tabs .offer_button{position:relative;z-index:2;width:auto;background:#FFFFFF;display:inline-block;padding:0 22px 0 0;}
.content .main-products-tabs.tabs ul{margin:0;padding:0;}
.content .main-products-tabs.tabs li{margin:0;text-align:center;float:left;display:block;} 
.content .main-products-tabs.tabs li span{border-bottom:1px dotted #232428;display:block;color:#232428;font-size:15px;line-height:1em;font-weight:700;letter-spacing: 0;border-radius:0;}
.content .main-products-tabs.tabs li a{padding:8px 16px 9px;display:block;text-decoration:none;color:#232428;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;} 
.content .main-products-tabs.tabs li a:hover,
.content .main-products-tabs.tabs li a:hover span{color:#009366;border-color:#009366;}
.content .main-products-tabs.tabs li:before{display:none;}
.content .main-products-tabs.tabs li.active a{overflow:visible;position:relative;background-image:url(/local/templates/aspro_mshop_old/components/aspro/tabs.mshop/main_custom/images/pattern.gif);background-repeat:repeat;border:none;color:#FFFFFF!important;}
.content .main-products-tabs.tabs li.active a:after{content:"";position:absolute;left:50%;margin-left:-5px;bottom:-4px;width:10px;height:4px;background-image:url(/local/templates/aspro_mshop_old/components/aspro/tabs.mshop/main_custom/images/after.png);background-repeat:no-repeat;}
.content .main-products-tabs.tabs li.active span{border:none;color:#FFFFFF!important;}
.main-products-tabs.tabs .all_link {z-index:2;display:none;background:#FFFFFF;padding-left:20px;position:absolute;right:0;top:9px;font-size:12px;}
.box.tab-pane.active .all_link{display:block;}
.main-products-tabs.tabs .all_link a{text-decoration:none;}
.main-products-tabs.tabs .tab.active a{cursor:default;}

.specials_slider_wrapp .all_link{margin-top:-17px;}
.specials_slider_wrapp{padding:0 0 69px;line-height:18px;font-size:12px;}
.specials_slider_wrapp .title{width:250px;float:left;}
.specials_slider_wrapp .title h3{margin:0;font-weight:700;}
.specials_slider_wrapp .tabs_wrap{margin:0 0 -14px;text-align:center;}
.specials_slider_wrapp  .tabs_wrap ul.tabs{padding:0;}
.specials_slider_wrapp ul.specials_slider{overflow:hidden;}
.specials_slider_wrapp .tabs_wrap ul{display:inline-block;margin:0;padding:0;}
.specials_slider_wrapp .tabs_wrap ul li{margin:0;padding:0;font-weight:700;letter-spacing:0.5px;margin:0 0 0 30px;cursor:pointer;font-size:10px;color:#454545;line-height:16px;}
.specials_slider_wrapp .tabs_wrap ul li:before{display:none;}
.specials_slider_wrapp .tabs_wrap ul li:first-child{margin-left:0;}
.specials_slider_wrapp .tabs_wrap ul li.cur{color:#454545;cursor:default;border-bottom:2px solid #cd2837;}
.specials_slider_wrapp .tabs_wrap ul li span{}
.specials_slider_wrapp .all_link{font-size:12px;width:250px;text-align:right;}
.specials_slider_wrapp .tabs_content{margin:0;padding:0;z-index:2;text-align:center;}
.specials_slider_wrapp .tabs_content>li{margin:0;padding:0;}
.specials_slider_wrapp .tabs_content>li:before{display:none;}
.specials_slider_wrapp .tabs_content .flex-viewport{z-index:2;}
.specials_slider_wrapp .tabs_content li.tab{overflow:visible;}
.specials_slider_wrapp .flex-viewport{margin:0 -4px;padding:4px;}
.specials_slider_wrapp .flex-direction-nav{bottom:-19px;}
.specials_slider_wrapp .flex-direction-nav li a{top:123px;margin:0;width:10px;height:20px;background:url(/local/templates/aspro_mshop_old/components/aspro/tabs.mshop/main_custom/../../../../images/pivatoria.png) 0 0 no-repeat;/*margin:0;top:122px;*/}
.specials_slider_wrapp .flex-direction-nav li a.flex-prev{left:-23px;background-position:-52px -70px;}
.specials_slider_wrapp .flex-direction-nav li a.flex-prev:hover{background-position:-52px -133px;}
.specials_slider_wrapp .flex-direction-nav li a.flex-next{right:-23px;background-position:-72px -70px;}
.specials_slider_wrapp .flex-direction-nav li a.flex-next:hover{background-position:-72px -133px;}
.specials_slider_wrapp .flex-control-nav li{border-color:#c1bfbe;}
.specials_slider_wrapp .flex-control-nav li .flex-active{background:#c1bfbe;}
.specials_slider_wrapp .flex-control-nav li:hover a{background:#c1bfbe;}
.specials_slider_wrapp ul.slider_navigation{text-align:center;}
.specials_slider_wrapp .flex-control-nav{bottom:-17px;}
.specials_slider_wrapp .slider_navigation{z-index:1;}
.specials_slider_wrapp .tabs_wrap li.link2.cur:hover{color:#454545;}
.specials_slider_wrapp ul.tabs_content > li{overflow:hidden;margin-left:-23px;margin-right:-23px;padding-left:23px;padding-right:23px;padding-bottom:45px;margin-bottom:-45px;}
.specials_slider_wrapp .flex-direction-nav li a.flex-prev{left:0;}
.specials_slider_wrapp .flex-direction-nav li a.flex-next{right:0;}
.specials_slider_wrapp ul.tabs_content .flex-control-nav{bottom:28px;}

.card_slider_custom {align-items: center;padding-bottom: 10px;text-align: center;}
/* End */


/* Start:/local/templates/aspro_mshop_old/components/bitrix/catalog.top/main_custom/style.css?17658882092194*/
.button.basket.read_more {
    width: 100%;
    border-radius: 0;
    text-transform: none;
    font-size: 13px;
}
.g-product {
    width: 205px;
    height: 170px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.row.catalog_block.products .g-card .card .actions {
	position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 10;
}

.main-tab-item{
    height: 300px;
}

.main-tab-item a.thumb.tab-item {
    height: 250px;
    overflow: hidden;
    width: 100%;
}

.main-tab-item .item-slider__inner{
position: relative;
width: 100%;
height: 100%;
}

.main-tab-item .item-slide.--active {
    display: block;
    width: 100%;
height: 100%;
}

.tab-item .item-slide{
    display: none;
}

.main-tab-item .item-slide__control{
    display: none;
}

.main-tab-item .item-slide img,.main-tab-item  .item-slide video{
    position: relative;
}


@media (width <= 500px) {
    .main-tab-item a.thumb.tab-item {
        overflow: visible;
    }
    .main-tab-item .item-slider{
        padding: 0;
    }
    .tab-item .item-slide{
        display: block;
    }
    
    .main-tab-item .item-slider__inner {
        position: relative;
    }
    
    .main-tab-item .item-slide,.main-tab-item .item-slide.--active{
    width: auto;
    height: 250px;
    }
    
    .main-tab-item .item-slide img,.main-tab-item .item-slide video{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        margin: 0;
        opacity: 1;
    }   

    .main-tab-item .item-slider__inner .slick-dots li{
        width: auto !important;
        height: auto !important;
        min-height: auto !important;
        border: none;
    }

    .main-tab-item .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .main-tab-item .item-title {
        height: auto !important;
        margin-top: 30px;
    }

    .main-tab-item .item_info{
        height: auto !important;
        min-height: 100px; 
    }

    .main-tab-item{
        height: 360px;
    }

    }
    
/* End */


/* Start:/local/templates/aspro_mshop_old/components/bitrix/news.list/news_front_rd/style.css?1672215364704*/
.g-line-height-1_3 { line-height: 1.3; }
.g-line-height-1_5 { line-height: 1.5; }
.g-height-150 { height: 150px; }
.g-height-175 { height: 175px; }
.g-height-200 { height: 200px; }
.g-bg-size-cover {
    background-size: cover !important;
}
.g-first-letter-uppercase:first-letter {
  text-transform: uppercase;
}

.g-bg-white-gradient-v1--after::after {
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0.5), rgba(244, 244, 244, 0.9));
}
.g-link-underline--hover:hover {
    text-decoration: underline;
}
.u-info-v1-1 {
    overflow: hidden;
    position: relative;
}
.u-info-v1-1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
}
/* End */
/* /local/templates/aspro_mshop_old/components/aspro/com.banners.mshop/mshop_rd/style.css?16722153641954 */
/* /local/templates/aspro_mshop_old/components/bitrix/catalog.section/catalog_block/style.css?17658882093000 */
/* /local/templates/aspro_mshop_old/components/aspro/tabs.mshop/main_custom/style.css?17085891174885 */
/* /local/templates/aspro_mshop_old/components/bitrix/catalog.top/main_custom/style.css?17658882092194 */
/* /local/templates/aspro_mshop_old/components/bitrix/news.list/news_front_rd/style.css?1672215364704 */
