@charset "UTF-8";

html {
	font-family: "Mazzard Regular", sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #031e3a;
	letter-spacing: .1em
}

.catalog__item-actions {
	display: none
}

.fancybox-bg {
	background: #fff !important
}

.catalog-pagination {
	display: flex;
	justify-content: center
}

.submenu a.second-menu__item.ui-link {
	font-size: 15px !important;
	line-height: 17px !important;
	padding: 10px !important
}

button.btn.btn-lg.btn-primary.btn-cart.algButton {
	background: #031e3a;
	border: 1px solid #031e3a
}

button.fancybox-button.fancybox-button--close {
	background: inherit !important
}

.fancybox-button--close svg {
	border: 1px solid #000 !important;
	color: #000 !important
}

button.fancybox-button.fancybox-button--close:after {
	content: "Закрыть" !important;
	position: absolute;
	top: 10px;
	right: -70px;
	border: 1px solid #000;
	padding: 1px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px
}

button.fancybox-button.fancybox-button--close {
	position: relative;
	left: -80px
}

.eu_table tr td {
	padding: 3px;
	font-size: 14px
}

.miniCartAvailable {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 10000
}

.customMiniCart {
	display: flex !important
}

.miniCartAvailable {
	justify-content: flex-end;
	display: flex
}

.col-12.colTxtLg {
	text-align: center;
	position: relative;
	left: 20px;
	margin-top: 10px
}

.miniAvailable {
	border: 1px solid
}

.miniCartMinus {
	border-right: 1px solid
}

.miniCartPlus {
	border-left: 1px solid
}

.miniCartMinus,
.miniCartPlus {
	width: 12px;
	display: inline-block;
	text-align: center;
	border: 0;
	background: inherit
}

.header-shopcart__item-info,
.header-shopcart__item-link {
	width: 100%
}

.itemNote p:before {
	content: "" !important
}

.modal-backdrop.show {
	display: none !important;
	opacity: 0 !important
}

.brands-logos_new {
	display: flex;
	justify-content: center;
	width: 100%
}

.countCartAvailable {
	display: inline-block;
	width: 20px;
	text-align: center
}

.fn a {
	margin-right: 40px;
	margin-left: 40px
}

.fn {
	padding-top: 25px;
	padding-bottom: 20px
}

.large_product_image {
	height: 400px
}

.bottom-row {
	padding-top: 20px
}

@media (max-width:760px) {
	.large_product_image {
		height: 360px
	}

	.col-12.colTxtLg {
		position: inherit;
		text-align: left
	}

	.fn a {
		margin-right: 0;
		margin-left: 0
	}

	.fn {
		padding-top: 30px;
		padding-bottom: 25px
	}

	.bottom-row,
	.top-row {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap
	}

	.bottom-row a {
		flex: 0 0 25%
	}

	.brands-logos_new {
		display: block
	}

	.fn a {
		padding: 3px
	}

	.top-row a {
		flex: 0 0 50%
	}

	.bottom-row {
		padding-top: 0;
		margin-right: 10px;
		padding-top: 5px
	}

	img.alg_logobrand_ralph {
		height: 10px;
		float: right;
		margin-right: 6px
	}

	img.alg_logobrand_visual {
		height: 13px;
		float: left;
		margin-left: 6px
	}

	img.alg_logobrand_christofle {
		height: 21px
	}

	img.alg_logobrand_giobagnara,
	img.alg_logobrand_greggio,
	img.alg_logobrand_trowbridge {
		height: 10px
	}
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	min-height: 100vh;
	min-width: 320px;
	overflow-anchor: none
}

body,
html {
	width: 100%;
	overflow-x: hidden
}

a {
	text-decoration: none
}

.--hidden {
	display: none
}

.p-centered {
	text-align: center
}

.ui-loader {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 600;
	height: 100vh;
	width: 100%;
	background-color: rgba(255, 255, 255, .35)
}

.ui-loader.--opened {
	display: block
}

.ui-loader__loading {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -25px 0 0 -25px;
	height: 60px;
	width: 60px;
	border: 9px solid rgba(3, 30, 58, 0);
	border-top-color: #031e3a;
	border-radius: 50%;
	-webkit-animation: spin .8s infinite linear;
	animation: spin .8s infinite linear
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.ui-select {
	position: relative;
	height: inherit;
	background-color: transparent;
	font-size: inherit;
	font-weight: inherit;
	text-align: left;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ui-select.--select-disabled {
	pointer-events: none;
	background-color: #eee;
	opacity: .8
}

.ui-select__current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 10;
	padding-left: 20px;
	padding-right: 20px;
	height: inherit;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background-color 250ms ease;
	transition: background-color 250ms ease
}

@media (max-width:480px) {
	.ui-select__current {
		padding-left: 35px;
		padding-right: 20px
	}
}

.ui-select.--select-open .ui-select__current,
.ui-select__current:hover {
	background-color: #efefef
}

.ui-select__current:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	height: 10px;
	width: 10px;
	border-left: 1px solid #2f2e2e;
	border-bottom: 1px solid #2f2e2e;
	-webkit-transform: scale(1) rotate(-45deg);
	transform: scale(1) rotate(-45deg);
	-webkit-transition: transform 150ms ease-out;
	-webkit-transition: -webkit-transform 150ms ease-out;
	transition: -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out;
	transition: transform 150ms ease-out, -webkit-transform 150ms ease-out
}

.ui-select.--select-open .ui-select__current:after {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg)
}

.ui-select__arrow,
.ui-select__title {
	display: inline-block;
	vertical-align: middle
}

.ui-select__arrow {
	margin-left: 10px
}

.ui-select__title {
	font-size: inherit;
	font-weight: inherit;
	line-height: 1;
	color: inherit;
	text-transform: none
}

@media (max-width:480px) {
	.ui-select__title {
		font-size: 13px
	}
}

.ui-select__dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 15;
	width: 100%;
	min-width: 227px;
	visibility: hidden;
	overflow: hidden;
	border: 0;
	opacity: 0;
	background-color: #fff;
	border-radius: 0;
	color: inherit;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	max-height: 240px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 3px 8px;
	box-shadow: rgba(0, 0, 0, .15) 0 3px 8px;
	-webkit-transition: opacity .2s ease, visibility .2s ease;
	transition: opacity .2s ease, visibility .2s ease
}

.ui-select ::-webkit-scrollbar {
	width: 8px
}

.ui-select ::-webkit-scrollbar-thumb {
	background: #ccc
}

.ui-select ::-webkit-scrollbar-thumb:hover {
	background: #777
}

.ui-select ::-webkit-scrollbar-thumb {
	border-left-color: #d2d2d2;
	background: #d2d2d2
}

.ui-select ::-webkit-scrollbar-thumb:hover {
	background: #999
}

.ui-select.--select-open .ui-select__dropdown {
	visibility: visible;
	opacity: 1;
	z-index: 65;
	-webkit-transform: translateX(0) scaleY(1);
	transform: translateX(0) scaleY(1);
}

.ui-select.--select-scroll-y .ui-select__dropdown {
	overflow: auto;
	max-height: 200px
}

.ui-select__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	height: inherit;
	line-height: normal;
	font-size: inherit;
	font-weight: inherit;
	text-indent: 0;
	color: inherit;
	cursor: pointer;
	text-align: left;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease
}

.ui-select__item span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.ui-select__item[disabled] {
	color: #666;
	pointer-events: none
}

.ui-select__item.--select-active,
.ui-select__item:hover {
	background-color: #031e3a;
	color: #fff
}

.ui-select__item+.ui-select__item {
	border-top: 0
}

.ui-select__item span {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-select.--select-disabled .ui-select__item {
	pointer-events: none;
	opacity: .5
}

.ui-select,
.ui-select__current,
.ui-select__item {
	height: 35px
}

.ui-select__hidden {
	display: none
}

.--type-catalog .ui-select__current:after {
	display: none
}

.ui-select[select-build-id='sysmaterial'] .ui-select__item span {
	display: inline-block;
	/* text-transform: math-auto; */
}

.ui-select[select-build-id='sysmaterial'] .ui-select__item span:first-letter {
	text-transform: capitalize;
}

.ui-select[select-build-id='sysmaterial'] .ui-select__current .ui-select__title {
	text-transform: math-auto;
}



.ui-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: auto;
	padding: 80px 0;
	background-color: rgba(221, 221, 221, .85);
	opacity: 0;
	-webkit-transition: all 150ms linear 150ms;
	transition: all 150ms linear 150ms
}

.ui-modal.--modal-open {
	z-index: 100;
	opacity: 1;
	visibility: visible
}

.ui-modal.--modal-type-video {
	padding: 30px 0
}

@media (max-width:544px) {
	.ui-modal {
		padding: 40px 0
	}
}

.ui-modal:before {
	content: "";
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 100%;
	vertical-align: middle
}

.ui-modal.--modal-enter-up .ui-modal__inner {
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0
}

.ui-modal.--modal-enter-up.--modal-open .ui-modal__inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.ui-modal.--modal-fade-scale .ui-modal__inner {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ui-modal.--modal-fade-scale.--modal-open .ui-modal__inner {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.ui-modal__inner {
	position: relative;
	z-index: 2;
	margin: auto;
	max-width: 520px;
	width: 100%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	will-change: transform
}

@media (max-width:544px) {
	.ui-modal__inner {
		max-width: 360px;
		padding-left: 10px;
		padding-right: 10px
	}
}

.ui-modal.--modal-type-order-not-stock .ui-modal__content {
	padding: 40px 50px;
	border-radius: 0;
	background-color: #031e3a;
	color: #fff
}

@media (max-width:544px) {
	.ui-modal.--modal-type-order-not-stock .ui-modal__content {
		padding: 25px 25px
	}
}

.ui-modal__close {
	position: absolute;
	top: 45px;
	right: 55px;
	z-index: 1;
	height: 30px;
	width: 30px;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	cursor: pointer;
	top: 20px;
	right: 10px
}

@media (max-width:544px) {
	.ui-modal__close {
		top: 15px;
		right: 25px
	}
}

.ui-modal__close:after,
.ui-modal__close:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 5px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	-webkit-transition: background-color .25s ease;
	transition: background-color .25s ease
}

.ui-modal__close:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.ui-modal__close:before {
	top: 13px;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.ui-modal__close:after {
	top: 13px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ui-modal__heading {
	position: relative;
	margin-bottom: 50px
}

@media (max-width:544px) {
	.ui-modal__heading {
		margin-bottom: 30px
	}
}

.ui-modal__title {
	font-size: 20px;
	font-weight: 600;
	color: inherit
}

@media (max-width:544px) {
	.ui-modal__title {
		line-height: 1
	}
}

.ui-modal__title span {
	display: block;
	margin-top: 15px;
	padding-right: 55px;
	font-size: 12px;
	font-weight: inherit;
	line-height: 1.55
}

@media (max-width:544px) {
	.ui-modal__title span {
		padding-right: 0
	}
}

.ui-modal__form {
	margin-left: auto;
	margin-right: auto
}

.ui-modal__form .ui-form__field {
	margin-bottom: 20px
}

.ui-modal__form .ui-form__field label {
	position: relative;
	display: block;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: inherit;
	color: inherit
}

.ui-modal__form .ui-form__field label:after {
	content: "*";
	position: absolute;
	top: 0;
	right: auto;
	margin-left: 3px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: inherit
}

.ui-modal__form .ui-form__field .ui-field,
.ui-modal__form .ui-form__field .ui-field__input {
	display: block;
	width: 100%
}

.ui-modal__form .ui-form__field .ui-field__input {
	padding-top: 2px;
	line-height: 38px;
	border-color: transparent
}

.ui-modal__form .ui-form__button-container {
	margin-top: 30px
}

.ui-modal__form .ui-button {
	display: inline-block;
	margin: 0;
	padding: 8px 46px;
	font-size: 18px;
	line-height: 26px;
	border-color: #fff
}

@media (max-width:544px) {
	.ui-modal__form .ui-button {
		width: 100%
	}
}

.ui-modal__form :-ms-input-placeholder {
	color: #253255
}

.ui-modal__form ::-ms-input-placeholder {
	color: #253255
}

.ui-modal__form ::-webkit-input-placeholder {
	color: #253255
}

.ui-modal__form ::-moz-placeholder {
	color: #253255
}

.ui-modal__form ::placeholder {
	color: #253255
}

.ui-modal__form .ui-field__error {
	display: none
}

.ui-modal__form .ui-form__privacy {
	margin: 0;
	color: #253255
}

.ui-modal__video {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #253255
}

.ui-modal__video iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	overflow: hidden;
	padding: 0
}

.ui-cookie-notification {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%
}

.ui-cookie-notification.--approve {
	display: none
}

.ui-cookie-notification__box {
	position: relative;
	padding: 10px 30px 10px 20px;
	background-color: #031e3a;
	color: #fff
}

.ui-cookie-notification__text {
	font-size: 13px;
	font-weight: inherit;
	line-height: 1.45
}

.ui-cookie-notification__button,
.ui-cookie-notification__text a {
	display: inline-block;
	border-bottom: 1px solid;
	cursor: pointer;
	-webkit-transition: border-color 250ms ease-in-out;
	transition: border-color 250ms ease-in-out
}

.ui-cookie-notification__button:hover,
.ui-cookie-notification__text a:hover {
	border-color: transparent
}

.ui-cookie-notification__icon-close {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 10px;
	width: 10px;
	cursor: pointer
}

.ui-cookie-notification__close {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.--desktop .ui-cookie-notification__close:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}

.ui-cookie-notification__close:after,
.ui-cookie-notification__close:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	height: 1px;
	width: 20px;
	background-color: #fff;
	-webkit-transition: background-color 250ms ease;
	transition: background-color 250ms ease
}

.ui-cookie-notification__close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.ui-cookie-notification__close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ui-form__input {
	margin: 7px 0;
	padding: 10px 20px;
	width: 100%;
	font-size: 18px;
	line-height: 35px;
	border-radius: 5px;
	border: 1px solid #000;
	background-color: transparent;
	color: currentColor
}

.ui-link {
	position: relative
}

.ui-link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	height: 1px;
	width: 0;
	background-color: currentColor;
	opacity: 0
}

