

/* Start:/local/templates/volzhanka/components/bitrix/news/promos/bitrix/news.detail/.default/style.css?17078287071967*/
.promo-detail-image {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.promo-detail-info {
    position: absolute;
    top: 25px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.promo-detail-image .promo-date-time,
.promo-detail-image .promo-discount {
    background-color: #374869;
    color: white;
    padding: 7px 25px;
    font-weight: bold;
    border-radius: 0 5px 5px 0;
}
.promo-detail-image .promo-date-time {
    font-size: 20px;
    margin-top: 10px;
}
.promo-detail-image .promo-discount {
    font-size: 30px;
}
.promo-detail-image picture {
    border-radius: 7px;
    min-height: 180px;
    height: 50vh;
    width: 100%;
    display: flex;
}
.promo-detail-image img {
	object-fit: cover;
	object-position: center top;
	width: 100%;
	height: auto;
}
.promo-detail.text-block p {
	margin-top: 20px;
}

.promo-detail .btn-back {
    font-size: 18px;
    margin-top: 20px;
}
@media (max-width: 600px) {
    .promo-detail-image img {
        object-fit: cover;
        object-position: center top;
        width: 100%;
        height: 100%;
    }
    .promo-detail-info {
        position: static;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .promo-detail-image .promo-date-time,
    .promo-detail-image .promo-discount {
        border-radius: 5px;
    }
    .promo-detail-image .promo-date-time {
        font-size: 16px;
        margin-top: 0;
        margin-left: 10px;
    }
    .promo-detail-image .promo-discount {
        font-size: 26px;
    }
}
@media (max-width: 460px) {
    .promo-detail-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .promo-detail-image .promo-date-time {
        margin-top: 10px;
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/volzhanka/components/bitrix/system.pagenavigation/.default/style.css?17078287072187*/
.pagenav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.pagenav a {
	transition: border-color 300ms ease-in-out;
}
.pagenav a:hover,
.pagenav .navigation-arrow > a:hover {
	border-color: #DFBA86;
}
.pagenav .disabled {
	opacity: 0.7;
}
.pagenav .navigation-pages {
	display: flex;
	align-items: center;
	margin: 0 20px;
}
.pagenav .navigation-pages > *,
.pagenav .navigation-arrow > a,
.pagenav .navigation-arrow > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
}
.pagenav .navigation-pages > * + * {
	margin-left: 20px;
}
.pagenav .navigation-pages > * {
	font-family: 'DIN Pro Cond';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: -0.01em;
	color: #2A3750;
}
.pagenav .navigation-arrow.nav-prev {
	transform: rotateY(180deg);
}
.pagenav .navigation-arrow .disabled svg path {
	stroke: #DBDBDB;
}
.pagenav .nav-current-page {
	border-color: #DFBA86;
}
.pagenav .nav-dots {
	align-self: center;
    height: auto;
    line-height: 1;
    font-size: 36px;
    border: none;
    position: relative;
    top: -8px;
    letter-spacing: 3px;
}
@media (max-width: 1000px) {
    .pagenav .navigation-pages > *,
    .pagenav .navigation-arrow > a,
    .pagenav .navigation-arrow > span {
        width: 36px;
        height: 36px;
    }
    .pagenav .navigation-pages {
        margin: 0 10px;
    }
    .pagenav .navigation-pages > * + * {
        margin-left: 10px;
    }
    .pagenav .navigation-pages > * {
        font-size: 20px;
    }
    .pagenav .navigation-arrow svg {
        max-height: 60%;
        width: auto;
    }
}
@media (max-width: 460px) {
    .pagenav .navigation-pages > *,
    .pagenav .navigation-arrow > a,
    .pagenav .navigation-arrow > span {
        width: 32px;
        height: 32px;
    }
    .pagenav .navigation-pages {
        margin: 0 5px;
    }
    .pagenav .navigation-pages > * + * {
        margin-left: 5px;
    }
    .pagenav .navigation-pages > * {
        font-size: 18px;
    }
}
/* 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/catalog.top/catalog-top-slider/section/style.css?17078287071523*/
.catalog-top-slider {
    position: relative;
}
.catalog-top-slider.owl-loaded .catalog-top-slide {
	height: 100%;
}
.catalog-top-slider:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(4, minmax(290px, 1fr));
    grid-gap: 30px;
}
.catalog-top-slider.slider-enabled:not(.owl-loaded) .catalog-top-slide:nth-child(n+5) {
	display: none;
}
.catalog-top-slider .catalog-top-slide {
	padding: 25px 20px;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	background-color: white;
	position: relative;
	display: flex;
}
.section-gray .catalog-top-slider .catalog-top-slide {
	border: 1px solid #F3F1F1;
}

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


/* Start:/local/templates/volzhanka/components/bitrix/catalog.top/catalog-top-slider/section/themes/blue/style.min.css?1707828707702*/
.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-top-header{border-color:#006cc0}
/* End */
/* /local/templates/volzhanka/components/bitrix/news/promos/bitrix/news.detail/.default/style.css?17078287071967 */
/* /local/templates/volzhanka/components/bitrix/system.pagenavigation/.default/style.css?17078287072187 */
/* /local/templates/volzhanka/components/bitrix/catalog.item/.default/style.css?178152975710556 */
/* /local/templates/volzhanka/components/bitrix/catalog.top/catalog-top-slider/section/style.css?17078287071523 */
/* /local/templates/volzhanka/components/bitrix/catalog.top/catalog-top-slider/section/themes/blue/style.min.css?1707828707702 */
