

/* Start:/local/templates/volzhanka/components/bitrix/catalog/catalog/style.css?170782870766*/
.catalog-sections .section-wrap {
	padding: 0;
	margin: 70px 0;
}

/* End */


/* Start:/local/templates/volzhanka/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?170782870722593*/
.product-item-detail-top {
	display: flex;
}
.product-item-detail-info {
	width: 100%;
}
.product-item-detail-info .section-title {
	margin-bottom: 20px;
}

.product-item-detail-info h1,
.product-item-detail-info .section-title {
	font-family: 'DIN Pro Cond';
	font-size: 32px;
	font-weight: bold;
	color: #2A3750;
}

.product-item-detail-info-artnumber {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DBDBDB;
}
.product-item-detail-info-artnumber .product-favorites {
	font-family: 'DIN Pro';
	font-style: normal;
	font-size: 15px;
	color: #374869;
	cursor: pointer;
	margin-left: auto;
	border-bottom: 1px solid currentColor;
	transition: 300ms ease-in-out;
	transition-property: color, border-color;
}
.product-item-detail-info-artnumber .product-favorites:hover {
	color: #DFBA86;
}
.product-item-detail-info-artnumber .product-item-property {
	font-size: 15px;
}

.product-item-detail-info .product-item-detail-info-section {
	padding: 0;
}



.product-item-detail-info-bottom {
	display: flex;
}
.product-item-detail-info-left {
	flex-grow: 1;
}
.product-item-detail-info-right {
	max-width: 300px;
	margin-left: 50px;
}
.product-item-detail-delivery-wrap,
.product-item-detail-payment-wrap {
	padding: 15px;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	color: #494B4F;
	display: flex;
}
.product-item-detail-delivery-wrap + .product-item-detail-payment-wrap {
	margin-top: 15px;
}
.product-item-detail-title {
	font-weight: 500;
	font-size: 16px;
	color: #2A3750;
	margin-bottom: 5px;
}
.product-item-detail-delivery-item + .product-item-detail-delivery-item,
.product-item-detail-payment-item + .product-item-detail-payment-item {
	margin-top: 3px;
}
.product-item-detail-delivery-wrap:before,
.product-item-detail-payment-wrap:before {
	content: '';
	display: block;
	background-image: url('/local/templates/volzhanka/images/icons/icon-truck.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 37px;
	margin-right: 15px;
}
.product-item-detail-payment-wrap:before {
	background-image: url('/local/templates/volzhanka/images/icons/icon-wallet.svg');
}

/* Sidebar */
.product-item-detail-info-section { padding: 0 20px; }

@media (max-width: 992px) {
	.product-item-detail-info-section { padding: 0; }
}

.product-item-detail-info-container {
	margin-bottom: 20px;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.product-item-detail-pay-block {
	display: flex;
	flex-wrap: wrap;
}
.product-item-detail-pay-block .block-price {
	width: 100%;
}
.product-item-detail-pay-block .block-price {
	width: 100%;
}
.product-item-detail-pay-block .block-quantity {
	margin-right: 20px;
}
.product-item-detail-pay-block .btn-buy {
	font-family: 'DIN Pro Cond';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.005em;
    padding: 12px 20px;
    min-width: 200px;
}

.bx-retina .product-item-detail-pay-block { border-width: .5px; }

/*Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -20px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* Price */
.product-item-detail-price-current,
.product-item-detail-price-old {
	font-family: 'DIN Pro Cond';
	line-height: 1;
}
.product-item-detail-price-current {
	color: #1B1A1A;
	font-weight: bold;
	white-space: nowrap;
	font-size: 40px;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: bold;
	font-size: 28px;
}

/* SCU */
.product-item-scu-properties {
	padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #C4C4C4;
}
.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}
.product-item-scu-wrap + .product-item-scu-wrap {
	margin-top: 10px;
}
.product-item-detail-info-container-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
}

