

/* Start:/local/templates/vitarel_new/components/bitrix/catalog/redesign/style.css?17506677173865*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-title h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 24px;
	color: #222222;
}

.bg-white {
	background: #fff;
}

.sortirovka {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 44px;
    border: 1px dotted #c1c5c8;
    background-color: #fff;
}

.sortirovka p {
    margin-bottom: 6px;
    margin-left: 8px;
    margin-top: 6px;
    color: #626972;
    float: left;
    position: relative;
}

.sortirovka a {
    margin-bottom: 4px;
    margin-left: 6px;
    margin-top: 6px;
    color: #990000;
    float: left;
    position: relative;
    text-decoration: none;
}

.sortirovka a:hover {
    text-decoration: none;
    color: #626972;
    border: none !important;
}

.sortirovka a:focus {
    text-decoration: none;
    color: #626972;
    border: none !important;
}

.sortirovka a:after {
    position: absolute;
    right: -12px;
    top: 7px;
    width: 7px;
    height: 5px;
    display: block;
    background: url(/local/templates/vitarel_new/images/arrow1.png) right top no-repeat;
    content: "";
}

.sortirovka a.active1 {
    border-bottom: 1px solid #c49595;
}

.sortirovka a.active1:after {
    background: url(/local/templates/vitarel_new/images/arrow2.png) right top no-repeat;
}






.catalog-links__big-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	justify-content: space-between;
}
.catalog-links__big-item {
	padding: 0 15px;
	width: 16.66%;
	margin-bottom: 15px;
}
.catalog-links__big-item a {
	background: #129EB3;
	border-radius: 3px;
	font-weight: 400;
	font-size: 16px;
	line-height: 44px;
	color: #FFFFFF;
	text-align: center;
	height: 44px;
	display: block;
    transition: all .3s;
}
.catalog-links__small {
	padding-bottom: 15px;
}
.catalog-links__small-title {
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	color: #626972;
	margin-bottom: 10px;
}
.catalog-links__small-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.catalog-links__small-item {
	padding: 0 5px;
	margin-bottom: 5px;
}
.catalog-links__small-item a {
	background: #F2F2F9;
	border-radius: 30px;
	padding: 9px 16px;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #4C4B5E;
	display: block;
    transition: all .3s;
}

@media screen and (min-width: 1025px) {
	.catalog-links__big-item a:hover {
		text-decoration: none;
	    background: #FF2600;
	    transition: all .3s;
	}
	.catalog-links__small-item a:hover {
		text-decoration: none;
	    background: #FF2600;
	    color: #fff;
	    transition: all .3s;
	}
}
@media screen and (max-width: 1199px) {
	.catalog-links__big-list {
		margin: 0 -8px;
	}
	.catalog-links__big-item {
		padding: 0 8px;
		margin-bottom: 10px
	}
}

@media screen and (max-width: 991px) {
	.catalog-links__big-item {
		width: 25%;
	}
}

@media screen and (max-width: 575px) {
	.catalog-links__big {
		padding-bottom: 20px
	}
	.catalog-links__big-item {
		width: 50%;
	}
	.catalog-links__small {
		display: none;
	}
}
/* End */


/* Start:/local/templates/vitarel_new/components/bitrix/catalog.element/redesign/style.css?167212524011088*/
.catalog-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
}

.catalog-item-info-text {
    font-size: 12px;
    line-height: 16px;
    color: #7D7D7D;
    margin-left: 5px;
    max-width: 208px;
}

.detail-page {
	background: #fff;
}

.detail-top-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-bottom: 51px;
    margin-top: 20px;
}

.detail-top-block-img {
	border-right: 1px solid #EDEDED;
	width: 31.5%;
	height: 395px;


}

.detail-top-block-img-wrap {
	width: 100%;
	height: 100%;
	padding-top: 12%;
    padding-bottom: 12%;
    padding-left: 0%;
    padding-right: 10%;
}

.detail-top-block-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.detail-top-block-info {
	width: 68.5%;
    padding-top: 26px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail-description {
	width: 50%;
}

.detail-description-logo {
	margin-bottom: 29px;
}

.detail-description-logo a {
	display: block;
}

.detail-description-logo a img {
	max-width: 120px;
}

.detail-description-list {

}

.detail-description-list ul {

}

.detail-description-list ul li {
	font-size: 15px;
	line-height: 30px;
	color: #4E4E4E;
}

.detail-description-list ul li span {

}

.detail-description-list ul li a {
	font-weight: 600;
	color: #4E4E4E;
	text-decoration: none;
}

.detail-description-list ul li a:hover {
    color: #129EB3;
}

.detail-buy {
    width: 50%;
    padding-left: 16px;
    padding-top: 4px;
}

.detail-buy-wrap {

}

.detail-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 40px;
}

.detail-price-current {
	font-weight: 600;
	font-size: 32px;
	line-height: 24px;
	color: #222222;
	margin-right: 20px;
}