.ui-link:hover:after {
	width: 100%;
	opacity: 1
}

.ui-input-radio>input {
	display: none;
	opacity: 0;
	visibility: hidden;
	height: 0
}

.ui-input-radio>label {
	position: relative;
	padding-left: 30px;
	-webkit-transition: opacity 250ms ease;
	transition: opacity 250ms ease
}

.ui-input-radio>label:after,
.ui-input-radio>label:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background-color: #d0d0d0
}

.ui-input-radio>label:before {
	left: 0;
	height: 18px;
	width: 18px
}

.ui-input-radio>label:after {
	left: 6px;
	height: 6px;
	width: 6px;
	-webkit-transition: background-color .5s;
	transition: background-color .5s
}

.ui-input-radio>input:checked+label:after {
	background-color: #031e3a
}

.ui-input-radio>input:disabled+label {
	opacity: .45
}

.js-field {
	display: inline-block
}

.js-field+.js-field {
	margin-left: 15px
}

.js-field>.js-field-email,
.js-field>.js-field-input,
.js-field>.js-field-name,
.js-field>.js-field-phone {
	display: inline-block;
	border: 1px solid #bebebe;
	padding: 0 30px;
	margin: 0;
	font-family: "Mazzard Regular", sans-serif;
	font-size: 16px;
	line-height: 39px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	-webkit-transition: color 250ms ease, border-color 250ms ease;
	transition: color 250ms ease, border-color 250ms ease
}

.js-field>.js-field-checkbox {
	appearance: auto !important
}

.js-field>.js-field-email:focus,
.js-field>.js-field-input:focus,
.js-field>.js-field-name:focus,
.js-field>.js-field-phone:focus {
	border-color: #031e3a
}

.ui-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 8px 25px;
	margin: 0 30px;
	border: 1px solid #031e3a;
	font-family: "Mazzard Regular", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	background-color: #031e3a;
	cursor: pointer;
	-webkit-transition: background-color 1s, color 1s;
	transition: background-color 1s, color 1s
}

.ui-button:hover {
	background-color: #fff;
	color: #031e3a
}

.old-container {
	position: relative;
	width: 1020px;
	margin: 0 auto
}

.container-wide {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

.catalog-filter.container-wide {
    width: 1280px;
}
.catalog__title,
.content-title,
.old-container .h1,
.old-container .h2,
.old-container h1,
.old-container h2 {
	display: inline-block;
	width: 100%;
	margin: 50px 0;
	font-size: 25px;
	font-family: Cambria, sans-serif;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal
}

.old-container .h3,
.old-container h3 {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	font-size: 20px;
	font-family: Cambria, sans-serif;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.article {
	position: relative
}

.article h2,
.article h3,
.article h4,
.article ol,
.article p,
.article ul {
	margin: 0 0 20px 0
}

@media (max-width:544px) {
	.article p {
		text-align: center
	}
}

.article ol,
.article ul {
	list-style: none
}

.article ol li {
	padding-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px
}

.article ol li:before {
	content: counter(olCounter) ". ";
	counter-increment: olCounter;
	position: absolute;
	top: 0;
	left: 0;
	font-size: inherit;
	font-weight: inherit;
	color: #031e3a
}

.article li {
	position: relative;
	padding-left: 15px
}

.article li:not(:last-child) {
	margin-bottom: 5px
}

@media (max-width:767px) {
	.article li {
		display: inline-block;
		vertical-align: middle
	}

	button.cartbutton.btn.btn-lg.btn-outline-primary {
		width: 100%
	}
}

.article ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #031e3a
}

.article a:not(.ui-button) {
	color: #031e3a
}

.article a:not(.ui-button):hover {
	color: inherit
}

.article__blank {
	text-align: center
}

.timer-countdown {
	position: relative;
	text-align: center
}

.timer-countdown__data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.timer-countdown__item {
	position: relative;
	font-size: inherit;
	font-family: "Gill Sans Pro", sans-serif;
	font-weight: 300
}

.timer-countdown__item:not(:last-child):after {
	content: ":";
	position: absolute;
	top: -5px;
	right: -10px
}

@media (max-width:767px) {
	.timer-countdown__item:not(:last-child):after {
		top: -2px;
		right: -4px
	}
}

.timer-countdown__digit {
	padding-left: 10px;
	padding-right: 10px;
	color: inherit
}

.timer-countdown__label {
	display: block;
	font-size: inherit;
	font-weight: 300;
	color: #ececec
}

.page-header {
	padding-bottom: 65px
}

.search {
	position: relative
}

.search__empty {
	text-align: center
}

.contacts-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 25px 0 60px 0
}

.contacts-item {
	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
}

.contacts-item .ui-icon {
	height: 28px;
	width: 28px;
	margin-right: 13px
}

.main-menu {
	font-size: 0;
	line-height: 0
}

.main-menu__items {
	margin: 25px auto 20px auto;
	color: #8c8b8b;
	text-align: center
}

.main-menu__item {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-family: "Mazzard Light", sans-serif;
	font-size: 14px;
	line-height: normal
}

.main-menu__item_active {
	font-family: "Mazzard Medium", sans-serif;
	color: #031e3a
}

.logo_area {
	position: relative;
	border-bottom: 1px solid #c7c7c7;
	text-align: center
}

.dropdown-close {
	position: absolute;
	width: 22px;
	height: 22px;
	color: #031e3a;
	z-index: 2;
	cursor: pointer;
	display: none
}

.dropdown-close:after,
.dropdown-close:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 22px;
	display: inline-block;
	border-top: 1px solid currentColor
}

.dropdown-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.dropdown-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header-search {
	position: relative;
	margin-right: -5px
}

.header-search__init,
.ui-form__submit_hidden {
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	z-index: 2;
	left: 0
}

.header-search__form {
	position: absolute;
	white-space: nowrap;
	top: 0;
	right: 0;
	width: 0;
	text-align: left;
	letter-spacing: 0;
	border-bottom: 1px solid #031e3a;
	-webkit-transition: width 1s;
	transition: width 1s;
	z-index: 1
}

.header-search__form.--dropdown-open {
	width: 206px
}

.header-search__submit {
	display: none
}

.header-search__form-query {
	width: calc(100% - 40px);
	margin-left: 5px;
	border: none;
	border-radius: 0;
	font-family: "Mazzard Light", sans-serif;
	font-size: 14px;
	padding: 5px 0 15px 0;
	letter-spacing: .05em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.header-logo {
	display: inline-block;
	width: 212px;
	height: 56px;
	margin-bottom: 26px
}

.header-icons {
	position: absolute;
	right: 40px;
	top: 20px
}

.header-icon-container {
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: left
}

.header-icon-container+.header-icon-container {
	margin-left: 28px
}

.header-icon-container.header-icon-burger {
	display: none
}

.header-icons__icon {
	position: absolute;
	width: 23px;
	height: 23px;
	line-height: 0;
	background-color: #fff;
	z-index: 1
}

.header-icons__icon.web {
	color: #000 !important
}

.header-icons__icon.vcg {
	color: #1bd741 !important
}

.header-icons__icon.vcg .ui-icon {
	color: #1bd741 !important
}

@media (min-width:1250px) {
	.header-icons__icon {
		top: -5px
	}
}

.header-icon-phone {
	position: absolute;
	left: 40px;
	top: 10px
}

.header-icons__total {
	position: absolute;
	top: -6px;
	left: 22px;
	z-index: 1;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -.01em;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 14px;
	height: 14px;
	padding: 2px 4px;
	text-align: center;
	color: inherit;
	border-radius: 14px
}

.header-icon-mobile-shopcart {
	display: none
}

.header-shopcart {
	position: absolute;
	top: 100%;
	right: 50px;
	z-index: -1;
	border: 1px solid transparent;
	padding: 30px 20px 20px 15px;
	background-color: #fff;
	height: auto;
	width: 360px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 450ms ease, border 450ms ease, height 0s;
	transition: opacity 450ms ease, border 450ms ease, height 0s
}

.header-shopcart.--dropdown-open {
	z-index: 99;
	opacity: 1;
	border-color: #c7c7c7
}

.header-shopcart.--cart-empty .header-shopcart__items,
.header-shopcart.--cart-empty .header-shopcart__summary,
.header-shopcart.--cart-empty .header-shopcart__title {
	display: none
}

.header-shopcart:not(.--cart-empty) .header-shopcart__empty {
	display: none
}

.header-shopcart.--dropdown-open+.header-icons__icon {
	z-index: 2
}

.header-shopcart__items {
	max-height: 360px;
	overflow-y: auto
}

.header-shopcart ::-webkit-scrollbar {
	width: 6px
}

.header-shopcart ::-webkit-scrollbar-thumb {
	background: #ccc
}

.header-shopcart ::-webkit-scrollbar-thumb:hover {
	background: #777
}

.header-shopcart ::-webkit-scrollbar-thumb {
	border-left-color: #d2d2d2;
	background: #d2d2d2
}

.header-shopcart ::-webkit-scrollbar-thumb:hover {
	background: #999
}

.header-shopcart__title {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-family: "Mazzard Medium", sans-serif;
	display: block;
	margin-left: 105px;
	white-space: nowrap;
	padding-bottom: 11px;
	margin-bottom: 35px;
	border-bottom: 1px solid #031e3a
}

.header-shopcart__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 15px
}

.header-shopcart__item-remove {
	display: block;
	height: 18px;
	width: 18px;
	position: relative;
	margin-right: 15px;
	border: 0;
	font-size: 0;
	background: 0;
	cursor: pointer
}

.header-shopcart__item-remove span {
	display: none
}

.header-shopcart__item-remove:after,
.header-shopcart__item-remove:before {
	content: "";
	position: absolute;
	top: 0;
	left: 8px;
	display: block;
	height: 100%;
	width: 1px;
	background-color: #031e3a;
	-webkit-transition: background-color 250ms ease;
	transition: background-color 250ms ease
}

.header-shopcart__item-remove:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header-shopcart__item-remove:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header-shopcart__item-remove:hover:after,
.header-shopcart__item-remove:hover:before {
	background-color: #8c8b8b
}

.header-shopcart__item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.header-shopcart__item-img {
	display: block;
	width: 57px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
	margin-right: 15px
}

.header-shopcart__item-img img {
	width: 100%;
	vertical-align: middle
}

.header-shopcart__item-info {
	display: block
}

.header-shopcart__item-info-brand,
.header-shopcart__item-info-category,
.header-shopcart__item-info-title {
	display: block;
	text-decoration: underline;
	line-height: normal;
	color: #8c8b8b;
	font-family: "Mazzard Light", sans-serif
}