.product-item-scu-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.product-item-scu-item-list li + li {
	margin-left: 3px;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container {
	display: inline-flex;
	justify-content: center;
	align-items: center;
    max-width: 100%;
    min-width: 32px;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1;
    border: 2px solid #c0cfda;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 2px 5px;
    transition: border-color 300ms ease-in-out;
}
.product-item-scu-item-text-container.selected,
.product-item-scu-item-text-container:hover {
	border-color: #374869;
}

.product-item-scu-item-color-container {
	position: relative;
	width: 38px;
	height: 38px;
	border: 2px solid #c0cfda;
	border-radius: 3px;
	cursor: pointer;
	transition: border-color 300ms ease-in-out;
}
.product-item-scu-item-color-container.selected,
.product-item-scu-item-color-container:hover {
	border-color: #374869;
}

.product-item-scu-item-color {
	position: absolute;
	border-radius: 3px;
    border: 1px solid #ddd;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-color-container.notallowed,
.product-item-scu-item-text-container.notallowed {
	position: relative;
    border-color: #a9adb4 !important;
    cursor: not-allowed;
}

.product-item-scu-item-color-container.notallowed:after,
.product-item-scu-item-text-container.notallowed:after {
	content: "";
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
}


/*Amount*/
.product-item-amount {
	/*padding: 0 0 2px;
	text-align: center;*/
}

.product-item-amount-field-container {
	display: flex;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #f2f2f2; }

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
    padding: 0;
    max-width: 50px;
    width: auto;
    height: 40px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	display: none;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Buy button*/

/*.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	max-width: 250px;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button { height: 25px; }*/

/* Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	width: 440px;
	min-width: 440px;
	margin-right: 50px;
	background: transparent;
	transition: background 800ms ease;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 100%;
	height: 0;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
}
.product-item-detail-slider-block .product-item-detail-slider-images-container,
.product-item-detail-slider-block .product-item-detail-slider-images-container.slick-initialized {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-item-detail-slider-block .product-item-detail-slider-images-container:not(.slick-initialized) {
	display: flex;
    justify-content: center;
}
.product-item-detail-slider-block .product-item-detail-slider-images-container:not(.slick-initialized) .product-item-detail-slider-image:nth-child(n+2) {
	display: none;
}
.product-item-detail-slider-block .product-item-detail-slider-images-container .slick-track,
.product-item-detail-slider-block .product-item-detail-slider-images-container .slick-list,
.product-item-detail-slider-block .product-item-detail-slider-images-container .slick-slide > div,
.product-item-detail-slider-block .product-item-detail-slider-images-container .product-item-detail-slider-image {
	height: 100%;
}
.product-item-detail-slider-block .product-item-detail-slider-images-container img {
	display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.product-item-detail-slider-images-container .slick-arrow,
.product-item-detail-slider-controls-block .slick-arrow {
	border: unset;
	box-shadow: unset;
	background-color: rgb(255 255 255 / 50%);
	left: 0;
	top: 50%;
	width: 54px;
    height: 54px;
}
.product-item-detail-slider-block .slick-arrow.slick-next svg {
	width: unset;
}
.product-item-detail-slider-images-container .slick-arrow.slick-next,
.product-item-detail-slider-controls-block .slick-arrow.slick-next {
	right: 0;
}
.product-item-detail-slider-images-container .slick-arrow svg path,
.product-item-detail-slider-controls-block .slick-arrow svg path {
	stroke: rgb(55 72 105 / 40%);
	transition: stroke 300ms ease-in-out;
}
.product-item-detail-slider-images-container .slick-arrow:hover svg path,
.product-item-detail-slider-controls-block .slick-arrow:hover svg path {
	stroke: #374869;
}

.product-item-detail-slider-controls-block {
	position: relative;
	margin-top: 20px;
	left: -8px;
    width: calc(100% + 16px);
}
.product-item-detail-slider-controls-block:not(.slick-initialized) {
	display: flex;
}
.product-item-detail-slider-controls-block:not(.slick-initialized) .product-item-detail-slider-controls-image {
	width: 25%;
	position: relative;
}
.product-item-detail-slider-controls-block:not(.slick-initialized) .product-item-detail-slider-controls-image:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.product-item-detail-slider-controls-block:not(.slick-initialized) .product-item-detail-slider-controls-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-item-detail-slider-controls-block:not(.slick-initialized) .product-item-detail-slider-controls-image {
	margin: 0 8px;
}
.product-item-detail-slider-controls-block:not(.slick-initialized) .product-item-detail-slider-controls-image:nth-child(n+5) {
	display: none;
}
.product-item-detail-slider-controls-block .slick-track,
.product-item-detail-slider-controls-block .slick-list,
.product-item-detail-slider-controls-block .slick-slide > div,
.product-item-detail-slider-controls-block .product-item-detail-slider-controls-image {
	height: 100%;
}
.product-item-detail-slider-controls-block .product-item-detail-slider-controls-image img {
	display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    cursor: pointer;
    transition: border-color 300ms ease-in-out;
}
.product-item-detail-slider-controls-block .slick-slide {
	margin: 0 8px;
}
.product-item-detail-slider-controls-block .product-item-detail-slider-controls-image img:hover,
.product-item-detail-slider-controls-block .slick-current .product-item-detail-slider-controls-image img {
	border-color: #DFBA86;
}


/*Label*/
.product-item-labels {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	top: 20px;
	left: 0;
	z-index: 1;
}
.product-item-labels .product-item-label {
	display: inline-block;
	font-family: 'DIN Pro';
	font-style: normal;
	font-size: 18px;
	color: white;
	padding: 6px 20px;
	letter-spacing: -0.3px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url("/local/templates/volzhanka/images/label-bg-blue.svg");
}
.product-item-labels .product-item-label.newproduct {
	background-image: url("/local/templates/volzhanka/images/label-bg-red.svg");
}
.product-item-labels .product-item-label + .product-item-label {
	margin-top: 5px;
}

/* Tabs */
.product-item-detail-tabs {
	margin-top: 7%;
}
.product-item-detail-tab-content-wrap {
	margin-top: 50px;
}

.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #DBDBDB;
	background: #fff;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	font-size: 21px;
	font-weight: 500;
	padding: 20px 50px;
	color: #aaa;
	border: 1px solid transparent;
	transition: 250ms ease;
	transition-property: color, border-color;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	color: #2A3750;
	border-color: #DBDBDB;
}
.product-item-detail-tab + .product-item-detail-tab {
	margin-left: 10px;
}

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 0;
	background: white;
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 4px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
	.product-item-detail-tabs-container { display: none !important; }

	.product-item-detail-tab-content { display: block !important; }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed { display: none !important; }

/*Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 1010;
	box-sizing: border-box;
	padding: 7px 0 8px;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	vertical-align: middle;
	text-align: left;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container { max-width: 650px }

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.product-item-detail-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	/*max-width: 560px;*/
	font-weight: 500;
	font-size: 18px;
	color: #1F1F1F;
}
.product-item-detail-property {
	padding: 10px;
	border-bottom: 1px solid #DBDBDB;
	display: flex;
	justify-content: space-between;
}


.product-item-detail-properties dt {

	/*font-weight: normal;*/
}

.product-item-detail-properties dd {
	margin-left: 5px;
	color: #000;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

.product-item-detail-info.mobile {
	display: none;
}

@media (max-width: 1200px) {
	.product-item-detail-info-bottom {
		flex-wrap: wrap;
		flex-grow: 1;
	}
	.product-item-detail-info {
	    display: flex;
	    flex-direction: column;
	}
	.product-item-detail-info-left {
		width: 100%;
		margin-bottom: 20px
	}
	.product-item-detail-info-right {
		margin-top: auto;
		margin-left: 0;
		/*display: flex;*/
		max-width: unset;
	}
	/*.product-item-detail-delivery-wrap + .product-item-detail-payment-wrap {
		margin-top: 0;
		margin-left: 15px;
	}*/
}
@media (max-width: 1000px) {
	.product-item-detail-top {
		flex-direction: column;
	}
	.product-item-detail-slider-container {
		width: 100%;
	    min-width: unset;
	    margin: 30px auto 30px;
	    max-width: 500px;
	}
	.product-item-detail-info-top.desktop {
		display: none;
	}
	.product-item-detail-info.mobile {
		display: flex;
	}
	.product-item-detail-info-right {
		display: flex;
	}
	.product-item-detail-delivery-wrap + .product-item-detail-payment-wrap {
		margin-top: 0;
		margin-left: 15px;
	}

	.product-item-detail-properties {
		font-size: 16px;
	}
}
@media (max-width: 700px) {
	.product-item-detail-info-right {
		flex-direction: column;
	}
	.product-item-detail-delivery-wrap + .product-item-detail-payment-wrap {
		margin-top: 15px;
		margin-left: 0;
	}
	.product-item-detail-property {
		flex-direction: column;
	}
	.product-item-detail-properties dt {
		font-weight: bold;
	}
	.product-item-detail-properties dd {
		margin-left: 0;
		margin-top: 3px;
		font-weight: 300;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17078285581413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/local/templates/volzhanka/components/bitrix/sale.products.gift/.default/style.css?17078287073791*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
/* End */


/* Start:/local/templates/volzhanka/components/bitrix/catalog.item/.default/style.css?178152975710556*/
.product-item-container {
	width: 100%;
}
.product-item-container .product-item {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-item a {
	display: block;
}
.product-item .product-item-image-wrapper {
	display: block;
	position: relative;
	min-height: 220px;
	margin-top: 30px;
}
.product-item .product-item-image-wrapper:hover + .product-item-labels {
	opacity: .2;
}
.product-item-image-original {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product-item-labels {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	top: 20px;
	left: 0;
	z-index: 1;
	transition: opacity 500ms ease-in-out;
}
.product-item-labels .product-item-label {
	display: inline-block;
	font-family: 'DIN Pro';
	font-style: normal;
	font-size: 18px;
	color: white;
	padding: 6px 20px;
	letter-spacing: -0.3px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url("/local/templates/volzhanka/images/label-bg-blue.svg");
}
.product-item-labels .product-item-label.newproduct {
	background-image: url("/local/templates/volzhanka/images/label-bg-red.svg");
}
.product-item-labels .product-item-label + .product-item-label {
	margin-top: 5px;
}
.product-item-title {
	font-weight: 500;
	font-size: 18px;
	color: black;
	margin: 15px 0 10px;
}
.product-item-info-wrap {
	/*margin-top: auto;*/
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.product-item-info {
	padding-top: 15px;
	margin-top: auto;
	border-top: 1px solid #C4C4C4;
}
.product-item-price-container {
	font-family: 'DIN Pro Cond';
	font-weight: 600;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	line-height: 1.1;
	margin-right: 8px;
	white-space: nowrap;
}
.product-item-price-current {
	font-size: 26px;
	white-space: nowrap;
}
.product-item-price-old {
	font-size: 20px;
	text-decoration: line-through;
	color: #aaa;
}
.product-item-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-item-info-container {
	display: flex;
	/*align-items: flex-start;*/
}
.product-item-info-container[data-entity="buttons-block"] {
	gap: 8px;
	min-width: 0;
	flex-shrink: 0;
}
.product-item-info-container[data-entity="buttons-block"] .product-item-button-container {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}
.product-item-info-container[data-entity="buttons-block"] .product-item-button-container + .product-item-button-container {
	margin-left: 0;
}
.product-item-info-container .product-item-button-container + .product-item-button-container {
	margin-left: 8px;
}
.product-item-button-container .bx-catalog-subscribe-button {
	position: relative;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	min-width: 48px;
	padding: 12px;
	border-radius: 3px;
	border: 1px solid transparent;
	font-size: 0;
	line-height: 1;
	margin: 0;
	vertical-align: top;
}
.product-item-button-container .bx-catalog-subscribe-button span {
	display: none;
}
.product-item-button-container .bx-catalog-subscribe-button:before {
	content: "";
	display: block;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 8A6 6 0 0 0 6 8c0 7-3 7-3 7h18s-3 0-3-7Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.73 21a2 2 0 0 1-3.46 0' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 2v4' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21 4h-4' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 8A6 6 0 0 0 6 8c0 7-3 7-3 7h18s-3 0-3-7Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.73 21a2 2 0 0 1-3.46 0' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 2v4' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21 4h-4' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.product-item-button-container .btn-basket,
.product-item-button-container .btn-fav {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 12px;
	border-radius: 3px;
	margin: 0;
}
.product-item-button-container .btn-link {
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.product-item-button-container .btn-fav.active path {
	fill: white;
}

.product-item-button-container .btn-not-avail {
	/*    padding: 12px 10px;*/
	/*    border-radius: 3px;*/
	/*    font-weight: 500;*/
	/*    font-size: 14px;*/
	line-height: 1;
	/*    max-width: 90px;*/
	background-color: #eee;
	color: black;
	border: 1px solid #ccc;
	width: 48px;
	height: 48px;
	padding: 12px;
	border-radius: 3px;
	margin: 0;
	box-sizing: border-box;
	cursor: not-allowed;
	pointer-events: auto;
	flex: 0 0 48px;
}
.product-item-button-container .btn-not-avail:hover {
	background-color: #eee;
	color: black;
	box-shadow: unset;
}
.product-item-button-container .btn-not-avail svg {
	width: 100%;
	height: auto;
}
.product-item-button-container .btn-not-avail svg {
	color: #777;
}

.product-item-property {
	display: flex;
	font-weight: 300;
	font-size: 17px;
	color: #818181;
}
.product-item-property .product-item-property-name {
	margin-right: 5px;
}

.product-item-props-container {
	margin-bottom: 15px;
}
/* SCU */
.product-item-scu-properties {
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #C4C4C4;
}
.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}
.product-item-scu-wrap + .product-item-scu-wrap {
	margin-top: 10px;
}
.product-item-scu-title {
	/*font-weight: 300;*/
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}

.product-item-scu-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.product-item-scu-item-list li + li {
	margin-left: 3px;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	min-width: 32px;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	line-height: 1;
	border: 2px solid #c0cfda;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	padding: 2px 5px;
	transition: border-color 300ms ease-in-out;
}
.product-item-scu-item-text-container.selected,
.product-item-scu-item-text-container:hover {
	border-color: #374869;
}

.product-item-scu-item-color-container {
	position: relative;
	width: 38px;
	height: 38px;
	border: 2px solid #c0cfda;
	border-radius: 3px;
	cursor: pointer;
	transition: border-color 300ms ease-in-out;
}
.product-item-scu-item-color-container.selected,
.product-item-scu-item-color-container:hover {
	border-color: #374869;
}

.product-item-scu-item-color {
	position: absolute;
	border-radius: 3px;
	border: 1px solid #ddd;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-color-container.notallowed,
.product-item-scu-item-text-container.notallowed {
	position: relative;
	border-color: #a9adb4 !important;
	cursor: not-allowed;
}

.product-item-scu-item-color-container.notallowed:after,
.product-item-scu-item-text-container.notallowed:after {
	content: "";
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
}

@media (max-width: 1000px) {
	.product-item-title {
		font-size: 16px;
	}
	.product-item-property {
		font-size: 15px;
	}
	.product-item-price-old {
		font-size: 16px;
		white-space: nowrap;
	}
	.product-item-price-current {
		font-size: 20px;
		white-space: nowrap;
	}
	.product-item-button-container .bx-catalog-subscribe-button {
		flex-basis: 32px;
		width: 32px;
		height: 32px;
		min-width: 32px;
		padding: 5px;
	}
	.product-item-button-container .bx-catalog-subscribe-button:before {
		width: 20px;
		height: 20px;
	}
	.product-item .product-item-image-wrapper {
		min-height: unset;
		padding-top: 100%;
		margin-top: 0;
	}
	.product-item-button-container .btn-basket,
	.product-item-button-container .btn-fav,
	.product-item-button-container .btn-not-avail {
		width: 32px;
		height: 32px;
		padding: 5px;
	}
	.product-item-button-container .btn-not-avail {
		flex-basis: 32px;
	}
}
@media (max-width: 420px) {
	.product-item-title {
		font-size: 15px;
		word-break: break-all;
	}
	.product-item-property {
		font-size: 14px;
	}
	.product-item-price-old {
		font-size: 15px;
		white-space: nowrap;
	}
	.product-item-price-current {
		font-size: 18px;
	}
	.product-item-info-container .product-item-button-container + .product-item-button-container {
		margin-left: 5px;
	}
	.product-item-price-container {
		margin-right: 5px;
	}
	.product-item-button-container .btn-basket, .product-item-button-container .btn-fav, .product-item-button-container .btn-not-avail {
		width: 28px;
		height: 28px;
	}
	.product-item-button-container .bx-catalog-subscribe-button {
		flex-basis: 28px;
		width: 28px;
		height: 28px;
		min-width: 28px;
	}
	.product-item-button-container .btn-not-avail {
		flex-basis: 28px;
	}
}
/* End */


/* Start:/local/templates/volzhanka/components/bitrix/sale.products.gift/.default/themes/blue/style.min.css?1707828707714*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-products-viewed-header{border-color:#006cc0}
/* End */


/* Start:/bitrix/components/bitrix/sale.gift.main.products/templates/.default/style.min.css?1707828559604*/
.bx_item_list_title{font-weight:bold;color:#000;background:#ebf4f8;vertical-align:middle;height:38px;text-align:center;line-height:38px;font-size:14px}.bx_sale_gift_main_products.bx_wood .bx_item_list_title{background:#ebf4f8}.bx_sale_gift_main_products.bx_red .bx_item_list_title{background:#fbf1f0}.bx_sale_gift_main_products.bx_green .bx_item_list_title{background:#f2fbea}.bx_sale_gift_main_products.bx_blue .bx_item_list_title{background:#ebf4f8}.bx_sale_gift_main_products.bx_black .bx_item_list_title{background:#f1f4f7}.bx_sale_gift_main_products.bx_yellow .bx_item_list_title{background:#fbf7db}
/* End */


/* Start:/local/templates/volzhanka/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/themes/blue/style.min.css?1707828707902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */


/* Start:/local/templates/volzhanka/components/bitrix/catalog.products.viewed/viewed/style.css?1707828707664*/
.catalog-viewed-slider {
    position: relative;
}
.catalog-viewed-slider.owl-loaded .catalog-viewed-slide {
	height: 100%;
}
.catalog-viewed-slider:not(.owl-loaded) {
	display: flex;
}
.catalog-viewed-slider:not(.owl-loaded) .catalog-viewed-slide {
	width: calc(25% - 30px);
	margin: 15px;
}
.catalog-viewed-slider:not(.owl-loaded) .catalog-viewed-slide:nth-child(n+5) {
	display: none;
}

.catalog-viewed-slider .catalog-viewed-slide {
	padding: 25px 20px;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	background-color: white;
	position: relative;
	display: flex;
}

.section-gray .catalog-viewed-slider .catalog-viewed-slide {
	border: 1px solid #F3F1F1;
}
/* End */


/* Start:/local/templates/volzhanka/components/bitrix/catalog.section/.default/style.css?17078287078946*/
.catalog-section-vertical {
	display: flex;
	align-items: flex-start;
}
.catalog-section-vertical .catalog-content {
	width: 100%;
}
.catalog-section-vertical .catalog-sidebar {
	min-width: 300px;
    width: 300px;
	margin-right: 30px;
	/*position: sticky;
	top: 30px;*/
}
.catalog-section-vertical .catalog-section-wrap {
	padding-top: 0;
}

.catalog-content .section-list-wrap {
	padding-bottom: 65px;
}


.catalog-section {
    position: relative;
}
.catalog-section.owl-loaded .catalog-section-slide {
	height: 100%;
}
.catalog-section:not(.owl-loaded) {
	display: grid;
    grid-template-columns: repeat(3, minmax(290px, 1fr));
    grid-gap: 30px;
}
.section-wide .catalog-section:not(.owl-loaded) {
    grid-template-columns: repeat(4, minmax(290px, 1fr));
}
.catalog-section:not(.owl-loaded) .catalog-section-slide {
	
}
/*.catalog-section:not(.owl-loaded) .catalog-section-slide:nth-child(n+5) {
	display: none;
}*/

.catalog-section .catalog-section-slide {
	padding: 25px 20px;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	background-color: white;
	position: relative;
	display: flex;
}

.section-gray .catalog-section .catalog-section-slide {
	border: 1px solid #F3F1F1;
}

/* CATALOG SORT LIMIT */
.catalog-item-sorting a:link,
.catalog-item-sorting a:visited,
.catalog-item-limit a:link,
.catalog-item-limit a:visited { 
    color:#575b71;
    text-decoration:none;
    line-height:27px;
}

.catalog-item-sorting a:hover,
.catalog-item-limit a:hover{
    color:#fff;
    background-color:#575b71;
}

.catalog-item-sorting a.selected,
.catalog-item-sorting a.selected:hover,
.catalog-item-limit a.selected,
.catalog-item-limit a.selected:hover {
    color:#575b71;
    background-color:#dee0ee;
}

.catalog-item-sorting label ,
.catalog-item-limit label {
    display:inline-block;
    margin-right: 5px;
}
.catalog-item-sorting label .full,
.catalog-item-limit label .full{
    display:inline-block;
}
.catalog-item-sorting label .short,
.catalog-item-limit label .short{
    display:none;
}

.catalog-top-controls {
  font-size: 15px;
  font-family: 'DIN Pro';
  color: rgb( 110, 110, 110 );
/*  min-width: 415px;*/
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.catalog-item-sorting,
.catalog-item-limit {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.catalog-item-limit {
    margin-left: 10px;
}
.catalog-top-controls .catalog-item-sorting > a.selected,
.catalog-top-controls .catalog-item-limit > a.selected {
    line-height: 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding: 6px;
    /*transition: 300ms ease-in-out;
    transition-property: color, background-color;*/
}
.catalog-top-controls .catalog-item-sorting > a.selected:hover,
.catalog-top-controls .catalog-item-limit > a.selected:hover {
    background-color: #374869;
    color: white;
}
/*.catalog-top-controls .catalog-item-sorting > a.selected svg path {
    transition: fill 300ms ease-in-out;
}*/
.catalog-top-controls .catalog-item-sorting > a.selected:hover svg path {
    fill: white;
}
.catalog-sort-items, .catalog-sort-items-inner,
.catalog-limit-items, .catalog-limit-items-inner {
    display: flex;
    flex-direction: column;
}
.catalog-item-sorting a,
.catalog-item-limit a {
    padding: 0 7px;
}
.catalog-sort-items {
    position: relative;
    width: 105px;
}
.catalog-limit-items {
    width: 50px;
    position: relative;
}
.catalog-sort-items:hover .catalog-sort-items-inner,
.catalog-limit-items:hover .catalog-limit-items-inner {
    display: flex;
}
.catalog-item-sorting .catalog-sort-items a.selected,
.catalog-item-limit .catalog-limit-items a.selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #edeef8;
}
.catalog-sort-items-inner,
.catalog-limit-items-inner {
    position: absolute;
    display: none;
    top: 100%;
    width: 100%;
    background-color: white;
    border: 1px solid #dee0ee;
    padding-top: 5px;
    top: -webkit-calc(100% - 6px);
    top: calc(100% - 6px);
    z-index: 1;
}
.catalog-item-sorting a:link, .catalog-item-sorting a:visited,
.catalog-item-limit a:link, .catalog-item-limit a:visited {
    margin: 0;
    border: none;
    border-radius: 0;
}
.catalog-item-sorting a.selected,
.catalog-item-limit a.selected {
    border: none;
    position: relative;
    z-index: 2;
    background-color: #edeef8;
}
.catalog-item-sorting a.selected, .catalog-item-sorting a.selected:hover,
.catalog-item-limit a.selected, .catalog-item-limit a.selected:hover {
    border: none;
}
/* CATALOG SORT LIMIT */

.catalog-filter-mobile-trigger {
    display: none;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0 0 ;
    padding: 5px 7px;
    position: relative;
    z-index: 2;
    background-color: #edeef8;
    user-select: none;
}
.catalog-filter-mobile-trigger svg {
    margin-right: 5px;
}
.catalog-filter-mobile-trigger:hover {
    background-color: #374869;
    color: white;
}
.catalog-filter-mobile-trigger:hover path {
    fill: white;
}
.bx_filter_top_mobile {
     display: none;
     padding: 20px 40px 15px 0;
     position: sticky;
     top: 0;
     border-bottom: 2px solid rgb(55 72 105 / 30%);
     background-color: white;
     margin-bottom: 15px;
     z-index: 999;
}
.bx_filter_top_mobile .bx-filter-title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    color: #374869;
    font-family: 'DIN Pro Cond';
}
.bx_filter_top_mobile .bx-filter-close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: .4;
    transition: opacity 300ms ease-in-out;
}
.bx_filter_top_mobile .bx-filter-close svg path {
    fill: #374869;
}
.bx_filter_top_mobile .bx-filter-close:hover {
    opacity: 1;
}

@media (max-width: 1320px) {
    .catalog-section:not(.owl-loaded) {
        grid-template-columns: repeat(2, minmax(290px, 1fr));
    }
    .section-wide .catalog-section:not(.owl-loaded) {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1000px) {
    .catalog-item-sorting label .full,
    .catalog-item-limit label .full{
        display:none;
    }
    .catalog-item-sorting label .short,
    .catalog-item-limit label .short{
        display:inline-block;
    }
    .catalog-section:not(.owl-loaded) {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog-section .catalog-section-slide {
        padding: 10px 15px;
    }
    .catalog-section:not(.owl-loaded) {
        grid-gap: 15px;
    }

    /*.section-wide .catalog-section:not(.owl-loaded) {
        grid-template-columns: repeat(2, minmax(290px, 1fr));
    }*/
}
@media (max-width: 820px) {
    .bx_filter .bx_filter_popup_result {
        font-size: 14px;
        line-height: 14px;
        position: fixed !important;
        z-index: 1001;
        top: auto !important;
        right: 0 !important;
        bottom: 70px !important;
        left: 0 !important;
        margin-top: 0;
        margin-left: 0;
        width: auto;
        height: auto;
        padding: 10px;
        border-radius: 0;
        box-shadow: 0 -2px 5px 0 rgba(0,0,0,.1);
        text-align: center;
    }
    .bx_filter .bx_filter_section {
        padding-top: 0;
    }
    .bx_filter_top_mobile {
        display: flex;
    }
    .catalog-filter-mobile-trigger {
        display: inline-flex;
    }
    .catalog-section-vertical .catalog-sidebar {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        height: calc(100vh - 70px);
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: white;
        margin: 0;
        width: 100%;
    }
    .bx_filter .bx_filter_section {
        padding-bottom: 0;
    }
    .bx_filter .bx_filter_button_box {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        width: 100%;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 2px solid #374869;
    }

    .section-wide .catalog-section:not(.owl-loaded) {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 680px) {
    .product-item-title {
        font-size: 15px;
    }
    .catalog-section:not(.owl-loaded) {
        grid-gap: 10px;
    }
}
/*@media (max-width: 680px) {
    .section-wide .catalog-section:not(.owl-loaded) {
        grid-template-columns: repeat(auto-fit, 100%);
    }
}*/
@media (max-width: 420px) {
    .catalog-section .catalog-section-slide {
        padding: 10px;
    }
}
@media (max-width: 389px) {
	.catalog-section:not(.owl-loaded),
    .section-wide .catalog-section:not(.owl-loaded) {
		grid-template-columns: repeat(auto-fit, 100%);
	}
}
/* End */


/* Start:/local/templates/volzhanka/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1707828707706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/volzhanka/components/bitrix/catalog/catalog/style.css?170782870766 */
/* /local/templates/volzhanka/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?170782870722593 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17078285581413 */
/* /local/templates/volzhanka/components/bitrix/sale.products.gift/.default/style.css?17078287073791 */
/* /local/templates/volzhanka/components/bitrix/catalog.item/.default/style.css?178152975710556 */
/* /local/templates/volzhanka/components/bitrix/sale.products.gift/.default/themes/blue/style.min.css?1707828707714 */
/* /bitrix/components/bitrix/sale.gift.main.products/templates/.default/style.min.css?1707828559604 */
/* /local/templates/volzhanka/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/themes/blue/style.min.css?1707828707902 */
/* /local/templates/volzhanka/components/bitrix/catalog.products.viewed/viewed/style.css?1707828707664 */
/* /local/templates/volzhanka/components/bitrix/catalog.section/.default/style.css?17078287078946 */
/* /local/templates/volzhanka/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1707828707706 */