.detail-price-old {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-decoration: line-through;
	color: #BDBDBD;

}

.detail-page .catalog-item-sum.detail-sum {
    margin-bottom: 19px;
}

.detail-page .catalog-item-info.detail-item-info {
	margin-bottom: 33px;
}

.detail-buy .catalog-item-info-text.detail-info-text {
	max-width: none;
    padding-top: 2px;
}

.detail-btn-wrap {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.detail-btn-wrap button {
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222222;
    padding: 0 15px;
    text-align: center;
    border: 1px solid #C7C7D4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #fff;
    margin-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    height: 44px;
}

.detail-btn-wrap button.detail-btn-one {
    max-width: 159px;
    width: 50%;
}

.detail-btn-wrap button.detail-btn-buy {
    border: 1px solid #129EB3;
    background: #129EB3;
    color: #fff;
}

.detail-btn-wrap button:hover {
    background: #FF2600;
    border: 1px solid #FF2600;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.detail-alert-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.detail-alert-text {
	margin-left: 7px;
}

.detail-alert-text p {
	font-size: 12px;
	line-height: 16px;
	color: #7D7D7D;
	margin-bottom: 17px;
}


.detail-tabs-panel-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #EDEDED;
	margin-bottom: -1px;
}

.detail-tabs-panel {
	padding: 10px 20px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-bottom: 2px solid transparent;
}

.detail-tabs-panel span {
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	color: rgba(34, 34, 34, 0.4);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.detail-tabs-panel.active span {
	color: #222222;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.detail-tabs-panel.active {
	border-bottom: 2px solid #129EB3;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.detail-tabs-panel:hover span{
	color: #222222;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.detail-tab-content {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	display: none;
}

.detail-tab-content.active {
	display: block;
}

.detail-tab-content-wrap {
	max-width: 850px;
	padding-top: 29px;
	padding-bottom: 29px;
}

.detail-tab-content-wrap p {
	font-size: 16px;
	line-height: 28px;
	color: #000;
}

.detail-mb {
	padding-bottom: 70px;
}

/*слайдер*/

.detail-slider .catalog-item {
    width: calc(100% - 30px);
	margin-bottom: 0;
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.detail-slider-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #222222;
	margin-bottom: 20px;
}

.detail-slider-block {
	padding-top: 50px;
	padding-bottom: 30px;
}

.detail-slider {
	width: calc(100% + 30px);
	margin: 0 -15px;
}


.detail-slider .owl-nav {
    width: calc(100% + 68px);
    left: -34px;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: -1;
}

.detail-slider .owl-prev.disabled,
.detail-slider .owl-next.disabled {
    opacity: 0.5;
}


.catalog-item-sum {
    border-radius: 3px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    background: #F8F8F8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
}

.catalog-item-minus,
.catalog-item-plus {
    width: 40px;
    height: 100%;
    background: #F8F8F8;
}

.catalog-item-minus button,
.catalog-item-plus button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center; 
	width: 100%;
    height: 100%;
    border: none;
    background: #F8F8F8;
	border-radius: 3px;
}