.header-shopcart__item-info-title {
	text-decoration: none
}

.header-shopcart__item-info-title span {
	text-decoration: underline
}

.header-shopcart__item-info-price {
	display: block;
	margin-top: 20px
}

.header-shopcart__summary {
	display: block;
	padding-top: 30px;
	margin: 0 0 10px 100px;
	white-space: nowrap;
	border-top: 1px solid #031e3a
}

.header-shopcart__empty {
	text-align: center
}

.header-phone {
	position: absolute;
	white-space: nowrap;
	width: 0;
	margin-left: 0;
	letter-spacing: .05em;
	text-align: right;
	padding-bottom: 12px;
	overflow: hidden;
	-webkit-transition: background-color 1s, width 1s, margin-left 1s;
	transition: background-color 1s, width 1s, margin-left 1s;
	background-color: transparent;
	z-index: 1
}

.header-phone .header-phone-hours {
	padding-top: 4px
}

.header-phone.--dropdown-open {
	width: 217px;
	margin-top: -10px;
	padding-top: 10px;
	background-color: #fff
}

.header-phone.--dropdown-open+.header-icons__icon {
	z-index: 2;
	color: #fff
}

.second-menu {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 83px;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #c7c7c7
}

.second-menu__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 65px;
	overflow: hidden;
	color: #031e3a
}

.second-menu__item {
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	padding: 10px 5px;
	white-space: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.second-menu__item[special=sale],
.second-menu__item_active {
	font-weight: 700;
	font-family: "Mazzard Medium", sans-serif
}

.second-menu__item[special=sale]:after {
	width: 100%;
	opacity: 1
}

.second-menu__item-new_year {
	font-weight: 700
}

.second-menu__items .p-menu {
	position: relative
}

.second-menu__items .second-menu__item {
	display: block;
	padding: 10px;
	text-decoration: none
}

.second-menu__items .p-menu:hover>.submenu {
	display: block
}

.second-menu__items .submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	z-index: 15
}

.second-menu__items .parentMenu .submenu {
	top: 0;
	left: 100%
}

.second-menu__items .p-menu .p-menu-has_childrens:has(.submenu)>.second-menu__item>.second-menu__item-btn_child {
	font-size: 12px;
	margin-left: 8px;
	color: #031e3a;
	position: absolute;
	opacity: 1;
	left: 76%;
	width: auto !important;
	top: 0;
	cursor: pointer
}

.second-menu__items .p-menu .p-menu .second-menu__item-dec {
	display: none
}

@media (max-width:767px) {
	.second-menu__items_hours {
		margin-bottom: 40px !important;
		text-align: center
	}

	.second-menu__items .p-menu {
		position: relative;
		width: 100%;
		text-align: center
	}

	.second-menu__item-dec {
		display: none !important
	}

	.second-menu__item-btn_child {
		position: absolute !important;
		right: 5px !important;
		top: 0 !important;
		padding: 10px !important;
		margin-left: 8px !important;
		opacity: 1 !important;
		cursor: pointer;
		color: #d6a84f !important;
		font-size: 18px !important;
		width: auto !important;
		left: inherit !important
	}

	.p-menu .p-menu .second-menu__item_active {
		margin-right: 17px !important
	}

	.p-menu .p-menu .second-menu__item-btn_child {
		right: -33px !important;
		margin-right: 10px !important
	}

	.second-menu__items .p-menu:hover>.submenu {
		position: static !important
	}

	.parentMenu {
		background-color: inherit !important;
		box-shadow: none !important
	}

	.p-menu a {
		text-align: left
	}

	.p-menu>a {
		padding-left: 15px
	}

	.submenu .p-menu a {
		padding-left: 25px
	}

	.p-menu .p-menu .p-menu a {
		padding-left: 35px
	}
}

@media (min-width:767px) {
	.second-menu__items_hours {
		display: none !important
	}

	.second-menu__items>.p-menu-has_childrens>.second-menu__item>.second-menu__item-btn_child {
		display: none !important
	}
}

.brands-logos {
	position: relative
}

.brands-logos .old-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px auto 20px auto
}

.brands-logos__link {
	display: block;
	height: 25px;
	width: auto;
	text-align: center
}

.brands-logos__link.--brands-generation-lighting {
	height: 35px
}

.brands-logos__logo {
	height: 100%;
	width: auto;
	max-width: 66%;
	opacity: .75;
	object-fit: contain
}

@media (min-width:1250px) {
	.brands-logos .old-container {
		width: 1200px
	}
}

.brands-logos__logo {
	max-width: 100%;
	margin: 0 10px
}

.main-slider {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	overflow: hidden
}

.main-slider .container-wide {
	overflow: hidden
}

.main-slider__wrapper {
	height: 100% !important;
	white-space: nowrap;
	position: relative
}

.main-slider__item {
	height: 100%;
	display: inline-block
}

.main-slider__item a {
	display: inline-block;
	height: 100%;
	width: 100%
}

.main-slider__item img {
	display: inline-block;
	height: 100%;
	width: 100%
}

.main-slider__controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	text-align: center
}

.main-slider__controls .swiper-pagination-bullet {
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid transparent;
	cursor: pointer
}

.main-slider__controls .swiper-pagination-bullet-active {
	background-color: transparent;
	border-color: #fff
}

.main-slider__controls .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 5px
}

.main-text {
	margin: 30px 0 20px 0
}

.main-text p {
	margin: 15px 10%
}

main p {
	margin: 0 10% 15px 10%
}

main ._h2 {
	margin: 0 10% 15px 10%;
	width: unset;
	text-align: left
}

main p:last-of-type {
	margin-bottom: 50px
}

.main-special {
	margin-top: 50px
}

.content-image {
	margin: 40px auto;
	width: 100%
}

.content-image:nth-child(2),
.old-container div:nth-child(1) .content-image {
	margin-top: 0
}

.content-gallery__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.content-gallery__row img {
	margin: 10px;
	width: 100%
}

.categories-slider {
	position: relative;
	margin-bottom: 20px;
	font-size: 0;
	line-height: 0
}

.categories-slider__js {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: opacity 350ms ease, visibility 350ms ease;
	transition: opacity 350ms ease, visibility 350ms ease
}

.categories-slider__js.swiper-container-initialized {
	opacity: 1;
	visibility: visible
}

.categories-slider .container-wide {
	overflow: hidden
}

.categories-slider__wrapper {
	position: relative;
	white-space: nowrap
}

.categories-slider__item {
	display: inline-block;
	text-align: center
}

.categories-slider__item-title {
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0
}

.categories-slider__item-title:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #031e3a;
	margin: 10px auto 0 auto;
	opacity: 1;
	-webkit-transition: width 1s, opacity 1s;
	transition: width 1s, opacity 1s
}

.categories-slider__item:hover .categories-slider__item-title:after {
	width: 0;
	opacity: 0
}

.categories-slider__item-image {
	display: block;
	height: 0;
	width: 100%
}

.swiper-container-initialized .categories-slider__item-image {
	height: auto
}

.categories-slider__control {
	position: absolute;
	height: 42px;
	width: 42px;
	border: 1px solid #031e3a;
	border-radius: 50%;
	background-color: #031e3a;
	vertical-align: middle;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff
}

.categories-slider__control.swiper-button-prev {
	left: 10px
}

.categories-slider__control.swiper-button-next {
	right: 10px
}

.categories-slider__control:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 28px;
	margin: auto;
	background-color: #fff;
	-webkit-transition: background-color 1s;
	transition: background-color 1s
}

.categories-slider__control:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 5px;
	height: 13px;
	width: 13px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: border-color 1s;
	transition: border-color 1s
}

.categories-slider__control.swiper-button-next:after {
	left: calc(100% - 5px);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.categories-slider__control:hover {
	background-color: #fff
}

.categories-slider__control:hover:before {
	background-color: #031e3a
}

.categories-slider__control:hover:after {
	border-color: #031e3a
}

.catalog {
	text-align: center
}

.catalog__empty {
	display: block;
	margin-bottom: 80px
}

.catalog__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.catalog__item {
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
	margin: 30px 0 30px 0
}

.catalog__item.__.catalog_vc {
	padding-bottom: 50px
}

.americanlg.catalog__item.__ {
	padding-bottom: 50px
}

.catalog__item-link {
	display: block;
	padding-bottom: 25px;
	line-height: normal
}

.catalog__item-star {
	display: block;
	position: absolute;
	top: -30px;
	padding-bottom: 15px;
	text-align: center;
	width: 100%
}

.catalog__item-star .ui-icon {
	height: 13px;
	width: 13px;
	margin: 0 2px 2px 0
}

.catalog__item-category {
	display: block;
	padding: 0 5px 5px 5px;
	min-height: 40px;
	color: #949494
}

.catalog__item-brand {
	display: block
}

.catalog__item-image {
	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: 210px;
	text-align: center;
	margin: 15px auto
}

.catalog__item-image img {
	height: 300px;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: width .4s ease;
	transition: width .4s ease
}

.catalog__item-link:hover .catalog__item-image img {
	width: 90%
}

.catalog__item-title {
	display: block;
	font-family: Cambria, sans-serif;
	text-transform: uppercase;
	font-size: 17px
}

.catalog__item-article {
	display: block;
	margin-top: 2px;
	color: #949494
}

.s_2909 span {
	font-family: "Mazzard Light", sans-serif;
	color: #8c8b8b
}

html body .old-vc_gallery {
	color: #949494;
	display: inline
}

html body .star-vc_gallery {
	top: 50px;
	right: -100px;
	z-index: 9
}

@media (max-width:800px) {
	html body .star-vc_gallery {
		top: 0;
		right: 0;
		text-align: right
	}
}

.star-vc_gallery span {
	font-size: 12px
}

.star-vc_gallery .discount {
	background: #d6a84f;
	color: #fff
}

.svg-vc_gallery path {
	color: #d7aa54
}

.new_d-block {
	display: block
}

.catalog__item-old-price {
	display: block;
	color: #fa6060;
	text-decoration: line-through
}

.catalog__item-price {
	display: block;
	margin-top: 20px
}

.catalog__item-actions {
	display: inline-block;
	margin: auto;
	padding-top: 21px;
	position: relative;
	width: 100%;
	white-space: nowrap
}

.catalog__item-actions:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	height: 1px;
	width: 30%;
	background-color: #031e3a;
	-webkit-transition: width 650ms ease;
	transition: width 650ms ease
}

.catalog__item-link:hover+.catalog__item-actions:before {
	width: 100%
}

.catalog__item-action {
	display: inline-block;
	height: 22px;
	width: 22px;
	border: 0;
	background-color: transparent;
	cursor: pointer
}

.catalog__item-action+.catalog__item-action {
	margin-left: 18px
}

.catalog__item-action span {
	display: none
}

.catalog__item-favorites.--add,
.catalog__item-favorites:hover {
	color: #fa6060
}

.catalog__item-not-in-stock {
	color: #a7a7a7;
	margin-left: 15px
}

.catalog-controls {
	margin-bottom: 60px
}

.main-product .catalog-controls {
	margin-bottom: 0
}

.main-product {
	margin-bottom: 60px
}

.catalog__show-more {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	height: 45px;
	padding: 0 25px 2px 25px;
	border: 0;
	border-top: 1px solid #b6bec6;
	border-bottom: 1px solid #b6bec6;
	background: 0;
	font-family: "Mazzard Light", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: inherit;
	color: #031e3a;
	cursor: pointer;
	-webkit-transition: border-color 250ms ease;
	transition: border-color 250ms ease
}

.catalog__show-more:after,
.catalog__show-more:before {
	content: "";
	position: absolute;
	top: 8px;
	height: calc(100% - 16px);
	width: 1px;
	background-color: #b6bec6;
	opacity: 1;
	-webkit-transition: background-color 250ms ease;
	transition: background-color 250ms ease
}

.catalog__show-more:hover {
	border-color: #031e3a
}

.catalog__show-more:hover:after,
.catalog__show-more:hover:before {
	background-color: #031e3a
}

.catalog__show-more:before {
	left: -3px
}

.catalog__show-more:after {
	right: -3px
}

.catalog-filter {
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding: 20px 0;
	margin-bottom: 80px
}

.catalog-filter .old-container {
	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;
	width: auto;
}

.catalog-filter__caption {
	font-weight: 600
}

