

/* Start:/local/templates/newMsk/components/bitrix/catalog/main/style.css?1744625448986*/
.other_prazdnik{
	display: flex;
	column-gap: 30px;
}
.other_prazdnik_block {
	padding: 25px 0;
}
.other_prazdnik_block .title-block-big {
    padding: 40px 0 32px;
}
.other_prazdnik .item{
	width: calc(100%/3 - 15px);
	display: flex;
	justify-content: center;
	border: 1px solid #f5f5f5;
    transition: box-shadow .3s ease;
}
.other_prazdnik .item:hover{
	box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1);
}
.other_prazdnik .item .image {
    padding: 24px 24px 0 24px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other_prazdnik .item .title{
	padding: 13px 20px 20px;
	font-weight: 700;
}
.other_prazdnik .item a{
	display: flex;
    flex-direction: column;
}
@media (max-width:750px){
	.other_prazdnik{
		column-gap: 10px;
	}

	.other_prazdnik .item{
		width: calc(100%/3 - 5px);
	}
}
@media (max-width:600px){
	.other_prazdnik{
		flex-wrap: wrap;
	}
	.other_prazdnik .item{
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/newMsk/components/bitrix/catalog.section.list/catalog/style.css?1744620618220*/
.catalog__mobile-title.h4-style.not_open {
        display: block;
        font-size: 18px;
        color: #ff5752;
        background-color: transparent;
        padding: 15px 0 10px 0;
        cursor: default;
}
/* End */


/* Start:/local/components/letsrock/catalog.smart.filter/templates/main/style.css?17375926363820*/
/*BIZ*/
.bx_filter .bx_filter_parameter_biz{
	font-size:15px;
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
	color:#215968;
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz:hover{
	text-decoration:none;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active{
	position:relative;
	padding-left:20px;
	color:#d54a4a;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active:hover{
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz.active:before{
	position:absolute;
	top:4px;
	left:1px;
	display:block;
	width:13px;
	height:13px;
	content:' ';
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC') no-repeat center left;
}

/*
.color-picker__item.disabled {
	display: none;
}
*/

.drop-menu__list li.disabled {
	display: none;
}

.color-picker__item:nth-child(5n) .color-picker__label {
	margin-right: 9px !important;
}

.color-picker__list  {
	margin-right: -9px;
}

/**/
.h4-style {
	display: block;
    font-size: 18px;
    color: #ff5752;
    background-color: transparent;
    padding: 15px 0 10px 0;
    cursor: default;
	font-weight: 500;
}

.smart_brand-slider {
	display: none;
	margin-top: 20px;
}

.smart_brand-slider-items a {
	text-decoration: none !important;
	outline: none !important;
}
.smart_brand-slider-items div:nth-child(n+1) {
	display: none;
}
.smart_brand-slider-items.slick-slider div:nth-child(n+1) {
	display: inherit;
}
.smart_brand-slider-items .slick-list a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
    min-height: 80px;
}
.smart_brand-slider-items img {
	margin: 0 auto;
}
.smart_brand-slider-items span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	width: 100%;
}

.slick-prev, .slick-next {outline:0;position:absolute;left:-16px;display:block;top:50%;background-position:center;background-repeat:no-repeat;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-image:url("data:image/svg+xml,%3Csvg width='12' height='20' fill='none'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.165 18.13l1.78 1.77 9.89-9.9-9.9-9.9-1.77 1.77L8.295 10l-8.13 8.13z' fill='%23000' fill-opacity='.54' /%3E%3C/svg%3E");-webkit-background-size:10px 20px;background-size:10px 20px;width:24px;height:24px;cursor:pointer}.goods-inner__vendor{font-size:13px;max-width:185px;word-wrap:break-word;text-align:center}
.slick-prev {-webkit-transform:rotate(180deg) translateY(50%);-ms-transform:rotate(180deg) translateY(50%);transform:rotate(180deg) translateY(50%)}
.slick-next{left:unset;right:-16px}

/**/
.smart_brand-list {
	margin: 20px auto 0 auto;
}
.tags-block img {
	margin: 0 auto 5px;
}
.tags-block a {
	color: inherit;
}
.tags-block {
	margin: 0 20px;
    text-align: center;
    width: 140px;
}
.tags-blocks {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.img-responsive {
	width: auto !important;
}
.tags-block_bg {
	width: 140px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}
.tags-block a>span {
	font-size: 12px;
	margin-top: 5px;
}
.tags-block_bg.tags-block-round {
	display: block;
	border-radius: 50%;
	width: 60px;
    height: 60px;
	background-size: cover;
	margin: 20px auto 10px auto;
}
/* End */


/* Start:/local/templates/newMsk/components/bitrix/catalog.section/new_sec/style.css?1753152148238*/
.interested-slider__slider .swiper-container.js-interested-slider-init {
    padding: 0 0 0 95px;
    margin-left: -95px;
}

.interested-slider__slider .swiper-container.js-interested-slider-init  .swiper-slide{
    height: 100%;
}
/* End */
/* /local/templates/newMsk/components/bitrix/catalog/main/style.css?1744625448986 */
/* /local/templates/newMsk/components/bitrix/catalog.section.list/catalog/style.css?1744620618220 */
/* /local/components/letsrock/catalog.smart.filter/templates/main/style.css?17375926363820 */
/* /local/templates/newMsk/components/bitrix/catalog.section/new_sec/style.css?1753152148238 */