.catalog-item-minus button svg path,
.catalog-item-plus button svg path {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.catalog-item-minus button:hover svg path,
.catalog-item-plus button:hover svg path {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	stroke: black;
}

.catalog-item-count {
    width: 28px;
    height: 100%;
}

.catalog-item-count input {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #F8F8F8;
    border: none;
    padding: 0;
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
	.detail-slider .owl-nav {
	    width: calc(100% + 20px);
	    left: -10px;
	}
}



@media screen and (max-width: 991px) {
	.detail-top-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.detail-top-block-img {
	    width: 100%;
        height: 352px;
	    border-right: none;
	    border-bottom: 1px solid #EDEDED;
	}

	.detail-top-block-img-wrap {
	    padding-top: 3%;
	    padding-bottom: 4%;
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.detail-top-block-img img {

	}

	.detail-top-block-info {
	    width: 100%;
	    padding-top: 30px;
	    padding-left: 0;
	}

	.detail-description {
	    width: 46%;
	}

	.detail-buy {
	    width: 54%;
	    padding-left: 15px;
	    padding-top: 4px;
	}

	.detail-top-block {
	    margin-bottom: 40px;
	}

	.detail-slider-block {
	    padding-top: 40px;
	    padding-bottom: 0;
	}

	.detail-slider .owl-nav {
        width: 85px;
    	right: 30px;
	    left: auto;
	    top: -47px;
	    /* z-index: 1; */
	    -webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}
}



@media screen and (max-width: 580px) {
	.detail-top-block {
	    margin-top: 0px;
	}

	.detail-top-block-img {
	    height: 332px;
	}

	.detail-top-block-img-wrap {
	    padding-bottom: 6%;
	}

	.detail-top-block-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.detail-description {
	    width: 100%;
	}

	.detail-buy {
	    width: 100%;
	    padding-left: 0;
	    padding-top: 41px;
	}

	.detail-price-current {
		font-size: 24px;
		line-height: 24px;
	}

	.detail-price-old {
		font-size: 16px;
		line-height: 24px;
	}

	.detail-price {
	    margin-bottom: 15px;
	}

	.detail-page .catalog-item-sum.detail-sum {
	    margin-bottom: 24px;
	}

	.detail-page .catalog-item-info.detail-item-info {
	    margin-bottom: 30px;
	}

	.detail-btn-wrap {
	    margin-bottom: 30px;
	}

	.detail-btn-wrap button.detail-btn-one {
	    max-width: 159px;
	    width: 55%;
	}

	.detail-top-block {
	    margin-bottom: 30px;
	}

	.detail-tab-content-wrap p {
	    font-size: 14px;
		line-height: 26px;
	}

	.detail-slider-title {
	    font-size: 18px;
	    line-height: 24px;
	    max-width: 231px;
	    margin-bottom: 10px;
	}

	.detail-slider .owl-nav {
	    top: -36px;
        right: 20px;
	    width: 50px;
	}

	.detail-slider.with-product-slider .owl-nav {
		top: -48px;
	    width: 51px;
	}

	.detail-slider .owl-next,
	.detail-slider .owl-prev {
	    width: 8px;
	}

	.detail-slider .owl-next svg,
	.detail-slider .owl-prev svg {
	    width: 100%;
	}

	.detail-slider-block {
	     padding-top: 17px;
    	padding-bottom: 0px;
	}

	.detail-tabs {
		margin-bottom: 18px;
	}

}

/*цена за одну*/

.detail-price.price-for-one-detail {
	margin-bottom: 25px;
}

.detail-price.price-for-one-detail .detail-price-current {
    font-size: 26px;
}

@media screen and (max-width: 580px) {
	.detail-price.price-for-one-detail {
		margin-bottom: 15px;
	}

	.detail-price.price-for-one-detail .detail-price-current {
	    font-size: 21px;
	    line-height: 21px;
	}
}


/*цена за одну конец*/

/* End */


/* Start:/local/templates/vitarel_new/components/bitrix/catalog.section/simmilar_redesign/style.css?166089777119909*/
/*слайдер*/

.detail-slider .catalog-item {
    width: calc(100% - 30px);
	margin-bottom: 0;
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.detail-slider-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #222222;
	margin-bottom: 20px;
}

.detail-slider-block {
	padding-top: 50px;
	padding-bottom: 30px;
}

.detail-slider {
	width: calc(100% + 30px);
	margin: 0 -15px;
}


.detail-slider .owl-nav {
    width: calc(100% + 68px);
    left: -34px;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: -1;
}

.detail-slider .owl-prev.disabled,
.detail-slider .owl-next.disabled {
    opacity: 0.5;
}




@media screen and (min-width: 992px) and (max-width: 1280px) {
	.detail-slider .owl-nav {
	    width: calc(100% + 20px);
	    left: -10px;
	}
}

@media screen and (max-width: 991px) {

	.detail-slider-block {
	    padding-top: 40px;
	    padding-bottom: 0;
	}

	.detail-slider .owl-nav {
        width: 85px;
    	right: 30px;
	    left: auto;
	    top: -47px;
	    /* z-index: 1; */
	    -webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}
}


@media screen and (max-width: 580px) {
	.detail-slider-title {
	    font-size: 18px;
	    line-height: 24px;
	    max-width: 231px;
	    margin-bottom: 10px;
	}

	.detail-slider .owl-nav {
	    top: -36px;
        right: 20px;
	    width: 50px;
	}

	.detail-slider.with-product-slider .owl-nav {
		top: -48px;
	    width: 51px;
	}

	.detail-slider .owl-next,
	.detail-slider .owl-prev {
	    width: 8px;
	}

	.detail-slider .owl-next svg,
	.detail-slider .owl-prev svg {
	    width: 100%;
	}

	.detail-slider-block {
	     padding-top: 17px;
    	padding-bottom: 0px;
	}
}

*каталог*/

.catalog-page {
	background-color: #fff;
}

.new-breadcrumb {
	padding-top: 57px;
	padding-bottom: 20px;
}

.new-breadcrumb-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.new-breadcrumb-list li {
	padding-right: 44px;
}

.new-breadcrumb-list li a {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 27px;
	text-decoration: none;
	color: #222222;
}

.new-breadcrumb-list li a:hover:before {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.new-breadcrumb-list li a:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #222222;
    bottom: 5px;
    left: 0;
    position: absolute;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.new-breadcrumb-list li a:after {
	content: '';
	display: block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDEgOSIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
    width: 8px;
    height: 10px;
	position: absolute;
	right: -28px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.new-breadcrumb-list li span {
	font-size: 14px;
	line-height: 27px;
	color: #222222;
	opacity: 0.4;
	letter-spacing: -0.3px;
}

.catalog-title h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 24px;
	color: #222222;
}


/*каталог*/

.catalog-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
    margin-top: 20px;
}

.catalog-filter-block {
	border-right: 1px solid #EDEDED;
	width: 265px;
	padding-right: 5px;
	max-height: 1060px;
}

.catalog-items-block {
	padding-left: 30px;
	width: calc(100% - 265px);
}

.catalog-items-block-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -15px;
	/*-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;*/
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.catalog-item {
	margin: 0 15px;
	margin-bottom: 30px;
    width: calc(33% - 28px);
    -webkit-box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
            box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
	border-radius: 3px;
	padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

	min-height: 515px;
}


.catalog-item-body {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.catalog-item-img-container {
	height: 187px;
	width: 100%;
    margin-bottom: 21px;
    overflow: hidden;
}

.catalog-item-img-container a {
	display: block;
	height: 100%;
	width: 100%;
}

.catalog-item-img-container a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  	transition: all .5s;
}
.catalog-item:hover .catalog-item-img-container a img {
	transform: scale(1.2);
  	transition: all .5s;
}



.catalog-item-body-top {
	padding-bottom: 15px;
}

.catalog-item-title {
	margin-bottom: 8px;
}

.catalog-item-title a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #222222;
	text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
}

.catalog-item-title a:hover {
    text-decoration: none;
    color: #129EB3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.catalog-item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 17px;
}

.catalog-item-info-text {
	font-size: 12px;
	line-height: 16px;
	color: #7D7D7D;
	margin-left: 5px;
	max-width: 208px;
}

.catalog-item-body-bottom {
	margin-top: auto;
}

.catalog-item-opt-price {
	margin-bottom: 17px;
}

.catalog-item-opt-price span {
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #7D7D7D;
	margin-right: 10px;
}

.catalog-item-price-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalog-item-sum {
    border-radius: 3px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    background: #F8F8F8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
}

.catalog-item-minus,
.catalog-item-plus {
    width: 40px;
    height: 100%;
    background: #F8F8F8;
}

.catalog-item-minus button,
.catalog-item-plus button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
    height: 100%;
    border: none;
    background: #F8F8F8;
	border-radius: 3px;
}