.catalog-filter__item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap
}

.catalog-filter__item.--active {
	background-color: #efefef
}

.catalog-filter__select {
	position: relative;
	display: flex
}

.catalog-filter__icon {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 11;
	height: 15px;
	width: 15px;
	margin-top: 10px
}

.catalog-pagination {
	margin-bottom: 50px
}

.old-pagination {
	width: 100%;
	text-align: center;
	color: #031e3a
}

.pagination__item {
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	width: 28px;
	line-height: 28px;
	margin: 0 4px;
	padding-left: 2px;
	white-space: nowrap;
	border-radius: 4px;
	transition: background .2s ease
}

.pagination__item {
	color: #777
}

.pagination__item:hover {
	background-color: #dedede;
	color: #000
}

.pagination__item.pagination__item_current:hover,
.pagination__item_current {
	background-color: #031e3a;
	color: #fff
}

.pagination__item .ui-icon {
	height: 18px;
	width: 18px
}

.pagination__item .ui-icon.--rotate {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

.pagination__item_current:after {
	width: 100%;
	opacity: 1
}

.page-banner {
	display: block;
	margin: 0;
	font-size: 0;
	line-height: 0
}

.page-banner img {
	width: 100%
}

.page-banner__content {
	position: relative;
	width: 100%
}

.page-banner__timer {
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 0;
	width: 50%;
	font-size: 6.5vw;
	font-weight: 300;
	line-height: 0;
	letter-spacing: .045em;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%)
}

@media (max-width:767px) {
	.page-banner__timer {
		width: 100%;
		font-size: 10.5vw;
		-webkit-transform: translateY(-55%);
		transform: translateY(-55%)
	}
}

.page-banner__image {
	height: auto;
	width: 100%
}

.page-banner__timer .timer-countdown__label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4vw;
	font-size: 1.2vw;
	font-weight: 300
}

@media (max-width:767px) {
	.page-banner__timer .timer-countdown__label {
		bottom: -6.4vw;
		font-size: 2.8vw
	}
}

.page-banner__image--desktop {
	display: block
}

@media (max-width:767px) {
	.page-banner__image--desktop {
		display: none
	}
}

.page-banner__image--mobile {
	display: none
}

@media (max-width:767px) {
	.page-banner__image--mobile {
		display: block
	}
}

.stories-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.stories-item {
	width: calc(50% - 10px);
	margin-bottom: 40px
}

.h3 {
	display: inline-block;
	text-transform: uppercase;
	margin: 25px 22px;
	line-height: normal
}

.stories-item img {
	width: 100%
}

.stories-item p {
	margin: 10px 22px;
	letter-spacing: .05em
}

.link__icon_more {
	display: inline-block;
	margin: 10px 22px;
	letter-spacing: .05em;
	color: #aaa;
	font-weight: 700;
	line-height: normal;
	position: relative;
	padding-right: 15px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	-webkit-transition-property: padding;
	transition-property: padding
}

.link__icon_more:after,
.link__icon_more:before {
	content: "";
	position: absolute;
	right: 0;
	display: inline-block;
	border: solid currentColor;
	height: 4px;
	width: 4px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	-webkit-transition-property: width, padding;
	transition-property: width, padding
}

.link__icon_more:before {
	content: "";
	width: 8px;
	border-width: 2px 0 0 0;
	margin: 7px 0 0 0
}

.link__icon_more:after {
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 5px 0 0 0
}

.link__icon_more:hover,
.stories-item:hover .link__icon_more {
	padding-right: 20px
}

.link__icon_more:hover:before,
.stories-item:hover .link__icon_more:before {
	width: 15px
}

.brands-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.brands-list__item {
	width: calc(25% - 20px);
	margin: 0 10px 40px 10px;
	text-align: center
}

.brands-list--3x2 .brands-list__item:nth-child(-n+3) {
	width: calc(33.333% - 20px)
}

.brands-list--3x2 .brands-list__item:nth-child(n+4) {
	width: calc(50% - 20px)
}

.brands-list__icon {
	display: inline-block;
	position: relative;
	height: 30px;
	width: 85%;
	max-width: 100%;
	margin-bottom: 20px;
	opacity: .95;
	object-fit: contain
}

.brands-list__icon {
	display: inline-block;
	position: relative;
	height: 40px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	opacity: .95;
	object-fit: contain;
	max-height: 19px
}

.brands-list__banner {
	display: block;
	height: 380px;
	width: 100%;
	object-fit: cover;
	opacity: 1;
	transition: opacity 350ms ease-out
}

.brands-list__item:hover .brands-list__banner {
	opacity: .75
}

.brands-list__image {
	width: 100%;
	display: block
}

.categories-description {
	position: relative
}

.categories-list {
	margin: 50px 0 30px 0
}

.categories-list__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 20px 0;
	width: 100%
}

.categories-list__item {
	width: 100%;
	margin-bottom: 30px;
	text-align: center
}

.categories-list__item+.categories-list__item {
	margin-left: 15px
}

.categories-list__inner {
	display: block
}

.categories-list__image {
	display: block;
	vertical-align: top;
	width: 100%
}

.categories-list__item-title {
	display: inline-block;
	margin-bottom: 25px;
	text-transform: uppercase;
	white-space: nowrap
}

@media (min-width:545px) and (max-width:1030px) {
	.categories-list__item-title {
		white-space: break-spaces
	}
}

.categories-list__item-title:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #031e3a;
	margin: 10px auto 0 auto;
	opacity: 1;
	-webkit-transition: width 1s, opacity 1s;
	transition: width 1s, opacity 1s
}

.categories-list__item:hover .categories-list__item-title:after {
	width: 0;
	opacity: 0
}

.categories-content {
	text-align: left
}

.rub {
	display: inline-block;
	line-height: 7px;
	width: .4em;
	margin: 0 5px 0 0
}

.js-map {
	width: 100%;
	min-height: 355px
}

.content-title br {
	display: none
}

.shopcart h3 {
	font-family: "Mazzard Medium", sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.45
}

.shopcart .container-wide {
	border-top: 1px solid #c7c7c7
}

.shopcart .container-wide {
	padding: 50px 0
}

.shopcart__item {
	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
}

.shopcart__item+.shopcart__item {
	margin-top: 34px
}

.shopcart__item-remove {
	position: relative;
	display: inline-block;
	margin: 0 25px 0 0;
	padding: 10px;
	border: 0;
	font-size: 0;
	background: 0;
	cursor: pointer
}

.shopcart__item-remove span {
	display: none
}

.shopcart__item-remove:after,
.shopcart__item-remove:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #031e3a
}

