.folder-block__btn_fb{
	display: block;
	text-decoration: none;
}

.inner-folders__list_if{
	margin: 0 -5px 30px;
}

.inner-folders__list_if li:first-child{
	margin-left: 5px;
}

.inner-folders__list_if li{
	margin-bottom: 10px;
}

@media all and (max-width: 1400px) {
	body .main-blocks .shop2-product-actions dd {
		width: 200px;
	}
}
@media all and (max-width: 1300px) and (min-width: 1261px) {
	body .main-blocks .shop2-product-actions dd {
		left: 0 !important;
	}
}
@media all and (min-width: 1024px){
	body .shop2-product .shop2-product-discount-desc{
		left: auto !important;
		right: 0;
	}
}
@media all and (min-width: 1261px){
	body .header-bottom__cont_block_hb{
		width: 300px
	}
}

.container-left{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cat-menu-wrap{
	-webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5;
}

.filter-container.filter_main{
	margin-top: 0;
}

@media all and (max-width: 1260px){
	body .container-left{
		-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	}

}

@media all and (max-width: 400px){
	body .text-block__main_h1{
		font-size: 24px;
	}
}

body .inner-folders__list_if li{
	margin: 0 10px 10px 0;
}
.header-bottom__name_desc_hb {
    width: 100%;
}

body .top_menu > li ul li ul{
	right: auto;
	left: 100%;
}

/*1553*/
@media (min-width: 768px) {
    .header-bottom__logo_hb.logo-left {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
/*1553 end*/
.header-bottom__logo_hb.logo-left .header-bottom__name_desc_hb {
    width: auto;
}
.main-slider__image_ms.contain img {
    object-fit: contain;/*id1552*/
}
.lg-actions .lg-next, .lg-actions .lg-prev {/*id1552*/
    box-shadow: none;
    border: none;
}
.lg-toolbar .lg-icon {
	background-color: unset;
    border: unset;	
}
.card-slider.horizontal .card-slider__thumb-img a {
	background-image: none !important;
}
.slider-th-fix {
    pointer-events: none;
}
.slider-th-fix.slider-onload {
	    pointer-events: inherit;
}
@media all and (max-width: 767px) {
	body .site-path {
		display: block;
	}
}

@media all and (max-width: 767px){
	body .folder-block__inner_fb{
		grid-gap: 0;
	}
}



@media all and (max-width: 1260px) {
	.recent-block--main .recent-block__inner {
		padding-bottom: 40px;
	}
}

@media all and (max-width: 639px) {
    .recent-block--main .recent-block__inner {
		padding-bottom: 20px;
	}
}

/*https://staff.megagroup.ru/staff/client/plan.php?object_type_id=1&object_id=2604368&plan_id=42326917#plan_id_42326917*/
.product-list .bottom-btn, .kinds-block .bottom-btn {
    position: relative;
}
.product-list .shop-product-btn, .kinds-block .shop-product-btn {
    position: static;
}
.product-list .shop-product-btn:after, .kinds-block .shop-product-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}