.catalog-item-minus button svg path,
.catalog-item-plus button svg path {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.catalog-item-minus button:hover svg path,
.catalog-item-plus button:hover svg path {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	stroke: black;
}

.catalog-item-count {
    width: 28px;
    height: 100%;
}

.catalog-item-count input {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #F8F8F8;
    border: none;
    padding: 0;
}

.catalog-item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.catalog-item-price {
    font-weight: 600;
    font-size: 18px;
	line-height: 24px;
    color: #222222;
}

.catalog-item-price-old {
    font-weight: 600;
    font-size: 12px;
	line-height: 24px;
    text-decoration: line-through;
    color: #BDBDBD;
}

.catalog-item-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 8px;
}

.catalog-item-footer-one {
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222222;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #C7C7D4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #fff;
    margin-right: 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 44px;
}

.catalog-item-footer-buy {
    padding: 10px;
    text-align: center;
    border: 1px solid #129EB3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #129EB3;
    width: 54px;
    height: 44px;
}

.catalog-item-footer-one:hover,
.catalog-item-footer-buy:hover {
    background: #FF2600;
    border: 1px solid #FF2600;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}





.catalog-filter-list-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #222222;
}

.catalog-filter-check {
	display: none;
}

.catalog-filter-custom-check {
	width: 14px;
	height: 14px;
	border: 1px solid #C7C7D4;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 2px;
	background: #FFFFFF;
	margin-bottom: 0;
	cursor: pointer;
}

.catalog-filter-check:checked ~ .catalog-filter-custom-check {
	background-color: #FF2600;
	border: 1px solid #FF2600;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDNMNC41IDguNUwyIDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
}

.catalog-filter-list-block {
	padding-top: 18px;
	padding-bottom: 20px;
}

.catalog-filter-list {
	max-height: 183px;
	overflow-y: auto;
}

.catalog-filter-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 10px;
}

.catalog-filter-label {
	font-size: 11px;
	line-height: 13px;
	color: #4C4B5E;
    margin: 0;
	cursor: pointer;
	padding-left: 8px;
}

.catalog-filter-list {
	scrollbar-color: rgba(34,34,34,0.2) transparent;
	scrollbar-width: thin;
}

.catalog-filter-list::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.catalog-filter-list::-webkit-scrollbar-thumb {
    background: rgba(34,34,34,0.2);
	border-radius: 4px;
}

.catalog-filter-list-wrap + .catalog-filter-list-wrap {
	margin-top: 21px;
}

.catalog-filter-list-wrap {
	position: relative;
}

.catalog-filter-list-wrap:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: calc(100% - 10px);
	background: #EDEDED;
	display: block;
}


.catalog-filter-btn-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	width: calc(100% - 18px);
}