.shopcart__item-remove:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.shopcart__item-remove:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.shopcart__item-img {
	display: block;
	width: 90px;
	font-size: 0;
	line-height: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.shopcart__item-img img {
	display: block;
	width: 100%
}

.shopcart__item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.shopcart__item-info {
	display: inline-block;
	color: #8c8b8b;
	margin-left: 40px;
	text-decoration: underline;
	font-size: 16px;
	font-family: "Mazzard Light", sans-serif;
	line-height: 1.35
}

.shopcart__item-link:hover .shopcart__item-info {
	text-decoration: none
}

.shopcart__item-quantity-container {
	width: 100%;
	max-width: 130px;
	margin: 0 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.shopcart__item-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ebebeb
}

.shopcart__item-quantity-input {
	min-width: 50px;
	text-align: center;
	background-color: transparent;
	border: none;
	font-size: inherit;
	font-family: "Mazzard Medium", sans-serif
}

.shopcart__item-quantity-input::-webkit-inner-spin-button,
.shopcart__item-quantity-input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

.shopcart__item-quantity-control {
	height: 100%;
	width: 30px;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color .8s;
	transition: background-color .8s
}

.shopcart__item-quantity-control[disabled=true] {
	pointer-events: none;
	opacity: .35
}

.shopcart__item-quantity-control.--decrease {
	padding: 5px 0 5px 0
}

.shopcart__item-quantity-control.--increase {
	padding: 5px 0 5px 0
}

.shopcart__item-quantity-control:hover {
	background-color: #f7f7f7
}

.shopcart__item-quantity-value {
	display: block;
	font-size: inherit;
	font-family: "Mazzard Medium", sans-serif;
	text-align: center
}

.shopcart__item-info-price {
	width: 10%;
	white-space: nowrap
}

.shopcart__summary {
	font-size: 21px;
	font-family: "Mazzard Light", sans-serif
}

.shopcart__delivery-type {
	display: inline-block;
	vertical-align: top;
	margin: 50px 0 0 0;
	overflow: hidden
}

.shopcart__delivery-type:first-of-type {
	width: 60%
}

.shopcart__delivery-type:last-of-type {
	width: 35%
}

.shopcart__delivery-price {
	font-size: 15px;
	line-height: 1.45;
	margin-right: 30px
}

.shopcart__delivery-price br {
	display: none
}

.shopcart__delivery-info {
	margin: 30px 0 0 0
}

.shopcart__delivery-info p {
	margin: 10px 0 5px 0;
	font-size: 15px;
	font-weight: inherit;
	line-height: 1.45
}

.shopcart__delivery-address {
	width: 90%;
	white-space: nowrap
}

.shopcart__delivery-address input {
	margin-top: 30px !important;
	margin-bottom: 30px !important
}

.shopcart__delivery-address input:first-child {
	width: 275px
}

.shopcart__delivery-address input:last-child {
	margin-left: 15px;
	width: 220px
}

.shopcart__payment-type {
	display: inline-block;
	width: 49%;
	margin: 50px 0 0 0
}

.shopcart__contacts-fields {
	margin-top: 30px;
	white-space: nowrap
}

.shopcart__contacts-field:first-child {
	width: 40%
}

.shopcart__contacts-field input {
	width: 100%
}

.shopcart__contacts-field.--state-error input {
	border-color: #f23428
}

.shopcart__contacts-field .ui-field__error {
	display: none
}

.shopcart__order-price {
	display: inline-block;
	font-size: 17px;
	font-family: "Mazzard Light", sans-serif;
	line-height: 1.65
}

.shopcart__order-price .rub {
	line-height: 9px
}

.shopcart__order-price br {
	display: none
}

.shopcart__submit {
	display: inline-block;
	padding: 10px 46px;
	margin: 0 30px;
	border: 1px solid #031e3a;
	font-family: "Mazzard Regular", sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: #031e3a;
	cursor: pointer;
	-webkit-transition: background-color 1s, color 1s;
	transition: background-color 1s, color 1s
}

.shopcart__submit:hover {
	background-color: #fff;
	color: #031e3a
}

.shopcart__empty {
	margin: 20px 0 70px 0;
	text-align: center
}

.shopcart__empty p {
	text-align: center
}

.shopcart__empty-button-container {
	display: inline-block;
	text-align: center
}

.brand-info {
	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;
	position: relative;
	line-height: normal;
	padding: 20px 30px;
	border-top: 1px solid #b6bec6;
	border-bottom: 1px solid #b6bec6;
	color: #434343
}

.brand-info:after,
.brand-info:before {
	content: "";
	height: calc(100% - 16px);
	width: 1px;
	background-color: #b6bec6;
	position: absolute;
	top: 8px;
	opacity: 1
}

.brand-info:before {
	left: -5px
}

.brand-info:after {
	right: -5px
}

.brand-info__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.brand-info__logo img {
	width: 180px
}

.brand-info__img {
	margin: 0 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.brand-info__img img {
	width: 106px;
	display: block
}

.brand-info__text {
	margin: 0 30px
}

.brand-info__text span {
	text-transform: uppercase
}

.brand-info__text p {
	margin: 5px 0 !important
}

.brand-info__link {
	display: block;
	position: relative;
	padding: 10px;
	border-top: 1px solid #b6bec6;
	border-bottom: 1px solid #b6bec6;
	white-space: nowrap;
	line-height: normal;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.brand-info__link:after,
.brand-info__link:before {
	content: "";
	position: absolute;
	top: 8px;
	height: calc(100% - 16px);
	width: 1px;
	background-color: #b6bec6;
	opacity: 1
}

.brand-info__link:before {
	left: -5px
}

.brand-info__link:after {
	right: -5px
}

.brand-info__link .ui-icon {
	height: 12px;
	width: 12px;
	margin-left: 5px
}

.goods-item {
	margin-top: 75px;
	text-align: right;
	color: #434343;
	overflow: hidden
}

.goods-item>* {
	display: inline-block;
	width: 50%;
	text-align: left
}

.goods-item__column {
	float: left;
	max-width: 440px
}

.goods-item__gallery {
	width: 100%
}

.goods-item__gallery .js-gallery-image {
	position: relative;
	height: 420px;
	width: 100%;
	overflow: hidden
}

.goods-item__gallery-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1s, visibility 1s;
	transition: opacity 1s, visibility 1s
}

.goods-item__gallery-img.is-selected,
.goods-item__gallery-img.--gallery-current {
	opacity: 1;
	visibility: visible
}

.goods-item__gallery-img-src {
	height: 390px;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.goods-item__gallery-thumb {
	display: inline-block
}

.goods-item__gallery-thumb-src {
	height: 102px;
	width: 102px;
	border: 1px solid transparent;
	cursor: pointer;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: border-color 1s;
	transition: border-color 1s
}

.goods-item__gallery-thumb-src.--gallery-current {
	border-color: #d5d5d5
}

.goods-item__material {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 0 25px;
	width: calc(100% - 50px)
}

.goods-item__material-slider {
	position: relative;
	z-index: 1;
	opacity: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transition: opacity 450ms ease;
	transition: opacity 450ms ease
}

.goods-item__material .swiper-container-initialized {
	opacity: 1
}

.goods-item__material .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 100%
}

.goods-item__material-item {
	height: 0;
	overflow: hidden
}

.goods-item__material-slider.swiper-container-initialized .goods-item__material-item {
	height: 100%
}

.goods-item__material-slider .swiper-slide {
	height: 100%;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform, -webkit-transform
}

.goods-item__material-link {
	display: block
}

.goods-item__material-src {
	height: auto;
	width: 100%;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: border-color 1s;
	transition: border-color 1s
}

.goods-item__material-item.--current .goods-item__material-src {
	border-color: #031e3a
}

.goods-item__material-control {
	position: absolute;
	top: 50%;
	width: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	color: #c7c7c7;
	-webkit-transition: color 250ms ease;
	transition: color 250ms ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.goods-item__material-control.swiper-button-prev {
	left: -25px
}

.goods-item__material-control.swiper-button-next {
	right: -25px
}

.goods-item__material-control svg {
	width: 20px;
	height: 20px;
	-webkit-transition: none;
	transition: none
}

.goods-item__material-control.swiper-button-prev svg {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

.goods-item__material-control:hover {
	color: #031e3a
}

.goods-item__article,
.goods-item__brand,
.goods-item__heading {
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 50%
}

.goods-item__article {
	font-size: 17px;
	font-weight: inherit
}

.goods-item__brand {
	font-size: 17px;
	font-weight: inherit
}

.goods-item__heading {
	margin-top: 20px;
	font-size: 0
}

.goods-item__subtitle {
	font-size: 17px;
	font-weight: inherit;
	color: #949494
}

.goods-item__title {
	display: block;
	font-family: Cambria, sans-serif;
	font-size: 21px;
	font-weight: inherit;
	color: #031e3a
}

.goods-item__description-text {
	margin: 30px 0 30px 0
}

.goods-item__description-text p {
	margin-left: 0;
	margin-right: 0
}

.goods-item__param {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	width: 49%;
	padding-right: 10px;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.55
}

.goods-item__param span {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase
}

.goods-item__in-stock {
	margin: 10px 0
}

.goods-item__not-in-stock {
	margin: 10px 0;
	color: #a7a7a7
}

.goods-item__prices {
	position: relative
}

.goods-item__prices .rub {
	line-height: 10px
}

.goods-item__old-price,
.goods-item__price {
	display: inline-block;
	vertical-align: middle;
	padding: 30px 0;
	font-size: 18px
}

.goods-item__old-price:first-child,
.goods-item__price:first-child {
	border-bottom: 1px solid #031e3a
}

.goods-item__price {
	color: #031e3a
}

.goods-item__old-price {
	position: relative;
	margin: 0 20px;
	color: #fa6060;
	border-color: transparent
}

.goods-item__old-price:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	height: 1px;
	width: 100%;
	background-color: #fa6060
}

.goods-item__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 20px 0 50px auto
}

.goods-item__control {
	display: inline-block;
	vertical-align: middle;
	margin-top: 25px;
	font-family: "Mazzard Light", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: .05em;
	border: 0;
	background: 0;
	cursor: pointer;
	-webkit-transition: color 250ms ease;
	transition: color 250ms ease
}

.goods-item__control:after {
	bottom: -5px
}

.goods-item__control .ui-icon {
	height: 22px;
	width: 22px;
	margin-right: 15px
}

.wishlist__send-collection-content {
	margin-bottom: 50px
}

.wishlist__send-collection-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.--send-form .wishlist__send-collection-form {
	display: none
}

.--send-form .wishlist__send-collection-status {
	display: block
}

@media (max-width:544px) {
	.wishlist__send-collection-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.wishlist__send-collection-field {
	max-width: 320px;
	width: 100%
}

@media (max-width:544px) {
	.wishlist__send-collection-field+.wishlist__send-collection-field {
		margin-top: 20px
	}
}

.wishlist__send-collection-input {
	width: 100%
}

.wishlist__send-collection-button {
	display: inline-block;
	padding: 9px 46px;
	margin: 0 30px;
	border: 1px solid #031e3a;
	font-family: "Mazzard Regular", sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: #031e3a;
	cursor: pointer;
	-webkit-transition: background-color 1s, color 1s;
	transition: background-color 1s, color 1s
}

.wishlist__send-collection-button:hover {
	background-color: #fff;
	color: #031e3a
}

@media (max-width:544px) {
	.wishlist__send-collection-button {
		margin: 0;
		width: 100%
	}
}

.wishlist__send-collection-status {
	display: none
}

.notify {
	position: fixed;
	z-index: 999
}

.notify.--pos-top-right {
	top: 20px;
	right: 20px
}

.notify.--pos-top-left {
	top: 20px;
	left: 20px
}

.notify.--pos-bottom-right {
	bottom: 20px;
	right: 20px
}

.notify.--pos-bottom-left {
	bottom: 20px;
	left: 20px
}

@media (max-width:544px) {
	.notify.--pos-top-right {
		top: 0;
		right: 0
	}

	.notify.--pos-top-left {
		top: 0;
		left: 0
	}

	.notify.--pos-bottom-right {
		bottom: 0;
		right: 0
	}

	.notify.--pos-bottom-left {
		bottom: 0;
		left: 0
	}
}

.notify.--pos-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.notify .notify__close {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 16px;
	width: 16px;
	cursor: pointer
}

.notify .notify__close:after,
.notify .notify__close:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	margin: -1px 0 0;
	height: 2px;
	border-radius: 2px;
	background: #fff
}

.notify .notify__close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.notify .notify__close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.notify__item {
	width: 300px;
	padding: 15px 25px 15px 15px;
	position: relative;
	border-radius: 0;
	font-size: 13px;
	font-weight: inherit;
	line-height: 1.35;
	opacity: .9;
	-webkit-transition: opacity 350ms ease-out, visibility 350ms ease-out;
	transition: opacity 350ms ease-out, visibility 350ms ease-out
}

.notify__item+.notify__item {
	margin-top: 20px
}

@media (max-width:544px) {
	.notify__item+.notify__item {
		margin-top: 10px
	}

	.notify__item {
		width: 100%;
		font-size: 12px
	}
}

.notify__item:hover {
	opacity: 1
}

.notify__title {
	font-size: inherit;
	font-weight: 600
}

.notify__content {
	padding-top: 10px;
	padding-right: 10px;
	font-size: 14px;
	letter-spacing: .025em;
	font-weight: inherit;
	line-height: 1.35
}

.notify__info {
	background: #3498db;
	color: #fff
}

.notify__success {
	background: #031e3a;
	color: #fff
}

.notify__error {
	background: #031e3a;
	color: #fff
}

.notify__warning {
	background: #f39c12;
	color: #fff
}

.notify__notify {
	background: #333;
	color: #fff
}

@media (max-width:1220px) {
	.container-wide {
		width: 100%
	}
}

@media (max-width:1023px) {
	.old-container {
		width: calc(100% - 20px)
	}

	.catalog__items {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.catalog__item {
		width: 33%
	}

	.catalog-filter .old-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.catalog-filter__caption {
		width: 100%;
		margin: 10px 0
	}

	.shopcart__contacts-field {
		width: 30%
	}

	.shopcart__delivery {
		overflow: hidden;
		padding-bottom: 130px !important
	}

	.shopcart__delivery-type {
		width: 49% !important
	}

	.shopcart-label-tab {
		position: absolute;
		width: 100%;
		opacity: 0;
		-webkit-transition: left 1s, right 1s, opacity .5s;
		transition: left 1s, right 1s, opacity .5s
	}

	.ui-input-radio:first-of-type .shopcart-label-tab {
		right: 100%
	}

	.ui-input-radio:last-of-type .shopcart-label-tab {
		left: 100%
	}

	.ui-input-radio:first-of-type>input:checked~.shopcart-label-tab {
		right: 0;
		opacity: 1
	}

	.ui-input-radio:last-of-type>input:checked~.shopcart-label-tab {
		left: 0;
		opacity: 1
	}
}

@media (min-width:767px) {
	.second-menu__items .submenu {
		display: none
	}

	.newMenu>div {
		position: relative
	}

	div.submenu {
		position: absolute;
		left: 0;
		list-style-type: none;
		padding-top: 25px;
		margin: 0;
		padding-bottom: 30px;
		z-index: 11111
	}

	div.submenu div {
		padding: 10px
	}

	.parentMenu {
		background: #fff;
		padding: 10px;
		box-shadow: 3px 3px 3px #ddd
	}
}

@media (max-width:767px) {
	html {
		font-size: 14px;
		line-height: 22px
	}

	.page-banner.main-banner {
		height: 12px
	}

	.container-wide.top-banner {
		position: fixed;
		z-index: 49
	}

	.page-header {
		padding-bottom: 0
	}

	.main-menu {
		position: fixed;
		top: -100%;
		left: 0;
		z-index: 50;
		height: 100vh;
		width: 100%;
		overflow: auto;
		background-color: #031e3a;
		padding: 40px 0;
		max-height: 100%;
		min-height: 100%;
		color: #fff;
		-webkit-transition: top 1s, opacity 1s ease;
		transition: top 1s, opacity 1s ease;
		opacity: 0
	}

	.second-menu {
		position: relative;
		margin-top: 0;
		border: none;
		height: auto;
		border-top: 1px solid #fff
	}

	.second-menu .old-container {
		padding-top: 20px
	}

	.main-menu.--dropdown-open {
		top: 0;
		opacity: 1
	}

	.main-menu .old-container {
		width: 100%
	}

	.main-menu__items,
	.second-menu__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		color: #fff
	}

	.second-menu .container-wide {
		border: none
	}

	.main-menu__item,
	.second-menu__item {
		margin: 10px 0;
		font-family: "Mazzard Light", sans-serif;
		font-size: 18px;
		text-transform: none !important
	}

	.main-menu__item_active {
		font-family: "Mazzard Medium", sans-serif;
		color: #fff
	}

	.header-logo {
		margin-top: 65px
	}

	.header-icons-area {
		position: fixed;
		height: 42px;
		width: 100%;
		z-index: 50;
		background-color: #031e3a;
		border-bottom: 1px solid #fff
	}

	.header-icons__icon {
		background-color: transparent
	}

	.header-icon-shopcart {
		display: none
	}

	.header-icon-mobile-shopcart {
		display: inline-block
	}

	.header-search {
		position: absolute;
		left: 0;
		top: -8px;
		margin-right: 0;
		height: calc(100% + 10px);
		width: calc(100% + 20px);
		text-align: left
	}

	.header-icons {
		margin: 8px 20px 0 0;
		position: relative;
		top: unset;
		right: unset;
		text-align: right
	}

	.header-icon-phone {
		position: absolute;
		top: 8px;
		left: 0;
		margin: 0;
		width: calc(100% + 20px)
	}

	.header-phone {
		padding: 5px 0 10px 0;
		color: #031e3a;
		border: none
	}

	.header-phone+.header-icons__icon {
		right: calc(100% - 91px);
		-webkit-transition: right 1s;
		transition: right 1s
	}

	a#header-phone,
	span.dropdown-close {
		display: none
	}

	.header-phone.--dropdown-open {
		width: 100%;
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center
	}

	.header-phone.--dropdown-open:after {
		content: "";
		display: block;
		background-color: #031e3a;
		height: 1px;
		width: 100%;
		margin-top: 9px
	}

	.header-phone.--dropdown-open~.dropdown-close {
		top: 0;
		display: none
	}

	.header-icon-container.header-icon-burger {
		display: inline-block;
		height: 1px;
		width: 22px;
		background-color: #fff;
		color: #fff;
		position: relative;
		top: -10px;
		-webkit-transition: background-color 1s;
		transition: background-color 1s
	}

	.header-icon-burger:after,
	.header-icon-burger:before {
		content: "";
		display: inline-block;
		width: 22px;
		position: absolute;
		-webkit-transition: -webkit-transform 1s, top 1s;
		-webkit-transition: top 1s, -webkit-transform 1s;
		transition: top 1s, -webkit-transform 1s;
		transition: transform 1s, top 1s;
		transition: transform 1s, top 1s, -webkit-transform 1s
	}

	.header-icon-burger:before {
		top: -10px;
		padding-top: 10px;
		border-top: 1px solid currentColor
	}

	.header-icon-burger:after {
		padding-bottom: 10px;
		border-bottom: 1px solid currentColor
	}

	.header-icon-burger.--dropdown-open {
		background-color: transparent
	}

	.header-icon-burger.--dropdown-open:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.header-icon-burger.--dropdown-open:after {
		top: -7px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.header-search__form {
		position: relative;
		display: inline-block;
		height: 100%;
		width: 0;
		border: none
	}

	.header-search__init,
	.ui-form__submit_hidden {
		position: absolute;
		top: 8px;
		left: 20px;
		right: 100%;
		height: 23px;
		width: 23px;
		color: #fff;
		-webkit-transition: right 1s, left 1s;
		transition: right 1s, left 1s
	}

	.header-search__form.--dropdown-open {
		z-index: 2;
		width: 100%;
		padding: 0 20px;
		background-color: #fff
	}

	.header-search__form.--dropdown-open:after {
		content: "";
		display: block;
		background-color: #031e3a;
		height: 1px;
		width: 100%
	}

	.header-search__form.--dropdown-open+.header-search__init {
		position: absolute;
		top: 8px;
		right: 20px;
		left: calc(100% - 42px);
		color: #031e3a
	}

	.header-search__form-query {
		padding: 10px 0;
		margin-left: unset
	}

	.header-search__form.--dropdown-open .header-search__form-query {
		width: 100%;
		padding-left: 45px;
		margin-left: unset
	}

	.header-shopcart {
		display: none
	}

	.--dropdown-open~.dropdown-close {
		display: block;
		left: 0;
		top: 0;
		height: 42px;
		width: 48px
	}

	.header-search .dropdown-close:after,
	.header-search .dropdown-close:before {
		left: 20px
	}

	.header-icons__icon {
		color: #fff
	}

	.header-shopcart.--dropdown-open+.header-icons__icon {
		color: #031e3a
	}

	.brands-logos {
		border-bottom: 1px solid #d2d2d2
	}

	.brands-logos .old-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 0
	}

	.footer-part-top .old-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		width: 100%
	}

	.brands-logos__logo {
		width: 100%
	}

	.brands-logos__link {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 20px;
		max-width: 155px
	}

	.main-slider {
		padding-top: 8px
	}

	.old-container h1,
	.old-container h2 {
		margin: 40px 0
	}

	.catalog-controls {
		margin-top: 20px;
		margin-bottom: 40px
	}

	.catalog__item {
		width: 50%
	}

	.catalog__item-image {
		width: auto
	}

	.catalog__item-image img {
		padding: 15px 5px
	}

	.footer-text {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin: 35px 20px;
		text-align: center
	}

	.footer-form {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		text-align: center;
		-webkit-align-self: unset;
		-ms-flex-item-align: unset;
		-ms-grid-row-align: unset;
		align-self: unset
	}

	.footer-form__email {
		text-align: center
	}

	.footer-contacts {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		border: none;
		text-align: center
	}

	.footer-social {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-left: 0;
		width: 100%;
		margin-top: 30px;
		padding-bottom: 40px;
		border-bottom: 1px solid #c7c7c7;
		text-align: center
	}

	.footer-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-menu a {
		margin: 15px 0
	}

	.footer-menu a+a:before {
		content: none
	}

	.content-title {
		margin: 0 -10px !important;
		width: calc(100% + 20px) !important;
		border-bottom: 1px solid #c7c7c7;
		padding: 50px 0
	}

	.catalog-filter {
		margin-bottom: 50px;
		border-top: none
	}

	.old-pagination {
		text-align: center
	}

	.contacts-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 0 20px 0
	}

	.contacts-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 20px auto;
		text-align: center
	}

	.content-gallery__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.brands-list__banner {
		height: 320px
	}

	.brands-list--3x2 .brands-list__item:nth-child(-n+3),
	.brands-list--3x2 .brands-list__item:nth-child(n+4),
	.brands-list__item {
		width: calc(50% - 20px)
	}

	.shopcart .old-container {
		padding: 0
	}

	.shopcart .container-wide {
		padding: 30px 0
	}

	.shopcart__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.shopcart__item-remove-form {
		margin-top: -5px;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.shopcart__item-link {
		width: 100%;
		margin-bottom: 20px;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}

	.shopcart__item-quantity-container {
		margin: 0
	}

	.shopcart__item-info {
		font-size: 15px
	}

	.shopcart__item-info-price {
		width: auto;
		font-size: 16px;
		font-weight: inherit
	}

	.shopcart__item-info-price .rub {
		margin: 0 5px 0 0
	}

	.shopcart__summary {
		text-align: center
	}

	.shopcart__summary-price {
		display: block;
		margin-top: 10px
	}

	.shopcart__delivery {
		padding-bottom: 220px !important
	}

	.shopcart__delivery-address {
		margin: 10px 0;
		width: 100%;
		white-space: normal
	}

	.shopcart__delivery-address input:first-child,
	.shopcart__delivery-address input:last-child {
		width: 100%;
		margin: 8px 0 8px 0 !important
	}

	.shopcart__delivery-price {
		margin-right: 0;
		font-size: 15px;
		text-align: center
	}

	.shopcart__delivery-price br {
		display: block
	}

	.shopcart__order {
		text-align: center
	}

	.shopcart__order-price br {
		display: block
	}

	.shopcart__submit {
		display: block;
		margin: 20px auto 0
	}

	.shopcart__contacts-field {
		display: block;
		width: 100% !important;
		margin: 7px 0 8px 0 !important
	}

	.shopcart__contacts-field input {
		width: 100%
	}

	.goods-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 35px
	}

	.goods-item>* {
		width: 100%;
		text-align: center
	}

	.goods-item__article,
	.goods-item__brand {
		width: 49%
	}

	.goods-item__column {
		float: none;
		margin: 30px auto 0;
		text-align: center
	}

	.goods-item__gallery .js-gallery-image {
		height: 400px
	}

	.goods-item__gallery-img-src {
		height: 100%
	}

	.goods-item__controls {
		text-align: left
	}

	.brand-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.brand-info__logo {
		width: 50%
	}

	.brand-info__img {
		margin: 0;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}

	.brand-info__img img {
		margin: auto
	}

	.brand-info__text {
		width: 100%;
		text-align: center;
		margin: 20px 0
	}

	.brand-info__link {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}

	.categories-description {
		margin-top: 40px
	}

	.categories-list {
		margin-top: 40px
	}

	.categories-list__row {
		margin-top: 0;
		margin-bottom: 0
	}

	.submenu a.second-menu__item.ui-link,
	div.submenu,
	div.submenu div {
		position: static !important;
		padding: 4px 8px !important
	}

	.submenu a.second-menu__item.ui-link {
		padding: 4px 8px !important;
		margin-top: 2px !important;
		margin-bottom: 2px !important
	}

	.theme-vcg .second-menu {
		margin-top: 16px !important
	}


	.catalog-filter.container-wide {
		width: auto;
	}
	
	.catalog-filter__select {
		width: 50%;
	}
	
	.ui-select, .ui-select__current, .ui-select__item {
		position: relative;
	}
	
	svg.ui-icon.catalog-filter__icon {
		position: absolute;
        top: 0;
        left: 13px;
		z-index: 50;
	}
	
	.catalog-filter .old-container {
		justify-content: left;
	}

	span.catalog__empty {
		margin-top: 80px;
	}
}

@media (max-width:544px) {
	.categories-slider {
		margin-bottom: 30px
	}

	.categories-list__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.categories-list__item {
		width: 100%
	}

	.categories-list__item+.categories-list__item {
		margin-left: 0
	}

	.shopcart h3 {
		font-size: 17px;
		text-align: center
	}

	.shopcart__payment-type {
		display: block;
		white-space: nowrap;
		margin-top: 15px
	}

	.brands-list--3x2 .brands-list__item:nth-child(-n+3),
	.brands-list--3x2 .brands-list__item:nth-child(n+4),
	.brands-list__item {
		width: 100%
	}

	.main-slider__controls {
		position: relative;
		bottom: unset;
		left: unset;
		right: unset;
		margin-top: 9px
	}

	.main-slider__controls .swiper-pagination-bullet {
		background-color: #031e3a;
		border-color: #031e3a
	}

	.main-slider__controls .swiper-pagination-bullet-active {
		background-color: #fff;
		border-color: #031e3a
	}

	.stories .old-container {
		width: 100%;
		padding: 0;
		text-align: center
	}

	.stories-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.stories-item {
		width: 100%;
		text-align: center
	}

	.main-text {
		margin: 20px 0 0 0
	}

	.main-text p {
		margin: 15px 0;
		text-align: center
	}

	main p {
		margin: 0 0 15px 0;
		text-align: center
	}

	main ._h2 {
		margin: 0 0 15px 0;
		width: unset;
		text-align: left
	}

	main p:last-of-type {
		margin-bottom: 30px
	}

	.content-image {
		margin: 20px auto
	}

	.catalog-filter {
		margin-bottom: 0
	}

	.catalog-filter__option {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 33%
	}

	.catalog__item {
		width: 50%;
		margin: 50px 0 30px 0
	}

	.catalog__item:before {
		content: "";
		position: absolute;
		top: -45px;
		left: -10px;
		right: -10px;
		border-top: 1px solid #c7c7c7
	}

	.catalog__item:nth-child(1):before,
	.catalog__item:nth-child(2):before {
		display: none
	}

	.catalog__item-star {
		top: -20px;
		padding-bottom: 0;
		font-size: 10px;
		font-weight: inherit
	}

	.catalog__item-category {
		min-height: auto;
		font-size: 11px;
		font-weight: inherit
	}

	.catalog__item-brand {
		min-height: 15px;
		font-size: 11px;
		font-weight: inherit
	}

	.catalog__item-image {
		margin: 0 auto
	}

	.catalog__item-image img {
		height: 150px
	}

	.catalog__item-title {
		margin-top: 0;
		min-height: 32px;
		font-size: 13px;
		font-weight: inherit;
		line-height: 1.1
	}

	.catalog__item-article {
		margin-top: 5px;
		font-size: 10px;
		font-weight: inherit
	}

	.catalog__item-price {
		margin-top: 10px
	}

	.catalog__item-old-price {
		display: inline
	}

	.catalog__item-old-price .rub {
		display: none
	}

	.catalog__item-link {
		padding-bottom: 15px
	}

	.catalog__item-actions {
		padding-top: 15px
	}

	.catalog__item-not-in-stock {
		margin-left: 10px;
		font-size: 11px;
		font-weight: inherit
	}

	.catalog-filter__option {
		width: 50%;
		margin: 10px 0
	}

	.catalog-pagination {
		margin-top: 30px
	}

	.goods-item__article {
		margin-bottom: 10px
	}

	.goods-item__article,
	.goods-item__brand,
	.goods-item__heading {
		float: none;
		width: 100%
	}
}

@media (max-width:320px) {
	.brands-logos .old-container {
		margin-top: 15px
	}

	.brands-logos__link {
		margin-bottom: 15px
	}
}

.no-margin {
	margin: 0
}

.catalog-count {
	text-align: left;
	position: absolute;
	top: -60px;
	left: 0
}

@media (max-width:544px) {
	.catalog-count {
		top: 0;
		font-size: 11px
	}
}

.none {
	display: none
}