.catalog-filter-btn-block button {
	height: 44px;
	border-radius: 3px;
	font-weight: 600;
	font-size: 11px;
	/*line-height: 44px;*/
	text-transform: uppercase;
	color: #222222;
	padding: 0 15px;
	text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.catalog-filter-btn-send {
	background: #F2F2F9;
	border: 1px solid #F2F2F9;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.catalog-filter-btn-reset {
	background: #fff;
	border: 1px solid #C7C7D4;
	margin-left: 15px;
	min-width: 92px;
}

.catalog-filter-btn-block button:hover {
    background: #FF2600;
    border: 1px solid #FF2600;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.filter-tags-item {
	background: #F2F2F9;
	border-radius: 16px;
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
	color: #4C4B5E;
	display: inline-block;
	padding-left: 16px;
	padding-right: 40px;
	position: relative;
	margin-bottom: 16px;
	margin-right: 10px;
}

.filter-tags-item-del {
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.catalog-filter-table-title {
	display: none;
}

.filter-tag:not(:last-child):after {
  content: ', ';
  margin-right: 0;
}


@media screen and (max-width: 1199px) {
	.catalog-item {
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 991px) {

	.catalog-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.catalog-filter-block {
		width: 100%;
		padding-bottom: 24px;
	    border-bottom: 1px solid #EDEDED;
	    border-right: none;
	    margin-bottom: 30px;
	}

	.catalog-items-block {
		width: 100%;
		padding-left: 0;
	}

	.catalog-item-footer-buy {
	    width: 41.59%;
	}

	.catalog-items-block-wrap {
		padding-top: 15px;
	}


	.catalog-filter-list-title {
		display: none;
	}

	.catalog-filter-table-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.catalog-filter-list-wrap {
	    width: calc(50% - 15px);
	    background: #F8F8F8;
		border-radius: 3px;
		height: 44px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		border: 1px solid #F8F8F8;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.catalog-filter-list-wrap.active {
		background: #fff;
		border: 1px solid #C7C7D4;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.catalog-filter-list-wrap + .catalog-filter-list-wrap {
		margin-left: 30px;
		margin-top: 0;
	}

	.catalog-filter-block form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.catalog-filter-btn-block {
		width: 100%;
	}

	.catalog-filter-list-wrap:after {
		display: none;
	}

	.catalog-filter-list-block {
		padding: 0;
		width: 100%;
		padding: 0 16px;
	    height: 100%;
	    position: relative;
	}

	.catalog-filter-table-title {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.catalog-filter-table-name span {
		font-size: 14px;
		line-height: 20px;
		color: #C7C7D4;
	}

	.catalog-filter-table-arrow {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.catalog-filter-table-title.active .catalog-filter-table-arrow {
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.catalog-filter-list {
		position: absolute;
		display: none;
		background: #fff;
		border-radius: 3px;
	    width: 100%;
	    margin-left: -16px;
	    top: 47px;
	    z-index: 1;
        padding-top: 12px;
	    padding-left: 15px;
	    padding-bottom: 12px;
        padding-right: 15px;
	    max-height: 352px;
	    -webkit-box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
	            box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
	}

	.catalog-filter-custom-check {
		display: none;
	}

	.catalog-filter-label {
		padding-left: 0;
		font-size: 14px;
		line-height: 20px;
		color: #4E4E4E;
	    width: calc(100% - 15px);
	}

	.catalog-filter-list-item {
		margin-bottom: 0;
	}

	.catalog-filter-list-item + .catalog-filter-list-item {
		margin-top: 24px;
	}

	.catalog-filter-list-item {
		position: relative;
	}

	.catalog-filter-list-item.active:after {
	    content: '';
	    display: block;
	    position: absolute;
	    width: 20px;
	    height: 15px;
	    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljk0MTkgMUw2Ljk0MTg5IDEyTDEuOTQxODkgNyIgc3Ryb2tlPSIjRkYyNjAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
	    right: -2px;
	    background-repeat: no-repeat;
	}

	.catalog-filter-btn-send {
		max-width: 132px;
	}

	.catalog-filter-btn-reset {
		/*max-width: 92px;*/
		max-width: none;
	}

	.catalog-filter-block {
		padding-right: 0;
	}

	.catalog-filter-table-tags,
	.catalog-filter-table-name.with-tags span.filter-tag {
		font-size: 14px;
		line-height: 14px;
		color: #222222;
	    overflow: hidden;
	    -o-text-overflow: ellipsis;
	       text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 100%;
	}

	.catalog-filter-table-name.with-tags span {
		font-size: 11px;
		line-height: 13px;
		color: #9F9FAF;
	}

	.catalog-filter-table-name.with-tags {
		padding-bottom: 3px;
	    width: calc(100% - 30px);
	}

	.catalog-filter-btn-block {
	    margin-top: 23px;
	}

}


@media screen and (max-width: 580px) {

	.catalog-title h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.catalog-item {
		width: 100%;
	}

	.catalog-item-footer-buy {
	    width: 32.5%;
	}


	.catalog-wrap {
		margin-bottom: 44px;
	    margin-top: 15px;
	}


	.catalog-filter-list-wrap {
		width: 100%;
	}

	.catalog-filter-list-wrap + .catalog-filter-list-wrap {
		margin-left: 0;
		margin-top: 24px;
	}

	.catalog-filter-btn-block {
	    margin-top: 23px;
	}

	.catalog-filter-block {
	    margin-bottom: 17px;
	    border: none;
	}


	.catalog-items-block-wrap {
		padding-top: 87px;
	}

}


/*цена за одну*/

.price-for-one {
	margin-bottom: 15px;
}

.price-for-one-title {
    font-size: 12px;
    line-height: 16px;
    color: #7D7D7D;
    max-width: 208px;
}

.price-for-one .catalog-item-price-new {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #222222;
    display: block;
}

/*цена за одну конец*/

/* End */


/* Start:/local/templates/vitarel_new/components/bitrix/catalog.section/buy_with_redesign/style.css?166089770219907*/
/*слайдер*/

.detail-slider .catalog-item {
    width: calc(100% - 30px);
	margin-bottom: 0;
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.detail-slider-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #222222;
	margin-bottom: 20px;
}

.detail-slider-block {
	padding-top: 50px;
	padding-bottom: 30px;
}

.detail-slider {
	width: calc(100% + 30px);
	margin: 0 -15px;
}


.detail-slider .owl-nav {
    width: calc(100% + 68px);
    left: -34px;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: -1;
}

.detail-slider .owl-prev.disabled,
.detail-slider .owl-next.disabled {
    opacity: 0.5;
}




@media screen and (min-width: 992px) and (max-width: 1280px) {
	.detail-slider .owl-nav {
	    width: calc(100% + 20px);
	    left: -10px;
	}
}

@media screen and (max-width: 991px) {

	.detail-slider-block {
	    padding-top: 40px;
	    padding-bottom: 0;
	}

	.detail-slider .owl-nav {
        width: 85px;
    	right: 30px;
	    left: auto;
	    top: -47px;
	    /* z-index: 1; */
	    -webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}
}


@media screen and (max-width: 580px) {
	.detail-slider-title {
	    font-size: 18px;
	    line-height: 24px;
	    max-width: 231px;
	    margin-bottom: 10px;
	}

	.detail-slider .owl-nav {
	    top: -36px;
        right: 20px;
	    width: 50px;
	}

	.detail-slider.with-product-slider .owl-nav {
		top: -48px;
	    width: 51px;
	}

	.detail-slider .owl-next,
	.detail-slider .owl-prev {
	    width: 8px;
	}

	.detail-slider .owl-next svg,
	.detail-slider .owl-prev svg {
	    width: 100%;
	}

	.detail-slider-block {
	     padding-top: 17px;
    	padding-bottom: 0px;
	}
}

*каталог*/

.catalog-page {
	background-color: #fff;
}

.new-breadcrumb {
	padding-top: 57px;
	padding-bottom: 20px;
}

.new-breadcrumb-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.new-breadcrumb-list li {
	padding-right: 44px;
}

.new-breadcrumb-list li a {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 27px;
	text-decoration: none;
	color: #222222;
}

.new-breadcrumb-list li a:hover:before {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.new-breadcrumb-list li a:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #222222;
    bottom: 5px;
    left: 0;
    position: absolute;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.new-breadcrumb-list li a:after {
	content: '';
	display: block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDEgOSIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
    width: 8px;
    height: 10px;
	position: absolute;
	right: -28px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.new-breadcrumb-list li span {
	font-size: 14px;
	line-height: 27px;
	color: #222222;
	opacity: 0.4;
	letter-spacing: -0.3px;
}

.catalog-title h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 24px;
	color: #222222;
}


/*каталог*/

.catalog-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
    margin-top: 20px;
}

.catalog-filter-block {
	border-right: 1px solid #EDEDED;
	width: 265px;
	padding-right: 5px;
	max-height: 1060px;
}

.catalog-items-block {
	padding-left: 30px;
	width: calc(100% - 265px);
}

.catalog-items-block-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -15px;
	/*-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;*/
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.catalog-item {
	margin: 0 15px;
	margin-bottom: 30px;
    width: calc(33% - 28px);
    -webkit-box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
            box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
	border-radius: 3px;
	padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

	min-height: 515px;
}


.catalog-item-body {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.catalog-item-img-container {
	height: 187px;
	width: 100%;
    margin-bottom: 21px;
    overflow: hidden;
}

.catalog-item-img-container a {
	display: block;
	height: 100%;
	width: 100%;
}

.catalog-item-img-container a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  	transition: all .5s;
}
.catalog-item:hover .catalog-item-img-container a img {
	transform: scale(1.2);
  	transition: all .5s;
}


.catalog-item-body-top {
	padding-bottom: 15px;
}

.catalog-item-title {
	margin-bottom: 8px;
}

.catalog-item-title a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #222222;
	text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
}

.catalog-item-title a:hover {
    text-decoration: none;
    color: #129EB3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.catalog-item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 17px;
}

.catalog-item-info-text {
	font-size: 12px;
	line-height: 16px;
	color: #7D7D7D;
	margin-left: 5px;
	max-width: 208px;
}

.catalog-item-body-bottom {
	margin-top: auto;
}

.catalog-item-opt-price {
	margin-bottom: 17px;
}

.catalog-item-opt-price span {
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #7D7D7D;
	margin-right: 10px;
}

.catalog-item-price-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalog-item-sum {
    border-radius: 3px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    background: #F8F8F8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
}

.catalog-item-minus,
.catalog-item-plus {
    width: 40px;
    height: 100%;
    background: #F8F8F8;
}

.catalog-item-minus button,
.catalog-item-plus button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
    height: 100%;
    border: none;
    background: #F8F8F8;
	border-radius: 3px;
}

.catalog-item-minus button svg path,
.catalog-item-plus button svg path {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.catalog-item-minus button:hover svg path,
.catalog-item-plus button:hover svg path {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	stroke: black;
}

.catalog-item-count {
    width: 28px;
    height: 100%;
}

.catalog-item-count input {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #F8F8F8;
    border: none;
    padding: 0;
}

.catalog-item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.catalog-item-price {
    font-weight: 600;
    font-size: 18px;
	line-height: 24px;
    color: #222222;
}

.catalog-item-price-old {
    font-weight: 600;
    font-size: 12px;
	line-height: 24px;
    text-decoration: line-through;
    color: #BDBDBD;
}

.catalog-item-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 8px;
}

.catalog-item-footer-one {
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222222;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #C7C7D4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #fff;
    margin-right: 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 44px;
}

.catalog-item-footer-buy {
    padding: 10px;
    text-align: center;
    border: 1px solid #129EB3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #129EB3;
    width: 54px;
    height: 44px;
}

.catalog-item-footer-one:hover,
.catalog-item-footer-buy:hover {
    background: #FF2600;
    border: 1px solid #FF2600;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}





.catalog-filter-list-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #222222;
}

.catalog-filter-check {
	display: none;
}

.catalog-filter-custom-check {
	width: 14px;
	height: 14px;
	border: 1px solid #C7C7D4;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 2px;
	background: #FFFFFF;
	margin-bottom: 0;
	cursor: pointer;
}

.catalog-filter-check:checked ~ .catalog-filter-custom-check {
	background-color: #FF2600;
	border: 1px solid #FF2600;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDNMNC41IDguNUwyIDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
}

.catalog-filter-list-block {
	padding-top: 18px;
	padding-bottom: 20px;
}

.catalog-filter-list {
	max-height: 183px;
	overflow-y: auto;
}

.catalog-filter-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 10px;
}

.catalog-filter-label {
	font-size: 11px;
	line-height: 13px;
	color: #4C4B5E;
    margin: 0;
	cursor: pointer;
	padding-left: 8px;
}

.catalog-filter-list {
	scrollbar-color: rgba(34,34,34,0.2) transparent;
	scrollbar-width: thin;
}

.catalog-filter-list::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.catalog-filter-list::-webkit-scrollbar-thumb {
    background: rgba(34,34,34,0.2);
	border-radius: 4px;
}

.catalog-filter-list-wrap + .catalog-filter-list-wrap {
	margin-top: 21px;
}

.catalog-filter-list-wrap {
	position: relative;
}

.catalog-filter-list-wrap:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: calc(100% - 10px);
	background: #EDEDED;
	display: block;
}


.catalog-filter-btn-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	width: calc(100% - 18px);
}

.catalog-filter-btn-block button {
	height: 44px;
	border-radius: 3px;
	font-weight: 600;
	font-size: 11px;
	/*line-height: 44px;*/
	text-transform: uppercase;
	color: #222222;
	padding: 0 15px;
	text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.catalog-filter-btn-send {
	background: #F2F2F9;
	border: 1px solid #F2F2F9;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.catalog-filter-btn-reset {
	background: #fff;
	border: 1px solid #C7C7D4;
	margin-left: 15px;
	min-width: 92px;
}

.catalog-filter-btn-block button:hover {
    background: #FF2600;
    border: 1px solid #FF2600;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.filter-tags-item {
	background: #F2F2F9;
	border-radius: 16px;
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
	color: #4C4B5E;
	display: inline-block;
	padding-left: 16px;
	padding-right: 40px;
	position: relative;
	margin-bottom: 16px;
	margin-right: 10px;
}

.filter-tags-item-del {
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.catalog-filter-table-title {
	display: none;
}

.filter-tag:not(:last-child):after {
  content: ', ';
  margin-right: 0;
}


@media screen and (max-width: 1199px) {
	.catalog-item {
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 991px) {

	.catalog-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.catalog-filter-block {
		width: 100%;
		padding-bottom: 24px;
	    border-bottom: 1px solid #EDEDED;
	    border-right: none;
	    margin-bottom: 30px;
	}

	.catalog-items-block {
		width: 100%;
		padding-left: 0;
	}

	.catalog-item-footer-buy {
	    width: 41.59%;
	}

	.catalog-items-block-wrap {
		padding-top: 15px;
	}


	.catalog-filter-list-title {
		display: none;
	}

	.catalog-filter-table-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.catalog-filter-list-wrap {
	    width: calc(50% - 15px);
	    background: #F8F8F8;
		border-radius: 3px;
		height: 44px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		border: 1px solid #F8F8F8;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.catalog-filter-list-wrap.active {
		background: #fff;
		border: 1px solid #C7C7D4;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.catalog-filter-list-wrap + .catalog-filter-list-wrap {
		margin-left: 30px;
		margin-top: 0;
	}

	.catalog-filter-block form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.catalog-filter-btn-block {
		width: 100%;
	}

	.catalog-filter-list-wrap:after {
		display: none;
	}

	.catalog-filter-list-block {
		padding: 0;
		width: 100%;
		padding: 0 16px;
	    height: 100%;
	    position: relative;
	}

	.catalog-filter-table-title {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.catalog-filter-table-name span {
		font-size: 14px;
		line-height: 20px;
		color: #C7C7D4;
	}

	.catalog-filter-table-arrow {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.catalog-filter-table-title.active .catalog-filter-table-arrow {
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.catalog-filter-list {
		position: absolute;
		display: none;
		background: #fff;
		border-radius: 3px;
	    width: 100%;
	    margin-left: -16px;
	    top: 47px;
	    z-index: 1;
        padding-top: 12px;
	    padding-left: 15px;
	    padding-bottom: 12px;
        padding-right: 15px;
	    max-height: 352px;
	    -webkit-box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
	            box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
	}

	.catalog-filter-custom-check {
		display: none;
	}

	.catalog-filter-label {
		padding-left: 0;
		font-size: 14px;
		line-height: 20px;
		color: #4E4E4E;
	    width: calc(100% - 15px);
	}

	.catalog-filter-list-item {
		margin-bottom: 0;
	}

	.catalog-filter-list-item + .catalog-filter-list-item {
		margin-top: 24px;
	}

	.catalog-filter-list-item {
		position: relative;
	}

	.catalog-filter-list-item.active:after {
	    content: '';
	    display: block;
	    position: absolute;
	    width: 20px;
	    height: 15px;
	    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljk0MTkgMUw2Ljk0MTg5IDEyTDEuOTQxODkgNyIgc3Ryb2tlPSIjRkYyNjAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
	    right: -2px;
	    background-repeat: no-repeat;
	}

	.catalog-filter-btn-send {
		max-width: 132px;
	}

	.catalog-filter-btn-reset {
		/*max-width: 92px;*/
		max-width: none;
	}

	.catalog-filter-block {
		padding-right: 0;
	}

	.catalog-filter-table-tags,
	.catalog-filter-table-name.with-tags span.filter-tag {
		font-size: 14px;
		line-height: 14px;
		color: #222222;
	    overflow: hidden;
	    -o-text-overflow: ellipsis;
	       text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 100%;
	}

	.catalog-filter-table-name.with-tags span {
		font-size: 11px;
		line-height: 13px;
		color: #9F9FAF;
	}

	.catalog-filter-table-name.with-tags {
		padding-bottom: 3px;
	    width: calc(100% - 30px);
	}

	.catalog-filter-btn-block {
	    margin-top: 23px;
	}

}


@media screen and (max-width: 580px) {

	.catalog-title h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.catalog-item {
		width: 100%;
	}

	.catalog-item-footer-buy {
	    width: 32.5%;
	}


	.catalog-wrap {
		margin-bottom: 44px;
	    margin-top: 15px;
	}


	.catalog-filter-list-wrap {
		width: 100%;
	}

	.catalog-filter-list-wrap + .catalog-filter-list-wrap {
		margin-left: 0;
		margin-top: 24px;
	}

	.catalog-filter-btn-block {
	    margin-top: 23px;
	}

	.catalog-filter-block {
	    margin-bottom: 17px;
	    border: none;
	}


	.catalog-items-block-wrap {
		padding-top: 87px;
	}

}


/*цена за одну*/

.price-for-one {
	margin-bottom: 15px;
}

.price-for-one-title {
    font-size: 12px;
    line-height: 16px;
    color: #7D7D7D;
    max-width: 208px;
}

.price-for-one .catalog-item-price-new {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #222222;
    display: block;
}

/*цена за одну конец*/

/* End */
/* /local/templates/vitarel_new/components/bitrix/catalog/redesign/style.css?17506677173865 */
/* /local/templates/vitarel_new/components/bitrix/catalog.element/redesign/style.css?167212524011088 */
/* /local/templates/vitarel_new/components/bitrix/catalog.section/simmilar_redesign/style.css?166089777119909 */
/* /local/templates/vitarel_new/components/bitrix/catalog.section/buy_with_redesign/style.css?166089770219907 */