.top-banner {
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0
}

@media (max-width:400px) {
	.top-banner {
		font-size: 10px;
		max-width: 300px;
		margin: 0 auto
	}
}

.title-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-top: 15px;
	color: #949494
}

.title-content__name h1 {
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	padding-top: 5px
}

.breadcrumb {
	display: flex;
	font-size: 12px;
	list-style: none;
	flex-wrap: wrap
}

.breadcrumb li {
	margin: 0 2px
}

.goods-item {
	margin-top: 25px
}

.goods-item__prices button {
	position: absolute;
	top: -8px;
	right: 37px;
	display: flex;
	align-items: center;
	padding: 11px;
	border: 1px solid #031e3a
}

@media (max-width:1020px) {
	.title-content {
		display: block;
		text-align: center
	}

	.breadcrumb {
		justify-content: center
	}

	.goods-item__prices button {
		position: unset
	}
}

@media (max-width:762px) {
	.goods-item__prices button {
		margin: 15px auto
	}
}

@media (max-width:540px) {
	.goods-item__info {
		display: flex;
		flex-direction: column
	}

	.goods-item__info .goods-item__heading:first-child {
		order: 1
	}
}

.js-field-email.invalid {
	border: 2px solid red
}

.breadcrumb {
	color: #949494;
	padding-top: 5px
}

.hide {
	display: none
}

.old-price {
	text-decoration: line-through
}

.no-border-link {
	border-bottom: none !important
}

@media (max-width:767px) {

	.footer-contacts.alg,
	.footer-text.alg,
	.footer-text.alg .footer-form__subscribe {
		flex-direction: column
	}

	.footer-contacts.alg {
		margin-bottom: 20px
	}

	.contacts-item-address {
		order: 1
	}

	.contacts-item-phone {
		order: 2
	}

	.contacts-item-email {
		order: 3
	}

	.contacts-container.alg .contacts-item .ui-icon {
		height: 20px;
		width: 20px;
		margin-right: 0
	}

	.contacts-container.alg .contacts-item {
		margin: 10px auto
	}

	.contacts-container.alg:last-of-type:before {
		content: "";
		margin: 0 auto 20px;
		width: 50px;
		background: #000;
		height: 2px
	}
}

.catalog-filter__links-wrap {
	padding: 25px 0;
	border-top: 1px solid #c7c7c7
}

.catalog-filter__link {
	padding: 0 10px;
	white-space: nowrap
}

.catalog-filter__links span:last-of-type {
	display: none
}

.info__promo__status {
	margin-top: -27px;
	font-size: 12px
}

.info__promo__status.success {
	color: green
}

.info__promo__status.warning {
	color: orange
}

.info__promo__status.error {
	color: red
}

.info__promo__status {
	margin-top: -27px;
	font-size: 12px
}

.info__promo__status.success {
	color: green
}

.info__promo__status.warning {
	color: orange
}

.info__promo__status.error {
	color: red
}

.d-none {
	display: none
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.mt-10-px {
	margin-top: 10px
}

._desc-full a {
	color: #d6a84f
}

._desc-full a:hover {
	text-decoration: underline
}

._desc-bg::after {
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
	width: 100%
}

.brandBlock ._all {
	font-size: small
}

.brandBlock ._all a {
	color: #a4a4a4
}

.brandBlock ._all a:hover {
	color: #031e3a
}

.the-links {
	margin: 40px auto
}

.the-links li {
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 0;
	margin-bottom: 0 !important
}

.the-links ._l {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap
}

.the-links li::before {
	content: unset !important
}

.the-links ._t {
	font-weight: 700
}

.the-links a {
	font-size: 14px;
	border: 1px solid #2f2d2c;
	color: #2f2d2c;
	background-color: transparent;
	line-height: 38px;
	border-radius: 5px;
	padding: 5px 10px;
	transition: all .6s ease 0s;
	-webkit-transition: all .6s ease 0s
}

.the-links a:hover {
	border: 1px solid #2f2d2c;
	color: #fff !important;
	background-color: #2f2d2c
}

.the-links ._t {
	margin-bottom: 10px !important
}

.zModal {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4392156863);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 90
}

.d-none {
	display: none
}

.zModal .zForm {
	margin: 0 auto;
	background: #fff;
	width: 320px;
	min-height: 240px;
	padding: 30px
}

.float-end {
	float: right
}

.d-flex {
	display: flex
}

.w-50 {
	width: 50%
}

.zModal .footer-form {
	margin: 0;
	width: 100%
}

.zModal ._1 {
	margin-bottom: 30px
}

.zModal .zColII {
	min-width: 16px
}

.zClose {
	font-size: 18px
}

.zClose:hover {
	color: #d6a84f
}

.zModal .footer-form__submit {
	width: 100%
}

.zModal .footer-form__email {
	border: 1px solid #ccc !important;
	padding: 10px !important;
	border-radius: 3px !important
}

.zModal .footer-form__submit {
	border: unset;
	background: #d7aa54;
	color: #fff !important
}

.zModal .footer-form__submit .ui-icon {
	fill: #fff !important
}

.zModal .footer-form__submit::after,
.zModal .footer-form__submit::before {
	content: unset !important
}

.zModal .text-center {
	text-align: center
}

.zModal a:hover {
	text-decoration: underline
}

.zColI ._2 {
	font-size: 40px;
	line-height: 40px
}

.zColI ._ {
	display: block;
	margin-bottom: 0;
	min-height: 0
}

.zColI {
	width: 100%
}

.zColI ._1 {
	font-size: 15px;
	line-height: 24px
}

.zColI ._3 {
	font-size: 15px;
	line-height: 24px
}

.zColI ._4 {
	font-size: 15px;
	line-height: 24px
}

.zModal .zColII {
	margin-right: -19px;
	margin-top: -19px;
	float: right
}

.zModal .zClose {
	color: #ced3d7
}

.zModal .zClose:hover {
	color: #333
}

@media (min-width:500px) {
	.zModal .zForm {
		padding: 30px 100px;
		width: 460px
	}

	.zModal .zColII {
		margin-right: -61px
	}
}

.z-link {
	text-decoration: underline
}

.z-link:hover {
	text-decoration: none
}

a:hover {
	color: unset
}

.header-icons__total {
	font-weight: 400
}

body {
	font-family: unset;
	color: unset
}

.breadcrumb-item+.breadcrumb-item::before {
	display: none
}

:root {
	--vc-golden: #D7AA54;
	--vc-black: #5D5D5D
}

.btn-primary {
	--bs-btn-bg: var(--vc-golden);
	--bs-btn-border-color: var(--vc-golden);
	--bs-btn-disabled-bg: #D9B56F;
	--bs-btn-disabled-border-color: #BD9E61;
	--bs-btn-hover-bg: #b38735;
	--bs-btn-hover-border-color: #a47929;
	--bs-btn-active-bg: #8c6721;
	--bs-btn-active-border-color: #6c501b;
	--bs-btn-focus-shadow-rgb: unset
}

.btn-outline-primary {
	--bs-btn-color: var(--vc-golden);
	--bs-btn-border-color: var(--vc-golden);
	--bs-btn-hover-bg: #b38735;
	--bs-btn-hover-border-color: #a47929;
	--bs-btn-focus-shadow-rgb: unset;
	--bs-btn-active-bg: #8c6721;
	--bs-btn-active-border-color: #6c501b;
	--bs-btn-disabled-color: #D9B56F;
	--bs-btn-disabled-border-color: #BD9E61
}

.pt-container {
	max-width: 1200px
}

._pt .h1,
._pt h1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0;
	text-align: left;
	color: var(--vc-black)
}

._pt .h2,
._pt .old-price,
._pt .price,
._pt .propsI ._v,
._pt .propsII ._v,
._pt h2 {
	font-family: Cambria, sans-serif
}

._pt ._availability,
._pt .h1,
._pt .price,
._pt .propsI ._n,
._pt .propsI ._v,
._pt .propsII ._n,
._pt .propsII ._v,
._pt h1,
._text {
	font-family: "Mazzard Regular", sans-serif
}

._pt .props a._v {
	text-decoration: none
}

._pt .propsI ._n {
	color: var(--vc-golden);
	font-size: 16px
}

._pt .propsI ._v {
	color: var(--vc-black);
	font-size: 20px
}

._pt .propsII ._n,
.propsII ._v {
	font-size: 18px;
	line-height: 22px
}

._pt .propsII ._n {
	color: var(--vc-golden)
}

._pt .propsII ._v {
	color: var(--vc-black)
}

._pt .carousel {
	margin-bottom: 40px
}

._pt .carousel-cell {
	width: 100%;
	height: 400px;
	margin-right: 10px;
	border-radius: 2px
}

._pt .clProductNav {
	max-width: 260px
}

._pt .clProductNav .carousel-cell {
	height: 80px;
	width: 80px;
	border: 2px solid #e7e7e7
}

._pt .h1,
._pt h1 {
	color: #5d5d5d !important;
	font-family: "Mazzard Light", sans-serif
}

._pt .clProduct .flickity-prev-next-button,
._pt .clProductNav .flickity-prev-next-button,
._pt .similarProducts .flickity-prev-next-button {
	background: 0 0
}

._pt .clProduct .flickity-button svg,
._pt .clProductNav .flickity-button svg,
._pt .similarProducts .flickity-button svg {
	fill: var(--vc-black)
}

._pt .clProduct .flickity-button:focus,
._pt .clProductNav .flickity-button:focus,
._pt .similarProducts .flickity-button:focus {
	box-shadow: unset
}

._pt .clProduct .flickity-button:focus svg,
._pt .clProductNav .flickity-button:focus svg,
._pt .clProductNav .flickity-button:hover svg,
._pt .similarProducts .flickity-button:focus svg {
	fill: var(--vc-golden)
}

._pt .clProduct .flickity-prev-next-button,
._pt .clProductNav .flickity-prev-next-button,
._pt .similarProducts .flickity-prev-next-button {
	width: 14px;
	height: 20px;
	padding: 0
}

._pt .clProductNav .flickity-prev-next-button.next,
._pt .similarProducts .flickity-prev-next-button.next {
	right: -58px
}

._pt .clProductNav .flickity-prev-next-button.previous,
._pt .similarProducts .flickity-prev-next-button.previous {
	left: -58px
}

._pt .clProduct .flickity-prev-next-button.previous {
	left: 0
}

._pt .clProduct .flickity-prev-next-button.next {
	right: 0
}

._pt .clProduct .flickity-prev-next-button .flickity-button-icon,
._pt .clProductNav .flickity-prev-next-button .flickity-button-icon,
._pt .similarProducts .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

._pt .clProduct .flickity-prev-next-button.previous .flickity-button-icon,
._pt .clProductNav .flickity-prev-next-button.previous .flickity-button-icon,
._pt .similarProducts .flickity-prev-next-button.previous .flickity-button-icon {
	left: 0
}

._pt .clProduct .flickity-prev-next-button.next .flickity-button-icon,
._pt .clProductNav .flickity-prev-next-button.next .flickity-button-icon,
._pt .similarProducts .flickity-prev-next-button.next .flickity-button-icon {
	left: unset;
	right: 0
}

._pt .btn-cart {
	background: var(--vc-golden) url(/local/assets/images/cart.svg) no-repeat 22px center;
	padding-left: 70px;
	padding-right: 22px
}

._pt .btn-cart,
._pt .btn-wish,
.btn-available {
	border-radius: 2px;
	min-height: 60px;
	font-size: 18px;
	line-height: 18px
}

._pt .btn-wish {
	min-width: 60px
}

._pt ._price .price {
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	color: var(--vc-black);
	height: 36px;
	white-space: nowrap
}

._pt ._availability {
	color: var(--vc-golden);
	position: relative;
	top: -15px
}

._pt hr {
	background: #ececec;
	min-height: 1px;
	border: 0;
	opacity: 1
}

._pt ._excerpt {
	color: var(--vc-black)
}

._pt .has-arrow {
	background: url(/local/assets/images/arrow.svg) no-repeat right center
}

._pt .has-borders {
	border: 1px solid var(--vc-golden);
	border-radius: 2px
}

._pt ._text {
	font-size: 14px;
	line-height: 22px;
	color: #5d5d5d
}

._pt ._text a {
	color: var(--vc-golden);
	text-decoration: none
}

.clProduct .carousel-cell,
.clProductNav .carousel-cell {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}

.clProduct .carousel-cell {
	background-size: contain
}

.clProductNav .carousel-cell {
	background-size: 90%
}

.clProductCollections .catalog__item {
	position: absolute
}

.clProductCollections .flickity-prev-next-button {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 2px;
	color: var(--vc-golden);
	border: 2px solid var(--vc-golden)
}

.clProductCollections .flickity-prev-next-button.previous {
	left: -60px
}

.clProductCollections .flickity-prev-next-button.next {
	right: -60px
}

.clProductCollections .flickity-button:focus {
	box-shadow: unset
}

.clProductCollections .flickity-prev-next-button:hover {
	background: var(--vc-golden);
	color: #fff
}

._pt .clProductSimilar {
	max-width: 260px
}

._pt .clProductSimilar .carousel-cell {
	height: 130px;
	width: 124px;
	margin-right: 5px
}

._pt .clProductSimilar .carousel-cell .img {
	border: 2px solid #e7e7e7
}

._pt .clProductSimilar .carousel-cell.is-nav-selected {
	border: 2px solid var(--vc-golden)
}

._pt .similarProducts {
	background: #f5f5f5
}

._pt .clProduct,
._pt .similarProducts {
	max-width: 410px
}

._pt .similarProducts .img {
	height: 60px;
	width: 60px;
	background-size: 90%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center
}

._pt .similarProducts .h3,
._pt .similarProducts h3 {
	font-size: 16px;
	line-height: 24px;
	color: var(--vc-golden)
}

._pt .clProductNav .carousel-cell.is-nav-selected,
._pt .similarProducts .carousel-cell.is-selected .img {
	border: 2px solid var(--vc-golden)
}

._pt .similarProducts .sku {
	font-size: 14px;
	line-height: 22px;
	min-height: 44px
}

@media (max-width:1199px) {
	._pt .btn-cart {
		background: var(--vc-golden) url(/local/assets/images/cart.svg) no-repeat center center/26px
	}

	._pt .btn-cart,
	._pt .btn-wish {
		padding: 0 !important;
		min-width: 60px
	}

	.clProductCollections .flickity-prev-next-button.previous {
		left: unset;
		right: 30px;
		top: -62px
	}

	.clProductCollections .flickity-prev-next-button {
		width: 25px;
		height: 25px
	}

	.clProductCollections .flickity-prev-next-button.next {
		right: 0;
		top: -62px
	}

	._pt .clProductNav .flickity-prev-next-button.next,
	._pt .similarProducts .flickity-prev-next-button.next {
		right: -20px
	}

	._pt .clProductNav .flickity-prev-next-button.previous,
	._pt .similarProducts .flickity-prev-next-button.previous {
		left: -20px
	}

	._pt .similarProducts .sku {
		font-size: 12px;
		line-height: 18px;
		min-height: 36px
	}

	._pt .clProductSimilar .carousel-cell {
		height: 120px
	}
}

@media (max-width:400px) {

	._pt .catalog__title,
	._pt .h2,
	._pt h2 {
		font-size: 20px;
		line-height: 20px
	}

	._pt .h3,
	._pt h3 {
		font-size: 18px;
		line-height: 18px
	}

	.clProductCollections .flickity-prev-next-button.next,
	.clProductCollections .flickity-prev-next-button.previous {
		top: -60px
	}

	._pt ._price {
		font-size: 24px;
		line-height: 24px;
		height: 24px
	}
}

._pt .catalog__item::before {
	content: unset
}

._pt .old-price {
	text-decoration: unset;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	color: #fa6060;
	font-weight: 700;
	font-family: "Mazzard Bold", sans-serif
}

._pt .old-price span {
	position: relative
}

._pt .old-price span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 0;
	height: 1px;
	width: 100%;
	background-color: #fa6060
}

._pt .propsII ._n,
.propsII ._v {
	font-size: 16px;
	line-height: 20px
}

@media (max-width:991px) {
	.breadcrumb {
		justify-content: left
	}

	._pt ._text,
	._pt .propsI ._n,
	._pt .propsI ._v,
	._pt .propsII ._n,
	.propsII ._v {
		font-size: 14px;
		line-height: 20px
	}

	._pt .similarProducts .h3,
	._pt .similarProducts h3 {
		font-size: 18px;
		line-height: 18px
	}

	._pt .h1,
	._pt h1 {
		font-size: 20px;
		line-height: 28px
	}

	._pt .carousel-cell {
		height: 360px
	}
}

@media (max-width:410px) {
	._pt .similarProducts {
		margin-left: -10px !important;
		margin-right: -10px !important
	}
}

._pt .similarProducts .flickity-prev-next-button {
	top: 30px
}

.btn[data-modal=order-not-stock] {
	border-radius: 2px;
	min-height: 60px;
	font-size: 18px;
	line-height: 18px;
	padding-right: 22px;
	padding-left: 22px
}

.btn[data-modal=order-not-stock] svg {
	max-width: 25px;
	max-height: 25px
}

@media (min-width:1200px) {
	.btn[data-modal=order-not-stock] svg {
		margin-right: 15px
	}
}

.btn[data-modal=order-not-stock]:hover svg {
	fill: #fff
}

.js-register-form .form-control:focus {
	border-color: #d7aa54;
	box-shadow: 0 0 0 .25rem rgba(215, 170, 84, .1607843137)
}

.mb-40 {
	margin-bottom: 40px
}

.catalog__item .catalog__item-link .catalog__item-brand {
	min-height: 34px
}

.desc_bottom ._desc>* {
	margin: 0 10% 15px 10%
}

.desc_bottom ._desc>h2,
h2.new-h2 {
	width: unset;
	display: block
}

.desc_bottom ._desc ul {
	padding-left: 18px
}

.desc_bottom ._desc ul li {
	text-align: left
}

@media (max-width:544px) {

	.catalog-count,
	.catalog__item-article,
	.catalog__item-brand,
	.catalog__item-category,
	.catalog__item-star {
		font-size: 12px
	}
}

.text-left,
.text-start {
	text-align: left
}

body.theme-vcg .desc_bottom ._desc>* {
	margin: 0 0 15px 0
}

body.theme-vcg .desc_bottom ._desc>h2 {
	text-align: center
}

._designer .card-text {
	font-size: 14px
}

._designer .card {
	border: 0
}

._designer .card-body {
	padding-left: 30px
}

._designer ._bd:hover {
	filter: brightness(110%)
}

.designer-description * {
	margin-left: unset;
	margin-right: unset
}

.theme-alg .submenu_item .submenu.active {
	display: block !important;
	top: -20px
}

.theme-alg .submenu .submenu_item {
	position: relative !important
}

body.page-124 .ui-select__item[data-value="21901"],
body.page-124 .ui-select__item[data-value="21902"],
body.page-124 .ui-select__item[data-value="21905"],
body.page-124 .ui-select__item[data-value="21906"],
body.page-124 .ui-select__item[data-value="21907"],
body.page-124 .ui-select__item[data-value="79"] {
	display: none
}

.jur_info--block {
    margin: 0 auto;
    max-width: 650px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 29px;
    margin-bottom: 29px;
    font-size: 14px;
}

.jur_info {
    max-width: 310px;
}

.jur_info span {
    display: block;
}

input.rkn_check {
    width: 24px;
    height: 24px;
    border: 0.5px solid rgba(88, 94, 102, 0.5);
    margin-top: 0px;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

input.rkn_check:checked::before {
    display: block;
    content: '';
    width: 16px;
    height: 7px;
    border: 2px solid rgba(88, 94, 102, 1);
    border-top: 0;
    border-right: 0;
    position: absolute;
    left: 4px;
    top: 6px;
    transform: rotate(-45deg);
}

button.shopcart__submit:disabled {
    opacity: 0.5;
}

.shopcart_agreemenet {
    margin-bottom: 40px;
}

.checkbox_block + .checkbox_block {
    margin-top: 20px;
}


.order-not_in_stock_agreemenet .checkbox_block {
    display: flex;
}

.order-not_in_stock_agreemenet .checkbox_block label {
	width: calc(100% - 60px);
}


#order-not-stock button.ui-form__button:disabled {
	opacity: 0.5;
}




.jur__info {
    display: flex;
    margin: 0 auto;
    max-width: 640px;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}

.jur__info-bl span {
    display: block;
}

.jur__info-bl {
    font-size: 14px;
    line-height: 20px;
}


@media (max-width:600px){
	.jur_info--block,.jur__info {
		display: block;
		width: calc(100% - 20px);
	}
	
	.jur_info--left.jur_info,.jur__info-bl.l__block {
		margin-bottom: 10px;
	}
}

.footer__subscr--block-txt-heading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer__subscr--block-subscr {
    /* max-width: 150px; */
    margin-left: 30px;
	position: relative;
    top: 8px;
}

.footer__socials--block {
    /* max-width: 10px; */
    margin-left: 40px;
	display: flex;
	justify-content: end;
}

.footer__subscr--block {
    display: inline-flex;
    align-items: end;
}

.footer__subscr--block-txt {
    white-space: nowrap;
}

.footer__socials--block-info {
    white-space: nowrap;
    position: relative;
	top: 20px;
    font-size: 13px;
}

.footer__subscr--block-txt-info {
    font-size: 13px;
}

.page-footer .footer-text.alg {
    justify-content: normal;
	margin-top: 50px;
}

.page-footer .footer-social.alg {
    margin: 0;
}

.footer__socials--block-icons {
    position: relative;
    top: 11px;
	margin-left: -20px;
}



.page-14 .old-container p a,
.page-83 .old-container p a {
    text-decoration: underline;
    font-weight: 50;
}

.page-14 .old-container table,
.page-83 .old-container table {
    border-collapse: collapse;
}

.page-14 .old-container table td,
.page-83 .old-container table td {
    border: 1px solid #dadada;
    padding: 10px;
    vertical-align: baseline;
}

.page-14 .old-container table thead td,
.page-83 .old-container table thead td {
    text-align: center;
}

.page-14 .old-container table td ul,
.page-83 .old-container table td ul {
    padding-left: 0;
}




.footer-form__left .footer-form__field {
    display: flex;
    margin-bottom: 10px;
}

input.footer-form__checkbox.js-field-checkbox {
    width: 60px;
    margin-right: 10px;
}

.footer-form__field.js-field label a {
    text-decoration: underline;
}

@media (max-width:650px){
	.page-14  .article p,
	.page-83 .article p {
		text-align: left;
	}
	
	.page-14 .article ul,
	.page-83 .article ul {
		padding-left: 9px;
	}
	
	.page-14 .old-container table,
	.page-83 .old-container table {
		overflow: scroll;
		display: block;
		overflow-x: auto;
	}

	.footer__subscr--block-txt {
		white-space: normal;
	}
	
	.footer__subscr--block-subscr {
		/* min-width: 160px; */
		margin: 0;
	}
	
	.footer__subscr--block {
		display: block;
	}
	
	.footer__socials--block {
		margin: 0;
		margin-top: 20px;
	}
	
	.footer__socials--block-icons {
		margin-left: 10px;
		top: 5px;
		border: 0;
	}
	.page-footer .footer-social.alg {
		border: 0;
	}
}


.catalog-filter .old-container {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1110px;
}




.catalog-filter__select-width .ui-select__dropdown,
.catalog-filter__select-height .ui-select__dropdown {
    display: flex;
    flex-direction: column;
}

.catalog-filter__select-width .ui-select__dropdown .ui-select__item:nth-child(4) {
    order: 1;
}

.catalog-filter__select-width .ui-select__dropdown .ui-select__item:nth-child(2) {
	order: 2;
}

.catalog-filter__select-width .ui-select__dropdown .ui-select__item:nth-child(3) {
    order: 3;
}


.catalog-filter__select-height .ui-select__dropdown .ui-select__item:nth-child(5) {
    order: 1;
}
.catalog-filter__select-height .ui-select__dropdown .ui-select__item:nth-child(2) {
    order: 2;
}
.catalog-filter__select-height .ui-select__dropdown .ui-select__item:nth-child(3) {
    order: 3;
}
.catalog-filter__select-height .ui-select__dropdown .ui-select__item:nth-child(4) {
    order: 4;
}


.catalog-filter__select-material {
    order: 10;
}

.catalog-filter__select-power {
    order: 11;
}

.catalog-filter__select-width {
    order: 12;
}

.catalog-filter__select-height {
    order: 13;
}

