

/* Start:/local/templates/main_2022/libs/OwlCarousel/assets/owl.carousel.min.css?16414212473351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/main_2022/libs/OwlCarousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/main_2022/libs/OwlCarousel/assets/owl.theme.default.min.css?16414212471013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/main_2022/libs/jQueryFormStyler/jquery.formstyler.css?16414212472175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/main_2022/libs/jQueryFormStyler/jquery.formstyler.theme.css?164142124710731*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/main_2022/libs/fancybox/jquery.fancybox.min.css?164142124712795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/main_2022/app/app-pwa.css?16643995091127*/
    .pwa-button, .add-icon {
		cursor:pointer;
    }
	
	#pwa {
		position:fixed;
		right:50px;
		bottom:120px;
		width:auto;
		max-width: 360px;
		z-index:10;
	}
	
    .pwa-app {
		display: none;
		font-family: "ProximaNovaRegular";
		font-size:14px;
		cursor:pointer;	
    }
	
	.app-close {
		position: absolute;
		right: 0px;
		top: 0px;
		padding: 4px 10px;
		display: none;
		z-index: 100;
		cursor: pointer;
		font-family: "ProximaNovaRegular";
	}
	
    .pwa-button {
		color:#1d1c1c;
		padding: 25px;
		padding-left: 50px;
		background-image: url('/local/templates/main_2022/app/pc-icon-48.png');
		background-position: left center;
		background-size: auto;
		background-repeat: no-repeat;
		background-color: #fff;
		cursor:pointer;
		border-radius: 4px;
		box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
		display: block;
    }
	
    
    @media (max-width: 600px) {
		.pwa-app {
			font-size:16px;
			right: inherit;
			cursor:pointer;
		}
		
		#pwa {
			position:fixed;
			width: 100%;
			max-width: 100%;
			bottom:0px;
			right: 0px;
		}
		
		.pwa-app.mar-b {
			margin-bottom: 60px;
		}
    }


/* End */


/* Start:/local/templates/main_2022/css/main.css?1776787258277198*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
}
html, body {
    height: 100%;
	}
body {
    display: flex;
    flex-direction: column;
}
/*
body.open::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
}
*/
.top-img {
    width: 100%;
    height: 429px;
    position: relative;
	background-image: url(/local/templates/main_2022/css/../img/logo-bg.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.top-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
.top-img__title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1280px;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 64px;
    line-height: 48px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    font-family: "MontserratRegular";
}

.top-img__title__small {
	margin-top: 10px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.04em;
}

.top-img  .main-slider__social {
    bottom: 38px;
}
.top-img  .main-slider__social img {
    width: auto;
    height: auto;
}
.top-img__content {
    position: absolute;
    width: 1280px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.top-img__content-title {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    /*letter-spacing: 0.15em;*/
    margin-bottom: 36px;
    font-family: "MontserratRegular";
}
.top-img__content-text {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    margin-bottom: 50px;
    text-align: center;
}
.top-img__content-btn {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratSemiBold";
    width: 260px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #D12C1E;
    transition: all .3s linear;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
.top-img__content-btn:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
}
.top-img__content-btn:active {
    background-color: #9F2117;
}
.top-img__subtitle {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: normal;
    text-transform: none;
}

.block-seo2-max {
    display: none;
}

.top-img__title .vip__btn {
    text-transform: none;
    color: #fff;
}
.top-img__title .vip__btn::after {
    background-image: url(/local/templates/main_2022/css/../img/arrow-w.svg);
}
.top-img__title .vip__btn:hover::after {
    border-color: #fff;
}

.header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    transition: all .3s ease-in-out;
}
.header.inner {
    border-color: rgb(29, 28, 28, 0.1);
    background-color: #fff !important;
}
.header__top {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all .3s ease-in-out;
}
.header__top-container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.header__top-nav, .header__top-nav > div {
    list-style: none;
    display: flex;
}
.header__top-nav li {
    /*margin-right: 20px;*/
    margin-right: 18px;
}
.header__top-nav a {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    font-family: "GothamPro";
    background-image: linear-gradient(#fff, #fff);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
    padding-bottom: 2px;
	white-space: nowrap;
}
.header__top-nav a:hover {
    background-size: 100% 1px;
}

.breadcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 14px;
    margin-top: 66px;
    width: 100%;
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumbs li {
    font-size: 14px;
    line-height: 17px;
    font-family: "MontserratRegular";
    color: #777;
}
.breadcrumbs li::after {
    content: "/";
    padding-left: 8px;
    padding-right: 8px;
}
.breadcrumbs li:last-of-type::after {
    display: none;
}
.breadcrumbs a {
    color: #3B3B3B;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.breadcrumbs a:hover {
    color: #D12C1E;
}
.back-mob {
    display: none;
}
.back-mob a {
    display: table;
    width: 17px;
    height: 17px;
    background-image: url(/local/templates/main_2022/css/../img/back-mob.svg);
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
}

.header__media {
    display: flex;
    align-items: center;
    margin-left: 30px;
    transition: all 0.2s ease-in-out;
}
.header__media.search-open {
    display: none;
}
.header__media-img {
    display: block;
    width: 66px;
    height: 36px;
}
.header__media-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header__media-text {
    color: #171614;
    padding-left: 13px;
    font-size: 12px;
    line-height: 15px;
    font-family: "MontserratRegular";
}

.header__lang {
    display: block;
    background-image: url(/local/templates/main_2022/css/../img/lang-arrow.svg);
    background-position: right top 8px;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.header__lang .jq-selectbox__select {
    height: 24px;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "MontserratSemiBold";
    width: 50px;
    text-align: center;
    border: none !important;
}
.header__lang .jq-selectbox__trigger {
    display: none;
}
.header__lang .jq-selectbox__dropdown {
    margin: 7px 0 0 0;
    padding: 0;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "MontserratRegular";
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    right: -6px;
}
.header__lang .jq-selectbox li {
    padding: 0;
    transition: all .3s;
}
.header__lang .jq-selectbox li.selected {
    background-color: transparent;
    color: #E30000;
}
.header__lang .jq-selectbox li:hover {
    background-color: transparent;
    color: #E30000;
}

.header.scroll .header__top,
.header.inner .header__top {
    border-color: rgb(29, 28, 28, 0.1);
}
.header.scroll .header,
.header.inner .header {
    border-color: rgb(29, 28, 28, 0.1);
}
.header.scroll .header__top-nav a,
.header.inner .header__top-nav a {
    color: #1D1C1C;
    background-image: linear-gradient(#1D1C1C, #1D1C1C);
}
.header.scroll .header__logo img,
.header.inner .header__logo img {
    filter: invert(1);
}
.header.scroll .nav > li > a,
.header.inner .nav > li > a {
    color: #1D1C1C;
    background-image: linear-gradient(#1D1C1C, #1D1C1C);
}
.header.scroll .header__cart,
.header.inner .header__cart {
    color: #1D1C1C;
}
.header.scroll .nav__catalog,
.header.inner .nav__catalog {
    background-image: url(/local/templates/main_2022/css/../img/ico-catalog2.svg);
}
.header.scroll .header__user,
.header.inner .header__user {
    background-image: url(/local/templates/main_2022/css/../img/ico-user2.svg);
}
.header.scroll .header__favorit,
.header.inner .header__favorit {
    background-image: url(/local/templates/main_2022/css/../img/header-favorit2.svg);
}
.header.scroll .header__cart,
.header.inner .header__cart {
    background-image: url(/local/templates/main_2022/css/../img/header-cart2.svg);
}
.header.scroll .header__lang .jq-selectbox__select,
.header.inner .header__lang .jq-selectbox__select{
    color: #1D1C1C;
}
.header.scroll .header__lang,
.header.inner .header__lang {
    background-image: url(/local/templates/main_2022/css/../img/lang-arrow2.svg);
}
.header.scroll .header__search-btn-open,
.header.inner .header__search-btn-open {
    background-image: url(/local/templates/main_2022/css/../img/search-top2.svg);
}
.header.scroll .header__search,
.header.inner .header__search {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.header.scroll .header__search input,
.header.inner .header__search input {
    color: #1D1C1C;
}
.header.inner .header__gender-sep,
.header.inner .header__gender a.active::after {
	background-color: #1D1C1C;
}

.header.scroll .header__favorit,
.header.inner .header__favorit {
    color: #1D1C1C;
}
.header.scroll .c-hamburger span,
.header.scroll .c-hamburger span::after,
.header.scroll .c-hamburger span::before,
.header.inner .c-hamburger span,
.header.inner .c-hamburger span::after,
.header.inner .c-hamburger span::before {
    background-color: #1D1C1C;
}
.header.scroll .c-hamburger--htx.is-active span,
.header.inner .c-hamburger--htx.is-active span {
    background: none;
}
.header.scroll .btn-catalog-mob,
.header.inner .btn-catalog-mob {
    background-image: url(/local/templates/main_2022/css/../img/ico-catalog2.svg);
}
.header.scroll .btn-catalog-mob a,
.header.inner .btn-catalog-mob a {
    /*color: #1D1C1C;*/
    color: #D12C1E;
    /*background-image: linear-gradient(#1D1C1C, #1D1C1C);*/
    background-image: linear-gradient(#D12C1E, #D12C1E);
}
.header.scroll .header-sep,
.header.inner .header-sep {
    background-color: #1D1C1C;
    opacity: 0.1;
}
.header.inner .nav__level2 {
  /*  height: calc(100vh - 60px); */
}

.content.inner {
    /*padding-top: 81px;*/
	padding-top: 110px;
}

.nav__level2.mobile {
    z-index: 2;
}

.header__body {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-top: 22px;
    padding-bottom: 22px;
    align-items: center;
    position: relative;
}
.header__logo {
    width: 140px;
    margin-right: 20px;
}
.header__logo img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}

.nav {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.nav > li {
    margin-right: 28px;
}
.nav > li:last-child {
    margin-right: 0;
}
.nav > li > a {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    /*font-family: "MontserratBold";*/
    font-family: "MontserratRegular";
    text-decoration: none;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: all .3s;
    padding-bottom: 2px;
}

.nav > li:nth-child(1) > a,
.nav > li:nth-child(2) > a,
.nav > li:nth-child(5) > a{
	font-family: "MontserratBold";
}

.nav > li > a:hover,
.nav > li.dropdown:hover > a {
    background-size: 100% 1px;
}
.nav__catalog {
    padding-left: 18px;
    background-image: url(/local/templates/main_2022/css/../img/ico-catalog.svg);
    background-position: left top 6px;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}

.header.scroll .nav > li.active > a {
	color: #D12C1E;
}

.nav .dropdown {
    position: relative;
}
.nav .dropdown::after {
    content: "";
    width: 100%;
    height: 33px;
    background-color: transparent;
    top: 22px;
    left: 0;
    position: absolute;
}
.nav > li.dropdown:hover .nav__level2 {
    visibility: visible;
    opacity: 1;
}
.nav__level2 {
    list-style: none;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 53px;
    left: 0;
    background: #FFFFFF;
    border: 1px solid rgba(29, 28, 28, 0.2);
    min-width: 321px;
    padding: 15px 30px;
    height: calc(100vh - 118px);
    overflow-y: auto;
    transition: all .15s ease-in-out;
    visibility: hidden;
    opacity: 0;
	 scrollbar-color: #D12C1E #E6E6E6;
	scrollbar-width: thin;
}
.nav__level2::-webkit-scrollbar {
	width: 4px;
	background-color: #E6E6E6;
}
.nav__level2::-webkit-scrollbar-thumb {
	background-color: #D12C1E;
}
.nav__level2::-webkit-scrollbar-track {
	background-color: #E6E6E6;
}
.nav__level2 > li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(185, 185, 185, 0.4);
}
.nav__level2 > li:last-child {
    border-bottom: none;
}
.nav__level2 > li > a {
    text-decoration: none;
    color: #141414;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    font-family: "MontserratRegular";
    transition: all .3s ease-in-out;
    background-position: right center;
    display: flex;
    align-items: center;
    width: 100%;
}
.nav__level2 > li > a:hover,
.nav__level2 > li.active > a {
    -webkit-text-stroke: thin;
    background-image: url(/local/templates/main_2022/css/../img/arrow-red.svg);
    background-position: right center;
    background-repeat: no-repeat;
}

.nav__level2 > li > a.active {
	-webkit-text-stroke: thin;
	color: #D12C1E;
}

.nav__level2-ico {
    display: block;
    margin-right: 15px;
}
nav__level2-ico img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.header__wrap-search {
    display: flex;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 168px;
    transition: all .3s ease-in-out;
}
.header__wrap-search.open .header__search input {
    width: 226px;
}
.header__search {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all .2s ease-in-out;
}
.header__search input {
    background-color: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
    height: 20px;
    width: 0px;
    font-family: "MontserratRegular";
    transition: all .2s ease-in-out;
    font-size: 14px;
    line-height: 20px;
}
.header__search input::placeholder {
    color: #B9B9B9;
}
.header__search-btn-open {
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_2022/css/../img/search-top.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    margin-right: 8px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.header__action {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: flex-end;
}
.header__user {
    width: 20px;
    height: 20px;
    margin-left: 18px;
    margin-right: 18px;
    background-image: url(/local/templates/main_2022/css/../img/ico-user.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all .3s ease-in-out;
    display: table;
	cursor: pointer;
}
.header__user::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    opacity: 0.1;
    background-color: #1D1C1C;
    position: absolute;
    top: 0;
    left: -18px;
}
.header__user::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    opacity: 0.1;
    background-color: #1D1C1C;
    position: absolute;
    top: 0;
    right: -18px;
}
.header__favorit {
    width: 20px;
    height: 20px;
    margin-left: 18px;
    margin-right: 18px;
    background-image: url(/local/templates/main_2022/css/../img/header-favorit.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
    padding-left: 28px;
    /*font-family: "SegoeUISemibold";*/
	font-family: "MontserratSemiBold";
    transition: all .3s ease-in-out;
}
.header__favorit::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    opacity: 0.1;
    background-color: #1D1C1C;
    position: absolute;
    top: 0;
    right: -18px;
}
.header__cart {
    width: 20px;
    height: 20px;
    margin-left: 18px;
    background-image: url(/local/templates/main_2022/css/../img/header-cart.svg);
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
   /* padding-left: 28px;*/
    padding-left: 20px;
    /*font-family: "SegoeUISemibold";*/
	font-family: "MontserratSemiBold";
    transition: all .3s ease-in-out;
}
.header__lang.mobile {
    display: none;
}
.header-sep {
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    top: 44px;
    left: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    display: none;
}

.nav-mobile-wrap {
    position: fixed;
    display: none;
    top: 60px;
    left: -350px;
    z-index: 3;
    padding: 15px 30px;
    background-color: #fff;
    height: calc(100vh - 60px);
    overflow-y: auto;
    width: 320px;
    transition: all .3s ease-in-out;
    border: 1px solid rgba(29, 28, 28, 0.2);
}
.nav-mobile-wrap::-webkit-scrollbar {
	width: 4px;
	background-color: #E6E6E6;;
}
.nav-mobile-wrap::-webkit-scrollbar-thumb {
	background-color: #D12C1E;
}
.nav-mobile-wrap::-webkit-scrollbar-track {
	background-color: #E6E6E6;
}
.nav-mobile {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid rgba(29, 29, 28, 0.1);
    border-bottom: 1px solid rgba(29, 29, 28, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-mobile.v2 {
    border-top: none;
    border-bottom: none;
}
.nav-mobile li {
    padding-top: 8px;
    padding-bottom: 8px;
}
.nav-mobile li a {
    text-decoration: none;
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-family: "MontserratRegular";
    transition: all .3s ease-in-out;
}
.nav-mobile.v2 li a {
    color: #777;
}
.nav-mobile li a:hover {
    color: #D12C1E;
}
.nav-mobile__social {
    display: flex;
    flex-wrap: wrap;
    bottom: 52px;
    right: 50%;
    margin-left: -4px;
}
.nav-mobile__social-link {
    border: 1px solid rgb(29, 28, 28, 0.2);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
    transition: all .3s ease-in-out;
}
.nav-mobile__social-link:hover {
    border: 1px solid #1D1C1C;
}
.nav-mobile__social-link img {
    display: block;
}
.nav-mobile-head {
    padding: 15px 30px;
    background-color: #F9F9F9;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -15px;
    display: flex;
}
.nav-mobile-head-item1 {
    margin-right: 15px;
}
.nav-mobile-head-item2 a {
    color: #3B3B3B;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    font-family: "MontserratSemiBold";
    transition: all .3s ease-in-out;
}
.nav-mobile-head-sep {
    content: "";
    width: 1px;
    height: 17px;
    display: block;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #1D1C1C;
    transform: translateY(3px);
    opacity: 0.3;
}
.nav-mobile-head a:hover {
    color: #D12C1E;
}
.nav-mobile-head-item3 a {
    color: #3B3B3B;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    font-family: "MontserratRegular";
    transition: all .3s ease-in-out;
}
.nav-mobile-head a:hover {
    color: #D12C1E;
}
.nav-mobile-head-text {
    color: #3B3B3B;
    font-size: 12px;
    line-height: 18px;
    font-family: "MontserratRegular";
}
.nav-mobile-head-text span {
    color: #D12C1E;
}
.nav-mobile-head-item1 img {
    transform: translateY(3px);
}

.btn-catalog2 {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-family: "MontserratSemiBold";
    text-transform: uppercase;
    padding-left: 18px;
    background-image: url(/local/templates/main_2022/css/../img/ico-catalog2.svg);
    background-position: left top 7px;
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-bottom: 12px;
    display: table;
    cursor: pointer;
	text-decoration: none;
}
.btn-catalog2 span {
    background-image: linear-gradient(#1D1C1C, #1D1C1C);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: all .3s;
    padding-bottom: 2px;
}
.btn-catalog2:hover span {
    background-size: 100% 1px;
}
.btn-catalog-mob {
    padding-left: 18px;
    background-image: url(/local/templates/main_2022/css/../img/ico-catalog.svg);
    background-position: left top 6px;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    display: none;
}
.btn-catalog-mob a {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "MontserratBold";
    text-decoration: none;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: all .3s;
    padding-bottom: 2px;
}
.btn-filter-mob {
    margin-left: 18px;
    display: none;
}
.btn-filter-mob a {
    color: #3B3B3B;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "MontserratBold";
    text-decoration: none;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: all .3s;
    padding-bottom: 0px;
	position: relative;
	top: 0;
	width: auto;
	background: transparent;
	height: initial;
}

.btn-catalog-mob a:hover,
.btn-catalog-mob.open a{
    background-size: 100% 1px;
}

.btn-filter-mob .category__open-filter:hover {
	box-shadow: none;
}


.nav__level2.mobile {
    top: 60px;
    left: -350px;
    position: fixed;
    width: 320px;
    height: calc(100vh - 60px);
    display: none;
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.nav__level2-title {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-family: "MontserratSemiBold";
    text-transform: uppercase;
    padding-left: 18px;
    background-image: url(/local/templates/main_2022/css/../img/ico-catalog2.svg);
    background-position: left top 16px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}
.nav__level2-close {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_2022/css/../img/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.c-hamburger {
    display: none;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 20px;
    padding: 0;
    width: 30px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
}
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
}
.c-hamburger span::before {
    top: -7px;
}
.c-hamburger span::after {
    bottom: -7px;
}
.c-hamburger--htx {
    background-color: transparent;
}
.c-hamburger--htx span {
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    transition-property: top, transform;
}
.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
    background-color: transparent;
}
.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

.wrap-main-slider {
    display: block;
    position: relative;
}
.main-slider {
	display: block;
}
.main-slider__slide {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-slider__slide-media {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.wrap-but-slide {
    position: absolute;
    width: 100%;
    max-width: 1280px;
    height: calc(100% - 250px);
    
    z-index: 1;
}

.main-slider__slide-media::before {
	content: "";
	display: block;
	position: absolute;
width: 100%;
height: 202px;
left: 0px;
top: 0px;
background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
opacity: 0.4;
}

.main-slider__slide-media::after {
	content: "";
	display: block;
	position: absolute;
width: 50%;
height: 100%;
right: 0;
top: 0px;
background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
opacity: 0.2;
}

.main-slider__slide-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-slider__slide-caption {
    color: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    font-size: 64px;
    line-height: 78px;
    font-family: "MontserratRegular";
    /*letter-spacing: 0.18em;*/
    text-transform: uppercase;
	/*pointer-events: none;*/
}


.main-slider__slide-caption span {
	display: block;
	font-size: 32px;
}

.main-slider__cap {
	width: 60%;
	margin: auto;
}

.main-slider__cap.with_fon{
	padding: 20px;
	background-color: rgba(255,255,255,0.5);
}


.mobile_img {
	display: none !important;
}

.main-slider__play {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.main-slider__play-btn {
    width: 180px;
    height: 180px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/btn-play.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.main-slider__play-btn:hover {
    opacity: 0.7;
}
.main-slider__play-time {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratRegular";
    text-transform: none;
    text-align: center;
}
.main-slider__slide-btn {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratRegular";
    text-decoration: none;
    padding-left: 44px;
    position: relative;
    display: table;
    margin-top: 57px;
	position: absolute;
}






.main-slider__slide-btn::after {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: -18px;
    background-image: url(/local/templates/main_2022/css/../img/slide-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.main-slider__slide-btn:hover::after {
    border: 1px solid rgba(255, 255, 255, 1);
}
/*
.main-slider__slide-btn.set_pos {
	margin: auto;
	clear: both;
	top: 30px;
}
*/
.main-slider .owl-dots {
    position: absolute;
    bottom: 67px;
    left: 50%;
    margin-left: -640px;
    z-index: 2;
}
.main-slider.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    margin: 4px;
    width: 32px;
    height: 2px;
    background-color: rgba(185, 185, 185, 0.5);
    transition: all .3s ease-in-out;
}
.main-slider.owl-theme .owl-dots .owl-dot.active span,
.main-slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
.main-slider__social {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 52px;
    right: 50%;
    margin-right: -640px;
    z-index: 2;
}
.main-slider__social-link {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
    transition: all .3s ease-in-out;
}
.main-slider__social-link:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}
.main-slider__social-link img {
    display: block;
}
.main-slider__down {
    color: #fff;
    font-family: "MontserratRegular";
    font-size: 14px;
    line-height: 24px;
    left: 50%;
    top: calc(100% - 64px);
    transform: translateX(-50%);
    position: absolute;
    z-index: 2;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-slider__down img {
    display: block;
    margin-top: 7px;
    width: 10px;
    height: auto;
    transition: all .3s ease-in-out;
    backface-visibility: hidden;
}
.main-slider__down:hover img {
    margin-top: 10px;
}

.advantages {
    /*padding-bottom: 140px;*/
    padding-bottom: 120px;
}
.advantages__slider {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 22px;
}
.advantages__slider .owl-dots {
    margin-top: 15px;
}
.advantages__slider.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    margin: 4px;
    width: 32px;
    height: 2px;
    background-color: rgba(185, 185, 185, 0.5);
    transition: all .3s ease-in-out;
}
.advantages__slider.owl-theme .owl-dots .owl-dot.active span,
.advantages__slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1D1C1C;
}
.advantages__item {
    width: 100%;
}
.advantages__item img {
    display: block;
    width: 32px !important;
    height: auto;
    margin-bottom: 24px;
}
.advantages__title {
    color: #1D1C1C;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    font-family: "MontserratSemiBold";
    font-weight: normal;
}
.advantages__item p {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    margin-bottom: 20px;
}

.main-categories {
    padding-bottom: 140px;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.main-categories__title {
    margin-bottom: 59px;
    color: #1D1C1C;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.18em;*/
    text-transform: uppercase;
    font-family: "MontserratRegular";
    font-weight: normal;
}
.main-categories__slider {
    display: block !important;
}
.main-categories__item {
    display: block;
    overflow: hidden;
}
.main-categories__category {
    display: block;
    position: relative;
}
.main-categories__category:nth-child(1) {
    width: 50%;
    height: 423px;
    float: left;
}
.main-categories__category:nth-child(2) {
	width: 50%;
    height: 312px;
    float: left;
    clear: both;
}
.main-categories__category:nth-child(3) {
	width: 50%;
    height: 735px;
    float: right;
    margin-top: -423px;
}
.main-categories__category.v2:nth-child(1) {
    width: 100%;
    height: 500px;
    clear: both;
}
.main-categories__category.v2:nth-child(2) {
    width: 50%;
    height: 640px;
    float: left;
}
.main-categories__category.v2:nth-child(3) {
    width: 50%;
    height: 640px;
    float: right;
    margin-top: 0;
}
.main-categories__category.v3:nth-child(1) {
    width: 50%;
    height: 735px;
    float: left;
}
.main-categories__category.v3:nth-child(2) {
	width: 50%;
    height: 423px;
    float: left;
    clear: none;
}
.main-categories__category.v3:nth-child(3) {
	width: 50%;
    height: 312px;
    float: right;
    margin-top: 0;
}
.main-categories__category::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.1;
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.main-categories__category:hover::after {
    opacity: 0.3;
}
.main-categories__category img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.main-categories__cap {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 0 45px 45px 45px;
}
.main-categories__name {
    color: #fff;
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    font-family: "MontserratRegular";
    margin-bottom: 16px;
    text-transform: uppercase;
}
.main-categories__price {
	font-family: "MontserratRegular";
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
}
.main-categories-all {
    display: none;
    width: 100%;
    height: 55px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-top: 55px;
    background-color: #D12C1E;
    transition: all .3s ease-in-out;
    font-family: "MontserratBold";
	max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.main-sales .main-categories-all {
	display: flex;
}
.main-categories-all:hover {
    box-shadow: 0px 7px 35px rgba(209, 44, 30, 0.45);
}
.main-categories__slider .owl-dots {
    margin-top: 15px;
}
.main-categories__slider.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    margin: 4px;
    width: 32px;
    height: 2px;
    background-color: rgba(185, 185, 185, 0.5);
    transition: all .3s ease-in-out;
}
.main-categories__slider.owl-theme .owl-dots .owl-dot.active span,
.main-categories__slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1D1C1C;
}

.main-sales {
	padding-top: 70px;
    /*padding-bottom: 138px;*/
    padding-bottom: 0px;
    position: relative;
}
.main-sales__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.main-sales__title {
    color: #1D1C1C;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    font-family: "MontserratRegular";
    text-transform: uppercase;
    margin-bottom: 59px;
}
.main-sales__wrap-slider {
    overflow: hidden;
    position: relative;
}
.main-sales__slider {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.main-sales__slider.owl-carousel .owl-stage-outer {
	overflow: unset;
}
.main-sales__slider.owl-carousel .owl-stage {
	padding-left: 0 !important;
}
.main-sales__item {
    width: auto;
    /*padding-right: 10px;
    padding-left: 10px;*/
	padding-right: 5px;
    padding-left: 5px;
	position: relative;
}
.main-sales__media {
    display: block;
    margin-bottom: 12px;
    position: relative;
	overflow: hidden;
}

.main-sales__media_wrap {
	position: relative;
}

.main-sales__media::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #1D1C1C;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.main-sales__media:hover::after {
    opacity: 0.5;
}
.main-sales__media::before {
    content: "";
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/local/templates/main_2022/css/../img/arrow-red.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.main-sales__media:hover::before {
    opacity: 1;
}
.main-sales__media img {
    display: block;
    width: 100%;
    height: auto;
	transition: all .5s ease-in-out;
}

.main-sales__media:hover img {
	transform: scale(1.2);
}

.main-sales__label-sale {
    display: table;
    color: #fff;
    z-index: 3;
    /*padding: 4px 11px;*/
	padding: 8px 17px;
    /*left: 12px;
    top: 12px;*/
	left: 0px;
    top: 0px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "MontserratSemiBold";
    /*background-color: #D12C1E;*/
	/*background-color: rgba(209, 44, 30, 0.7);*/
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0px 4px 14px rgba(33, 33, 51, 0.1);
    position: absolute;
}
.main-sales__label-new {
    display: table;
    color: #1D1C1C;
    z-index: 3;
    /*padding: 4px 11px;*/
	padding: 8px 17px;
    /*left: 12px;
    top: 12px;*/
	left: 0px;
    top: 0px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "MontserratSemiBold";
    /*background-color: #fff;*/
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 4px 14px rgba(33, 33, 51, 0.1);
    position: absolute;
}
.main-sales__label-top {
    display: table;
    color: #1D1C1C;
    z-index: 3;
    /*padding: 4px 11px;*/
	padding: 8px 17px;
    /*left: 12px;
    top: 12px;*/
	left: 0px;
    top: 0px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "MontserratSemiBold";
    /*background-color: #fff;*/
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 4px 14px rgba(33, 33, 51, 0.1);
    position: absolute;
}

.main-sales__label-favorites {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
    /*right: 12px;*/
    right: 22px;
    z-index: 3;
    background-image: url(/local/templates/main_2022/css/../img/heart.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.main-sales__label-favorites.active {
    background-image: url(/local/templates/main_2022/css/../img/heart2.svg);
}
.main-sales__text {
	display: block;
	text-decoration: none;
    margin-bottom: 12px;
    color: #1D1C1C;
    font-size: 18px;
    line-height: 22px;
    font-family: "MontserratRegular";
	overflow: hidden;
	height: 44px;
	position: relative;
}
.main-sales__text.texttrim::after {
	display: block;
	width: 30px;
	height: 22px;
	position:absolute;
	right: 0px;
	bottom: 0px;
	color: #1D1C1C;
    font-size: 18px;
    line-height: 22px;
    font-family: "MontserratRegular";
	content: "...";
	background-color: #fff;
}

.main-sales__wrap-price {
    font-size: 14px;
    line-height: 17px;
    font-family: "MontserratSemiBold";
    position: relative;
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 34px;
    /*align-items: end;*/
	position: absolute;
    bottom: 17%;
    left: 21px;
    flex-direction: column-reverse;
}
.main-sales__label-favorites.mob {
    display: none;
    top: 0;
    right: 0;
}
.main-sales__price {
    color: #1D1C1C;
    margin-right: 8px;
}
.main-sales__old-price {
	font-family: "MontserratRegular";
    /*color: #777777;*/
    color: #000;
    text-decoration: line-through;
    margin-right: 8px;
}
.main-sales__new-price {
    color: #D12C1E;
    margin-right: 8px;
}
.main-sales__navigation {
    display: block;
}
.main-sales__slider .owl-nav .owl-next {
    width: 44px;
    height: 60px;
    background-color: #fff !important;
    top: 50%;
    right: -58px;
    transform: translateY(-75px);
    position: absolute;
    z-index: 2;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #fff !important;
    transition: all .3s ease-in-out;
    box-shadow: none !important;
    background-image: url(/local/templates/main_2022/css/../img/arrow-next.png) !important;
    background-position: center;
    background-repeat: no-repeat;
}
.main-sales__slider .owl-nav .owl-prev {
    width: 44px;
    height: 60px;
    background-color: #fff !important;
    top: 50%;
    left: -58px;
    transform: translateY(-75px);
    position: absolute;
    z-index: 2;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #fff !important;
    transition: all .3s ease-in-out;
    box-shadow: none !important;
    background-image: url(/local/templates/main_2022/css/../img/arrow-prev.png) !important;
    background-position: center;
    background-repeat: no-repeat;
}
.main-sales__slider .owl-nav .owl-prev span,
.main-sales__slider .owl-nav .owl-next span {
    display: none;
}
.main-sales__slider .owl-nav .owl-prev:hover,
.main-sales__slider .owl-nav .owl-next:hover {
    border-color: #1D1C1C !important;
}
.main-sales__slider .owl-nav .owl-prev:active,
.main-sales__slider .owl-nav .owl-next:active {
    filter: invert(1);
    border-color: #1D1C1C !important;
}
.main-sales__slider .owl-nav .owl-prev.disabled,
.main-sales__slider .owl-nav .owl-next.disabled {
    opacity: 0;
    display: none;
}
.main-sales__wrap-btn {
    display: table;
    position: absolute;
    top: 8px;
    right: 0;
    margin-right: calc((100% - 1280px) / 2);
}
.main-sales__btn {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratRegular";
    padding-left: 44px;
    position: relative;
    text-decoration: none;
    display: table;
}
.main-sales__btn::after {
    content: "";
    border: 1px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.main-sales__btn:hover::after {
    border-color: rgba(209, 44, 30, 0.5);;
}
.main-sales__slider.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    margin: 4px;
    width: 32px;
    height: 2px;
    background-color: rgba(185, 185, 185, 0.5);
    transition: all .3s ease-in-out;
}
.main-sales__slider.owl-theme .owl-dots .owl-dot.active span,
.main-sales__slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1D1C1C;
}

.showerooms {
    padding-bottom: 140px;
}
.showerooms .main-sales {
    padding-bottom: 0;
}
.showerooms__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.showerooms__title {
    text-transform: uppercase;
    color: #1D1C1C;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    margin-bottom: 55px;
    font-weight: normal;
    font-family: "MontserratRegular";
}
.showerooms__tabs {
    display: block;
    width: 100%;
}
.showerooms__tabs-nav {
    width: 100%;
    padding-left: calc((100% - 1280px) / 2);
    overflow-x: auto;
    display: flex;
    padding-bottom: 16px;
	scrollbar-color: #D12C1E #E6E6E6;
	scrollbar-width: thin;
	cursor: move;
}

.showerooms__tabs-nav .scroll_left{
	display: none;
}

.showerooms__tabs-nav::-webkit-scrollbar {
    height: 3px;
    background-color: transparent;
}
.showerooms__tabs-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
    
}
.showerooms__tabs-nav::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E6E6E6;
}
.showerooms__tabs-nav:hover::-webkit-scrollbar-thumb {
    background-color: #D12C1E;
}
.showerooms__tabs-link {
    color: #777777;
    font-size: 18px;
    line-height: 24px;
    font-family: "MontserratRegular";
    padding-right: 64px;
    white-space: nowrap;
    cursor: pointer;
}
.showerooms__tabs-link:hover {
    color: #1D1C1C;
    /*font-family: "MontserratSemiBold";*/
    -webkit-text-stroke: thin;
}
.showerooms__tabs-link.active {
    color: #1D1C1C;
    /*font-family: "MontserratSemiBold";*/
    -webkit-text-stroke: thin;
}
.showerooms__tabs-link.active span {
    border-bottom: 2px solid #D12C1E;
    padding-bottom: 8px;
}
.showerooms__tab-content {
    padding-top: 46px;
}
.showerooms__item {
    display: none;
}
.showerooms__item:first-child {
    display: block;
}
.showerooms__text {
    color: #1D1C1C;
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratRegular";
    overflow: hidden;
}
.showerooms__text b {
    font-weight: normal;
    font-family: "MontserratSemiBold";
}
.showerooms__address {
    padding-left: 30px;
    background-image: url(/local/templates/main_2022/css/../img/ico-address.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.showerooms__address::after {
    content: "|";
    font-family: "MontserratSemiBold";
    margin-left: 14px;
    margin-right: 14px;
}
.showerooms__text a {
    text-decoration: none;
    color: #1D1C1C;
    transition: all .3s ease-in-out;
}
.showerooms__text a:hover {
    color: #D12C1E;
}
.showerooms__link-map {
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline !important;
    color: #D12C1E !important;
    font-family: "MontserratSemiBold";
    float: right;
}
.showerooms__media {
    display: block;
    margin-top: 30px;
}
.showerooms__media img {
    display: block;
    width: 100%;
    height: auto;
}

.showerooms__grid {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 63px;
}
.showerooms__grid-media {
    float: right;
    margin-left: 110px;
    margin-bottom: 24px;
}
.showerooms__grid-title {
    width: 50%;
    font-size: 30px;
    line-height: 140%;
    /*letter-spacing: 0.12em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    margin-top: 62px;
    margin-bottom: 33px;
}
.showerooms__grid p {
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    font-family: "MontserratRegular";
    margin-bottom: 25px;
}
.showerooms__grid p strong {
    font-family: "MontserratSemiBold";
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}
.showerooms__grid ul {
    list-style: none;
}
.showerooms__grid ul li {
    margin-bottom: 17px;
    padding-left: 38px;
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    font-family: "MontserratRegular";
    background-image: url(/local/templates/main_2022/css/../img/check-mark.svg);
    background-position: left top 2px;
    background-repeat: no-repeat;
}
.showerooms__grid-item-min {
    display: inline;
    position: relative;
}
.showerooms__grid-item-btn {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    display: none;
    align-items: flex-end;
    z-index: 2;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);
}
.showerooms__grid-item-btn span {
    font-size: 14px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    padding-bottom: 30px;
    cursor: pointer;
}

.stores-item {
    display: block;
}
.stores-item__media {
    display: block;
}
.stores-item__media img {
    display: block;
    width: 100%;
    height: auto;
}
.stores-item__desc {
    padding: 24px 30px;
    background-color: #FAFAFA;
    margin-top: -24px;
    position: relative;
    z-index: 2;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
}
.stores-item__address {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
}
.stores-item__tel {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    text-decoration: none;
    transition: all .3s linear;
    background-image: url(/local/templates/main_2022/css/../img/tel-contacts.svg);
    background-position: left top 4px;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 12px;
    display: table;
}
.stores-item__tel:hover {
    color: #D12C1E;
}
.stores-item__map {
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #D12C1E;
    font-family: "MontserratSemiBold";
    display: table;
}
.stores__map {
    width: 100%;
    height: 400px;
}

.main-clothes {
    padding-bottom: 150px;
}
.main-clothes__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.main-clothes__title {
    margin-bottom: 60px;
    color: #1D1C1C;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    font-family: "MontserratRegular";
    text-transform: uppercase;
}
.main-clothes__wrap-slider {
    overflow: hidden;
    position: relative;
}
.main-clothes__slider {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.main-clothes__slider.owl-carousel .owl-stage-outer {
	overflow: unset;
}
.main-clothes__slider.owl-carousel .owl-stage {
	padding-left: 0 !important;
}
.main-clothes__slider-item {
    display: flex;
    flex-wrap: wrap;
}
.main-clothes__item-media {
    width: 700px;
    padding-left: 100px;
}
.main-clothes__item-media img {
    display: block;
    width: 100%;
    height: auto;
}
.main-clothes__item-text {
    padding-left: 70px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: opacity 0.2s ease-in-out;
}
.main-clothes__slider .owl-item .main-clothes__item-text {
    opacity: 0;
}
.main-clothes__slider .owl-item.active .main-clothes__item-text {
    opacity: 1;
}
.main-clothes__slider .owl-item.active + .owl-item .main-clothes__item-text {
    opacity: 0;
}
.main-clothes__item-title {
    color: #1D1C1C;
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.18em;*/
    font-family: "MontserratRegular";
    margin-bottom: 46px;
    text-transform: uppercase;
	max-width: 380px;
}
.main-clothes__item-desc {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
	max-width: 360px;
	width: 100%;
}

.main-sales__navigation {
    display: block;
}
.main-clothes__slider .owl-nav .owl-next {
    width: 44px;
    height: 60px;
    background-color: #fff !important;
    top: 50%;
    right: -48px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s ease-in-out;
    box-shadow: none !important;
    background-image: url(/local/templates/main_2022/css/../img/arrow-next.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.main-clothes__slider .owl-nav .owl-prev {
    width: 44px;
    height: 60px;
    background-color: #fff !important;
    top: 50%;
    left: -48px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    transition: all .3s ease-in-out;
    box-shadow: none !important;
    background-image: url(/local/templates/main_2022/css/../img/arrow-prev.png) !important;
    background-position: center;
    background-repeat: no-repeat;
}
.main-clothes__slider .owl-nav .owl-prev span,
.main-clothes__slider .owl-nav .owl-next span {
    display: none;
}
.main-clothes__slider .owl-nav .owl-prev:hover,
.main-clothes__slider .owl-nav .owl-next:hover {
    border-color: #1D1C1C !important;
}
.main-clothes__slider .owl-nav .owl-prev:active,
.main-clothes__slider .owl-nav .owl-next:active {
    filter: invert(1);
    border-color: #1D1C1C !important;
}
.main-clothes__slider .owl-nav .owl-prev.disabled,
.main-clothes__slider .owl-nav .owl-next.disabled {
    opacity: 0;
    display: none;
}
.main-clothes__counter {
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratRegular";
    /*letter-spacing: 0.18em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    display: table;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: rotate(-90deg);
    z-index: 2;
    margin-left: -645px;
}
.main-clothes__counter span {
    color: #D12C1E;
    font-size: 36px;
    line-height: 44px;
}
.main-clothes__slider .owl-dots {
    margin-top: 15px;
}
.main-clothes__slider.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    margin: 4px;
    width: 32px;
    height: 2px;
    background-color: rgba(185, 185, 185, 0.5);
    transition: all .3s ease-in-out;
}
.main-clothes__slider.owl-theme .owl-dots .owl-dot.active span,
.main-clothes__slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1D1C1C;
}

.main-fitting {
    display: flex;
	display: -webkit-box;
    justify-content: flex-end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
}
.main-fitting__desc {
    width: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 118px;
}
.main-fitting__media {
    width: 50%;
    height: 600px;
}
.main-fitting__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-fitting__desc-title {
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: "MontserratRegular";
    color: #1D1C1C;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
}
.main-fitting__desc p {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
}
.main-fitting__desc p + p {
    margin-top: 20px;
}
.main-fitting__wrap-btn {
    display: table;
    margin-top: 60px;
}
.main-fitting__btn {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratRegular";
    padding-left: 44px;
    position: relative;
    text-decoration: none;
    display: table;
}
.main-fitting__btn::after {
    content: "";
    border: 1px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.main-fitting__btn:hover::after {
    border-color: rgba(209, 44, 30, 0.5);;
}

.main-sertificate {
    background-color: #1D1C1C;
    padding-top: 87px;
    margin-bottom: 140px;
}
.main-sertificate__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}
.main-sertificate__desc {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
.main-sertificate__media {
    width: 50%;
    display: flex;
    align-items: flex-end;
}
.main-sertificate__media img {
    display: block;
    width: 100%;
	height: auto;
    max-width: 500px;
}
.main-sertificate__desc-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    font-family: "MontserratRegular";
	font-weight: normal;
    margin-bottom: 35px;
}
.main-sertificate__desc-text {
    margin-bottom: 56px;
    width: 100%;
    max-width: 516px;
}
.main-sertificate__desc-text p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
}
.main-sertificate__desc-text p + p {
    margin-top: 20px;
}
.main-sertificate__wrap-btn {
    display: table;
    margin-top: 60px;
}
.main-sertificate__btn {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratRegular";
    padding-left: 44px;
    position: relative;
    text-decoration: none;
    display: table;
}
.main-sertificate__btn::after {
    content: "";
    border: 1px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.main-sertificate__btn:hover::after {
    border-color: rgba(209, 44, 30, 0.5);;
}

.main-instagram {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}
.main-instagram__title {
    text-transform: uppercase;
    font-family: "MontserratRegular";
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    font-weight: normal;
    color: #1D1C1C;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
	font-weight: 400;
}
.main-instagram__title a {
    font-family: "MontserratSemiBold";
    color: #1D1C1C;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-decoration: underline;
	text-transform: none;
}
.main-instagram__title a:hover {
    color: #D12C1E;
}
.main-instagram__galery .owl-dots {
    margin-top: 15px;
}
.main-instagram__galery.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    margin: 4px;
    width: 32px;
    height: 2px;
    background-color: rgba(185, 185, 185, 0.5);
    transition: all .3s ease-in-out;
}
.main-instagram__galery.owl-theme .owl-dots .owl-dot.active span,
.main-instagram__galery.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1D1C1C;
}

.main-seo {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-box;
    flex-wrap: wrap;
    margin-bottom: 150px;
}
.main-seo__text {
    width: calc(100% - 408px);
    padding-right: 130px;
}
.main-seo__media {
    width: 408px;
	height: 526px;
}
.main-seo__media img {
   /* display: block;
    width: 100%;
    height: auto;*/
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-seo__title {
    text-transform: uppercase;
    font-family: "MontserratRegular";
    color: #1D1C1C;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    margin-bottom: 35px;
	font-weight: 400;
}
.main-seo__text p {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
}
.main-seo__text p + p {
    margin-top: 20px;
}

.content {
    flex: 1 0 auto;
}

.pager {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 20px;
	width: 100%;
}
.pager li {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    letter-spacing: 0.1em;
    text-align: center;
}

.pager li a {
	padding: 10px;
	color: #1D1C1C;
	text-decoration: none;
}

.pager li:hover a,
.pager li.active a {
	color: #D12C1E;
}

.pager__prev a {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    letter-spacing: 0.1em;
    text-decoration: none;
    margin-right: 24px;
    padding-left: 20px !important;
    background-image: url(/local/templates/main_2022/css/../img/pager-prev.svg);
    background-position: left center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.pager__next a {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    letter-spacing: 0.1em;
    text-decoration: none;
    margin-left: 24px;
    padding-right: 20px !important;
    background-image: url(/local/templates/main_2022/css/../img/pager-next.svg);
    background-position: right center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}

.pager.def li a.pager__load-more,
.pager.def li a.pager__load-more:hover{
    color: #fff !important;
}

.pager__prev a:hover,
.pager__next a:hover {
    color: #D12C1E;
}
.pager__load-more {
    width: 200px;
    height: 44px;
    background-color: #1D1C1C;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratSemiBold";
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
    margin-bottom: 8px;
    margin-top: -8px;
	position: relative;
}

.pager__load-more img {
	display: none;
	position: absolute;
	right: 10px;
}

.pager__load-more.load img {
    margin-right: 12px;
    backface-visibility: hidden;
	display: block;
    animation: rotate 1.5s linear infinite;
}
@keyframes rotate {
	from {
		transform: rotate(360deg);
	}
}

.category {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 160px;
}
.category__title {
    margin-bottom: 40px;
    color: #1D1C1C;
    text-transform: uppercase;
    font-size: 36px;
	font-weight: normal;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    width: 100%;
    font-family: "MontserratRegular";
}

.category__filter {
    width: 315px;
    padding-right: 10px;
	scrollbar-color: #D12C1E #E6E6E6;
	scrollbar-width: thin;
}
.category__filter::-webkit-scrollbar {
	width: 4px;
	background-color: #E6E6E6;
}
.category__filter::-webkit-scrollbar-thumb {
	background-color: #D12C1E;
}
.category__filter::-webkit-scrollbar-track {
	background-color: #E6E6E6;
}
.filter__container {
    position: relative;
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.filter__close {
    display: none;
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-family: "MontserratSemiBold";
    margin-top: 13px;
    margin-bottom: 13px;
    padding-left: 30px;
    cursor: pointer;
    background-image: url(/local/templates/main_2022/css/../img/filter-close2.svg);
    background-repeat: no-repeat;
    background-position: left center;
    text-transform: uppercase;
}
.category__open-filter {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    position: absolute;
    justify-content: center;
    top: -60px;
    left: 10px;
    width: 140px;
    height: 34px;
    display: none;
    align-items: center;
    background-color: #D12C1E;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.category__open-filter:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
}

category__open-filte


.filter__item {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.filter__item > a   {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    color: #1D1C1C;
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    transition:all 0.2s linear;
    padding-right: 20px;
    background-image: url(/local/templates/main_2022/css/../img/filter-close.svg);
    background-position: right center;
    background-repeat: no-repeat;
}
.filter__item.open > a {
    background-image: url(/local/templates/main_2022/css/../img/filter-open.svg);
    background-position: right center;
    background-repeat: no-repeat;
}
.filter__content {
    position:relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.filter__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.filter__list li {
    width: 100%;
}
.filter__list li + li {
    margin-top: 8px;
}
.filter__list a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #777;
    font-family: "MontserratSemiBold";
    transition: all .3s linear;
}
.filter__list li.active a,
.filter__list li:hover a {
    color: #3B3B3B;
}

.filter__checkbox {
    list-style: none;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.filter__checkbox li {
    width: 100%;
}
.filter__checkbox li + li {
    margin-top: 10px;
}
.filter__checkbox label {
    color: #777;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    cursor: pointer;
    padding-left: 28px;
    position: relative;
    display: table;
    transition: all .2s linear;
}


.filter__checkbox:not(.color) input:checked + label::after {
    background-color: #D12C1E;
    border-color: #D12C1E;
    background-image: url(/local/templates/main_2022/css/../img/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.filter__checkbox input {
    display: none;
}
.filter__checkbox.color label img {
    display: inline-block;
    width: 20px;
    height: 20px;
	top: 2px;
	left: 0;
    transition: all .2s linear;
	position: absolute;
}

.filter__checkbox:not(.color) label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #B9B9B9;
    background-color: transparent;
    position: absolute;
    top: 2px;
    left: 0;
    transition: all .2s linear;
    background-position: center;
    background-repeat: no-repeat;
}

.filter__checkbox input:checked + label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all .2s linear;
    background-position: center;
    background-repeat: no-repeat;
}



.filter__checkbox input:checked + label {
    color: #1D1C1C;
}
.filter__checkbox input:checked + label::after {
    background-image: url(/local/templates/main_2022/css/../img/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.filter__checkbox.color input.white:checked + label::after {
    background-image: url(/local/templates/main_2022/css/../img/checkbox2.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.filter__checkbox.color .color9 label img {
	border: 1px solid #000;
}

.filter__more {
    color: #1D1C1C;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    display: table;
    border-bottom: 1px solid #1D1C1C;
    padding-bottom: 1px;
    margin-top: 12px;
    cursor: pointer;
}
.filter__checkbox.color li {
    display: none;
}
.filter__checkbox.color li:nth-child(1),
.filter__checkbox.color li:nth-child(2),
.filter__checkbox.color li:nth-child(3),
.filter__checkbox.color li:nth-child(4),
.filter__checkbox.color li:nth-child(5),
.filter__checkbox.color li:nth-child(6),
.filter__checkbox.color li:nth-child(7) {
    display: block;
}

.activ-filter {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.activ-filter li {
    font-size: 16px;
    line-height: 24px;
    color: #777;
    font-family: "MontserratRegular";
    padding: 7px 40px 7px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 8px;
    position: relative;
}
.activ-filter li span {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(/local/templates/main_2022/css/../img/activ-filter-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.activ-filter__del {
    margin-top: 8px;
    display: table;
    font-size: 16px;
    line-height: 24px;
    color: #D12C1E;
    font-family: "MontserratRegular";
    padding-bottom: 1px;
    border-bottom: 1px solid #D12C1E;
    cursor: pointer;
	text-decoration: none;
}

.category__body {
    width: calc(100% - 315px);
    position: relative;
}
.category__grid {
    display: flex;
    flex-wrap: wrap;
	position: relative;
	z-index: 0;
}
.category__item {
    width: 33.33333%;
    /*padding-left: 10px;
    padding-right: 10px;*/
	padding-left: 5px;
    padding-right: 5px;
    /*margin-bottom: 46px;*/
    margin-bottom: 25px;
    position: relative;
	display: flex;
    flex-wrap: wrap;
}
.category__item.big {
    width: 50%;
}

.category__item:hover img {
    transform: scale(1.2);
}

.category__item-media {
    display: block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 12px;
    position: relative;
	overflow: hidden;
}
.category__item-media::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1D1C1C;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 2;
}
.category__item-media:hover::before {
    opacity: 0.5;
}
.category__item-media::after {
    content: "";
    display: block;
    width: 88px;
    height: 88px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    z-index: 3;
    background-image: url(/local/templates/main_2022/css/../img/arrow-red.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.category__item-media:hover::after {
    opacity: 1;
}
.category__item-media img {
    display: block;
    width: 100%;
    height: auto;
	transition: all .5s ease-in-out;
	}
.category__item-text {
	display: block;
	text-decoration: none;
    margin-bottom: 12px;
    color: #1D1C1C;
    font-size: 18px;
    line-height: 22px;
    font-family: "MontserratRegular";
}
.category__item-wrap-price {
    display: block;
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.category__item-price {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 17px;
    font-family: "MontserratBold";
    margin-right: 8px;
}
.category__item-old-price {
    text-decoration: line-through;
    /*color: #777;*/
    color: #000;
    font-size: 14px;
    line-height: 17px;
    font-family: "MontserratRegular";
	font-weight: 400;
    margin-right: 8px;
}
.category__item-new-price {
    font-size: 14px;
    line-height: 17px;
    font-family: "MontserratBold";
    color: #D12C1E;
    margin-right: 8px;
    
}
.category__item-favorite {
    display: block;
    width: 18px;
    height: 18px;
    top: 12px;
    right: 22px;
    position: absolute;
    z-index: 10;
    background-image: url(/local/templates/main_2022/css/../img/heart.svg);
    background-position: center;
    background-repeat: no-repeat;
	cursor: pointer;
}
.category__item-favorite.active {
    background-image: url(/local/templates/main_2022/css/../img/heart2.svg);
}
.category__label-sale {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    font-family: "MontserratSemiBold";
    color: #fff;
    /*background-color: #D12C1E;*/
	/*background-color: rgba(209, 44, 30, 0.7);*/
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0px 4px 14px rgba(33, 33, 51, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: absolute;
    /*left: 12px;
    top: 22px;*/
	left: 5px;
    top: 0px;
    /*width: 88px;
    height: 20px;*/
	width: 61px;
    height: 28px;
    z-index: 1;
}
.category__label-top {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    font-family: "MontserratSemiBold";
    color: #000;
    /*background-color: #fff;*/
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 4px 14px rgba(33, 33, 51, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: absolute;
    /*left: 12px;
    top: 22px;*/
	left: 5px;
    top: 0px;
    /*width: 88px;
    height: 20px;*/
	width: 61px;
    height: 28px;
    z-index: 1;
}
.category__label-new {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    font-family: "MontserratSemiBold";
    color: #000;
    /*background-color: #fff;*/
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 4px 14px rgba(33, 33, 51, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: absolute;
    /*left: 12px;
    top: 22px;*/
	left: 5px;
    top: 0px;
    /*width: 88px;
    height: 20px;*/
	width: 61px;
    height: 28px;
    z-index: 1;
}
.category__item.promo {
    position: relative;
    width: 50%;
}
.category__item.promo img {
    width: 100%;
    height: auto;
}
.promo__media {
    position: relative;
}
.promo__media::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(29, 28, 28, 0) 0%, #1D1C1C 100%);
    left: 0;
    top: -4px;
    z-index: 2;
}
.promo__desc {
    position: absolute;
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    left: 0;
    bottom: 0;
    z-index: 3;
	}
.promo__title {
    color: #fff;
    text-transform: uppercase;
    font-family: "MontserratRegular";
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    margin-bottom: 12px;
}
.promo-text {
    color: #fff;
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.promo__tel {
    position: relative;
    border: 1px solid #fff;
}
.promo_phone {
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    width: 100%;
    height: 48px;
    padding-right: 50px;
    padding-left: 20px;
    border: none;
    background-color: transparent;
}
.promo__tel input::placeholder {
    color: #fff;
}
.promo_btn {
    display: block;
    width: 40px;
    height: 48px;
    position: absolute;
	font-size: 0px;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(/local/templates/main_2022/css/../img/button.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.promo-mob {
    display: none;
    background-color: #1D1C1C;
}
.promo-mob .promo__desc {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
}
.promo-mob .promo__title {
    margin-bottom: 30px;
}
.promo-mob .promo-text {
    margin-bottom: 20px;
}
.promo-mob .promo__media {
    position: relative;
    width: 100%;
}
.promo-mob .promo__media img {
    display: block;
    width: 100%;
    height: auto;
}

.category__sort {
    display: flex;
    align-items: center;
    position: absolute;
    top: -70px;
    right: 0;
	z-index: 24;
}
.catalog__sort-label, .category__sort-label {
    font-size: 16px;
    line-height: 24px;
    color: #777;
    font-family: "MontserratSemiBold";
}
.category__sort .jq-selectbox__select {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    border-radius: 0;
    border: none !important;
    box-shadow: none;
    font-family: "MontserratSemiBold";
    text-shadow: none;
    background: transparent;
    padding: 0 25px 0 10px;
    color: #1D1C1C;
}
.category__sort .jq-selectbox__select-text {
    width: auto;
    text-align: right;
}
.category__sort .jq-selectbox__trigger {
    border-left: none;
    background-image: url(/local/templates/main_2022/css/../img/caret.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    width: 24px;
}
.category__sort .jq-selectbox__trigger-arrow {
    display: none;
}
.category__sort .jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    font-size: 14px;
    line-height: 25px;
    font-family: "MontserratSemiBold";
    min-width: 183px;
    right: 0;
}
.category__sort .jq-selectbox li.selected,
.category__sort .jq-selectbox li:hover {
    background-color: #fff;
    color: #DA352F;
}

.block-seo2 {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 150px;
}
.block-seo2__block {
    display: block;
    padding-bottom: 50px;
    overflow: hidden;
}
.block-seo2__block img.right {
    float: right;
    margin-left: 128px;
    display: table;
}

h2.block-seo2__block-title {
    margin-bottom: 35px;
    color: #1D1C1C;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    font-family: "MontserratRegular";
    text-transform: uppercase;
    font-weight: normal;
}

h3.block-seo2__block-title {
    margin-bottom: 35px;
    color: #1D1C1C;
    font-size: 28px;
    line-height: 36px;
    /*letter-spacing: 0.15em;*/
    font-family: "MontserratRegular";
    text-transform: uppercase;
    font-weight: normal;
}

.block-seo2 > p, .block-seo2__block p {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    margin-bottom: 18px;
}
.block-seo2 strong {
    color: #1D1C1C;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    font-weight: normal;
}
.block-seo2__block2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.block-seo2__block2 img {
    display: table;
    width: 413px;
}
.block-seo2__block2-text {
    padding-left: 128px;
    width: calc(100% - 413px);
}
.block-seo2__block2-text p {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    margin-bottom: 18px;
}

.product {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 140px;
    padding-top: 15px;
}
.product-media {
    width: 846px;
	position: relative;
}
.product__slider {
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	padding-right: 20px;
}
.product__slider .item {
    width: 50%;
    padding-right: 0px;
    margin-bottom: 0px;
}

.product__slider .item .product__label {
    display: none;
}
.product__slider .item:nth-child(1) .product__label {
    display: flex;
}
.product__slider__item {
    width: 100%;
    position: relative;
}
.product__slider__item img {
    display: block;
    width: 100%;
    height: auto;
}
.product__slider .owl-dots {
    margin-top: 15px;
}
.product__slider.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    margin: 4px;
    width: 32px;
    height: 2px;
    background-color: rgba(185, 185, 185, 0.5);
    transition: all .3s ease-in-out;
}
.product__slider.owl-theme .owl-dots .owl-dot.active span,
.product__slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1D1C1C;
}
.product__sale {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    font-family: "MontserratSemiBold";
    width: 88px;
    height: 20px;
    position: absolute;
    /*top: 12px;
    left: 12px;*/
	top: 0px;
    left: 0px;
    color: #fff;
    /*background-color: #D12C1E;*/
	background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.product__top {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    font-family: "MontserratSemiBold";
    width: 88px;
    height: 20px;
    position: absolute;
    /*top: 12px;
    left: 12px;*/
	top: 0px;
    left: 0px;
    color: #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.product__new {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    font-family: "MontserratSemiBold";
    width: 88px;
    height: 20px;
    position: absolute;
    /*top: 12px;
    left: 12px;*/
	top: 0px;
    left: 0px;
    color: #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.product-more {
	/*  width: calc(100% - 846px); */
    width: calc(100% - 876px);
	position: relative;
}

.product_share {
	position: absolute;
    top: 0;
    right: 0;
}

.product__art.mob {
	position: relative;
	width: 100%;
}

.product__name {
    margin-bottom: 12px;
    color: #1D1C1C;
    font-size: 24px;
    line-height: 29px;
    font-family: "MontserratSemiBold";
	max-width: calc(100% - 55px);
}
.product__art {
    font-size: 12px;
    line-height: 15px;
    color: #777;
    margin-bottom: 45px;
    font-family: "MontserratRegular";
}

.product__size {
	font-size: 12px;
    line-height: 15px;
    color: #777;
    font-family: "MontserratRegular";
}
.product__size span {
	font-size: 14px;
    line-height: 15px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
	margin-left: 10px;
}



.product__wrap-size {
    margin-bottom: 12px;
}
.product__size-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;
}
.product__size-sheck {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
    font-family: "MontserratRegular";
    color: #777;
}
.product__size-sheck span {
    color: #1D1C1C;
    padding-left: 10px;
}
.product__tabl-size {
    color: #1D1C1C;
    display: table;
    text-decoration: underline;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    font-family: "MontserratSemiBold";
    transition: all .3s linear;
}
.product__tabl-size:hover {
    color: #D12C1E;
}
.product__tabl-size.mob {
    display: none;
}
.product__name.mob {
    display: none;
}
.product__art.mob {
    display: none;
}

.product__size {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 46px;
}
.product__size-item {
    display: block;
}
.product__size-item input {
    display: none;
}
.product__size-item label {
    display: block;
    /*width: 76px;*/
    width: 96px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000;
    font-family: "MontserratRegular";
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px;
    transition: all .3s linear;
}
.product__size-item input:checked + label {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.product__size-item input:disabled + label {
    color: rgba(0, 0, 0, 0.3);
    background-color: #F8F8F8;
}

.product__wrap-price {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.product__price,
.product__new-price,
.product__old-price {
    font-size: 20px;
    line-height: 24px;
    margin-right: 16px;
    font-family: "MontserratSemiBold";
}
.product__price {
    color: #000;
}
.product__new-price {
    color: #D12C1E;
}
.product__old-price {
	font-family: "MontserratRegular";
    color: #777;
    text-decoration: line-through;
}

.product__addcart {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: "MontserratSemiBold";
    width: 100%;
    height: 60px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #D12C1E;
    transition: all .3s linear;
	border-radius: 0 !important;
}

.product__addcart.cat{
	width: 45%;
    height: 34px;
	position: absolute;
    right: 10px;
    bottom: 0;
    margin-bottom: 0;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	background: transparent;
    color: #1D1C1C;
    border: 2px solid #D12C1E;
}

.product__addcart.cat{
	font-size: 0;
    width: 70px;
    height: 26px;
    background-image: url(/local/templates/main_2022/css/../img/in-cart.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.product__addcart.cat:active, .product__addcart.cat:hover {
	/*border: 2px solid #1D1C1C;*/
	background: transparent;
	transform: scale(1.2);
}

#cart_quick_order {
	background-image: none !important;
}

#cart_quick_order:hover {
transform: none !important;	
}

.product__addcart img {
    display: block;
    margin-right: 13px;
    backface-visibility: hidden;
}
.product__addcart.cat img {
	margin-right: 0;
	width: auto;
}

.product__addcart:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
}
.product__addcart.cat:hover {
	box-shadow: none;	
}

.product__addcart:active {
    background: #9F2117;
}
.product__quick-order {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: "MontserratSemiBold";
    width: 100%;
    height: 60px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #fff;
    transition: all .3s linear;
    border: 1px solid #D43A2C;
    margin-bottom: 50px;
	/*text-transform: uppercase;*/
	border-radius: 0 !important;
}
.product__quick-order:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
    border: 1px solid #D12C1E;
    background-color: #D12C1E;
    color: #fff;
}
.product__quick-order:active {
    background: #9F2117;
    border: 1px solid #9F2117;
    color: #fff;
}

.product__accordion {
    display: block;
}
.product__accordion p {
    margin-bottom: 20px;
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
}

.product__reviews {
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 24px;
}
.product__reviews:last-of-type {
    border-bottom: none;
}
.product__reviews-name {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-family: "MontserratSemiBold";
    margin-bottom: 4px;
    padding-right: 100px;
}
.product__reviews-date {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 16px;
}
.product__reviews-text {
    display: block;
    height: 109px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all .3s linear;
}
.product__reviews-text.open {
    height: auto;
}
.product__reviews-text p {
    font-size: 14px;
    line-height: 22px;
    color: #3B3B3B;
    font-family: "MontserratRegular";
}
.product__reviews-text p + p {
    margin-top: 20px;
}
.product__reviews-more {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    font-family: "MontserratSemiBold";
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .3s linear;
}
.product__reviews-more:hover {
    color: #D12C1E;
}
.product__reviews-text.open + .product__reviews-more {
    display: none;
}
.product__reviews-btn {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-family: "MontserratSemiBold";
    width: 100%;
    height: 60px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #fff;
    transition: all .3s linear;
    border: 1px solid #000;
    margin-bottom: 50px;
}
.product__reviews-btn:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
    border: 1px solid #D12C1E;
    background-color: #D12C1E;
    color: #fff;
}
.product__reviews-btn:active {
    background: #9F2117;
    border: 1px solid #9F2117;
    color: #fff;
}

.wrap-rate {
    position: absolute;
    top: 0px;
    right: 0px;
}
.rate {
    display: block;
    width: 94px;
    height: 20px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.rate > span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/main_2022/css/../img/star.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.rate > span + span {
    margin-left: 2px;
}
.rate-in {
    display: block;
    width: 85%;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.rate-in > span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/main_2022/css/../img/star2.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.rate-in > span + span {
    margin-left: 2px;
}

.accordion__item {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion__item:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion__item > a {
    text-decoration: none;
    text-transform: uppercase;
    color: #1D1C1C;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratSemiBold";
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    background-image: url(/local/templates/main_2022/css/../img/filter-close.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
}
.accordion__item.open > a {
    background-image: url(/local/templates/main_2022/css/../img/filter-open.svg);
    background-position: right center;
    background-repeat: no-repeat;
}
.accordion__content {
    display: block;
}

.block-seo2-img {
    display: none;
}

.delivery {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 130px;
}
.delivery__title {
    color: #1D1C1C;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    font-family: "MontserratRegular";
    margin-bottom: 40px;
    font-weight: normal;
    width: 100%;
}
.delivery__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.delivery__item {
    width: 45%;
    margin-bottom: 20px;
}
.delivery__item p.delivery__item-title {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
}
.block-seo2 ul, .delivery__item ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 18px;
}


.block-seo2 ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 35px;
	padding: 15px 0 5px 0;
	font-size: 18px;
}
.block-seo2 ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
.block-seo2 ol li:before {
	content: counter(num) '.'; 
	counter-increment: num;
	display: inline-block;	
	position: absolute;
	top: 0px;
	left: -26px;
	width: 20px;    
	color: #ef6780;
	text-align: right;
}


.block-seo2 ol li, .block-seo2 ul li, .delivery__item ul li {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
}
.delivery__item p {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    margin-bottom: 18px;
}
.delivery__item img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -74px;
}
.block-seo2 a, .delivery__item a {
    color: #3B3B3B;
    font-family: "MontserratSemiBold";
    text-decoration: none;
    transition: all .3s linear;
}
.block-seo2 a:hover, .delivery__item a:hover {
    color: #D12C1E;
}
.delivery__grid.offset-top {
    margin-top: -150px;
}
.delivery__item p.delivery__item-note {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    padding: 30px;
    background-color: #F4F4F4;
    margin-bottom: 40px;
}

.favorites .category__body {
    width: 100%;
}
.favorites .category__item {
    width: 25%;
}

.sizes-promo {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.sizes-promo-title {
    color: #1D1C1C;
    font-size: 36px;
    line-height: 48px;
    /*letter-spacing: 0.15em;*/
    font-family: "MontserratRegular";
    font-weight: normal;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.sizes-tab-title {
    color: #1D1C1C;
    font-size: 36px;
    line-height: 48px;
    /*letter-spacing: 0.15em;*/
    font-family: "MontserratRegular";
    font-weight: normal;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.sizes-promo__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sizes-promo__item {
    width: 41%;
}
.sizes-promo__item img {
    display: table;
}
.sizes-promo__subtitle {
    color: #1D1C1C;
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    margin-bottom: 20px;
}
.sizes-promo__item p {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    margin-bottom: 18px;
}
.sizes-promo__more {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratRegular";
    padding-left: 44px;
    position: relative;
    text-decoration: none;
    display: table;
    margin-top: 50px;
    margin-bottom: 50px;
	opacity: 0;
	pointer-events: none;
  cursor: default;
}
.sizes-promo__more::after {
    content: "";
    border: 1px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.sizes-promo__more:hover::after {
    border-color: rgba(209, 44, 30, 0.5);;
}
.sizes-promo__media-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}
.sizes-promo__media-bottom img {
    display: table;
}

.sizes-tab {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.sizes-tab__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
}
.sizes-tab__item {
    width: 47%;
}
.sizes-tab__item img {
    display: table;
    max-width: 100%;
	height: auto;
}
.sizes-tab__item p {
    margin-bottom: 18px;
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
}
.sizes-tab__item-title {
    color: #1D1C1C;
    font-size: 30px;
    line-height: 43px;
    /*letter-spacing: 0.12em;*/
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: "MontserratRegular";
}
.sizes-tab__item p.sizes-tab__item-subtitle {
    color: #1D1C1C;
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
}
.sizes-tab__item .right {
    float: right;
}
.sizes-tab__item-subtitle span {
    font-size: 36px;
    line-height: 24px;
    padding-right: 20px;
    position: relative;
}
.sizes-tab__item-subtitle span::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -8px;
    background-color: #D12C1E;
    width: 2px;
    height: 29px;
}
.sizes-tab__item p.pl {
    padding-left: 55px;
}
.sizes-tab__item p.mb {
    margin-bottom: 40px;
}
.sizes-tab__item .mt {
    margin-top: 60px;
}
.sizes-tab__item-note {
    font-style: italic;
    padding: 30px 40px;
    background-color: #F9F9F9;
}
.sizes-tab__item-two-img {
    position: relative;
    display: table;
}
.sizes-tab__item-two-img img + img {
    position: absolute;
    right: -100px;
    bottom: -37px;
}
.sizes-tab__item img.mb {
    margin-bottom: 80px;
}
.sizes-tab__wrap-table {
    display: block;
    margin-bottom: 60px;
}
.sizes-tab__table-title {
    color: #1D1C1C;
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: "MontserratRegular";
}
.sizes-tab__wrap-table table {
    width: 100%;
    color: #1D1C1C;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "MontserratRegular";
    border-collapse:collapse;
    border-spacing:0;
    table-layout: fixed;
}
.sizes-tab__wrap-table table b {
    font-family: "MontserratSemiBold";
}
.sizes-tab__wrap-table table tr {
    border-top: 1px solid rgba(29, 28, 28, 0.5);
}
.sizes-tab__wrap-table table tr:last-of-type {
    border-bottom: 1px solid rgba(29, 28, 28, 0.5);
}
.sizes-tab__wrap-table table td {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
	white-space: nowrap;
	min-width: 80px;
}

.sizes-tab__wrap-table table tr td:first-of-type {
    text-align: left;
	width: 160px;
}

.sizes-promo .sizes-tab__wrap-table table tr td:first-of-type {
    text-align: left;
	width: 230px;
}

#mod-size .sizes-tab__wrap-table table tr td:first-of-type {
    text-align: left;
    width: 250px !important;
}
#mod-size .sizes-tab__wrap-table table tr th {
	text-align: center;
}
#mod-size .sizes-tab__wrap-table table tr th:first-of-type {
    text-align: left;
    width: 250px !important;
}


.cta {
    background-color: #1D1C1C;
    display: flex;
    flex-wrap: wrap;
}
.cta__body {
    width: 50%;
    padding-top: 90px;
    padding-bottom: 90px;
}
.cta__container {
    width: 640px;
    margin-left: calc((100% - 1280px / 2));
    padding-right: 120px;
}
.cta__title {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "MontserratRegular";
    font-weight: normal;
}
.cta-text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: "MontserratRegular";
    margin-bottom: 50px;
}
.cta__media {
    width: 50%;
    height: auto;
    position: relative;
}
.cta_img-min {
    width: 287px;
    height: 386px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.cta_img-min img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.cta__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.cta__form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
}
.cta__form input {
    width: 100%;
    max-width: 380px;
    display: block;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    color: #fff;
    font-family: "MontserratRegular";
}
.cta__form button {
    color: #fff;
    width: auto;
    height: auto;
    display: table;
    align-self: flex-start;
    padding-left: 45px;
    position: relative;
    border: none;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 50px;
    background-color: transparent;
    font-family: "MontserratRegular";
}
.cta__form button::after {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(196, 196, 196, 0.3);
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s linear;
}
.cta__form button:hover::after {
    border: 1px solid #D12C1E;
}
.cta__form p {
    color: #777;
    font-family: "MontserratRegular";
}
.cta__form p a {
    color: #fff;
    text-decoration: underline;
}

.vip {
    padding-bottom: 100px;
}
.vip__item {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}
.vip__item-desc {
    width: 50%;
}
.vip__item-media {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.vip__title {
    text-transform: uppercase;
    color: #1D1C1C;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    font-family: "MontserratRegular";
    margin-bottom: 45px;
}
.vip__subtitle {
    color: #1D1C1C;
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    margin-bottom: 20px;
}
.vip__item ul {
    list-style: none;
    width: 100%;
    max-width: 400px;
}
.vip__item ul li {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    margin-bottom: 15px;
    padding-left: 38px;
    background-image: url(/local/templates/main_2022/css/../img/vip-list.svg);
    background-position: left top 3px;
    background-repeat: no-repeat;
}
.vip__btn {
    margin-top: 50px;
    margin-bottom: 50px;
    display: table;
    text-decoration: none;
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    padding-left: 45px;
    position: relative;
    font-family: "MontserratRegular";
}
.vip__btn::after {
    content: "";
    border: 1px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.vip__btn:hover::after {
    border-color: rgba(209, 44, 30, 0.5);
}
.vip__item-media img {
    display: table;
    align-self: flex-end;
}
.vip__card {
    margin-top: -160px;
    display: table;
    align-self: flex-start;
    margin-left: 30px;
}
.vip__item:nth-child(2n) {
    flex-direction: row-reverse;
}
.vip__item:nth-child(2n) .vip__item-media img {
    align-self: flex-start;
}
.vip__item:nth-child(2n) .vip__card {
    margin-left: 215px;
}
.vip__item:nth-child(2n) .vip__item-desc {
    padding-left: 200px;
}

.reviews {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    position: relative;
}
.reviews__back {
    color: #1D1C1C;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    text-decoration: underline;
    position: absolute;
    top: 20px;
    right: 0;
    transition: all .3s linear;
}
.reviews__back:hover {
    color: #D12C1E;
}
.reviews__title {
    color: #1D1C1C;
    font-size: 36px;
    line-height: 48px;
    font-weight: normal;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    font-family: "MontserratRegular";
    margin-bottom: 40px;
}
.reviews__all {
    display: block;
    width: 100%;
    color: #1D1C1C;
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    margin-bottom: 66px;
    position: relative;
}
.reviews__add {
    color: #fff;
    min-width: 260px;
    min-height: 60px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D12C1E;
    font-family: "MontserratRegular";
    position: absolute;
    top: -16px;
    right: 0;
    text-decoration: none;
    transition: all .3s linear;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1em;
}
.reviews__add:hover {
    box-shadow: 0px 7px 35px rgba(209, 44, 30, 0.45);
}
.reviews__add:active {
    background-color: #9F2117;
}
.reviews__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.reviews__grid .reviews__item {
    background-color: #f9f9f9;
    border-radius: 10px;
    width: calc(50% - 10px);
    padding: 30px 40px 10px 40px;
}
.reviews__grid .wrap-rate {
    top: 30px;
    right: 40px;
}
.reviews__grid .product__reviews-name {
    font-size: 20px;
    line-height: 24px;
}
.reviews__grid .product__reviews-text {
    height: auto;
}
.reviews__grid .product__reviews-text p {
    font-size: 16px;
    line-height: 24px;
}
.reviews__grid .product__reviews-date {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    top: 54px;
    right: 40px;
    display: table;
    margin-bottom: 0;
}
.reviews__name-product {
    color: #3B3B3B;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    font-family: "MontserratSemiBold";
    margin-bottom: 20px;
    transition: all .3s linear;
    display: table;
	max-width: 80%;
}
.reviews__name-product:hover {
    color: #D12C1E;
}
.reviews__grid .product__reviews-more {
    display: none;
}

.reviews__block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 140px;
    justify-content: space-between;
}
.reviews__block-item {
    width: 28%;
}
.reviews__block + .reviews__all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reviews__block-item-title {
    color: #1D1C1C;
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    margin-bottom: 20px;
}
.reviews__block-item p {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: "MontserratRegular";
}
.reviews__block-input {
    margin-bottom: 15px;
    font-size: 16px;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    color: #1D1C1C;
    background: #F9F9F9;
    border: 1px solid rgba(29, 28, 28, 0.2);
    font-family: "MontserratRegular";
    transition: all .3s linear;
}
.reviews__block-input.error,
.reviews__block-item textarea.error {
    border: 1px solid #D12C1E !important;
}
.reviews__block-input:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.reviews__block-input::placeholder {
    color: #B9B9B9;
}
.reviews__block-input + .reviews__block-item-title {
    margin-top: 30px;
}
.reviews__block-item textarea {
    padding: 10px 20px;
    color: #1D1C1C;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
    height: 120px;
    resize: none;
    background: #F9F9F9;
    border: 1px solid rgba(29, 28, 28, 0.2);
    font-family: "MontserratRegular";
    transition: all .3s linear;
}
.reviews__block-item textarea:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.reviews__block-item textarea::placeholder {
    color: #B9B9B9;
}
.reviews__block-checkbox {
    margin-bottom: 20px;
}
.reviews__block-checkbox input {
    display: none;
}
.reviews__block-checkbox label {
    color: #1D1C1C;
    font-size: 16px;
    line-height: 24px;
    display: table;
    position: relative;
    padding-left: 28px;
    font-family: "MontserratRegular";
    cursor: pointer;
}
.reviews__block-checkbox label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    border: 1px solid #B9B9B9;
    background-color: transparent;
    transition: all .2s linear;
    background-position: center;
    background-repeat: no-repeat;
}
.reviews__block-checkbox input:checked + label::after {
    background-color: #D12C1E;
    background-image: url(/local/templates/main_2022/css/../img/checkbox.svg);
    border-color: #D12C1E;
}
.reviews__block-item button {
    color: #fff;
    border: none;
    background-color: #D12C1E;
    font-family: "MontserratRegular";
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 60px;
    padding: 10px 20px;
    font-family: "MontserratSemiBold";
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all .3s linear;
}
.reviews__block-item button:hover {
    box-shadow: 0px 7px 35px rgba(209, 44, 30, 0.45);
}
.reviews__block-item button:active {
    background-color: #9F2117;
}
.reviews__block-item button + p {
    font-size: 13px;
    line-height: 18px;
    color: #777;
}
.reviews__block-item button + p a {
    font-family: "MontserratSemiBold";
    color: #3B3B3B;
    text-decoration: underline;
    transition: all .3s linear;
}
.reviews__block-item button + p a:hover {
    color: #D12C1E;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    cursor: default;
    margin-bottom: 20px;
    margin-top: -5px;
}
.star-rating input[type="radio"] {
    display: none;
}
.star-rating label {
    width: 20px;
    height: 20px;
    display: inline-block !important;
    background-image: url(/local/templates/main_2022/css/../img/star.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-left: 2px;
    margin-right: 2px;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
    background-image: url(/local/templates/main_2022/css/../img/star3.svg);
}
.reviews__delivery {
    display: flex;
    margin-bottom: 20px;
}
.reviews__delivery input {
    display: none;
}
.reviews__delivery label {
    cursor: pointer;
    color: #1D1C1C;
    font-size: 16px;
    line-height: 19px;
    font-family: "MontserratRegular";
    width: 82px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
    border: 1px solid #CDCDCD;
    transition: all .3s linear;
}
.reviews__delivery label:hover {
    border-color: #D12C1E;
}
.reviews__delivery input:checked + label {
    background-color: #D12C1E;
    color: #fff;
}
.reviews__block + .reviews__all {
    margin-bottom: 0;
}

.news {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 100px;
}
.news .pager {
    margin-top: 60px;
}
.news__title {
    color: #1D1C1C;
    font-size: 36px;
    line-height: 48px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    font-family: "MontserratRegular";
    font-weight: normal;
    margin-bottom: 40px;
}
.news p {
    color: #1D1C1C;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    margin-bottom: 20px;
    width: 100%;
    max-width: 522px;
}
.news__list {
    list-style: none;
    margin-top: 40px;
    margin-bottom: 150px;
}
.news__list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(29, 28, 28, 0.5);
}
.news__list li:last-of-type {
    border-bottom: 1px solid rgba(29, 28, 28, 0.5);
}
.news__list li a {
    text-transform: uppercase;
    font-family: "MontserratRegular";
    color: #1D1C1C;
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    text-decoration: none;
    transition: all .3s linear;
}
.news__list li a:hover,
.news__list li.active a {
    color: #D12C1E;
}
.news__decor {
    display: table;
    position: absolute;
    top: 30px;
    right: 100px;
}
.news__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.news__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%;
    margin-bottom: 40px;
}
.news__item-media {
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}
.news__item-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 1s linear;
    backface-visibility: hidden;
}
.news__item-media:hover img {
    transform: scale(1.1);
}
.news__item-desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news__item-zag {
    width: 280px;
    color: #1D1C1C;
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
}
.news__item-date {
    white-space: nowrap;
    font-size: 14px;
    line-height: 24px;
    font-family: "MontserratRegular";
    color: #777;
}
.news__item-more {
    color: #D12C1E;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    text-decoration: underline;
    margin-top: 8px;
}

.news-in {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}
.news-in__wrap-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.news-in__title {
    margin-bottom: 50px;
    color: #1D1C1C;
    font-size: 36px;
    line-height: 48px;
    /*letter-spacing: 0.15em;*/
    font-family: "MontserratRegular";
    text-transform: uppercase;
    font-weight: normal;
}
.news-in__date {
    font-size: 16px;
    line-height: 24px;
    color: #777;
    font-family: "MontserratRegular";
    display: flex;
    align-items: center;
    padding-left: 50px;
    margin-top: 12px;
}
.news-in__share {
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_2022/css/../img/share.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 15px;
}
.news-in__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    align-items: center;
}
.news-in__head img {
    display: table;
}
.news-in__head-next {
    display: block;
    width: 305px;
}
.news-in__head-next-media {
    position: relative;
    margin-bottom: 20px;
}
.news-in__head-next-media img {
    display: block;
    width: 100%;
    height: auto;
}
.news-in__head-next p {
    font-size: 16px;
    line-height: 20px;
    color: #777;
    font-family: "MontserratRegular";
}
.news-in__head-next-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.news-in__head-next-next {
    text-decoration: underline;
    color: #D12C1E;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
}
.news-in__head-next-date {
    color: #777;
    font-family: "MontserratRegular";
    font-size: 14px;
    line-height: 24px;
}
.news-in__head-next-media-link {
    width: 44px;
    height: 60px;
    display: block;
    background-color: #fff;
    background-image: url(/local/templates/main_2022/css/../img/arrow-next.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.text-body + .text-body {
    margin-top: 50px;
}
.text-body img {
    display: table;
}
.text-body .right {
    float: right;
    margin-left: 107px;
	margin-bottom: 30px;
}
.text-body .left {
    float: left;
}
.two-img {
    display: inline-block;
    margin-right: 223px;
    position: relative;
    padding-bottom: 30px;
}
.two-img img + img {
    position: absolute;
    right: -100px;
    bottom: 0
}
.text-body p {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: "MontserratRegular";
}
.text-body h4 {
    font-weight: normal;
    font-family: "MontserratSemiBold";
    margin-bottom: 20px;
    margin-top: 30px;
    color: #1D1C1C;
    font-size: 20px;
    line-height: 24px;
}
.text-body h3, .text-body h2 {
    font-weight: normal;
    color: #1D1C1C;
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    text-transform: uppercase;
    font-family: "MontserratRegular";
    margin-bottom: 35px;
    margin-top: 50px;
}
.text-body ol {
    counter-reset: myCounter;
}
.text-body .list-two-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.text-body ol li {
    list-style: none;
    position: relative;
    padding-left: 70px;
}
.text-body .list-two-col li {
    width: 48%;
}
.text-body ol li:before {
    counter-increment: myCounter;
    content:counter(myCounter, decimal-leading-zero);
    display: inline-block;
    text-align: center;
    color: #1D1C1C;
    font-size: 36px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    border-left: 2px solid #D12C1E;
    padding-left: 8px;
    position: absolute;
    left: 0;
    top: 29px;
}

.interested {
    display: block;
}
.interested__media {
    display: block;
    margin-bottom: 25px;
}
.interested__media img {
    display: block;
    width: 100%;
    height: auto;
}
.interested__title {
    color: #1D1C1C;
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    margin-bottom: 8px;
}
.interested__more {
    text-decoration: underline;
    color: #D12C1E;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
}
.interested__counter {
    position: absolute;
    bottom: 0;
    right: 0;
    /*letter-spacing: 0.18em;*/
    color: #1D1C1C;
    font-size: 20px;
    line-height: 24px;
    font-family: "MontserratRegular";
}
.interested__counter span {
    font-size: 36px;
    line-height: 43px;
    color: #D12C1E;
}

.return {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
}
.return__title {
    margin-bottom: 40px;
    color: #1D1C1C;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    font-family: "MontserratRegular";
    font-weight: normal;
}
.text-body ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
.text-body ul li {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
}
.text-body ul li a,
.text-body p a {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    transition: all .3s linear;
}
.text-body ul li a:hover,
.text-body p a:hover {
    color: #D12C1E;
}
.text-body-block {
    width: 48%;
}
.text-body-block-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.text-body-media {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}
.text-body-media img {
    display: table;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.text-body {
    overflow: hidden;
}

.text-body-block-min {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: auto;
}
.block-min-col {
    width: 48%;
    overflow: hidden;
    position: relative;
}
.block-min-col img {
    display: table;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.block-min-col img + img {
    clear: both;
    margin-top: -160px;
    margin-left: 315px;
}
.text-body-block-min .block-min-col:nth-child(1) img {
    float: left;
}
.text-body-block-min .block-min-col:nth-child(2) img {
    float: right;
}
.text-body-block-min-foot {
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0) 100%);
    display: none;
    align-items: flex-end;
    padding-bottom: 10px;
}
.text-body-block-min-foot span {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
    font-family: "MontserratSemiBold";
    transition: all .3s linear;
    cursor: pointer;
}
.text-body-block-min-foot span:hover {
    color: #D12C1E;
}

.sertificat {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
}
.sertificat__btn {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    padding: 10px 20px;
    width: 260px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
    background-color: #D12C1E;
    transition: all .3s linear;
}
.sertificat__btn:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
}
.sertificat__btn:active {
    background-color: #9F2117;
}
.sertificat__grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.sertificat__grid-item {
    width: 50%;
    padding: 30px 25px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sertificat__grid-item h4 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
}
.sertificat__grid-item p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

.sertificat-form-title {
    margin-bottom: 10px !important;
}
.sertificat-form-title + p {
    margin-bottom: 30px;
}
.sertificat-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 415px;
}
.sertificat-form__input {
    margin-bottom: 15px;
    background-color: transparent;
    border: 1px solid rgba(29, 28, 28, 0.2);
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "MontserratRegular";
    color: #1D1C1C;
    transition: all .3s linear;
    font-size: 16px;
}
.sertificat-form__input::placeholder {
    color: #B9B9B9;
}
.sertificat-form__input:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.sertificat-form__input.error {
    border: 1px solid #D12C1E !important;
}
.sertificat-form button {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #1D1C1C;
    background-color: transparent;
    border: none;
    position: relative;
    display: table;
    cursor: pointer;
    align-self: flex-start;
    padding-left: 45px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.sertificat-form button::after {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(185, 185, 185, 0.5);
    position: absolute;
    left: 0;
    top: -19px;
    transition: all .3s linear;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.sertificat-form button:hover::after {
	border: 1px solid rgb(209, 44, 30, 0.5);
}
.sertificat-form__footer {
    color: #777;
    font-size: 13px;
    line-height: 18px;
    font-family: "MontserratRegular";
}
.sertificat-form__footer a {
    color: #1D1C1C;
    text-decoration: underline;
    transition: all .3s linear;
}
.sertificat-form__footer a:hover {
    color: #D12C1E;
}

.error404 {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
}
.error404__item {
    width: 33.33333%;
}
.error404__item:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
}
.error404__item:nth-child(2) {
    position: relative;
}
.error404__item:nth-child(3) {
    display: flex;
    flex-direction: column;
}
.error404__item-404 {
    position: absolute;
    display: table;
    color: #1D1C1C;
    font-size: 250px;
    line-height: 250px;
    /*letter-spacing: 0.12em;*/
    text-transform: uppercase;
    top: 15px;
    left: -420px;
    font-family: "MontserratRegular";
}
.error404__item-404 span {
    color: #D12C1E;
}
.error404__item img {
    display: block;
    width: 100%;
    height: auto;
}
.error404__media1 {
    width: 197px;
    height: 262px;
}
.error404__media2 {
    width: 182px;
    height: 182px;
    align-self: flex-end;
}
.error404__text {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.error404__text p {
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    width: 320px;
}
.error404__btn {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #1D1C1C;
    background-color: transparent;
    border: none;
    position: relative;
    display: table;
    cursor: pointer;
    align-self: flex-start;
    padding-left: 45px;
    margin-top: 60px;
    margin-bottom: 30px;
    text-decoration: none;
    font-family: "MontserratRegular";
}
.error404__btn::after {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(185, 185, 185, 0.5);
    position: absolute;
    left: 0;
    top: -19px;
    transition: all .3s linear;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.error404__btn:hover::after {
    border: 1px solid rgb(209, 44, 30, 0.5);
}

.cart-empty {
    padding-top: 30px;
    padding-bottom: 130px;
    display: block;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.cart-empty__title {
    margin-bottom: 44px;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
}
.cart-empty__text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    margin-bottom: 50px;
}
.cart-empty__btn {
    font-size: 14px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 60px;
    padding: 10px 20px;
    background-color: #D12C1E;
    transition: all .3s linear;
    margin-left: auto;
    margin-right: auto;
}
.cart-empty__btn:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
}
.cart-empty__btn:active {
    background-color: #9F2117;
}

.obmen {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 150px;
}
.obmen__title {
    font-size: 36px;
    line-height: 48px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    font-weight: normal;
    margin-bottom: 46px;
}
.obmen__grid {
    display: flex;
    flex-wrap: wrap;
}
.obmen__grid-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.obmen__grid-item:nth-child(1) {
    width: 868px;
    padding-right: 20px;
}
.obmen__grid-item:nth-child(2) {
    width: calc(100% - 868px);
}
.obmen__subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    width: 100%;
}
.obmen__text {
    width: 100%;
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    font-family: "MontserratRegular";
}
.obmen__wrap-input {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-bottom: 14px;
}
.obmen__wrap-input:last-child {
    width: 100%;
}
.obmen__wrap-input textarea {
    resize: none;
    padding: 10px 20px;
    font-size: 16px;
    color: #3B3B3B;
    font-family: "MontserratRegular";
    background-color: #F9F9F9;
    border: 1px solid rgba(29, 28, 28, 0.2);
    transition: all .3s linear;
    height: 60px;
}
.obmen__wrap-input textarea::placeholder {
    color: #B9B9B9;
}
.obmen__wrap-input textarea:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.obmen__wrap-input input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #3B3B3B;
    font-family: "MontserratRegular";
    padding-left: 20px;
    padding-right: 20px;
    background-color: #F9F9F9;
    border: 1px solid rgba(29, 28, 28, 0.2);
    transition: all .3s linear;
}
.obmen__wrap-input input:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.obmen__wrap-input.error input {
    border: 1px solid #D12C1E !important;
}
.obmen__wrap-input input::placeholder {
    color: #B9B9B9;
}
.obmen__wrap-input label {
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    margin-bottom: 10px;
    font-family: "MontserratRegular";
}

.obmen .jq-selectbox__select {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    background-color: #F9F9F9;
    border: 1px solid rgba(29, 28, 28, 0.2);
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 58px;
    border-radius: 0;
}
.obmen .jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.obmen .jq-selectbox__trigger {
    border-left: none;
}
.obmen .jq-selectbox__trigger-arrow {
    top: 25px;
    border-top: 5px solid #777;
}
.obmen .jq-selectbox__dropdown {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #CDCDCD;
    margin-top: 0;
    font-family: "MontserratRegular";
}
.obmen .jq-selectbox li.selected {
    background-color: #777;
    color: #FFF;
}
.obmen .jq-selectbox li:hover {
    background-color: #000;
    color: #FFF;
}
.obmen .jq-selectbox ul li:first-of-type {
    display: none;
}

.obmen__wrap-checkbox {
    width: 48%;
    margin-bottom: 13px;
}
.obmen__wrap-checkbox input {
    display: none;
}
.obmen__wrap-checkbox label {
    padding-left: 28px;
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    position: relative;
    cursor: pointer;
    display: table;
}
.obmen__wrap-checkbox label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #B9B9B9;
    background-color: transparent;
    transition: all .3s linear;
    background-position: center;
}
.obmen__wrap-checkbox input:checked + label::after {
    border: 1px solid #D12C1E;
    background-color: #D12C1E;
    background-image: url(/local/templates/main_2022/css/../img/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.obmen button,
.obmen .web_form_submit {
    font-family: "MontserratSemiBold";
    color: #fff;
    width: 260px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background-color: #D12C1E;
    transition: all .3s linear;
    display: block;
    margin-bottom: 13px;
    margin-top: 77px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
}
.obmen button:hover,
.obmen .web_form_submit:hover {
    box-shadow: 0px 7px 35px rgba(209, 44, 30, 0.45);
}
.obmen button:active,
.obmen .web_form_submit:active {
    background-color: #9F2117;
}

.obmen__grid-footer {
    font-size: 13px;
    line-height: 18px;
    color: #777777;
    font-family: "MontserratRegular";
    width: 100%;
}
.obmen__grid-footer a {
    color: #1D1C1C;
    text-decoration: underline;
    transition: all .3s linear;
}
.obmen__grid-footer a:hover {
    color: #D12C1E;
}

.contacts {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
.contacts__title {
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    font-weight: normal;
    margin-bottom: 34px;
}
.contacts__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts__item {
    display: block;
}
.contacts__form {
    width: 100%;
    max-width: 415px;
}
.contacts__form p {
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    margin-bottom: 30px;
    font-family: "MontserratRegular";
}
.contacts__input {
    background-color: #F9F9F9;
    border: 1px solid rgba(29, 28, 28, 0.2);
    width: 100%;
    max-width: 350px;
    height: 60px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "MontserratRegular";
    color: #1D1C1C;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .3s linear;
}
.contacts__input:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.contacts__input.error {
    border: 1px solid #D12C1E !important;
}

.contacts__form textarea.error{
	border: 1px solid #D12C1E !important;
}


.account-contacts__form-item input.error,
.account-contacts__form-item textarea.error {
	border: 1px solid #D12C1E !important;
}

.contacts-form_good p{
	color: #D12C1E !important;
}


.madal-reg__wrap-input input.error,
.madal-enter__wrap-input input.error {
	border: 1px solid #D12C1E !important;	
}

.contacts__input::placeholder {
    color: #B9B9B9;
}
.modal__form textarea,
.contacts textarea {
    resize: none;
    background-color: #F9F9F9;
    border: 1px solid rgba(29, 28, 28, 0.2);
    width: 100%;
    max-width: 350px;
    height: 120px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "MontserratRegular";
    color: #1D1C1C;
    padding: 10px 20px;
    transition: all .3s linear;
}
.modal__form textarea:focus,
.contacts textarea:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.modal__form textarea::placeholder,
.contacts textarea::placeholder {
    color: #B9B9B9;
}
.contacts__checkbox {
    margin-bottom: 20px;
    width: 100%;
    max-width: 350px;
}
.contacts__checkbox input {
    display: none;
}
.contacts__checkbox label {
    padding-left: 28px;
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    position: relative;
    display: block;
    cursor: pointer;
}

.contacts__checkbox label span {
	display: block;
}

.contacts__checkbox label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #B9B9B9;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s linear;
}
.contacts__checkbox input:checked + label::after {
    background-color: #D12C1E;
    border: 1px solid #D12C1E;
    background-image: url(/local/templates/main_2022/css/../img/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.contacts__form button,
.contacts__form .submit-button,
.contacts__form .web_form_submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 60px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 10px 20px;
    border: none;
    background-color: #D12C1E;
    font-family: "MontserratSemiBold";
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    transition: all .3s linear;
}
.contacts__form button:hover,
.contacts__form .submit-button:hover,
.contacts__form .web_form_submit:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
}
.contacts__form button:active,
.contacts__form .submit-button:active,
.contacts__form .web_form_submit:active {
    background-color: #9F2117;
}
.contacts__form-footer {
    font-size: 13px;
    line-height: 18px;
    color: #777;
    font-family: "MontserratRegular";
    max-width: 320px;
}
.contacts__form-footer a {
    text-decoration: underline;
    color: #1D1C1C;
    transition: all .3s linear;
}
.contacts__form-footer a:hover {
    color: #D12C1E;
}

.contacts__text {
    width: 100%;
    max-width: 280px;
}
.contacts__text-title {
    font-size: 20px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    margin-bottom: 20px;
}
.contacts__text-mail {
    font-size: 16px;
    line-height: 140%;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    transition: all .3s linear;
    margin-bottom: 15px;
    background-image: url(/local/templates/main_2022/css/../img/email2.svg);
    background-repeat: no-repeat;
    background-position: left top 2px;
    padding-left: 24px;
    text-decoration: none;
    display: table;
}
.contacts__text-mail:hover {
    color: #D12C1E;
}
.contacts__text-tel {
    font-size: 16px;
    line-height: 140%;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    transition: all .3s linear;
    margin-bottom: 15px;
    background-image: url(/local/templates/main_2022/css/../img/tel-contacts.svg);
    background-repeat: no-repeat;
    background-position: left top 2px;
    padding-left: 24px;
    text-decoration: none;
    display: table;
}
.contacts__text-tel:hover {
    color: #D12C1E;
}
.contacts__text-address {
    font-size: 16px;
    line-height: 140%;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    transition: all .3s linear;
    margin-bottom: 15px;
    background-image: url(/local/templates/main_2022/css/../img/address-contacns.svg);
    background-repeat: no-repeat;
    background-position: left top 2px;
    padding-left: 24px;
    margin-bottom: 30px;
}

.contacts__text-ipn {
    font-size: 16px;
    line-height: 140%;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    transition: all .3s linear;
    margin-bottom: 15px;
    padding-left: 24px;
    margin-bottom: 30px;
}

.contacts__social {
    display: flex;
    flex-wrap: wrap;
}
.contacts__social-link {
    border: 1px solid rgba(29, 28, 28, 0.2);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
    transition: all .3s ease-in-out;
}
.contacts__social-link:hover {
    border: 1px solid rgba(29, 28, 28, 1);
}
.contacts__social-link img {
    display: block;
}
.contacts__map {
    width: 522px;
    height: 348px;
}

.stores {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.stores__title {
    
}

.page-search {
    padding-left: 27px;
    background-image: url(/local/templates/main_2022/css/../img/page-search.svg);
    background-position: left top 11px;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 27px;
    width: 100%;
}
.page-search input {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #1D1C1C;;
    background-color: transparent;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    width: 100%;
    max-width: 372px;
    height: 40px;
    font-size: 20px;
    display: block;
}
.page-search button {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    display: table;
    border: none;
    background-color: transparent;
    margin-left: 40px;
    padding-left: 45px;
    position: relative;
    cursor: pointer;
}
.page-search button::after {
    content: "";
    border: 1px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.page-search button:hover::after {
    border-color: rgba(209, 44, 30, 0.5);
}
.page-search-text {
    font-size: 16px;
    line-height: 19px;
    color: #1D1C1C;
    margin-bottom: 44px;
    font-family: "MontserratRegular";
}

.not-found {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.not-found .page-search {
    display: table;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.not-found .page-search button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.not-found-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}
.not-found__subtitle {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    margin-bottom: 26px;
}
.not-found__title {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
}
.not-found__media {
    display: block;
    width: 50px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.header__user-drpdown {
    background: #FFFFFF;
    border: 1px solid rgba(29, 28, 28, 0.2);
    padding: 25px 30px;
    position: absolute;
    top: 80px;
    right: 105px;
    width: 257px;
    list-style: none;
    display: none;
}
.header__user-drpdown li {
    border-bottom: 1px solid #B9B9B9;
    padding-bottom: 10px;
}
.header__user-drpdown li + li {
    padding-top: 10px;
}
.header__user-drpdown li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.header__user-drpdown-login {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #141414;
    font-family: "MontserratSemiBold";
    text-decoration: none;
    background-image: url(/local/templates/main_2022/css/../img/arrow-ligin.svg);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    transition: all .3s linear;
}
.header__user-drpdown-login:hover {
    color: #D12C1E;
}
.header__user-drpdown-reg {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #141414;
    font-family: "MontserratRegular";
    text-decoration: none;
    display: block;
    transition: all .3s linear;
}
.header__user-drpdown-reg:hover {
    color: #D12C1E;
}
.header__user-drpdown-out {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #141414;
    font-family: "MontserratRegular";
    text-decoration: none;
    display: block;
    transition: all .3s linear;
}
.header__user-drpdown-out:hover {
    color: #D12C1E;
}
.header__user-drpdown-kabinet {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #141414;
    font-family: "MontserratSemiBold";
    text-decoration: none;
    background-image: url(/local/templates/main_2022/css/../img/arrow-ligin.svg);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    transition: all .3s linear;
}
.header__user-drpdown-kabinet:hover {
    color: #D12C1E;
}
.header__user-drpdown-status {
    font-size: 14px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    padding-top: 6px;
    padding-bottom: 6px;
}
.header__user-drpdown-status span {
    color: #D12C1E;
}

.fancybox-content {
    padding: 0;
}

.madal-enter,
.madal-reg {
    width: 100vw;
    max-width: 613px;
    padding-bottom: 47px;
}
.madal-enter__head,
.madal-reg__head {
    display: block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}
.madal-enter__head a,
.madal-reg__head a {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.madal-enter__head img,
.madal-reg__head img{
    display: table;
}
.madal-enter__title,
.madal-reg__title {
    font-size: 20px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratBold";
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: 1px solid rgba(29, 28, 28, 0.5);
    border-bottom: 1px solid rgba(29, 28, 28, 0.5);
    margin-bottom: 33px;
}
.madal-enter__body,
.madal-enter__body {
    padding-left: 100px;
    padding-right: 100px;
}
.madal-enter__form,
.madal-reg__form {
    display: block;
    width: 100%;
}
.madal-enter__wrap-input,
.madal-reg__wrap-input {
    display: block;
    position: relative;
}
.madal-enter__wrap-input label,
.madal-reg__wrap-input label {
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    margin-bottom: 10px;
    display: table;
    font-family: "MontserratRegular";
}
.madal-enter__wrap-input input,
.madal-reg__wrap-input input {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 14px;
    background-color: #F9F9F9;
    border: 1px solid rgba(29, 28, 28, 0.2);
    font-family: "MontserratRegular";
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #3B3B3B;
    transition: all .3s linear;
}
.madal-enter__wrap-input input::placeholder,
.madal-reg__wrap-input input::placeholder {
    color: #B9B9B9;
}
.madal-enter__wrap-input input:focus,
.madal-reg__wrap-input input:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.madal-enter__wrap-input.error input,
.madal-reg__wrap-input.error input {
    border: 1px solid #D12C1E !important;
}
.madal-enter__link,
.madal-reg__link {
    display: table;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #D12C1E;
    font-family: "MontserratRegular";
}

.madal-enter-auth button,
.madal-enter button,
.madal-reg button {
    background-color: #D12C1E;
    color: #fff;
    width: 260px;
    height: 60px;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin-bottom: 36px;
    font-family: "MontserratSemiBold";
    transition: all .3s linear;
}
.madal-enter-auth button:hover,
.madal-enter button:hover,
.madal-reg button:hover {
    box-shadow: 0px 7px 35px rgba(209, 44, 30, 0.45);
}
.madal-enter-auth button:active,
.madal-enter button:active,
.madal-reg button:active {
    background-color: #9F2117;
}
.madal-enter__wrap-social,
.madal-reg__wrap-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.madal-enter__social-title,
.madal-reg__social-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    margin-bottom: 20px;
    width: 100%;
}
.madal-enter__social-link,
.madal-reg__social-link {
    display: table;
    margin-left: 20px;
    margin-right: 20px;
}
.madal-enter__social-link img,
.madal-reg__social-link img {
    display: table;
}


.madal-enter__wrap-social a {
	display: table;
    margin-left: 20px;
    margin-right: 20px;
}

.madal-enter__text,
.madal-reg__text {
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    font-family: "MontserratRegular";
    text-align: center;
    margin-bottom: 7px;
}
.madal-enter__text + .madal-enter__link,
.madal-reg__text + .madal-reg__link {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.madal-reg button {
    margin-bottom: 17px;
}
.madal-reg__text2 {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #777777;
    font-family: "MontserratRegular";
    margin-bottom: 38px;
}
.madal-reg__text2 a {
    color: #3B3B3B;
    text-decoration: underline;
    transition: all .3s linear;
}
.madal-reg__text2 a:hover {
    color: #D12C1E;
}
.wrap-checkbox-reg {
    display: block;
    margin-bottom: 28px;
	position: relative;
}
.wrap-checkbox-reg input {
    /*display: none;*/
	width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
    opacity: 0;
    height: 24px;
    cursor: pointer;
}
.wrap-checkbox-reg label {
    display: table;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    padding-left: 28px;
    position: relative;
}
.wrap-checkbox-reg label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #B9B9B9;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 2px;
    background-position: center;
    transition: all .3s linear;
}
.wrap-checkbox-reg input:checked + label::after {
    background-color: #D12C1E;
    border: 1px solid #D12C1E;
    background-image: url(/local/templates/main_2022/css/../img/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.modal__inner {
    padding: 50px;
}
.modal__title, .main-user-consent-request-popup-header {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
}
.modal__title.center {
    text-align: center;
}
.modal__text {
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    margin-bottom: 20px;
}
.modal__text.center {
    text-align: center;
}
.modal__text-link {
    text-decoration: underline;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    transition: all .3s linear;
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 24px;
}
.modal__text-link:hover {
    color: #D12C1E;
}
.modal__two-col {
    display: flex;
    flex-wrap: wrap;
}
.modal__col-1 {
    width: 383px;
}
.modal__col-2 {
    width: 363px;
    padding-left: 88px;
}
.modal__col-2 img {
    display: block;
    width: 100%;
    height: auto;
}
.modal__form {
    display: block;
    width: 100%;
}
.modal_input {
    width: 100%;
    margin-bottom: 15px;
    background-color: #F9F9F9;
    border: 1px solid rgba(29, 28, 28, 0.2);
    font-size: 16px;
    font-family: "MontserratRegular";
    transition: all .3s linear;
    color: #1D1C1C;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
}
.modal_input::placeholder {
    color: #B9B9B9;
}
.modal_input:focus {
    border-color: #1D1C1C;
}

#asd_subscribe_form #asd_modal_res {
	color: #D12C1E !important;
	font-size: 16px;
    font-family: "MontserratRegular";
}

#asd_subscribe_form .error, .modal_input.error {
    border-color: #D12C1E !important;
}

#asd_modal_form_mod #asd_modal_res_mod {
    font-family: "MontserratRegular";
}

.modal__form-btn {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    display: table;
    padding-left: 45px;
}
.modal__form-btn::after {
    content: "";
    border: 1px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.modal__form-btn:hover::after {
    border-color: rgba(209, 44, 30, 0.5);
}
.modal__form-bottom {
    font-size: 13px;
    line-height: 18px;
    color: #777777;
    font-family: "MontserratRegular";
}
.modal__form-bottom a {
    color: #1D1C1C;
    text-decoration: underline;
    transition: all .3s linear;
}
.modal__form-bottom a:hover {
    color: #D12C1E;
}
.modal-min {
    width: 568px;
}
.modal-large {
	/*width: 876px;*/
	width: 100%;
	max-width: 1200px;
}

#mod-size.modal-large {
	width: 100%;
	max-width: 1200px;
}

.modal-btn {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    display: table;
    padding-left: 45px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
.modal-btn::after {
    content: "";
    border: 1px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.modal-btn:hover::after {
    border-color: rgba(209, 44, 30, 0.5);
}
.modal__text-scroll {
    width: 100%;
    height: 400px;
    overflow-y: auto;
	scrollbar-color: #D12C1E #E6E6E6;
	scrollbar-width: thin;
}
.modal__text-scroll::-webkit-scrollbar {
	width: 4px;
	background-color: #E6E6E6;;
}
.modal__text-scroll::-webkit-scrollbar-thumb {
	background-color: #1D1C1C;
}
.modal__text-scroll::-webkit-scrollbar-track {
	background-color: #E6E6E6;
}
.modal__text-scroll p, .main-user-consent-request-popup-text p {
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    font-family: "MontserratRegular";
    margin-bottom: 20px;
}
.modal__video {
    display: block;
}
.modal__video img {
    display: block;
    width: 100%;
    height: auto;
}
.modal__form-link {
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #D12C1E;
    display: table;
    font-family: "MontserratSemiBold";
}
.modal__link {
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #D12C1E;
    display: table;
    font-family: "MontserratRegular";
    margin-bottom: 20px;
}
.modal__text a {
    text-decoration: underline;
    font-family: "MontserratSemiBold";
    color: #1D1C1C;
    transition: all .3s linear;
}
.modal__text a:hover {
    color: #D12C1E;
}
.modal__form label {
    display: block;
    margin-bottom: 10px;
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
}
.modal__form-checkbox input {
    display: none;
}
.modal__form-checkbox label {
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    padding-left: 28px;
    display: table;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
.modal__form-checkbox label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #B9B9B9;
    position: absolute;
    left: 0;
    top: 1px;
    transition: all .3s linear;
    background-position: center;
}
.modal__form-checkbox input:checked + label::after {
    background-color: #D12C1E;
    border-color: #D12C1E;
    background-image: url(/local/templates/main_2022/css/../img/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.modal__menu {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.modal__menu li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(29, 28, 28, 0.5);
}
.modal__menu li:last-of-type {
    border-bottom: 1px solid rgba(29, 28, 28, 0.5);
}
.modal__menu li a {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    transition: all .3s linear;
}
.modal__menu li a:hover {
    color: #D12C1E;
}
.mod2 .modal-btn {
    margin-left: inherit;
    margin-right: inherit;
}
.mod2 .modal__text-link {
    margin-left: inherit;
    margin-right: inherit;
}
.mod2 .modal__col-2 {
    width: 275px;
    padding-left: 20px;
}
.modal__tabs {
    display: block;
}
.modal__tabs-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.modal__tabs-link {
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    font-family: "MontserratSemiBold";
    transition: all .3s linear;
    margin-right: 50px;
    border-bottom: 2px solid transparent;
}
.modal__tabs-link:last-child {
    margin-right: 0;
}
.modal__tabs-link.active {
    color: #1D1C1C;
    border-bottom: 2px solid #D12C1E;
}
.modal__item {
    display: none;
}
.modal__item:first-child {
    display: block;
}
.modal-large2 {
    max-width: 1200px;
	width: 100%;
}

.cart {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.cart__title {
    font-weight: normal;
    margin-bottom: 34px;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
}
.cart-tovar-wrap {
    display: block;
    margin-bottom: 27px;
    position: relative;
}
.cart-tovar__more {
    display: block;
    width: 100%;
    height: 67px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-bottom: 1px solid #B9B9B9;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
}
.cart-tovar__more span {
    cursor: pointer;
    padding-bottom: 13px;
    background-image: url(/local/templates/main_2022/css/../img/cart-more.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.cart-tovar {
	padding-bottom: 30px;
}

.product__norm,
.product__edit {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	position: relative;
}

.product__norm.bl_hide,
.product__edit.bl_hide {
	display: none;
}

.cart-tovar:last-of-type {
    border-bottom: 1px solid #B9B9B9;
}
.cart-tovar__head {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    font-family: "MontserratRegular";
    padding-bottom: 17px;
    border-bottom: 1px solid #B9B9B9;
    margin-bottom: 30px;
}
.cart-tovar + .cart-tovar .cart-tovar__head {
    display: none;
}
.cart-tovar__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
}
.cart-tovar__desc {
    width: 446px;
}
.cart-tovar__size {
    width: 170px;
    display: flex;
    flex-direction: column;
}
.cart-tovar__number {
    width: 200px;
    display: flex;
    flex-direction: column;
}
.cart-tovar__color {
    width: 162px;
    display: flex;
    flex-direction: column;
}
.cart-tovar__price {
    width: 150px;
    display: flex;
    flex-direction: column;
}
.cart-tovar__price .cart-tovar__body {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.cart-tovar__edit {
    flex-grow: 1;
    width: auto;
    display: flex;
    flex-direction: column;
}
.cart-tovar__edit .cart-tovar__body {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.cart-tovar__media {
    display: block;
    width: 150px;
    position: relative;
}
.cart-tovar__media img {
    display: block;
    width: 100%;
    height: auto;
}
.cart-tovar__sale,
.cart-tovar__top,
.cart-tovar__new {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "MontserratSemiBold";
    background-color: #D12C1E;
    padding: 4px 10px;
    min-width: 88px;
    min-height: 20px;
}
.cart-tovar__top,
.cart-tovar__new {
    color: #1D1C1C;
    background-color: #fff;
}
.cart-tovar__text{
    width: 160px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    margin-top: 4px;
    margin-bottom: 4px;
	text-decoration: none;
	display: inline-block;
}

.cart-tovar__text a {
	width: 160px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    margin-top: 4px;
    margin-bottom: 4px;
	text-decoration: none;
	display: inline-block;
}

.cart-tovar__new-price {
    color: #D12C1E;
    margin-top: 4px;
    margin-bottom: 4px;
}
.cart-tovar__old-price {
    text-decoration: line-through;
    color: #777;
    margin-top: 4px;
    margin-bottom: 4px;
}
.cart-tovar__color span,
.cart-tovar__price,
.cart-tovar__size span,
.cart-tovar__number span {
    font-size: 16px;
    line-height: 19px;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
}
.cart-tovar__btn1, .cart-tovar__edit a, .cart-tovar__btn2 {
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    transition: all .3s linear;
    margin-top: 8px;
    margin-bottom: 8px;
	cursor: pointer;
}
.cart-tovar__edit a:hover, .cart-tovar__btn2:hover, .cart-tovar__btn1:hover {
    color: #D12C1E;
}

.cart__footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 130px;
}
.cart__footer-item {
	display: block;
    position: relative;
}
.cart__footer-item:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.cart__footer-item:nth-child(3) {
   /* width: 340px;*/
}
.cart__footer-item button, .cart__footer-item .cart-form__btn {
	position: relative;
    top: inherit;
    right: inherit;
    display: block;
    margin-top: inherit;
    width: inherit;
    height: inherit;
    cursor: pointer;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-family: "MontserratSemiBold";
    width: 260px;
    height: 60px;
    background-color: #D12C1E;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    transition: all .3s linear;
}
.cart__footer-item button:hover, .cart__footer-item .cart-form__btn:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
}
.cart__footer-item button:active, .cart__footer-item .cart-form__btn:active {
    background-color: #9F2117;
}
.cart__footer-price {
    font-size: 20px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratBold";
    margin-bottom: 20px;
}
.cart__footer-price .basket-coupon-block-total-price-old {
    font-size: 16px;
    color: #777;
    text-decoration: line-through;
    font-family: "MontserratRegular";
    padding-left: 17px;
}
.cart__footer-text {
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    margin-bottom: 18px;
}

.cart__footer-text.red_vip {
	font-size: 16px;
    line-height: 19px;
    color: #D12C1E;
}

.cart__footer-text span {
    color: #D12C1E;
}
.cart__footer-text strong {
    font-family: "MontserratSemiBold";
    font-weight: normal;
}
.cart__footer-form {
    display: table;
    width: 240px;
}
.cart__footer-form label {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 19px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    display: table;
}
.cart__footer-form input {
    width: 100%;
    height: 60px;
    background-color: #F9F9F9;
    border: 1px solid rgba(29, 28, 28, 0.2);
    margin-bottom: 24px;
    color: #1D1C1C;
    text-align: center;
    font-size: 16px;
    transition: all .3s linear;
}
.cart__footer-form input:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.cart__footer-form input::placeholder {
    color: #B9B9B9;
}
.cart__footer-form button {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #D12C1E;
    font-family: "MontserratSemiBold";
    cursor: pointer;
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}
.cart__footer-status {
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    position: relative;
}
.cart__footer-status span {
    color: #D12C1E;
}
.cart__footer-status .non-status {
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    text-decoration: underline;
    cursor: pointer;
}
.cart__footer-popup {
    padding: 20px 24px;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    border: 1px solid #CDCDCD;
    z-index: 2;
    display: none;
}
.cart__footer-popup-link {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #D12C1E;
    font-family: "MontserratSemiBold";
    display: table;
}
.cart__footer-popup-text {
    font-size: 14px;
    line-height: 17px;
    font-family: "MontserratRegular";
}
.cart__footer-popup-text span {
    color: #D12C1E;
}

.subscribe {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-box;
    flex-wrap: wrap;
    justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
    align-items: center;
    margin-bottom: 140px;
}
.subscribe__item {
    display: block;
    width: auto;
}
.subscribe__media {
    width: 630px;
}
.subscribe__media img {
    display: block;
    width: 100%;
    height: auto;
}

.subscribe__form {
    display: block;
    width: 100%;
    max-width: 475px;
}
.subscribe__form-title {
    margin-bottom: 15px;
    font-family: "MontserratRegular";
    /*font-size: 36px;*/
    font-size: 30px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    color: #1D1C1C;
}
.subscribe__form-text {
    font-size: 16px;
    line-height: 24px;
    color: #141414;
    font-family: "MontserratRegular";
    margin-bottom: 13px;
}

.subscribe__form-text.small {
	font-size: 14px;
    line-height: 19px;
	margin-bottom: 26px;
}

.subscribe__form-text.small span{
	color: #D12C1E;
    font-weight: bold;
}

.subscribe__form-footer {
    font-size: 13px;
    line-height: 18px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
}
.subscribe__form-footer a {
    font-family: "MontserratSemiBold";
    color: #1D1C1C;
    text-decoration: underline;
    transition: all .3s linear;
}
.subscribe__form-footer a:hover {
    color: #D12C1E;
}
.subscribe__form input {
    width: 100%;
    max-width: 413px;
    height: 60px;
    border: 1px solid rgba(29, 28, 28, 0.2);
    background-color: transparent;
    transition: all .3s linear;
    color: #1D1C1C;
    font-size: 16px;
    font-family: "MontserratRegular";
    padding-left: 20px;
    padding-right: 20px;
}
.subscribe__form input:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.subscribe__form input::placeholder {
    color: #B9B9B9;
}
.subscribe__form button {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratRegular";
    padding-left: 44px;
    position: relative;
    text-decoration: none;
    display: table;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-top: 60px;
    margin-bottom: 30px;
}
.subscribe__form button::after {
    content: "";
    border: 1px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.subscribe__form button:hover::after {
    border-color: rgba(209, 44, 30, 0.5);
}

.cart-tovar__body .jq-selectbox__select {
    /*width: 100px;*/
    width: 110px;
    background-color: #F9F9F9;
    border: 1px solid #CDCDCD;
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    color: #000;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    font-family: "MontserratSemiBold";
    padding-left: 15px;
}
.cart-tovar__body .jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #CDCDCD;
}
.cart-tovar__body  .jq-selectbox__trigger {
    border-left: none;
    background-image: url(/local/templates/main_2022/css/../img/select.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.cart-tovar__body .jq-selectbox__trigger-arrow {
    display: none;
}
.cart-tovar__body .jq-selectbox.opened .jq-selectbox__trigger {
    background-image: url(/local/templates/main_2022/css/../img/select2.svg);
}
.cart-tovar__body .jq-selectbox__dropdown {
    font-family: "MontserratRegular";
    font-size: 13px;
    border: 1px solid #CDCDCD;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
}
.cart-tovar__body .jq-selectbox li {
    padding-left: 15px;
}
.cart-tovar__body .jq-selectbox li:hover,
.cart-tovar__body .jq-selectbox li.selected {
    background-color: #777;
}
.cart-tovar__body .jq-selectbox__dropdown ul {
	scrollbar-color: #D12C1E #E6E6E6;
	scrollbar-width: thin;
}

.cart-tovar__body .jq-selectbox__dropdown ul::-webkit-scrollbar {
	width: 4px;
	background-color: #E6E6E6;;
}
.cart-tovar__body .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
	background-color: #3B3B3B;
}
.cart-tovar__body .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
	background-color: #E6E6E6;
}

.ordering {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.ordering__title {
    font-weight: normal;
    font-family: "MontserratRegular";
    margin-bottom: 34px;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    color: #1D1C1C;
}
.ordering__steps-number {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 21px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
}
.ordering__steps-load {
    width: 100%;
    height: 2px;
    margin-bottom: 50px;
    background-color: rgba(185, 185, 185, 0.2);
    position: relative;
}
.ordering__steps-load.step1::before {
    content: "";
    display: block;
    width: 33.33333%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D12C1E;
}
.ordering__steps-load.step1::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: -1px;
    left: 33.33333%;
    background-color: #D12C1E;
    border-radius: 50%;
}
.ordering__steps-load.step2::before {
    content: "";
    display: block;
    width: 66.66666%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D12C1E;
}
.ordering__steps-load.step2::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: -1px;
    left: 66.66666%;
    background-color: #D12C1E;
    border-radius: 50%;
}
.ordering__steps-load.step3::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D12C1E;
}
.ordering__steps-load.step3::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: -1px;
    left: 100%;
    background-color: #D12C1E;
    border-radius: 50%;
}

.ordering__form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 140px;
}
.ordering__form-item {
    width: 33.33333%;
}
.ordering__form-item-in, .bx-soa-section-content {
    width: 100%;
    max-width: 360px;
}
.ordering__form-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
    color: #777777;
    font-family: "MontserratRegular";
}
.bx-selected .ordering__form-title {
   /* color: #D12C1E;
    font-family: "MontserratSemiBold"; */
}
.ordering__input {
    display: block;
}
.ordering__input label {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    font-family: "MontserratRegular";
    display: table;
}
.ordering__input input {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "MontserratRegular";
    border: 1px solid rgba(29, 28, 28, 0.2);
    background-color: transparent;
    font-size: 16px;
    color: #0A0A0A;
    transition: all .3s linear;
    margin-bottom: 15px;
}
.ordering__input input:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.ordering__input input::placeholder {
    color: #B9B9B9;
}
.ordering__input.error input {
    border: 1px solid #D12C1E !important;
}
.ordering__form-item-footer {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ordering__form-item-edit {
	margin-right: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    text-decoration: underline;
    font-family: "MontserratSemiBold";
    transition: all .3s linear;
}
.ordering__form-item-edit:hover {
    color: #D12C1E;
}

.ordering__form-radio {
    margin-bottom: 15px;
}
.ordering__form-radio input {
    display: none;
}
.ordering__form-radio label {
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    display: table;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
.ordering__form-radio label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid #B9B9B9;
    background-color: transparent;
    transition: all .3s linear;
    background-position: center;
}
.ordering__form-radio input:checked + label::after {
    background-color: #D12C1E;
    border: 1px solid #D12C1E;
    background-image: url(/local/templates/main_2022/css/../img/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.bx-soa-delivery .ordering__input {
    margin-bottom: 15px;
}
.bx-soa-delivery .ordering__input label {
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    color: #3B3B3B;
    margin-bottom: 10px;
    display: table;
}
.bx-soa-delivery .ordering__input .jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #CDCDCD;
}
.bx-soa-delivery .ordering__input .jq-selectbox.jqselect {
    width: 100%;
}
.bx-soa-delivery .ordering__input .jq-selectbox__select {
    height: 60px;
    font-size: 16px;
    line-height: 58px;
    font-family: "MontserratRegular";
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    border: 1px solid rgba(29, 28, 28, 0.2);
    background-color: transparent !important;
}
.bx-soa-delivery .ordering__input .jq-selectbox__trigger {
    border-left: none;
}
.bx-soa-delivery .ordering__input .jq-selectbox__trigger-arrow {
    top: 26px;
}
.bx-soa-delivery .ordering__input .jq-selectbox__dropdown {
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #CDCDCD;
}
.bx-soa-delivery .ordering__input .jq-selectbox li {
    padding-top: 8px;
    padding-bottom: 8px;
}
.bx-soa-delivery .ordering__input .jq-selectbox li:first-child {
    display: none;
}
.bx-soa-delivery .ordering__input .jq-selectbox li:hover {
    background-color: #777;
}
.bx-soa-delivery .ordering__input .jq-selectbox__dropdown {
    font-family: "MontserratRegular";
    padding-top: 6px;
    padding-bottom: 6px;
}

.ordering__form-textarea {
    margin-bottom: 15px;
}
.ordering__form-textarea label {
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    margin-bottom: 10px;
    font-family: "MontserratRegular";
    display: table;
}
.ordering__input textarea,
.ordering__form-textarea textarea {
    border: 1px solid rgba(29, 28, 28, 0.2);
    resize: none;
    width: 100%;
    height: 120px;
    font-family: "MontserratRegular";
    color: #3B3B3B;
    padding: 15px 20px;
    transition: all .3s linear;
}
.ordering__form-textarea textarea:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.ordering__form-textarea textarea::placeholder {
    color: #B9B9B9;
}

.ordering__form-checkbox {
    margin-bottom: 15px;
	position: relative;
}
.ordering__form-checkbox input {
    /*display: none;
		NB 23-01*/
	position: absolute;
    width: 100%;
    height: 100%;
    top: 3px;
    opacity: 0;
	z-index: 100;
	cursor: pointer;
}
.ordering__form-checkbox label {
    display: table;
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    padding-left: 28px;
    cursor: pointer;
    position: relative;
}
.ordering__form-checkbox label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid #B9B9B9;
    background-color: transparent;
    transition: all .3s linear;
    background-position: center;
}
.ordering__form-checkbox input:checked + label::after {
    background-color: #D12C1E;
    border: 1px solid #D12C1E;
    background-image: url(/local/templates/main_2022/css/../img/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}

#bx-soa-orderSave label::after {
display: none;	
}

#bx-soa-orderSave label span::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid #B9B9B9;
    background-color: transparent;
    transition: all .3s linear;
    background-position: center;
}
#bx-soa-orderSave input:checked + span::after {
    background-color: #D12C1E;
    border: 1px solid #D12C1E;
    background-image: url(/local/templates/main_2022/css/../img/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.btn-order-save,
.ordering__form-item-in button {
    display: block;
    width: 260px;
    height: 60px;
    cursor: pointer;
    color: #fff;
    font-family: "MontserratSemiBold";
    font-size: 14px;
    line-height: 24px;
    border: none;
    background-color: #D12C1E;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
}
.btn-order-save:hover,
.ordering__form-item-in button:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
}
.btn-order-save:active,
.ordering__form-item-in button:active {
    background-color: #9F2117;
}

.ordering__input-x2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ordering__input-x2 .ordering__input {
    width: 48%;
}


/*

.next-step {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratRegular";
    padding-left: 44px;
    position: relative;
    text-decoration: none;
    display: table;
}
.next-step::after {
    content: "";
    border: 1px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.next-step::before {
	content: "";
    border: 2px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
	left: -0.2px;
    top: -18.4px;
	animation: pulse 2.5s linear infinite;
}

.next-step:hover::after {
    border-color: rgba(209, 44, 30, 0.5);
}
*/

.next-step {
	display: block;
    width: 260px;
    height: 60px;
    cursor: pointer;
    color: #D12C1E;
    font-family: "MontserratSemiBold";
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #D12C1E;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
	position: relative;
}

.next-step:hover {
	color: #fff;
	background-color: #D12C1E;
	box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
}

.next-step::after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 65px;
    top: 0px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.next-step:hover::after {
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn-white.svg);
}

.bx-soa-cart-total.disabled .btn-order-save{
	opacity: 0.3;
    pointer-events: none;
}

.bx-step-error .ordering__form-title {
	color: #D12C1E;
}

.has-error input {
	border: 1px solid #D12C1E;
	background-image: url(/local/templates/main_2022/css/../img/alert-circle.svg);
    background-position: center right 18px;
    background-repeat: no-repeat;
}

.bx-step-completed  + .ordering__form-checkbox + .payment__footer-item .bx-soa-cart-total.disabled .btn-order-save {
	opacity: 1;
    pointer-events: inherit;
}

.main-slider__slide-btn::before {
	content: "";
    border: 2px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
	animation: pulse 2.5s linear infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
	border: 1px solid #D12C1E;
  }
}




.template-btn {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
    font-family: "MontserratRegular";
    text-decoration: none;
    display: table;
    padding-left: 40px;
    background-image: url(/local/templates/main_2022/css/../img/template.svg);
    background-position: left center;
    background-repeat: no-repeat;
    transition: all .3s linear;
}
.template-btn:hover {
    color: #D12C1E;
}
.template-btn.success {
    background-image: url(/local/templates/main_2022/css/../img/template2.svg);
}

.number {
    display: flex;
    flex-wrap: wrap;
}
.minus {
    width: 35px;
    height: 35px;
    display: block;
    background-color: #F9F9F9;
    border: 1px solid #CDCDCD;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "MontserratSemiBold";
    cursor: pointer;
}
.number input {
    width: 35px;
    height: 35px;
    background-color: #F9F9F9;
    border: 1px solid #CDCDCD;
    text-align: center;
    font-size: 16px;
    font-family: "MontserratSemiBold";
}
.plus {
    width: 35px;
    height: 35px;
    display: block;
    background-color: #F9F9F9;
    border: 1px solid #CDCDCD;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "MontserratSemiBold";
    cursor: pointer;
}

.account {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}
.account__title {
    font-weight: normal;
    font-family: "MontserratRegular";
    margin-bottom: 36px;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    color: #1D1C1C;
}
.account__body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.account__main {
    width: calc(100% - 306px);
    padding-left: 107px;
}
.account__left {
    width: 306px;
}
.account__actions {
    display: block;
    /*position: sticky;
	top: 100px;*/
}
.account__nav {
    border: 1px solid #8E8D8D;
    list-style: none;
    display: block;
    width: 100%;
}
.account__nav li {
    padding-top: 20px;
    padding-bottom: 20px;
}
.account__nav li + li {
    border-top: 1px solid #8E8D8D;
}
.account__nav li a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    transition: all .3s linear;
    padding-left: 30px;
    padding-right: 30px;
}
.account__nav li a:hover,
.account__nav li.active a {
    color: #D12C1E;
}
.account__actions-name {
    font-family: "MontserratSemiBold";
    font-size: 20px;
    line-height: 24px;
    color: #1D1C1C;
    margin-bottom: 10px;
}
.account__actions-status {
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    margin-bottom: 26px;
    font-family: "MontserratRegular";
	opacity: 0;
}

.account__actions-status span {
    color: #D12C1E;
}
.account__actions-status a {
    text-decoration: underline;
    color: #D12C1E;
    font-family: "MontserratSemiBold";
}

.status-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding-top: 85px;
    padding-bottom: 60px;
}
.status-info-item1 {
    width: 345px;
}
.status-info-item2 {
    width: 415px;
}
.status-info h4 {
    margin-bottom: 24px;
    font-family: "MontserratSemiBold";
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #1D1C1C;
}
.status-info-item1 img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.status-info p {
    margin-bottom: 22px;
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 24px;
    color: #141414;
}
.status-info__form {
    display: block;
    width: 100%;
}
.status-info__form input {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(29, 28, 28, 0.2);
    color: #141414;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .3s linear;
}
.status-info__form input:focus {
    border: 1px solid rgba(29, 28, 28, 0.6);
}
.status-info__form input::placeholder {
    color: #B9B9B9;
}
.status-info__form button {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratRegular";
    padding-left: 44px;
    position: relative;
    text-decoration: none;
    display: table;
    margin-top: 46px;
    margin-bottom: 30px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.status-info__form button::after {
    content: "";
    border: 1px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.status-info__form button:hover::after {
    border-color: rgba(209, 44, 30, 0.5);
}

.status-info-count {
    margin-bottom: 40px;
}
.status-info-count-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.status-info-count-item span {
    width: 224px;
    display: table;
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
}
.status-info-count-item span + span {
    width: auto;
    font-family: "MontserratSemiBold";
}
.status-info-count-load {
    width: 100%;
    height: 4px;
    background-color: #B9B9B9;
    position: relative;
}
.status-info-count-load-in {
    background-color: #1D1C1C;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
}
.status-info-count-load-text {
    font-family: "MontserratRegular";
    color: #1D1C1C;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 15px;
}
.status-info-count-load-text span {
    color: #777;
}

.status-non {
    padding-top: 85px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.status-non__text {
    width: 540px;
}
.status-non__media {
    width: 260px;
}
.status-non__media img {
    display: block;
    width: 100%;
    height: auto;
}
.status-non__title {
    margin-bottom: 35px;
    font-family: "MontserratRegular";
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    text-transform: uppercase;
    color: #1D1C1C;
}
.status-non__text p {
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    margin-bottom: 20px;
}
.status-non__text-btn {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-family: "MontserratRegular";
    text-decoration: none;
    background-color: #D12C1E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 60px;
    margin-top: 30px;
    transition: all .3s linear;
}
.status-non__text-btn:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
}
.status-non__text-btn:active {
    background-color: #9F2117;
}

.account .advantages {
    padding-bottom: 50px;
}
.account-advantages__title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
}

.card-club {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card-club__title {
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    margin-bottom: 40px;
    width: 100%;
}
.card-club__item {
    width: calc(33.33333% - 30px);
}
.card-club__item-media {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.card-club__item-media img {
    display: block;
    width: 100%;
    height: auto;
}
.card-club__item-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
}
.card-club__list {
    list-style: none;
    display: block;
}
.card-club__list li {
    display: block;
    padding-left: 40px;
    background-image: url(/local/templates/main_2022/css/../img/check-mark.svg);
    background-repeat: no-repeat;
    background-position: left top 2px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    font-family: "MontserratRegular";
}

.personal-data {
    display: block;
    padding-top: 80px;
}
.personal-data__block {
    width: 100%;
    margin-bottom: 60px;
}
.personal-data__block-title {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(29, 28, 28, 0.1);
    width: 100%;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.personal-data__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.personal-data__form-item {
    width: 48%;
    margin-bottom: 20px;
    position: relative;
}
.personal-data__form-input {
    width: 100%;
    border-bottom: 1px solid rgba(29, 28, 28, 0.5);
    padding-bottom: 6px;
    position: relative;
}
.personal-data__form-input label {
    margin-bottom: 12px;
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 24px;
    display: table;
    color: #777;
}
.personal-data__form-input input {
    width: 100%;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    font-family: "MontserratRegular";
    border: none;
}
.personal-data__form-input input::placeholder {
    color: #3B3B3B;
}
.personal-data__form-date {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.personal-data__form-date label {
    margin-bottom: 12px;
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 24px;
    display: table;
    width: 100%;
    color: #777;
}

.personal-data__form .item1 .jq-selectbox {
    width: 82px;
}
.personal-data__form .item2 .jq-selectbox {
    width: 178px;
}
.personal-data__form .item3 .jq-selectbox {
    width: 102px;
}
.personal-data__form .jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #CDCDCD;
}
.personal-data__form .jq-selectbox__select {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgba(29, 28, 28, 0.5) !important;
    background-image: none;
    background-color: transparent !important;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-family: "MontserratRegular";
}
.personal-data__form .jq-selectbox__trigger {
    border-left: none;
    background-image: url(/local/templates/main_2022/css/../img/select3.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.personal-data__form .jq-selectbox__trigger-arrow {
    display: none;
}
.personal-data__form .jq-selectbox__dropdown {
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid rgba(29, 28, 28, 0.5);
    font-family: "MontserratRegular";
}
.personal-data__form .jq-selectbox li:hover {
    background-color: #777;
}
.personal-data__form .jq-selectbox__dropdown ul {
	scrollbar-color: #D12C1E #E6E6E6;
	scrollbar-width: thin;
}

.personal-data__form .jq-selectbox__dropdown ul::-webkit-scrollbar {
	width: 4px;
	background-color: #E6E6E6;;
}
.personal-data__form .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
	background-color: #3B3B3B;
}
.personal-data__form .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
	background-color: #E6E6E6;
}
.personal-data__form .jq-selectbox__dropdown ul li:nth-child(1) {
    display: none;
}
.personal-data__form .btn-form,
.personal-data__form button {
    width: 260px;
    height: 60px;
    cursor: pointer;
    display: block;
    border: none;
    background-color: #D12C1E;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    transition: all .3s linear;
    margin-top: 5px;
	letter-spacing: 0.1em;
}
.personal-data__form .btn-form:hover,
.personal-data__form button:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
}
.personal-data__form .btn-form:hover:active,
.personal-data__form button:hover:active {
    background-color: #9F2117;
}

.personal-data__social-title {
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    margin-bottom: 25px;
    width: 100%;
}

.personal-data__social.active > .personal-data__social-title {
	font-size: 20px;
}

.personal-data__wrap-social {
    display: flex;
    flex-wrap: wrap;
}
.personal-data__social {
    width: calc(100% - 220px);
    display: flex;
    flex-wrap: wrap;
}
.personal-data__social.active {
    width: 220px;
}
.personal-data__social-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 40px;
}
.personal-data__social-item img {
    display: block;
    width: 40px;
    height: auto;
}
.personal-data__social-item-del {
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(/local/templates/main_2022/css/../img/social-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 15px;
}

.personal-data__form-input.v2 {
    border: none;
}
.personal-data__form-input.v2 input {
    height: 60px;
    border: 1px solid rgba(29, 28, 28, 0.2);
    padding-left: 20px;
    padding-right: 20px;
}
.personal-data__form-input.v2 .password-control {
    bottom: 25px;
}

.personal-data__select {
    width: 100%;
    border-bottom: 1px solid rgba(29, 28, 28, 0.5);
    padding-bottom: 6px;
}
.personal-data__select label {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    font-family: "MontserratRegular";
    display: table;
}
.personal-data__select .jq-selectbox.focused .jq-selectbox__select {
    border: none !important;
}
.personal-data__select .jq-selectbox {
    width: 100%;
}
.personal-data__select .jq-selectbox__select {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-family: "MontserratRegular";
    color: #3B3B3B;
    padding-left: 0;
    border-radius: 0;
    border: none !important;
    text-shadow: none;
    box-shadow: none !important;
    background-image: none;
    background-color: transparent !important;
}
.personal-data__select .jq-selectbox__trigger {
    border-left: none;
    background-image: url(/local/templates/main_2022/css/../img/polygon5.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.personal-data__select .jq-selectbox__trigger-arrow {
    display: none;
}
.personal-data__select .jq-selectbox__dropdown {
    margin-top: 5px;
}

.personal-data__form-item-x2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.personal-data__form-item-x2 .personal-data__form-input {
    width: 46%;
}
.block-title-button {
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    text-decoration: underline;
    font-family: "MontserratSemiBold";
    transition: all .3s linear;
    text-transform: none;
    letter-spacing: normal;
}
.block-title-button:hover {
    color: #D12C1E;
}

.personal-data__form-date .item1,
.personal-data__form-date .item2,
.personal-data__form-date .item3 {
    position: relative;
}
.personal-data__edit {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-image: url(/local/templates/main_2022/css/../img/edit.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.personal-data__form-item input:disabled {
    background-color: transparent;
}
.personal-data__select .jqselect.disabled .jq-selectbox__trigger {
    background-image: none;
}

.account__main.favorites {
    padding-left: 30px;
}
.account__favorites {
    display: block;
    padding-top: 80px;
}
.account__favorites__title {
    font-family: "MontserratRegular";
    text-transform: uppercase;
    color: #1D1C1C;
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    border-bottom: 1px solid rgba(29, 28, 28, 0.1);
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.account__favorites .category__item {
    width: 33.33333%;
}

.account__history {
    display: block;
    padding-top: 80px;
}
.account__history__title {
    font-family: "MontserratRegular";
    text-transform: uppercase;
    color: #1D1C1C;
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    border-bottom: 1px solid rgba(29, 28, 28, 0.1);
    padding-bottom: 15px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.account__history__title span {
    font-family: "MontserratSemiBold";
    color: #1D1C1C;
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: normal;
}

.account__history-grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.account__history-grid-item {
    border: 1px solid #EAEBED;
    margin-bottom: 10px;
    width: 100%;
    height: 60px;
    padding-right: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #0A0A0A;
    font-family: "MontserratRegular";
    position: relative;
}

.account__history-grid-item:hover {
	border: 1px solid #D12C1E;
	box-sizing: border-box;
}

.account__history-grid-item:hover > .account__history-grid-more{
	background-image: url(/local/templates/main_2022/css/../img/arrow6.svg);
    background-color: #D12C1E;
}

.account__history-grid-col {
    width: 20%;
    position: relative;
    text-align: center;
}
.account__history-grid-col::after {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    background-color: #767676;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.1;
}
.account__history-grid-col:last-of-type::after {
    display: none;
}
.account__history-grid-more {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #EAEBED;
    background-image: url(/local/templates/main_2022/css/../img/arrow5.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s linear;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.account__history-grid-more2 {
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    font-family: "MontserratRegular";
    display: none;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 9px;
    background-image: url(/local/templates/main_2022/css/../img/more-mob.svg);
    background-repeat: no-repeat;
    background-position: right center;
    color: #3B3B3B;
}
.account__history-grid-more:hover {
    background-image: url(/local/templates/main_2022/css/../img/arrow6.svg);
    background-color: #D12C1E;
}
.account__history-grid-item.head {
    background-color: #F9F9F9;
    height: 30px;
}

.account__history-grid-item.head .account__history-grid-col {
	color: #777777;
	font-size: 14px;
	font-weight: 400;
}

.account__history-grid-item.head .account__history-grid-col::after {
    display: none;
}



.account__nav-toggle {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "MontserratRegular";
    cursor: pointer;
    background-color: #1D1C1C;
    display: none;
    padding: 5px 15px;
    position: relative;
}
.account__nav-toggle img {
    display: table;
    position: absolute;
    right: 15px;
    top: 13px;
    transform: rotateZ(180deg);
}
.account__nav-toggle.open img {
    transform: rotateZ(0deg);
}
.account__history-grid-col span {
    font-family: "MontserratSemiBold";
    display: none;
}
.account__history-grid-head {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F9F9F9;
    border-bottom: 1px solid rgba(29, 28, 28, 0.2);
    background-image: url(/local/templates/main_2022/css/../img/arrow20.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    transition: all .3s linear;
    display: none;
}
.account__history-grid-head.open {
    color: #fff;
    background-color: #000;
    background-image: url(/local/templates/main_2022/css/../img/arrow21.svg);
}

.order-details {
    padding-top: 20px;
}

.order-details {
	display: none;
}

.order-details__title {
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    margin-bottom: 18px;
}
.order-details__head {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 47px;
}
.order-details__back {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #777777;
    font-family: "MontserratRegular";
    background-image: url(/local/templates/main_2022/css/../img/order-back.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-decoration: none;
    transition: all .3s linear;
    display: table;
    float: left;
}
.order-details__back:hover {
    color: #D12C1E;
}
.order-details__status {
    display: table;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #777777;
    font-family: "MontserratRegular";
    float: right;
}
.order-details__status span {
    font-family: "MontserratSemiBold";
}
.order-details__date {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #777777;
    font-family: "MontserratRegular";
    float: right;
    margin-right: 48px;
}
.order-details__date span {
    font-family: "MontserratSemiBold";
}
.order-details__main {
    border: 1px solid #B9B9B9;
}
.order-details__body {
    padding: 20px 20px 0 20px;
}
.order-details__item {
    border-bottom: 1px solid rgba(185, 185, 185, 0.2);
    padding-bottom: 30px;
    margin-bottom: 34px;
    display: flex;
    justify-content: space-between;
}
.order-details__item-media {
    width: 101px;
}
.order-details__item-media img {
    display: block;
    width: 100%;
    height: auto;
}
.order-details__desc {
    padding-left: 20px;
    width: 330px;
}
.order-details__desc-title a,
.order-details__desc-title {
	text-decoration: none;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #3B3B3B;
    font-family: "MontserratRegular";
}
.order-details__desc-title span {
	display: block;
	font-size: 14px;
    line-height: 17px;
    color: #777777;
    font-family: "MontserratRegular";
}

.order-details__desc-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
    color: #777777;
    font-family: "MontserratRegular";
}
.order-details__desc-color {
    display: table;
    margin-right: 10px;
    margin-bottom: 15px;
}
.order-details__desc-size {
    display: table;
    margin-left: 10px;
    margin-bottom: 15px;
}
.order-details__desc-price {
    font-size: 14px;
    line-height: 17px;
    color: #777777;
    font-family: "MontserratRegular";
	width: 100%;
}
.order-details__desc-price span {
    font-family: "MontserratSemiBold";
    color: #1D1C1C;
    margin-bottom: 15px;
}
.order-details__desc-return {
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratSemiBold";
    color: #D12C1E;
    text-decoration: underline;
    display: table;
}
.order-details__item-price {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #777;
    font-family: "MontserratRegular";
    align-self: center;
}
.order-details__item-price span {
    font-family: "MontserratSemiBold";
    padding-left: 10px;
    color: #1D1C1C;
}
.order-details__item-amount {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #777;
    font-family: "MontserratRegular";
    align-self: center;
}
.order-details__item-amount {
    font-family: "MontserratSemiBold";
    padding-left: 10px;
    color: #1D1C1C;
}

.order-details__data {
    display: block;
    margin-bottom: 30px;
}
.order-details__data-head {
    background-color: #F9F9F9;
    padding: 9px 20px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    margin-bottom: 17px;
}
.order-details__data-item {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    font-family: "MontserratRegular";
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
}
.order-details__data-sep {
    border-bottom: 1px dotted #777;
    flex-grow: 1;
}
.order-details__data-left {
    color: #777;
}
.order-details__data-right {
    color: #3B3B3B;
}

.order-details__footer {
    padding: 25px 20px;
    background-color: #F9F9F9;
}
.order-details__data-right.v2 {
    font-family: "MontserratSemiBold";
    color: #777;
}
.order-details__data-right.v3 {
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    font-size: 20px;
    color: #1D1C1C;
}
.order-details__data-left.v2 {
    color: #1D1C1C;
}

.account-contacts {
    padding-top: 80px;
}
.account-contacts__title {
    font-size: 30px;
    line-height: 37px;
    /*letter-spacing: 0.12em;*/
    text-transform: uppercase;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    margin-bottom: 25px;
}
.account-contacts__text {
    width: 100%;
    max-width: 415px;
    margin-bottom: 29px;
    font-family: "MontserratRegular";
}

.account-contacts__form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}
.account-contacts__form-item {
    width: 48%;
}
.account-contacts__form-input {
    margin-bottom: 15px;
}
.account-contacts__form-input input {
    border: 1px solid rgba(29, 28, 28, 0.2);
    background-color: transparent;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    transition: all .3s linear;
}
.account-contacts__form-input input::placeholder {
    color: #B9B9B9;
}
.account-contacts__form-input input:focus {
    border-color: #1D1C1C;
}
.account-contacts__form-input.error input {
    border-color: #D12C1E !important;
}
.account-contacts__form textarea {
    width: 100%;
    height: 135px;
    border: 1px solid rgba(29, 28, 28, 0.2);
    font-size: 16px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    transition: all .3s linear;
    padding: 15px 20px;
    resize: none;
}
.account-contacts__form textarea:focus {
    border-color: #1D1C1C;
}
.account-contacts__form textarea::placeholder {
    color: #B9B9B9;
}

.account-contacts__checkbox {
    margin-bottom: 15px;
}
.account-contacts__checkbox input {
    display: none;
}
.account-contacts__checkbox label {
    display: table;
    padding-left: 28px;
    color: #1D1C1C;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    position: relative;
    cursor: pointer;
}

.account-contacts__checkbox label span {
	display: block;
}

.account-contacts__checkbox label::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #B9B9B9;
    background-color: transparent;
    transition: all .3s linear;
    background-position: center;
}
.account-contacts__checkbox input:checked + label::after {
    background-color: #D12C1E;
    border-color: #D12C1E;
    background-image: url(/local/templates/main_2022/css/../img/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.account-contacts__form .web_form_submit,
.account-contacts__form button {
    cursor: pointer;
    color: #fff;
    font-family: "MontserratSemiBold";
    font-size: 14px;
    line-height: 24px;
    border: none;
    background-color: #D12C1E;
    width: 260px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
    margin-bottom: 15px;
}
.account-contacts__form .web_form_submit:hover,
.account-contacts__form button:hover {
    box-shadow: 0px 7px 40px rgba(209, 44, 30, 0.35);
}
.account-contacts__form .web_form_submit:active,
.account-contacts__form button:active {
    background-color: #9F2117;
}

.account-contacts__form-footer {
    color: #777777;
    font-family: "MontserratRegular";
    font-size: 13px;
    line-height: 18px;
}
.account-contacts__form-footer a {
    transition: all .3s linear;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    text-decoration: underline;
}
.account-contacts__form-footer a:hover {
    color: #D12C1E;
}

.account-contacts__bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.account-contacts__bottom-item {
    width: auto;
}

.step2-back-mob {
    font-family: "MontserratSemiBold";
    font-size: 14px;
    line-height: 21px;
    color: #1D1C1C;
    display: none;
    text-decoration: underline;
    transition: all .3s linear;
    transform: translateY(-23px);
}
.step2-back-mob:hover {
    color: #D12C1E;
}
.step3-back-mob {
    font-family: "MontserratSemiBold";
    font-size: 14px;
    line-height: 21px;
    color: #1D1C1C;
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
    transition: all .3s linear;
}
.step3-back-mob:hover {
    color: #D12C1E;
}

.cart-tovar__body-label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 21px;
    color: #777777;
    font-family: "MontserratRegular";
    display: none;
}
.cart-tovar__color-mob {
    font-size: 14px;
    line-height: 21px;
    color: #777777;
    font-family: "MontserratRegular";
    margin-top: 10px;
    display: none;
}
.cart-tovar__color-mob span {
    color: #1D1C1C;
}

.footer {
    flex-shrink: 0;
    padding-top: 54px;
    padding-bottom: 60px;
    background-color: #111;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__item {
    display: block;
}
.footer__item-title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
    /*letter-spacing: 0.12em;*/
    font-family: "MontserratSemiBold";
}
.footer__logo {
    display: block;
    width: 162px;
    margin-bottom: 17px;
}
.footer__logo img {
    display: block;
    width: 100%;
    height: auto;
}
.footer__social {
    display: flex;
    flex-wrap: wrap;
}
.footer__social-link {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
    transition: all .3s ease-in-out;
}
.footer__social-link:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}
.footer__social-link img {
    display: block;
}
.footer__contacts {
    display: flex;
    flex-direction: column;
}
.footer__contacts-mail {
    color: #C3C0C0;
    font-size: 12px;
    line-height: 18px;
    /*font-family: "Inter-Regular";*/
    font-family: "GothamPro";
    text-decoration: none;
    transition: all .3s ease-in-out;
    margin-bottom: 15px;
    background-image: url(/local/templates/main_2022/css/../img/footer-mail.svg);
    background-position: top 3px left;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.footer__contacts-tel {
    color: #C3C0C0;
    font-size: 12px;
    line-height: 18px;
    /*font-family: "Inter-Regular";*/
    font-family: "GothamPro";
    text-decoration: none;
    transition: all .3s ease-in-out;
    margin-bottom: 15px;
    background-image: url(/local/templates/main_2022/css/../img/footer-tel.svg);
    background-position: top 3px left;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.footer__contacts-address {
    color: #C3C0C0;
    font-size: 12px;
    line-height: 18px;
    /*font-family: "Inter-Regular";*/
    font-family: "GothamPro";
	margin-bottom: 15px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/footer-address.svg);
    background-position: top 3px left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.footer__contacts-map {
    color: #C3C0C0;
    font-size: 12px;
    line-height: 18px;
    /*font-family: "Inter-Regular";*/
    font-family: "GothamPro";
    text-decoration: none;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/ico-sitemap.svg);
    background-position: top 0px left;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 14px;
}

.footer__contacts-mail:hover,
.footer__contacts-tel:hover {
    color: #fff;
}
.footer__company {
    list-style: none;
    display: flex;
    flex-direction: column;
}
.footer__company li {
    display: block;
}
.footer__company li + li {
    margin-top: 15px;
}
.footer__company a {
    color: #C3C0C0;
    font-size: 12px;
    line-height: 18px;
    /*font-family: "Inter-Regular";*/
	font-family: "GothamPro";
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.footer__company a:hover {
    color: #fff;
}
.footer__catalog {
    list-style: none;
    /*display: flex;
    flex-wrap: wrap;*/
    width: 510px;
    align-items: baseline;
	
	/*NB*/
	columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.footer__catalog li {
    display: block;
    /*width: 33.33333%;*/
	width: 105%;
    margin-bottom: 15px;
}
.footer__catalog a {
    color: #C3C0C0;
    font-size: 12px;
    line-height: 18px;
    /*font-family: "Inter-Regular";*/
	font-family: "GothamPro";
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.footer__catalog a:hover {
    color: #fff;
}

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #111;
}
.footer-bottom__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.footer-bottom__item {
    color: #777;
    font-size: 12px;
    line-height: 18px;
    font-family: "MontserratRegular";
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-bottom__item a {
    text-decoration: none;
}
.footer-bottom__item a img {
    display: block;
    margin-left: 6px;
}
.footer-bottom__scroll-top {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #383838;
    position: absolute;
    left: 50%;
    top: -38px;
    margin-left: -24px;
    background-color: #111;
    background-image: url(/local/templates/main_2022/css/../img/scroll-top.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.password-control {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/local/templates/main_2022/css/../img/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(/local/templates/main_2022/css/../img/view2.svg) 0 0 no-repeat;
}

.demo__wrap-modal-link {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}
.demo__modal-link {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #141414;
    font-family: "MontserratRegular";
    text-decoration: none;
    display: table;
    transition: all .3s linear;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: flex-start;
}
.demo__modal-link:hover {
    color: #D12C1E;
}

a.share-switch {
	width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_2022/css/../img/share.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 15px;
}

.share-switch {
	width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
    margin-right: 15px;
}

.share-dialog {
	width: 196px;
	padding: 15px 20px;
	background: #fff;
	border: 0.3px solid #777777;
	box-sizing: border-box;
	box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.8);
	left: -30px;
}

.share-dialog-inner {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
	margin: 14px 0;
}

.share-dialog span {
	font-family: "MontserratBold";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1D1C1C;
}

.bookmarks a.facebook {
	width: 39px;
	height: 39px;
	background-image: url(/local/templates/main_2022/css/../img/facebook.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.bookmarks a.telegram {
	width: 40px;
	height: 39px;
	background-image: url(/local/templates/main_2022/css/../img/telega-color.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.bookmarks a.viber {
	width: 39px;
	height: 39px;
	background-image: url(/local/templates/main_2022/css/../img/viber-color.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.bookmarks a.whatsapp {
	width: 40px;
	height: 39px;
	background-image: url(/local/templates/main_2022/css/../img/whatsapp-color.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.bookmarks a.twitter {
	width: 39px;
	height: 39px;
	background-image: url(/local/templates/main_2022/css/../img/twiter.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.copy_link {
	cursor: pointer;
	font-family: "MontserratBold";
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #1D1C1C;
	text-decoration: underline;
}
.copy_link:hover {
	color: #D12C1E;
}

.link_favor {
	width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_2022/css/../img/heart.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
	cursor: pointer;
}

.link_favor.active {
	background-image: url(/local/templates/main_2022/css/../img/heart2.svg);
}

.modal {
	display: none;
}

.showerooms__address br {
	display: none;
}




.polzunok-container-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.polzunok-container-5 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.polzunok-container-5:after {
    content: "";
    clear: both;
    display: table;
}
.polzunok-container-5 .ui-slider {
    position: relative;
    background: #D8D8D8;
    height: 2px;
    float: left;
    width: 100%;
}
.polzunok-container-5 .ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #000;
    top: -4px;
    background: #FFF;
    z-index: 2;
    -webkit-transition: border 0.4s, -webkit-transform 0.2s;
    transition: border 0.4s, -webkit-transform 0.2s;
    transition: transform 0.2s, border 0.4s;
    transition: transform 0.2s, border 0.4s, -webkit-transform 0.2s;
}
.polzunok-container-5 .ui-slider .ui-slider-handle:last-child{
	margin-left: 0px;
}
.polzunok__min {
    width: 100px;
    float: left;
    position: relative;
}
.polzunok__max {
    width: 100px;
    float: left;
    position: relative;
}
.polzunok__min span,
.polzunok__max span {
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "MontserratBold";
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.polzunok-input-5-left,
.polzunok-input-5-right {
    height: 28px;
    background: #FFF;
    border: none;
    text-align: right;
    font-size: 18px;
    width: 100%;
    margin-bottom: 12px;
    padding-right: 36px;
	font-family: "MontserratBold";
    background-color: transparent;
}
.polzunok-container-5 .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 2px;
    border: 0;
    background: #000;
}


.catalog__btn-sort {
	display: none;
}

#add_reviews {
	display: none;
}

.star-rating > .reviews__block-input {
	display: none;
}

.reviews__back {
	display: none;
}

.personal-form__item-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom: 10px;
}

.personal-form__checkbox input {
	display: none;
}

.personal-form__checkbox label::after {
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #B9B9B9;
    background-color: transparent;
    position: absolute;
    top: 2px;
    left: 0;
    transition: all .2s linear;
    background-position: center;
    background-repeat: no-repeat;
}


.personal-form__checkbox input:checked + label::after {
    background-color: #D12C1E;
    border-color: #D12C1E;
    background-image: url(/local/templates/main_2022/css/../img/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.personal-form__checkbox {
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.personal-form__checkbox label {
    display: inline-block;
	font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 24px;
    color: #777;
	margin-bottom: 0;
	padding-left: 28px;
	position: relative;
}

#deliveries-list {
	margin-bottom: 30px;
}

.personal-form__link {
    min-width: 240px;
}

.personal-form__link a {
    color: #777;
    text-decoration: none;
    margin-left: 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
	font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 24px;
}

.basket-items-list-item-container-expend .product__edit, .basket-items-list-item-container-expend .product__norm {
	display: none;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
    background-color: transparent;
}

.basket-items-list-item-removed-container {
	font-family: "MontserratRegular";
}

.basket-items-list-item-removed-container strong {
	font-family: "MontserratBold";
}

.wrap_ico_sop a, .profil-favorites__back a {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #777777;
    font-family: "MontserratRegular";
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-decoration: none;
    transition: all .3s linear;
    display: table;
    float: left;
}
.wrap_ico_sop a:hover, .profil-favorites__back a:hover {
    color: #D12C1E;
}
.wrap_ico_sop a {
	padding-left: 0;
	margin-right: 20px;
	text-decoration: underline;
}

.wrap_ico_sop {
	padding: 20px 0;
}

.header__enter {
	min-width: 257px;
	display: none;
	position:absolute;
	padding: 27px 31px;
	background: #FFFFFF;
	border: 1px solid rgba(29, 28, 28, 0.2);
	box-sizing: border-box;
	top: 30px;
	right: 0px;
}

.header__enter a {
	white-space: nowrap;
}

.header__enter a.link_enter {
	font-family: "MontserratBold";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	letter-spacing: 0.04em;
	text-transform: capitalize;
	color: #141414;
	padding-bottom: 11px;
	border-bottom: 1px solid;
	border-color: rgba(185, 185, 185, 0.4); 
	text-decoration: none;
	/*-webkit-text-stroke: thin;*/
    background-image: url(/local/templates/main_2022/css/../img/arrow-red.svg);
    background-position: right 2px;
    background-repeat: no-repeat;
}


.header__enter a.link_exit {
	font-family: "MontserratRegular";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	letter-spacing: 0.04em;
	color: #141414;
	padding-top: 11px;
	text-decoration: none;
}

.header__enter a:hover {
	color: #D12C1E;
}


.bx-sls .bx-ui-sls-container {
    overflow: hidden;
    min-height: 48px;
}

.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route, .bx-sls .dropdown-block{
	width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "MontserratRegular";
    border: 1px solid rgba(29, 28, 28, 0.2);
    background-color: transparent;
    font-size: 16px;
    color: #0A0A0A;
    transition: all .3s linear;
    margin-bottom: 15px;
}

.bx-sls .dropdown-icon{
	display: none;
}

.bx-sls .bx-ui-sls-clear,
.bx-sls .bx-ui-sls-clear:hover {
	background-color: #fff !important;
	margin-top: 15px;
    background-position: 10px -3418px;
}

.bx-sls .bx-ui-sls-clear{
	background-color: #fff !important;
}

.bx-sls .bx-ui-sls-route {
    color: #aba8ac!important;
    z-index: 5;
}

.dropdown-fade2white{
	background: #eee !important;
	width: 0px !important;
	background: linear-gradient(#eee) !important;
}

.bx-sls .dropdown-fade2white{
	width: 0px !important;
}

.d-none {
    display: none;
}

#bx-soa-total-mobile {
	display: none;
}

.bx-soa-cart-total-line {
    display: none;
}

.bx-soa-cart-total-line-total {
    display: flex;
    width: 100%;
	margin-bottom: 15px;
}

.payment__footer-item-text{
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    padding-left: 28px;
    cursor: pointer;
}

.payment__footer-item-price {
	font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    padding-left: 28px;
    cursor: pointer;
	font-family: "MontserratBold";
}

#edit_product_cart {
	display: none !important;
}

.bx-step-error .payment__step-title {
    color: #D12C1E;
}

.bx-soa-pp-company-selected {
	font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    padding-left: 28px;
    cursor: pointer;
}

.bx-soa-customer-field[data-property-id-row='11'] {
	display: none;
}

.bx-soa-section-content {
	margin-bottom: 30px;
	font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    cursor: pointer;
}

#bx-soa-main-notifications {
	margin-bottom: 30px;
	font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
    padding-left: 28px;
    cursor: pointer;
}

.basket-coupon-text {
	font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
}

.close-link {
	display: inline-block;
	font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
    font-family: "MontserratRegular";
}

.close-link:hover {
	color: #D12C1E;
	cursor: pointer;
}

.bx-soa-coupon-remove {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    background: url(/local/templates/main_2022/css/../img/del-coup.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.bx-soa-tooltip-success .tooltip-inner {
    display: block;
    font-size: 12px;
    color: #0ee300;
    margin-bottom: 15px;
}

.ordering .login {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "MontserratRegular";
    margin-bottom: 30px;
    overflow: hidden;
    background: #E30000;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    border-radius: 4px;
}

.ordering .login a {
    text-decoration: none;
    color: #fff;
    text-decoration: underline;
}

.filter__item label.disabled {
    color: #ccc !important;
}

.footer-bottom__item a {
	color: #777;
    font-size: 12px;
    line-height: 18px;
    font-family: "MontserratRegular";
	width: 100%;
	text-align: right;
}

.footer-bottom__item a img {
	display: inline;
	vertical-align: text-top;
}


.bx-soa-customer-field[data-property-id-row='9'] {
	width: 48%;
    display: inline-block;
}
.bx-soa-customer-field[data-property-id-row='10'] {
	width: 48%;
    display: inline-block;
    float: right;	
}


.ordering__input .jq-selectbox li{
	white-space: normal;
}

.ordering_payment {
	margin-bottom: 130px;
	 font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "MontserratRegular";
}

.ordering_payment .pay__name {
	font-family: "MontserratBold";
	font-size: 20px;
	margin-bottom: 15px;
}

.ordering_payment .pay__text, .ordering_payment .sale_order_full_table {
	margin-bottom: 15px;
}

.ordering_payment a {
	color: #D12C1E;
}

.mob-back-fon {
	display: none;
}

.mob-back-fon.open {
	position: fixed;
	display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#mod-size .sizes-tab__wrap-table table td {
	min-width: 80px;
}


#get_more_product {
	width: 256px;
	margin-bottom: 10px;
	display: none;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #B9B9B9;
}

.bold-text-more_product {
	font-family: "MontserratBold";
    font-size: 16px;
    line-height: 21px;
	margin-bottom: 14px;
	display: block;
}

.text-more_product {
	font-family: "MontserratRegular";
    font-size: 14px;
    line-height: 21px;
	margin-bottom: 33px;
	display: block;
}

#get_more_product a{
	border: 1px solid #1D1C1C;
	box-sizing: border-box;
	position: relative;
    top: inherit;
    right: inherit;
    display: block;
    margin-top: inherit;
    width: inherit;
    height: inherit;
    cursor: pointer;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    width: 100%;
    height: 60px;
    background-color: #FFF;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    transition: all .3s linear;
}

.text_inform_copy, .inform_link {
	text-align: left !important;
}


.bx-soa-coupon-input, .bx-soa-coupon-label {
	display: none;
}

.whatsapp.mob {
	display: none;
}


.cart-tovar__body .jq-selectbox__dropdown ul{
	width: 100%;	
}

.cart-tovar__body .jq-selectbox li{
	width: 100%;
}

.back-link {
	 font-family: "MontserratSemiBold";
	 font-size: 14px;
	 line-height: 24px;
	 letter-spacing: 0.1em;
	 transition: all .3s linear;
	 color: #1D1C1C;
}

.back-link:hover {
	color: #D12C1E;
}

#mod-text-conf .modal__text-scroll a {
	 font-family: "MontserratRegular";
	 font-size: 14px;
	 line-height: 24px;
	 letter-spacing: 0.1em;
	 transition: all .3s linear;
	 color: #1D1C1C;
}

#mod-text-conf .modal__text-scroll a:hover {
	color: #D12C1E;
}


#mod-text-conf .modal__text-scroll ul {
	list-style: disc;
    padding-left: 20px;
    margin-bottom: 18px;
}

.madal-enter-auth {
	margin: 0 auto;
	width: 100%;
    max-width: 360px;
	padding-bottom: 47px;
}

.errortext {
	font-family: "MontserratRegular";
	 font-size: 14px;
	 line-height: 24px;
	 letter-spacing: 0.1em;
}

.account-contacts p {
	font-family: "MontserratRegular";
	 font-size: 14px;
	 line-height: 24px;
	 letter-spacing: 0.1em;
	 transition: all .3s linear;
	 color: #1D1C1C;
}



#bx_auth_serv_formGoogleOAuth{
	position: relative;
}

.bx-ss-button.google-button::before{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
}


.main-categories__category::before {
  content: "";
	display: block;
	position: absolute;
width: 100%;
height: 80%;
left: 0px;
bottom: 0px;
background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
opacity: 0.5;
}


.main-user-consent-request-popup-text {
	width: 100%;
}

.main-user-consent-request-popup-cont {
	min-width: 320px;
	width: 90%;
	max-width: 1200px;
}

.main-user-consent-request-popup-text a {
	color: #D12C1E;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
	font-family: 'MontserratRegular';
}

.main-user-consent-request-popup-text {
	height: calc(100vh - 150px);
	scrollbar-color: #D12C1E #E6E6E6;
	scrollbar-width: thin;
}



.main-user-consent-request-popup-text::-webkit-scrollbar {
	width: 4px;
	background-color: #E6E6E6;
}
.main-user-consent-request-popup-text::-webkit-scrollbar-thumb {
	background-color: #D12C1E;
}
.main-user-consent-request-popup-text::-webkit-scrollbar-track {
	background-color: #E6E6E6;
}


.main-user-consent-request-popup-button-acc {
	color: #fff;
    font-family: "MontserratSemiBold";
    font-size: 14px;
    line-height: 24px;
    border: none;
    background-color: #D12C1E;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
}

.main-user-consent-request-popup-button-acc:hover {
	background-color: #D12C1E;
box-shadow: 0px 7px 40px rgb(209 44 30 / 35%);
}


/*Видео в шапке*/
.header__media {
	/*display: none;*/
}
/*Видео в шапке*/





#fcookie {
    width: 100%;
    max-width: 470px;
    background-image: url(/local/templates/main_2022/css/../img/modal-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px;
	z-index: 1;
}
#fcookie::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .6;
    pointer-events: none;
    z-index: -1;
}
.ex4__title {
    color: #fff;
    font-size: 42px;
    line-height: 54px;
    font-family: "MontserratRegular";
    margin-bottom: 40px;
    text-align: center;
}
.ex4__subtitle {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-family: "MontserratBold";
    text-align: center;
    margin-bottom: 24px;
}
.ex4__text {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-family: "MontserratRegular";
    text-align: center;
    margin-bottom: 30px;
}
.ex4__btn {
    text-transform: uppercase;
    color: #fff;
    padding: 11px 24px;
    text-decoration: none;
    font-family: "MontserratRegular";
    font-size: 18px;
    line-height: 20px;
    background-color: #E30000;
    margin-bottom: 30px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    border: none;
    letter-spacing: 2.48px;
    cursor: pointer;
}
#fcookie.modal a.close-modal {
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main_2022/css/../img/coolicon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.ex4__form {
    display: block;
    width: 100%;
}
.ex4__form input {
    width: 100%;
    height: 50px;
    background-color: #eee;
    outline: none !important;
    font-size: 14px;
    line-height: 50px;
    color: #000;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    margin-bottom: 18px;
}

.ex4__form input.req:focus,
.ex4__form input.req:not(:placeholder-shown){
	 background-color: #eee !important;
	 border: none;
}
/* полноразмерные картинки для моб.
.mobile-slide {
	display: none !important;
}*/

.ex4__form input.req.error {
	border: 2px solid #D43A2C;
    color: #D43A2C;
}

/*gooogle auth*/

.md-aside-google-widget {
	display: none;
    width: 320px;
    min-height: 170px;
    position: fixed;
    right: 0%;
    top: 8%;
    transform: translateX(-50%);
    z-index: 10250;
	background: #fff;
    border-radius: 26px;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

.md-aside-google-widget .widget-main-img {
    display: block;
    margin: 10px 15px;
	float: left;
	cursor: pointer;
}

.md-aside-google-widget .widget-main-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
	font-family: "MontserratRegular";
	margin-top: 20px;
}

.md-aside-google-widget .widget-main-description {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
	font-family: "MontserratRegular";
	padding: 0 10px;
}

.md-aside-google-widget .btn-primary {
    display: flex;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    max-width: 220px;
    width: 100%;
    color: #fff;
    background: linear-gradient(276.55deg, #46a0c7 20.02%, #5ebce4 84.46%);
    border-radius: 12px;
    justify-content: center;
    border: none;
    font-family: "MontserratRegular";
    margin-bottom: 25px;
}

.md-aside-google-widget .btn-close {
    position: absolute;
    padding: 0;
    line-height: 0;
    top: 22px;
    right: 20px;
    z-index: 3;
	font-weight: 400;
    color: #007bff;
    text-decoration: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-appearance: none;
	display: inline-block;
	border: none;
	cursor: pointer;
}

/*gooogle auth*/



.md-aside-telegram-widget {
	display: none;
    width: 152px;
    min-height: 317px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 900;
    background: #fff url(/local/templates/main_2022/css/../img/phone-bg-widget.png) no-repeat top -2px left -3px;
    border-radius: 26px;
}

.md-aside-telegram-widget .widget-main-img {
    display: block;
    margin: 40px auto 20px;
}

.md-aside-telegram-widget .widget-main-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
	font-family: "MontserratRegular";
}

.md-aside-telegram-widget .widget-main-description {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
	font-family: "MontserratRegular";
	padding: 0 10px;
}

.md-aside-telegram-widget .btn-primary {
    display: flex;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    max-width: 112px;
    width: 100%;
    color: #fff;
    background: linear-gradient(276.55deg, #46a0c7 20.02%, #5ebce4 84.46%);
    border-radius: 12px;
    justify-content: center;
    border: none;
	font-family: "MontserratRegular";
}

.md-aside-telegram-widget .btn-close {
    position: absolute;
    padding: 0;
    line-height: 0;
    top: 22px;
    right: 20px;
    z-index: 3;
	font-weight: 400;
    color: #007bff;
    text-decoration: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-appearance: none;
	display: inline-block;
	border: none;
	cursor: pointer;
}

.modal-form__text2 {
	font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
    font-family: "MontserratRegular";
}


.basket-coupon-block-total-price-difference {
	font-size: 16px;
    color: #d12c1e;
}

.cart-form__block-code .close-link {
	text-decoration: underline;
}


#mobile_quant_element {
	display: none;
	font-size: 16px;
    line-height: 24px;
    color: #777;
    font-family: "MontserratRegular";
	margin-bottom: 25px;
	text-align: center;
}

#mobile_quant_element a {
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	font-size: 20px;
	color: #777;
}

#mobile_quant_element a span {
	width: 10px;
    height: 14px;
    background: #777;
    display: inline-block;
    margin-right: 2px;
}

#mobile_quant_element a.active span {
	width: 10px;
    height: 14px;
    background: #1D1C1C;
    display: inline-block;
    margin-right: 2px;
}

.desc_promocod {
	font-size: 14px;
    line-height: 18px;
    color: #777;
    font-family: "MontserratRegular";
	display: none;
}

.desc_promocod.open{
	display: block !important;
}

.category__item-text:hover, .main-sales__text:hover {
	text-decoration: underline;
}


.modal__form-btn.disabled {
	pointer-events: none;
}

.stock-timer {
	background-image: url(/local/templates/main_2022/css/../img/bg-special-top.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.roistat-online-chat-holder {
	bottom: 130px !important;
}

.wrap_pager {
	width: 100%;
}

.main-instagram__item img {
	height: auto;
}

.category__wrap_item-media {
	position: relative;
}

.fancybox-caption__body {
	display: none;
}

.category__item-wrap-price{
	min-height: 34px;
	/*align-items: end;*/
	position: absolute;
    top: 355px;
    left: 21px;
    flex-direction: column-reverse;
}

.filter_link {
	width: 45%;
	height: 44px;
    background-color: #1D1C1C;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratSemiBold";
	cursor: pointer;
	border: none;
}

.filter_link.red{
	background-color: #D12C1E;
}

.bx-filter-parameters-box-container {
	display: flex;
    justify-content: space-between;
	margin-top: 30px;
}
.btn-order-save, .ordering__form-item-in button,
.main-categories-all, .product__addcart, .product__quick-order, .cart__footer-item button,
.cart__footer-item .cart-form__btn, .web_form_submit, .personal-data__form .btn-form, .personal-data__form button, .submit-button{
	/*border-radius: 30px;*/
}

.product__addcart.cat{
	border-radius: 17px;
}

.filter_link {
	border-radius: 22px;
}


.bx-filter-popup-result {
	font-family: "MontserratRegular";
    font-size: 13px;
    font-weight: normal;
    line-height: 33px;
    position: absolute;
    z-index: 930;
    display: none;
    height: 33px;
    margin-top: -30px;
    margin-left: 10px;
    padding: 0 10px;
    white-space: nowrap;
    color: #3f3f3f;
    border-top: 1px solid #c0d6dc;
    border-right: 1px solid #c0d7dd;
    border-bottom: 1px solid #c0d6dc;
    border-left: 1px solid #c0d7dd;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
	right: 0;
}

.bx-filter-popup-result:before {
	display: block;
	content: "";
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #D12C1E;
	  position: absolute;
	  top: 6px;
	  left: -10px;
  }

.bx-filter-popup-result a {
    color: #D12C1E;
}

.bx-soa-cart-total.disabled .btn-order-save {
	/*display: none;*/
}

.desc_tel, .mob_tel {
	display: flex;
	flex-wrap: wrap;
	/*width: 140px;*/
	width: 150px;
    justify-content: end;
	padding-right: 20px;
}

.mob_tel {
	display: none;
}

.desc_tel a, .mob_tel a {
	color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    font-family: "MontserratSemiBold";
    transition: all .3s ease-in-out;
	text-decoration: none;
}

 .mob_tel a {
	line-height: 14px;
 }

.header.inner .mob_tel a,
.header.scroll .mob_tel a,
.header.inner .desc_tel a,
.header.scroll .desc_tel a {
	color: #3B3B3B;
}


.header.inner #get-phone-link, .header.inner #get-phone-link-mob,
.header.scroll #get-phone-link, .header.scroll #get-phone-link-mob {
	text-decoration: underline;
	color: #D12C1E;
}

.cart-mod-wrap {
	width: 100%;
	max-width: 746px;
	overflow: hidden;
	margin-bottom: 30px;
}

.cart-mod-img {
	width: 200px;
	float: left;
}

.cart-mod-img img{
	width: 100%;
	height: auto;
}

.cart-wrap-but, .cart-desc-wrap {
	padding-left: 15px;
	width: calc(100% - 200px);
	float: right;
}

.cart-wrap-name {
	color: #1D1C1C;
	font-family: "MontserratSemiBold";
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}

.cart-wrap-size {
	color: #1D1C1C;
    font-family: "MontserratRegular";
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}

.cart-desc-wrap .product__wrap-price {
	margin-bottom: 12px;
}

#cart-size {
	font-family: "MontserratSemiBold";
}

.card-wrap-season {
	color: #1D1C1C;
	font-family: "MontserratRegular";
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}

.discount_dif {
	font-family: "MontserratSemiBold";
	font-size: 14px;
	line-height: 24px;
	margin-top: -24px;
	margin-bottom: 24px;
	color: #1D1C1C;
	width: 100%;
}

#add-card .discount_dif {
	margin-bottom: 12px;
	margin-top: 12px;
}

#price_diff_cart, #price_diff {
	display: inline;
}

.discount_dif span {
	color: #D12C1E;
}

.card-wrap-season span {
	font-family: "MontserratSemiBold";
}

#add-card .product__addcart {
	font-size: 16px;
	line-height: 20px;
	height: 41px;
	max-width: 230px;
	display: inline-flex;
	margin-right: 20px;
	box-shadow: none;
}

#add-card .modal__text-link {
	display: inline-block;
	margin-right: 25px;
}

#add-card .main-sales {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	max-width: 747px;
	clear: both;
}

#add-card .main-sales__slider,
#add-card .main-sales__container {
	width: 100%;
}

#add-card .main-sales__slider .owl-nav .owl-next {
	right: 0;
}

#add-card .main-sales__slider .owl-nav .owl-prev {
	left: 0;
}

#add-card .product__addcart.cat {
	position: relative;
    width: 230px;
    display: inline-flex;
	border-radius: 21px;
	right: 0;
	margin-bottom: 12px;
}

.tagseolist {
	margin-top: 30px;
	width: 100%;
}

.tagseolist .product__addcart.tag {
	display: inline-flex;
	position: relative;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
	font-size: 12px;
    line-height: 12px;
    text-align: center;
    background: transparent;
    color: #1D1C1C;
    border: 2px solid #D12C1E;
	height: 30px;
	box-shadow: none;
}

.tagseolist .product__addcart.tag:hover{
	border: 2px solid #1D1C1C;
    background: transparent;
	box-shadow: none;
}
.nav__level2 > li {
	flex-wrap: wrap;
}

.sub-nav{	
	position: relative;
    top: 0px;
    width: 100%;
    padding: 15px 0px 10px 15px;
    background-color: #fff;
    cursor: auto;
    
    min-width: 250px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
	width: 210px;
	z-index: 10;
	list-style: none;
    display: none;
}
.sub-nav > li.nav__item a:hover,
.nav__item a:hover {
	background-image: none !important;
}

.caret {
	position: absolute;
    right: 0;
	top: 7px;
    width: 15px;
    height: 15px;
	font-family: "MontserratRegular";
	color: #D12C1E;
	padding: 15px;
	cursor: pointer;
}

.sub-nav .caret {
	top: 1px;
}

.caret::before {
	display: block;
	content: "+";
	margin-top: -15px;
    font-size: 28px;
    margin-left: -6px;
}

.nav__item.open > .caret::before {
	display: block;
	content: "—";
    display: block;
    margin-top: -10px;
    font-size: 16px;
}

.nav__item.open > .sub-nav{
	display: block;
}

.sub-nav > li a{
	text-decoration: none;
    color: #141414;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    font-family: "MontserratRegular";
    transition: all .3s ease-in-out;
    background-position: right center;
    display: flex;
    align-items: center;
    width: 100%;
}

.sub-nav > li a:hover {
	-webkit-text-stroke: thin;
    background-image: url(/local/templates/main_2022/css/../img/arrow-red.svg) !important;
    background-position: right center;
    background-repeat: no-repeat;
}

.sub-nav > li + li a{
margin-top: 16px;
}

.sub-nav li > a::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #E30000;
    bottom: -5px;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sub-nav li{
	position: relative;
}

.nav__item {
	position: relative;
}

#for_seo {
	display: none;
}

ul.map_level1 {
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 30px;
}

ul.map_level1 > li {
	width: 300px;
	list-style: none;
	margin-bottom: 30px;
}

ul.map_level2 > li {
	width: 300px;
	list-style: none;
}

ul.map_level3 > li {
	width: 300px;
	list-style: none;
}

.map_sub {
	width: 100% !important;
}

.map_sub2 > a {
	font-family: "MontserratBold" !important;
}

.map_sub2 {
	width: 100% !important;
	margin-bottom: 0px !important;
}

ul.map_level1 li a {
	font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-family: "MontserratRegular";
	color: #1D1C1C;
}

ul.map_level3 li a {
	font-size: 12px;
}

ul.map_level1 > li > a {
	font-family: "MontserratBold";
	text-transform: uppercase;
	font-size: 16px;
}

ul.map_level2 {
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 30px;
	/*border-left: 1px solid #1D1C1C;
	border-bottom: 1px solid #1D1C1C;*/
	margin-left: 20px;
	padding-left: 10px;
}

ul.map_level3 {
	/*display: flex;
    flex-wrap: wrap;*/
	margin-bottom: 30px;
	/*border-bottom: 1px solid #D12C1E;
	border-left: 1px solid #D12C1E;*/
	margin-left: 30px;
	padding-left: 10px;
}


.item__col .item {
	margin-bottom: 30px;
}


.wrap-main-slider .btn-order-save {
	position: absolute;
}


.flags_ico {
	margin-left: 10px;
    margin-top: -2px;
	margin-bottom: -5px;
}


/*стр About*/

.about {
	width: 100%;
    overflow: hidden;
	padding-top: 60px;
}

.about__title {
    margin-bottom: 40px;
    color: #1D1C1C;
    font-size: 36px;
    line-height: 44px;
    /*letter-spacing: 0.15em;*/
    text-transform: uppercase;
    font-family: "MontserratRegular";
    font-weight: normal;
}

.wrap-about {
	display: flex;
    /*display: -webkit-box;*/
}

.block_a1 {
	width: 1280px;
    margin-left: auto;
    margin-right: auto;
	flex-wrap: wrap;
    margin-bottom: 18px;
}

.sect_block {
    width: 50%;
	position: relative;
}

.wrap-about p {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
	margin-bottom: 16px;
}


.block_a1 img {
	position: absolute;
    bottom: 0;
    transform: translate(0%, -24px);
}

.block_a2 .sect_date {
	text-align: center;
    font-family: 'Cormorant', serif;
    color: #D43A2C;
    font-size: 150px;
    width: 100%;
	margin-top: 88px;
	margin-bottom: 88px;
	opacity: 0;
}

.block_a2 .sect_date img {
	max-width: 80%;
}

.block_a3 {
	justify-content: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
	margin-bottom: 208px;
}

.block_a3 .sect_block:nth-child(2) {
	width: 585px;
	padding-top: 80px;
}

.block_a3 .sect_block:nth-child(1) img:nth-child(1) {
	margin-left: -220px;
}

.block_a3 .sect_block:nth-child(1) img:nth-child(2) {
	position: absolute;
    transform: translate(-50px, 210px);
}

.block_a3 .sect_block:nth-child(1) img:nth-child(3) {
	position: absolute;
    bottom: 0;
    transform: translate(-220px, -204px);
}

.block_a3 .sect_block:nth-child(2) img:nth-of-type(1) {
	position: absolute;
    top: 170px;
    right: -200px;
}

.block_a3 .sect_block:nth-child(2) img:nth-of-type(2) {
	position: absolute;
    bottom: 170px;
    right: -170px;
}

.date-text {
	font-family: 'Cormorant', serif;
    color: #D43A2C;
    font-size: 42px;
	line-height: 24px;
	margin-top: 24px;
	margin-bottom: 40px;
	position: relative;
	left: 175px;
	display: inline-block;
}

.date-text:before {
	content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 0px;
    left: -175px;
    top: 16px;
    border-bottom: 1px solid #D43A2C;
}

.date-text.long:before {
	width: 250px;
	left: -285px;
}

.block_a4 {
	width: 1280px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
}

.block_a4 .sect_block:nth-child(1) {
	width: 520px;
}

.block_a4 .sect_block:nth-child(2) {
	margin-left: 127px;
}

.block_a4 .sect_block:nth-child(2) img:nth-of-type(1) {
	position: absolute;
	right: -150px;
	top: -108px;
	z-index: -1;
}
.block_a4 .sect_block:nth-child(2) img:nth-of-type(3) {
	position: absolute;
	right: -60px;
	bottom: 16px;
	z-index: 1;
}

.block_a5 {
	justify-content: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
	margin-bottom: 208px;
}

.block_a5 .sect_block:nth-child(2) {
	width: 650px;
	padding-top: 28px;
}

.wrap-about ul {
    list-style: none;
    margin-bottom: 20px;
}

.wrap-about ul li {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
	padding-left: 20px;
}

.wrap-about ul li::before {
	content: "";
	background: #D43A2C;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	left: 0;
    margin-top: 8px;
}

.block_a5 .sect_block:nth-child(1) img{
	margin-left: -200px;
}

.block_a6 {
	justify-content: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
	margin-bottom: 208px;
}

.block_a6 .sect_block:nth-child(1) {
	width: 500px;
	margin-right: 150px;
	padding-top: 64px;
}

.wrap_block_list {
	background: url('/local/templates/main_2022/css/../img/block_black_bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom:88px;
	margin-bottom: 88px;
}

.wrap_block_list h2 {
	color: #fff;
	margin-bottom: 20px;
}

.wrap_block_list p {
	color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    margin-bottom: 16px;
}

.wrap_block_list span {
	color: #fff;
	font-family: "MontserratRegular";
    font-size: 40px;
    border-bottom: 1px solid #D43A2C;
    margin-bottom: 14px;
    display: inline-block;
}

.sect_black_block {
	width: 1280px;
    margin-left: auto;
    margin-right: auto;
	background: url('/local/templates/main_2022/css/../img/about-logo.svg');
	background-position: right center;
	background-repeat: no-repeat;
}

.wrap_black_block {
	width: 1280px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.black_block_list {
	width: calc(33% - 6px);
	min-height: 239px;
	margin-bottom: 20px;
	padding: 30px 32px 30px 32px;
	background: 
    linear-gradient(to right, #D9D9D9 20%, transparent 0, transparent calc(100% - 20%), #D9D9D9 0) 0 0 / 100% 1px no-repeat,
    linear-gradient(to right, #D9D9D9 20%, transparent 0, transparent calc(100% - 20%), #D9D9D9 0) 0 100% / 100% 1px no-repeat,
    linear-gradient(to bottom, #D9D9D9 100%, transparent 0, transparent 0%, #D9D9D9 0) 0 0 / 1px 100% no-repeat,
    linear-gradient(to bottom, #D9D9D9 100%, transparent 0, transparent 0%, #D9D9D9 0) 100% 0 / 1px 100% no-repeat;
}

.black_block_list:nth-child(4) {
	width: 66%;
	background: 
    linear-gradient(to right, #D9D9D9 49%, transparent 0, transparent calc(100% - 49%), #D9D9D9 0) 0 0 / 100% 1px no-repeat,
    linear-gradient(to right, #D9D9D9 30%, transparent 0, transparent calc(100% - 30%), #D9D9D9 0) 0 100% / 100% 1px no-repeat,
    linear-gradient(to bottom, #D9D9D9 100%, transparent 0, transparent 0%, #D9D9D9 0) 0 0 / 1px 100% no-repeat,
    linear-gradient(to bottom, #D9D9D9 100%, transparent 0, transparent 0%, #D9D9D9 0) 100% 0 / 1px 100% no-repeat;
}

.block_a7 {
	justify-content: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
	margin-bottom: 100px;
}

.block_a7 .sect_block:nth-child(1) {
	width: 590px;
	margin-right: 63px;
}

marquee {
	background: #D43A2C;
	font-size: 78px;
	line-height: 135px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: -5px;
	font-family: "MontserratRegular";
}

.sect_date.fade-in {
  animation: fadeIn ease 3.5s;
  -webkit-animation: fadeIn ease 3.5s;
  -moz-animation: fadeIn ease 3.5s;
  -o-animation: fadeIn ease 3.5s;
  -ms-animation: fadeIn ease 3.5s;
  opacity: 1;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


.secret_section p, .secret_section {
	font-size: 16px;
    line-height: 24px;
    color: #141414;
    font-family: "MontserratRegular";
    margin-bottom: 26px;
}

.secret_section a {
	text-decoration: underline;
    color: #D12C1E;
}

.not-availible {
	filter: grayscale(1);
}

.not_availible_product {
	margin-bottom: 46px;
}

.not_availible_product p {
	text-transform: uppercase;
    color: #D43A2C;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratSemiBold";
}

.availible_product {
	margin-bottom: 46px;
}

.availible_product p {
	text-transform: uppercase;
    color: #28b446;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratSemiBold";
}

.offers-list {
	display: none;
    justify-content: normal;
	flex-wrap: wrap;
	padding: 15px;
	position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(255,255,255,0.8);
}

.offers-item {
	display: block;
    width: 40px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000;
    font-family: "MontserratRegular";
    cursor: pointer;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
    transition: all .3s linear;
}

.offers-item.set {
	border: 1px solid #D43A2C;
}

.product_del_text {
	font-family: "MontserratRegular";
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 20px;
}

.free_delivery {
	font-family: "MontserratRegular";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	background-color: rgba(212, 58, 44, 0.1);
	background-image: url('/local/templates/main_2022/css/../img/ico-delivery.svg');
	background-position: 15px center;
	background-repeat: no-repeat;
	padding: 15px 0 15px 60px;
	margin-bottom: 20px;
}

.guaranty_delivery {
	font-family: "MontserratRegular";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	background-color: #F0FFF0;
	background-image: url('/local/templates/main_2022/css/../img/ico-guaranty.svg');
	background-position: 15px center;
	background-repeat: no-repeat;
	padding: 15px 0 15px 60px;
	margin-bottom: 20px;
}

.del_small_text {
	font-family: "MontserratRegular";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	display: block;
}

.product_demonstration {
	background: #F2F2F2;
	border: 1px solid rgba(134, 134, 134, 0.29);
	padding: 16px;
	margin-bottom: 20px;
	/*margin-top: -10px;*/
	margin-top: 30px;
}

.demonstration_title {
	font-family: "MontserratRegular";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
}

.demonstration_text {
	font-family: "MontserratRegular";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 18px;
	display: block;
}

.demonstration_link {
	height: 36px;
	display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #0F0F0F;
    transition: all .3s linear;
	font-family: "MontserratRegular";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;	
}

.demonstration_link img {
    display: block;
    margin-right: 13px;
    backface-visibility: hidden;
}

.veshalka {
	display: none;
    align-items: center;
    justify-content: flex-start;
	text-decoration: none;
	z-index: 10;
    position: absolute;
    bottom: 40px;
	left: 20px;
}

.veshalka span {
	font-family: "MontserratRegular";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	padding: 4px 23px;
	text-decoration: none;
	color: #1D1C1C;
    background-color: rgba(255, 255, 255, 0.8);
	margin-left: -20px;
    z-index: -1;
}

.news-catalog-show {
	padding-top: 0px !important;
	padding-bottom: 80px !important;
}



.category__item-media:hover::after,
.main-sales__media:hover::after {
    opacity: 0;
}

.category__item-media:hover::before,
.main-sales__media:hover::before {
    opacity: 0;
}

.order-wrap-steps {
	background: #F5F5F5;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	margin-bottom: 50px;
}

.order-step {
	height: 88px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	opacity: 0.3;
}

.order-step.active {
	opacity: 1;
}

.order-step.s1 {
	width:375px;
	background-image: url(/local/templates/main_2022/css/../img/order-step-1.svg);
}

.order-step.s2 {
	width:375px;
	background-image: url(/local/templates/main_2022/css/../img/order-step-2.svg);
}

.order-step.s3 {
	width:110px;
	background-image: url(/local/templates/main_2022/css/../img/order-step-3.svg);
}
.order-step span {
	position: absolute;
    bottom: 0;
    width: 160px;
    left: -46px;
    text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	font-family: "MontserratRegular";
}

.order-step.s3 span {
	left: -25px;
}

.order-wrap-steps {
	/*display: none !important;*/
}

.main-sales.pt-0 {
	padding-top: 0px;
}

.best_special_front {
	padding-bottom: 138px;
}


.cart-tovar__btn1:not(.reset_cart) {
	font-size: 0;
	width: 14px;
	height: 14px;
	background-image: url(/local/templates/main_2022/css/../img/x.svg);
	background-repeat: no-repeat;
    background-position: center;
	position: absolute;
    right: 0;
    top: 0;
}

.mob-cart-tovar__text {
	display: none;
}

.cart-tovar__btn2, .reset_cart {
	width: 150px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	text-decoration: none !important;
	border: 1px solid #D9D9D9;
}

.cart-tovar__body {
	position: relative;
}

.cart_del_mob {
	display: none;
}

#cart_go_catalog {
	margin-bottom: 60px;
	display: none;
}

#cart_go_catalog.cart_fixed_catalog {
	padding: 15px;
	margin-bottom: 0px;
}

#cart_go_catalog a {
	border: 1px solid #1D1C1C;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    color: #1D1C1C;
    font-family: "MontserratSemiBold";
    width: 100%;
    height: 60px;
    background-color: #FFF;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    transition: all .3s linear;
	max-width: 480px;
    margin: 0 auto;
}


.footer_text_cart_delivery {
	margin-top: 27px;
	width: 100%;
	padding-top: 35px;
	border-top: 1px solid #B9B9B9;
	display: flex;
}

.footer_text_cart_delivery .cart__footer-text {
	max-width: 625px;
	width: 100%;
}

.footer_text_cart_delivery .text-more_product {
	font-size: 16px;
	color: #1D1C1C;
}

.cart__footer-text.mobile {
	display: none;
}

.text-more_product {
	display: none;
}

.text-more_product.show-block {
	display: block;
}

#wrap_price .text-more_product.show-block {
	display: none;
}


.round-button {
	color: #1D1C1C;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "MontserratRegular";
    padding-left: 44px;
    position: relative;
    text-decoration: none;
    display: table;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 0px;
}

.round-button::after {
    content: "";
    border: 1px solid rgba(185, 185, 185, 0.5);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -18px;
    transition: all .3s ease-in-out;
    background-image: url(/local/templates/main_2022/css/../img/arrow-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.round-button:hover::after {
    border-color: rgba(209, 44, 30, 0.5);
}

.cart-tovar__head span.colsep {
	display: none;
}

span.colsep {
	color:#777777;
}

/* new order template */
.bx-active {
	opacity: 0.3;
	pointer-events: none;
}

.bx-active.bx-selected {
	opacity: 1;
	pointer-events: all;
}

.bx-step-completed {
	opacity: 1;
	pointer-events: all;
}

.bx-selected .has-error .bx-soa-customer-input,
.bx-selected .has-error .bx-ui-sls-input-block {
	border: 1px solid #D12C1E;
	background-image: url(/local/templates/main_2022/css/../img/alert-circle.svg);
	background-position: center right 18px;
	background-repeat: no-repeat;
}


.ordering__steps-number, .ordering__steps-load {
	display: none !important;
}


.ordering__form-title .ordering__form-item-edit {
	display: none !important;
}
.bx-step-completed .next-step.ordering__form-item-edit {
	display: none !important;
}

.tooltip-inner {
	display: none;
}

.alert.alert-danger {
	display: none;
}

.date-order-final {
	width: 330px;
	padding: 14px 20px;
	color: #1D1C1C;
	background: #F5F5F5;
	border: 1px solid rgba(134, 134, 134, 0.29);
	font-family: "MontserratRegular";
	font-size: 14px;
	margin-bottom: 10px;
}

.date-order-final strong {
	font-family: "MontserratSemiBold";
}

.final_text_order {
	font-family: "MontserratRegular";
	font-size: 14px;
	margin: 20px auto;
	color: 1D1C1C;
}

.ordering .main-categories-all {
	display: flex;
	color: #fff;
}

.ordering .pay__text {
	padding-top: 38px;
	background-image: url(/local/templates/main_2022/css/../img/final-order.svg);
	background-position: left top;
	background-repeat: no-repeat;
}

.icon-success {
	background-image: url(/local/templates/main_2022/css/../img/final-order.svg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
    position: absolute;
    left: -10px;
    top: 5px;
}

/*end new order template*/

[data-property-id-row='14'],
[data-property-id-row='15'],
[data-property-id-row='16'],
[data-property-id-row='17']{
   display: none;
}

.video-cont {
	position: relative;
	max-height: 527px;
}

.video-cont video{
	width: 100%;
	height: auto;
}

.video-cont .video-button {
    position: absolute;
    bottom: 13px;
    right: 13px;
    z-index: 10;
    background-image: url(/local/templates/main_2022/css/../img/df-play.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0;
    width: 24px;
    height: 24px;
    background-color: transparent!important;
    /*border: none!important;*/
	border: 1px solid #cbcbcb;
	border-radius: 50%;
	cursor: pointer;
}

.video-cont .video-button.video-playing {
	background-image: url(/local/templates/main_2022/css/../img/df-stop.svg);
}

.video-button span {
	position: absolute;
    right: 0;
    bottom: 35px;
    width: 120px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}

.video-button span::after {
	content: "";
    position: absolute;
    top: 100%;
    right: 10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.bx-rating {
	display: block;
	text-align: center;
	margin-bottom: 45px;
}

.bx-rating-icon-container  {
	margin-right: 3px;
	cursor: pointer;
}

.bx-rating .bx-rating-icon-container:last-child { margin-right: 0; }

.bx-rating-icon {
	fill: #D12C1E;
}

.bx-rating-icon-container:hover .bx-rating-icon {
	stroke: #D12C1E;
}


.sum_red_cart {
	color: #D12C1E;
}


.advantages__item p a {
    color: #D12C1E;
    text-decoration: underline;
}

.home-order__tabs {
    max-width: 100%;
    display: flex;
}

.home-order__tab {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    
    text-transform: uppercase;
    padding: 12px 15px;
    margin-bottom: -1px;
    
    border: 1px solid #fff;
    border-bottom: 1px solid #000;
    opacity: 0.6;
    transition: all .3s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.home-order__tab.active {
    border-color: #000;
    border-bottom: 1px solid #fff;
    opacity: 1;
}

.home-order__content {
    width: 100%;
    border-top: 1px solid #000;
    backdrop-filter: blur(2px);
	margin-bottom: 70px;
}

.home-order__content-item:nth-child(1) {
    display: block;
}
.home-order__content-item {
    display: none;
}

.home-order__content-item .best_special_front {
	padding-top: 70px;
	padding-bottom: 0px;
}

.home-order__content-item .main-sales__container {
	display: none;
}

.nav__level2 li:nth-child(3) a,
.nav__level2.mobile li:nth-child(3) a,
.nav-mobile li:nth-child(4) a{
	color: #D12C1E !important;
}

.nav li:nth-child(5) a {
	/*font-family: "MontserratBold";*/
}

.header__body > .nav li:nth-child(6) a {
	color: #D12C1E !important;
}

.black_button {
	background-color: transparent !important;
	border-color: #1D1C1C;
	border: 2px solid #1D1C1C;
	color: #1D1C1C;
}



.first-page .subscribe {
	order: 10;
}

.first-page .main-seo {
	order: 20;
}

.first-page .footer {
	order: 30;
}

.first-page .footer-bottom {
	order: 40;
}

#myVideo {
	width: 100%;
}

#video {
	max-height: 100vh;
	overflow: hidden;
}

.bx-rating,
.product__addcart.cat,
.product__quick-order,
#get-phone-link {
	display: none !important;
}

.header__gender {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header__gender a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-family: "GothamPro";
    text-decoration: none;
    text-transform: uppercase;
}
.header__gender-sep {
    display: block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
}
.header__gender a.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #fff;
}

.header.inner .header__gender a,
.header.scroll .header__gender a {
	color: #1D1C1C;
}
.header.scroll .header__gender-sep {
	background-color: #1D1C1C;
}
.header.scroll .header__gender a.active::after {
	background-color: #1D1C1C;
}
.header.scroll .header__gender a.active::after {
	background-color: #1D1C1C;
}

.nav-top__gender {
    display: none;
}

.catalog__filter-gender {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;

    position: relative;
    border-bottom: 1px solid rgb(51, 51, 51, 0.2);
    padding: 20px 0;
    margin-bottom: 20px;
}
.catalog__filter-gender-item {
    width: auto;
}
.catalog__filter-gender-item + .catalog__filter-gender-item::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #1D1C1C;
    position: absolute;
    top: 21px;
	margin-left: -15px;
}

.catalog__filter-gender-item > a {
    color: #1D1C1C;
    font-size: 14px;
    line-height: 18px;
    font-family: "MontserratSemiBold";
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    position: relative;
    text-decoration: none;
    display: table;
	margin-right: 30px;
}
.catalog__filter-gender-item > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #EB5757;
    position: absolute;
    left: 0;
    bottom: -4px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.catalog__filter-gender-item > a:hover,
.catalog__filter-gender-item > a.active {
    color: #1D1C1C;
}
.catalog__filter-gender-item > a:hover::after {
    color: #1D1C1C;
}
.catalog__filter-gender-item > a.active::after {
    color: #1D1C1C;
    opacity: 1;
}

/*бренды*/


.cabinet-brands {
    background-color: #F6F6F6;
    padding-top: 40px;
    padding-bottom: 100px;
}
.cabinet-brands__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.cabinet-brands__item {
    padding-bottom: 40px;
}
.cabinet-brands__item h2 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-family: "MontserratRegular";
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.cabinet-brands__grid {
    background-color: #fff;
    width: 100%;
    padding: 40px 25px 10px 25px;
    display: flex;
    flex-wrap: wrap;
}
.cabinet-brands__grid-item {
    border: 1px solid #D9D9D9;
    width: calc(20% - 30px);
    height: 100px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    position: relative;
}
.cabinet-brands__label {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 11px;
    right: 11px;
    z-index: 2;
    cursor: pointer;
}
.cabinet-brands__label img {
    display: block;
    width: 100%;
    height: auto;
}
.cabinet-brands__grid-item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
}
.cabinet-brands__grid-item a:hover {
    opacity: 0.4;
}
.cabinet-brands__grid-item a img {
    display: table;
    max-width: 100%;
    width: auto;
    height: auto;
}

.cabinet-brands__wrap-tabs {
    display: block;
}
.cabinet-brands__actions-tabs {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    padding-top: 23px;
    padding-bottom: 23px;
}
.cabinet-brands__actions-tabs::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(246,246,246,1) 0%, rgba(51,51,51,0.2) 15%, rgba(51,51,51,0.2) 85%, rgba(246,246,246,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.cabinet-brands__actions-tabs::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(246,246,246,1) 0%, rgba(51,51,51,0.2) 15%, rgba(51,51,51,0.2) 85%, rgba(246,246,246,1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.cabinet-brands__tab {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-family: "MontserratRegular";
    text-transform: uppercase;
    margin-right: 70px;
    position: relative;
    cursor: pointer;
}
.cabinet-brands__tab::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all .3s ease-in-out;
}
.cabinet-brands__tab.active::after {
    background-color: #000;
}
.cabinet-brands__tab-content {
    display: block;
}
.cabinet-brands__actions-tabs form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 230px;
    height: 28px;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 0;
    top: 16px;
}
.cabinet-brands__actions-tabs form input {
    background-color: transparent;
    width: 100%;
    height: 26px;
    border: none;
    padding-left: 10px;
    padding-right: 30px;
    font-family: "MontserratRegular";
    font-size: 14px;
}
.cabinet-brands__actions-tabs form input::placeholder {
    color: #ccc;
}
.cabinet-brands__actions-tabs form button {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/main_2022/css/../img/bravd-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
}

.cabinet-brands__tab-item {
    padding-top: 40px;
}
.cabinet-brands__tab-item h2 {
    color: #1D1C1C;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: normal;
    line-height: 44px;
    /* letter-spacing: 0.15em; */
    width: 100%;
    font-family: "MontserratRegular";
    margin-bottom: 30px;
}
.cabinet-brands__tab-item-head {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: "MontserratRegular";
    padding: 0 40px;
    background-color: #101010;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: 75px;
    overflow-y: auto;
}
.cabinet-brands__tab-item-head::-webkit-scrollbar {
    height: 4px;
    background-color: transparent;
}
.cabinet-brands__tab-item-head::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.cabinet-brands__tab-item-head-lang {
    padding-right: 20px;
    display: flex;
    flex-wrap: nowrap;
}
.cabinet-brands__tab-item-head-lang span {
    color: #9E9E9E;
    font-size: 16px;
    line-height: 20px;
    font-family: "MontserratRegular";
    text-transform: uppercase;
    margin-right: 20px;
    position: relative;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.cabinet-brands__tab-item-head-lang span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.cabinet-brands__tab-item-head-lang span:hover {
    color: #fff;
}
.cabinet-brands__tab-item-head-lang span.active {
    color: #fff;
}
.cabinet-brands__tab-item-head-lang span.active::after {
    opacity: 1;
}
.cabinet-brands__tab-item-head-letters {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.cabinet-brands__tab-item-head-letters span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: "MontserratRegular";
    text-transform: uppercase;
    margin-right: 30px;
    position: relative;
    transition: all .3s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
}
.cabinet-brands__tab-item-head-letters span:hover {
    color: #EB5757;
}
.cabinet-brands__tab-item-head-letters span.active {
    color: #EB5757;
}
.cabinet-brands__tab-item-content {
    background-color: #fff;
    padding: 40px;
}
.cabinet-brands__tab-content-item {
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
}
.cabinet-brands__tab-content-title {
    width: 100%;
    margin-bottom: 20px;
    color: #101010;
    font-size: 16px;
    line-height: 20px;
    font-family: "MontserratRegular";
    text-transform: uppercase;
}
.cabinet-brands__tab-content-col {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.cabinet-brands__tab-content-col a.brand_fav,
.cabinet-brands__tab-content-col span {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-family: "MontserratRegular";
    padding-left: 22px;
    margin-bottom: 18px;
    background-image: url(/local/templates/main_2022/css/../img/cabinet-br2.png);
    background-position: left center;
    background-repeat: no-repeat;
	text-decoration: none;
}

.cabinet-brands__tab-content-col a.brand_list {
	color: #000;
    font-size: 16px;
    line-height: 20px;
    font-family: "MontserratRegular";
    margin-bottom: 18px;
	text-decoration: none;
    background-image: none;
}

.cabinet-brands__tab-content-col .brand_list:hover {
	color: #EB5757;
}
.promo-product {
width: 100%;
}
.promo-product .category__item {
	width: 25%;
}
.hits-season__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.hits-season__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
	margin-bottom: 80px;
}
.hits-season__grid-item {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.hits-season__card {
    display: block;
    text-decoration: none;
}
.hits-season__card-media {
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.hits-season__card-media::after {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    /*background-image: url(/local/templates/main_2022/css/../img/hit-shadow.svg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
}
.hits-season__card-media img {
    display: block;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    transition: all .3s ease-in-out;
}
.hits-season__card:hover .hits-season__card-media img {
    transform: translateY(-10px);
}
.hits-season__card:hover .hits-season__card-media::after {
    opacity: 1;
}
.hits-season__card-name {
    color: #101010;
    font-size: 18px;
    line-height: 24px;
    font-family: "MontserratRegular";
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    transition: all .3s ease-in-out;
}
.hits-season__card:hover .hits-season__card-name {
    color: #828282;
}


.favorite-brands__wrap-carousel {
    position: relative;
}
.favorite-brands {
    display: block;
    position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 100px auto 0;
}
.favorite-brands h2 {
    color: #333;
    font-size: 50px;
    line-height: 65px;
    font-family: "MontserratRegular";
    font-weight: normal;
    text-align: center;
    margin-bottom: 44px;
}
.favorite-brands__carousel {
    display: block;
}
.favorite-brands__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 130px;
    opacity: 0.2;
    transition: all .3s ease-in-out;
}
.favorite-brands__item img {
    display: block;
    width: 100%;
    height: auto;
}
.favorite-brands .center .favorite-brands__item {
    transform: scale(1.6);
    opacity: 1;
}
.favorite-brands__center-bg {
    width: 20vw;
    height: 7vw;
    border: 1px solid #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}
.favorite-brands__center-bg::after {
    content: "";
    width: calc(100% + 10px);
    background-color: #fff;
    height: 60px;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    position: absolute;
    pointer-events: none;
}
.favorite-brands__center-bg::before {
    content: "";
    width: 140px;
    height: calc(100% + 10px);
    background-color: #fff;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    pointer-events: none;
}


.all-btands-link {
	color: #101010;
    font-size: 16px;
    line-height: 24px;
    font-family: "MontserratRegular";
    text-transform: uppercase;
    text-decoration: none;
    display: table;
    transition: all .3s ease-in-out;
	position: relative;
    margin: 54px auto 0;
}

.all-btands-link:hover {
    color: #EB5757;
}

.all-btands-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #101010;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all .3s ease-in-out;
}

.all-btands-link:hover::after {
    background-color: #EB5757;
}

/*конец бренды*/

.nav-top__gender .for-men{
	width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_2022/css/../img/gender-w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	font-size: 0px;
	display: block;
	border-radius: 3px;
}

.nav-top__gender .for-women {
	width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_2022/css/../img/gender-m.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	font-size: 0px;
	display: block;
	border-radius: 3px;
}

.header.scroll .nav-top__gender a, .header.inner .nav-top__gender a {
	filter: invert(1);
}

.nav-top__gender a.active {
	background-color: #D12C1E;
	filter: none !important;
}
/* End */


/* Start:/local/templates/main_2022/css/media.css?1777042915101883*/
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1399px) {
	
	.share-dialog{
		left: -70px;
	}
	.hits-season__container {
        width: 1170px;
    }
    .header__top-container {
        width: 1170px;
    }
    .header__body {
        width: 1170px;
    }
    .header__logo {
        margin-right: 0px;
    }
    .nav > li {
        margin-right: 34px;
    }
    .main-slider__slide-caption {
        max-width: 1170px;
    }
    .main-slider .owl-dots {
        margin-left: -585px;
    }
    .main-slider__social {
        margin-right: -585px;
    }
    .advantages__slider {
        width: 1170px;
    }
    .main-categories {
        width: 1170px;
    }
    .main-categories__category:nth-child(1) {
        height: 400px;
    }
    .main-categories__category:nth-child(2) {
        height: 300px;
    }
    .main-categories__category:nth-child(3) {
        height: 700px;
        margin-top: -400px;
    }
    .main-categories__category.v2:nth-child(2) {
        height: 600px;
    }
    .main-categories__category.v2:nth-child(3) {
        height: 600px;
    }
    .main-categories__category.v3:nth-child(1) {
        height: 700px;
    }
    .main-categories__category.v3:nth-child(2) {
        height: 400px;
    }
    .main-categories__category.v3:nth-child(3) {
        height: 300px;
    }
    .main-sales__container {
        width: 1170px;
    }
    .main-sales__slider {
        width: 1190px;
    }
    .main-sales__wrap-btn {
        margin-right: calc((100% - 1170px) / 2);
    }
    .showerooms__container {
        width: 1170px;
    }
    .showerooms__tabs-nav {
        padding-left: calc((100% - 1170px) / 2);
    }
    .main-clothes__container {
        width: 1170px;
    }
    .main-clothes__slider {
        width: 1190px;
    }
    .main-clothes__item-media {
        width: 600px;
    }
    .main-clothes__item-text {
        padding-left: 50px;
		}
    .main-clothes__counter {
        margin-left: -585px;
    }
    .main-fitting__desc {
        width: 585px;
        padding-right: 70px;
    }
    .main-fitting__media {
        height: 500px;
    }
    .main-sertificate__container {
        width: 1170px;
    }
    .main-sertificate__desc-text {
        max-width: 540px;
    }
    .main-instagram {
        width: 1170px;
    }
    .main-seo {
        width: 1170px;
    }
    .main-seo__text {
        padding-right: 100px;
    }
    .footer__container {
        width: 1170px;
    }
    .footer__catalog {
        width: 500px;
    }
    .footer-bottom__container {
        width: 1170px;
    }
    .breadcrumbs {
        width: 1170px;
        padding-left: 0;
        padding-right: 0;
    }
    .category {
        width: 1170px;
    }
    .block-seo2 {
        width: 1170px;
    }
    .top-img__title {
        width: 1170px;
    }
    .top-img__content {
        width: 1170px;
    }
    .delivery {
        width: 1170px;
    }
    .delivery__item {
        width: 47%;
    }
    .delivery__grid.offset-top {
        margin-top: -130px;
    }
    .delivery {
        padding-bottom: 100px;
    }
    .product {
        width: 1170px;
    }
    .product-media {
        width: 800px;
    }
    .product-more {
        width: calc(100% - 800px);
    }
    .sizes-tab {
        width: 1170px;
    }
    .sizes-promo {
        width: 1170px;
    }
    .cta__container {
        width: 585px;
        margin-left: calc((100% - 1170px / 2));
        padding-right: 90px;
    }
    .cta__body {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .vip__item {
        width: 1170px;
    }
    .vip__item:nth-child(2n) .vip__item-desc {
        padding-left: 100px;
    }
    .reviews {
        width: 1170px;
    }
    .reviews__block-item {
        width: 29%;
    }
    .news {
        width: 1170px;
    }
    .news-in {
        width: 1170px;
    }
    .return {
       width: 1170px; 
    }
    .sertificat {
        width: 1170px;
    }
    .error404 {
        width: 1170px;
    }
    .error404__item-404 {
        left: -395px;
    }
    .contacts {
        width: 1170px;
    }
    .contacts__form {
        max-width: 400px;
    }
    .contacts__map {
        width: 430px;
    }
    .obmen {
        width: 1170px;
    }
    .obmen__grid-item:nth-child(1) {
        width: 760px;
    }
    .obmen__grid-item:nth-child(2) {
        width: calc(100% - 760px);
    }
    .ordering {
        width: 1170px;
    }
    .subscribe {
        width: 1170px;
    }
    .cart {
        width: 1170px;
    }
    .cart-tovar__desc {
        width: 390px;
    }
	
    .cart-tovar__size {
        width: 120px;
    }
    .cart-tovar__number {
        width: 180px;
    }
    .cart-tovar__price {
        width: 100px;
    }
    .account {
        width: 1170px;
    }
    .account__main {
        padding-left: 60px;
    }
	
	/*стр about*/
	
	.block_a1 {
		width: 1170px;
	}
	
	.block_a4 {
		width: 1170px;
	}
	
	.sect_black_block {
		width: 1170px;
	}
	
	.wrap_black_block {
		width: 1170px;
	}

	.category__item-wrap-price {
		top: 310px;
	}
}




@media only screen and (max-width : 1380px) {
	.about__title {
		font-size: 34px;
		line-height: 36px;
	}
}

@media only screen and (max-width : 1366px) {
	/*стр about*/
	
	.wrap-about {
		width: calc(100% - 30px);
		margin: 0 auto 100px;
	}
	
	.small_img {
		display: none !important;
	}
	
	.block_a2 .sect_date {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.block_a3 .sect_block:nth-child(2) {
		width: 50%;
		padding-top: 0;
	}
	
	.block_a3 .sect_block:nth-child(1) img:nth-child(1) {
		margin-left: -10%;
		width: 100%;
	}
	.block_a4 .sect_block:nth-child(1) {
		width: 50%;
	}
	
	.block_a4 .sect_block:nth-child(2) {
		margin-left: 50px;
	}
	
	.block_a4 .sect_block:nth-child(2) img {
		width: 100%;
		right: -10px;
	}
	
	.block_a5 .sect_block:nth-child(1) img {
		margin-left: -10%;
		width: 90%;
		transform: translateY(0%);
	}
	
	.block_a5 .sect_block:nth-child(2) {
		width: 50%;
		padding-top: 0;
	}
	
	.block_a6 .sect_block:nth-child(1) {
		width: 50%;
		margin-right: 50px;
		padding-top: 64px;
	}
	
	.block_a6 .sect_block:nth-child(2) img {
		width: 100%;
		right: -10%;
	}
	
	.black_block_list {
		width: calc(50% - 6px);
	}
	
	.black_block_list:nth-child(4) {
		width: calc(50% - 6px);
		background: 
		linear-gradient(to right, #D9D9D9 20%, transparent 0, transparent calc(100% - 20%), #D9D9D9 0) 0 0 / 100% 1px no-repeat,
		linear-gradient(to right, #D9D9D9 20%, transparent 0, transparent calc(100% - 20%), #D9D9D9 0) 0 100% / 100% 1px no-repeat,
		linear-gradient(to bottom, #D9D9D9 100%, transparent 0, transparent 0%, #D9D9D9 0) 0 0 / 1px 100% no-repeat,
		linear-gradient(to bottom, #D9D9D9 100%, transparent 0, transparent 0%, #D9D9D9 0) 100% 0 / 1px 100% no-repeat;
	}
	
	.black_block_list:nth-child(5) {
		width: calc(100% - 6px);
		background: 
		linear-gradient(to right, #D9D9D9 49%, transparent 0, transparent calc(100% - 49%), #D9D9D9 0) 0 0 / 100% 1px no-repeat,
		linear-gradient(to right, #D9D9D9 30%, transparent 0, transparent calc(100% - 30%), #D9D9D9 0) 0 100% / 100% 1px no-repeat,
		linear-gradient(to bottom, #D9D9D9 100%, transparent 0, transparent 0%, #D9D9D9 0) 0 0 / 1px 100% no-repeat,
		linear-gradient(to bottom, #D9D9D9 100%, transparent 0, transparent 0%, #D9D9D9 0) 100% 0 / 1px 100% no-repeat;
	}
	
	.sect_black_block {
		width: calc(100% - 30px);
	}
	
	.wrap_black_block {
		width: calc(100% - 30px);
	}
}
@media only screen and (max-width : 1366px) and (orientation:portrait) {
	.desctop_img {
		display: none !important;
	}
	.mobile_img {
		display: block !important;
	}
}


@media only screen and (max-width : 1199px) {
	
	.category__item-wrap-price {
        /*flex-direction: column;*/
		/*position: relative;*/
		align-items: baseline;
		top: 230px;
    }
	
	.main-sales__wrap-price {
        display: flex;
        flex-direction: column;
		align-items: baseline;
    }
	
	.content.inner {
        padding-top: 118px;
    }
	
	
    .header__wrap-search {
        top: -20px;
        right: 50px;
    }
    .main-slider__play-btn {
        width: 160px;
        height: 160px;
    }
    .main-categories__category.v2:nth-child(1) {
        height: 400px;
    }
    .main-sertificate {
        padding-top: 40px;
    }
    .main-sertificate__desc {
        width: 60%;
    }
    .main-sertificate__media {
        width: 40%;
    }
    .main-seo__text {
        width: calc(100% - 360px);
    }
    .main-seo__media {
        width: 360px;
    }
    .footer__catalog li {
        width: 50%;
    }
    .header__top-container {
        width: 1030px;
    }
	
	.desc_tel {
	display: none;
	}
	
	.header__wrap-search {
		/*right: -10px;*/
		right: 0px;
	}
	
	.header.inner .header__wrap-search.open {
		background: #fff;
		z-index: 10;
	}
	
    .header__body {
        width: 960px;
    }
    .main-slider__slide-caption {
        max-width: 960px;
    }
    .main-slider .owl-dots {
        margin-left: -480px;
    }
    .main-slider__social {
        margin-right: -480px;
    }
    .advantages__slider {
        width: 960px;
    }
    .main-categories {
        width: 960px;
    }
    .main-categories__category:nth-child(1) {
        height: 350px;
    }
    .main-categories__category:nth-child(2) {
        height: 250px;
    }
    .main-categories__category:nth-child(3) {
        height: 600px;
        margin-top: -350px;
    }
    .main-categories__category.v2:nth-child(2) {
        height: 500px;
    }
    .main-categories__category.v2:nth-child(3) {
        height: 500px;
    }
    .main-categories__category.v3:nth-child(1) {
        height: 600px;
    }
    .main-categories__category.v3:nth-child(2) {
        height: 350px;
    }
    .main-categories__category.v3:nth-child(3) {
        height: 250px;
    }
    .main-sales__container {
        width: 960px;
    }
	.hits-season__container {
        width: 960px;
    }
    .main-sales__slider {
        width: 970px;
    }
    .main-sales__wrap-btn {
        margin-right: calc((100% - 960px) / 2);
    }
    .showerooms__container {
        width: 960px;
    }
    .showerooms__tabs-nav {
        padding-left: calc((100% - 960px) / 2);
    }
    .main-clothes__container {
        width: 960px;
    }
    .main-clothes__slider {
        width: 970px;
    }
    .main-fitting__desc {
        width: 480px;
        padding-right: 30px;
    }
    .main-fitting__media {
        height: 480px;
    }
    .main-sertificate__container {
        width: 960px;
    }
    .main-instagram {
        width: 960px;
    }
    .main-seo {
        width: 960px;
    }
    .main-seo__text {
        padding-right: 20px;
    }
    .footer__container {
        width: 960px;
    }
    .footer__catalog {
        width: 350px;
    }
    .footer-bottom__container {
        width: 960px;
    }
    .main-sales__slider .owl-nav .owl-next {
        right: 0;
    }
    .main-sales__slider .owl-nav .owl-prev {
        left: 0;
    }
    .main-clothes__item-media {
        padding-left: 60px;
    }
    .main-clothes__item-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .main-clothes__slider .owl-nav .owl-next {
        right: -8px;
    }
    .main-clothes__slider .owl-nav .owl-prev {
        left: -8px;
    }
    .main-clothes__item-media {
        width: 420px;
    }
    .main-clothes__item-text {
        padding-left: 30px;
    }
    .main-clothes__counter {
        margin-left: -500px;
    }
    .header__media {
        display: none;
    }
    .category__filter {
        width: 270px;
    }
    .category__body {
        width: calc(100% - 270px);
    }
    .category__item-text {
        font-size: 14px;
        line-height: 20px;
    }
    .block-seo2__block img.right {
        margin-left: 30px;
        width: 400px;
    }
    .block-seo2__block2 img {
        width: 300px;
    }
    .block-seo2__block2-text {
        padding-left: 30px;
        width: calc(100% - 300px);
    }
    .breadcrumbs {
        width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .category {
        width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .block-seo2 {
        width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-img__title {
        width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .promo__desc {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .promo__title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 6px;
    }
    .promo-text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .promo_phone {
        font-size: 14px;
    }
    .top-img__content {
        width: 960px;
    }
    .delivery {
        width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .delivery__grid.offset-top {
        margin-top: 0;
    }
    .delivery__item.no-mob {
        display: none;
    }
    .delivery__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 26px;
    }
    .delivery__item {
        width: 100%;
    }
    .delivery__item img {
        margin-top: 0;
        width: 100%;
        max-width: 600px;
    }
    .product {
        width: 960px;
    }
    .product-media {
        width: 660px;
    }
    .product-more {
        width: calc(100% - 660px);
    }
    .product__size-item label {
        /*width: 54px;*/
        width: 96px;
        height: 44px;
    }
    .sizes-tab {
        width: 960px;
    }
    .sizes-promo {
        width: 960px;
    }
    .sizes-promo__item img {
        max-width: 100%;
		height: auto;
    }
    .sizes-promo__item {
        width: 45%;
    }
    .sizes-promo__media-bottom {
        display: none;
    }
    .sizes-promo__grid {
        margin-bottom: 70px;
    }
    .sizes-tab__item-title br {
        display: none;
    }
    .cta__container {
        width: 480px;
        margin-left: calc((100% - 960px / 2));
        padding-right: 15px;
        padding-left: 15px;
    }
    .cta__title {
        font-size: 30px;
        line-height: 40px;
    }
    .vip__item {
        width: 960px;
    }
    .vip__item:nth-child(2n) .vip__item-desc {
        padding-left: 50px;
    }
    .vip__card {
        margin-left: -100px;
    }
    .vip__item:nth-child(2n) .vip__card {
        margin-left: 140px;
    }
    .reviews {
        width: 960px;
    }
    .reviews__block-item {
        width: 31%;
    }
    .news {
        width: 960px;
    }
    .news__decor {
        width: 350px;
        right: 0;
    }
    .news__list {
        margin-bottom: 100px;
    }
    .news__list li a {
        font-size: 26px;
        line-height: 30px;
    }
    .news__item-zag {
        width: 100%;
        font-size: 16px;
        line-height: 21px;
        order: 1;
        margin-bottom: 7px;
    }
    .news__item-media {
        margin-bottom: 13px;
    }
    .news__item-desc {
        align-items: center;
    }
    .news__item-more {
        order: 2;
        margin-top: 0;
        font-size: 14px;
    }
    .news__item-date {
        order: 3;
        font-size: 14px;
    }
    .news-in {
        width: 960px;
    }
    .news-in__head > img {
        width: 550px;
    }
    .text-body .right {
        margin-left: 40px;
    }
    .two-img {
        margin-right: 150px;
        margin-bottom: 50px;
    }
    .return {
       width: 960px;
        padding-bottom: 60px;
    }
    .sertificat {
        width: 960px;
    }
    .sertificat__grid-item {
        padding: 20px;
        padding-bottom: 0;
    }
    .error404 {
        width: 960px;
    }
    .error404__item-404 {
        left: -330px;
        top: -15px;
        font-size: 200px;
        line-height: 200px;
    }
    .error404__text {
        padding-left: 30px;
    }
    .error404__text p {
        font-size: 14px;
        line-height: 21px;
    }
    .contacts {
        width: 960px;
    }
    .contacts__item:nth-child(3) {
        width: 100%;
    }
    .contacts__map {
        width: 100%;
        margin-top: 30px;
    }
    .contacts__text {
        max-width: 390px;
    }
    .obmen {
        width: 960px;
    }
    .obmen__grid-item:nth-child(1) {
        width: calc(100% - 410px);
    }
    .obmen__grid-item:nth-child(2) {
        width: 410px;
    }
    .obmen__wrap-input textarea {
        height: 120px;
    }
    .ordering {
        width: 960px;
    }
    .subscribe {
        width: 960px;
        margin-bottom: 100px;
    }
    .subscribe__media {
        width: 460px;
    }
    .subscribe__form-title {
        font-size: 24px;
        line-height: 35px;
    }
    .subscribe__form-text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .subscribe__form input {
        height: 50px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .subscribe__form button {
        margin-top: 50px;
    }
    .ordering__title {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 35px;
    }
    .ordering__steps-number {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .ordering__steps-load {
        margin-bottom: 35px;
    }
    .ordering__form {
        justify-content: space-between;
        margin-bottom: 100px;
    }
    .ordering__form-item {
        width: 32%;
    }
    .ordering__form-title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 22px;
    }
    .ordering__input label {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 21px;
    }
    .ordering__input input {
        height: 50px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .ordering__form-item-footer {
        padding-top: 10px;
    }
    .ordering__form-item-edit {
        font-size: 14px;
        line-height: 21px;
    }
    .ordering__form-radio label {
        font-size: 14px;
        line-height: 21px;
    }
    .ordering__form-radio label::after {
        top: 0;
    }
    .ordering__form-select label {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 6px;
    }
    .ordering__form-select .jq-selectbox__select {
        height: 50px;
        font-size: 14px;
        line-height: 50px;
    }
    .ordering__form-textarea label {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 6px;
    }
    .ordering__form-checkbox label {
        font-size: 14px;
        line-height: 21px;
    }
    .ordering__form-checkbox label::after {
        top: 0;
    }
    .ordering__form-item-in button,
    .bx-soa-section-content button {
        height: 50px;
    }
    .ordering {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ordering__form-item-footer {
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
    .next-step {
        margin-top: 30px;
        align-self: flex-end;
    }
    .cart {
        width: 960px;
    }
    .cart__title {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 35px;
    }
    .cart-tovar__more {
        height: 54px;
    }
    .cart-tovar__head {
        font-size: 14px;
        line-height: 21px;
    }
    .cart-tovar__color {
        width: 110px;
    }
    .cart-tovar__media {
        width: 130px;
    }
    .cart-tovar__text {
        font-size: 14px;
        line-height: 21px;
    }
    .cart-tovar__color span,
    .cart-tovar__price,
    .cart-tovar__size span,
    .cart-tovar__number span {
        font-size: 14px;
    }
    .cart-tovar__edit a {
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .cart__footer {
        margin-bottom: 100px;
    }
    .cart__footer-item {
        position: relative;
    }
    .cart__footer-price {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .cart__footer-text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .cart__footer-form label {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .cart__footer-form input {
        height: 50px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .cart__footer-form button {
        font-size: 14px;
        line-height: 21px;
    }
    .cart__footer-status {
        font-size: 14px;
        line-height: 21px;
    }
    .cart__footer-popup {
        padding: 15px 15px;
    }
    .cart__footer-popup-link {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 21px;
    }
    .cart__footer-popup-text {
        font-size: 13px;
        line-height: 15px;
    }
    .cart-tovar__desc {
        width: 330px;
    }
    .cart-tovar__number {
        width: 120px;
    }
    .cart-tovar__price {
        width: 130px;
    }
    .account {
        padding-bottom: 60px;
    }
    .account__title {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 35px;
    }
    .account__main {
        width: calc(100% - 290px);
    }
    .account__left {
        width: 290px;
    }
    .account__nav li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .account__nav li a {
        font-size: 14px;
        line-height: 21px;
    }
    .account__actions-name {
        font-size: 16px;
    }
    .account__actions-status {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .status-info {
        padding-top: 0;
    }
    .status-info-item1 {
        width: 300px;
    }
    .status-info-item2 {
        width: 320px;
    }
    .status-info h4 {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .status-info p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 21px;
    }
    .status-info__form input {
        height: 50px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .status-info-count-item span {
        font-size: 14px;
        line-height: 21px;
    }
    .status-info-count-load-text {
        font-size: 14px;
    }
    .account {
        width: 960px;
    }
    .account__main {
        padding-left: 20px;
    }
    .advantages {
        padding-top: 20px;
    }
    .status-non {
        padding-top: 75px;
    }
    .status-non__text {
        width: 450px;
    }
    .status-non__media {
        width: 180px;
    }
    .status-non__title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 30px;
    }
    .account-advantages__title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 35px;
    }
    .card-club__title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .card-club__item-title {
        font-size: 17px;
        line-height: 22px;
    }
    .card-club__list li {
        padding-left: 33px;
        font-size: 14px;
        line-height: 21px;
    }
    .personal-data {
        padding-top: 70px;
    }
    .personal-data__block {
        margin-bottom: 40px;
    }
    .personal-data__block-title {
        padding-bottom: 6px;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 35px;
    }
    .personal-data__form-item {
        margin-bottom: 10px;
    }
    .personal-data__form-input {
        padding-bottom: 4px;
    }
    .personal-data__form-input label {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 21px;
    }
    .personal-data__form-input input {
        height: 21px;
        font-size: 14px;
        line-height: 21px;
    }
    .personal-data__form-date label {
        margin-bottom: 9px;
        font-size: 14px;
        line-height: 21px;
    }
    .personal-data__form .item1 .jq-selectbox {
        width: 70px;
    }
    .personal-data__form .item2 .jq-selectbox {
        width: 136px;
    }
    .personal-data__form .item3 .jq-selectbox {
        width: 80px;
    }
    .personal-data__form .jq-selectbox__select {
        font-size: 14px;
        padding-right: 24px;
    }
    .personal-data__form .jq-selectbox__trigger {
        width: 24px;
    }
    .personal-data__form button {
        height: 50px;
    }
    .personal-data__social-title {
        line-height: 21px;
        margin-bottom: 20px;
    }
    .personal-data__form-input.v2 input {
        height: 50px;
    }
    .personal-data__form-input.v2 .password-control {
        bottom: 20px;
    }
    .personal-data__select label {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 21px;
    }
    .personal-data__select .jq-selectbox__select {
        height: 21px;
        line-height: 21px;
        font-size: 14px;
    }
    .block-title-button {
        font-size: 14px;
        line-height: 21px;
    }
    .order-details {
        padding-top: 70px;
    }
    .order-details__title {
        font-size: 24px;
        line-height: 35px;
    }
    .order-details__back {
        line-height: 21px;
    }
    .order-details__status {
        font-size: 14px;
        line-height: 21px;
    }
    .order-details__date {
        font-size: 14px;
        line-height: 21px;
    }
    .order-details__body {
        padding: 20px 10px 0 10px;
    }
    .order-details__item {
        padding-bottom: 28px;
        margin-bottom: 30px;
    }
    .order-details__item-media {
        width: 80px;
    }
    .order-details__desc {
        padding-left: 10px;
        width: 250px;
    }
    .order-details__desc-title {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 21px;
    }
    .order-details__desc-details {
        margin-bottom: 10px;
    }
    .order-details__desc-color {
        margin-bottom: 10px;
    }
    .order-details__desc-size {
        margin-bottom: 10px;
    }
    .order-details__desc-return {
        font-size: 14px;
        line-height: 21px;
    }
    .order-details__item-price {
        font-size: 14px;
        line-height: 21px;
    }
    .order-details__item-price span {
        padding-left: 3px;
    }
    .order-details__item-amount {
        font-size: 14px;
        line-height: 21px;
    }
    .order-details__data-head {
        font-size: 14px;
        line-height: 21px;
    }
    .order-details__data-item {
        font-size: 14px;
        line-height: 21px;
    }
    .order-details__data-right.v3 {
        font-size: 18px;
    }
    .account__favorites {
        padding-top: 70px;
    }
    .contacts__map {
        height: 250px;
    }
    .account-contacts {
        padding-top: 70px;
    }
    .account-contacts__title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .account-contacts__text {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 21px;
    }
    .account-contacts__form {
        margin-bottom: 50px;
    }
    .account-contacts__form-input input {
        height: 50px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }
    .account-contacts__form textarea {
        font-size: 14px;
        padding: 10px 15px;
    }
    .account-contacts__checkbox label {
        font-size: 14px;
        line-height: 21px;
    }
    .account-contacts__checkbox label::after {
        top: 0;
    }
    .account-contacts__form button {
        height: 50px;
    }
    .account-contacts__bottom-item {
        width: 50%;
    }
    .account__history__title {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .account__history {
        padding-top: 70px;
    }
	.top-img.cat img{
		object-position: right center;
	}
	
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1080px) {
	
	.cart-tovar__head span.colsep {
		display: inline;
		margin-right: 3px;
	}
	
	.bx-active {
		/*opacity: 1;
		pointer-events: all; */
	}
	
	.has-error .bx-soa-customer-input,
	.has-error .bx-ui-sls-input-block {
	border: 1px solid #D12C1E;
	background-image: url(/local/templates/main_2022/css/../img/alert-circle.svg);
	background-position: center right 18px;
	background-repeat: no-repeat;
}
	
	.ordering__form-item-footer {
		/*display: none !important;*/
	}
	
	.order-wrap-steps {
	background: #F5F5F5;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	margin-bottom: 27px;
}

.cart_del_mob {
	display: block;
}

.cart_del {
	display: none;
}

.order-step {
	height: 75px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

.order-step.s1 {
	width:105px;
	background-image: url(/local/templates/main_2022/css/../img/order-step-1-small.svg);
}

.order-step.s2 {
	width:105px;
	background-image: url(/local/templates/main_2022/css/../img/order-step-2-small.svg);
}

.order-step.s3 {
	width:85px;
	background-image: url(/local/templates/main_2022/css/../img/order-step-3-small.svg);
}
.order-step span {
	position: absolute;
    bottom: 0;
    width: 120px;
    left: -33px;
    text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 21px;
	color: #000;
	font-family: "ProximaNovaRegular";
}

.order-step.s3 span {
	left: -18px;
}

	
	.mob_tel {
		display: flex;
	}
	body.open {
		overflow: hidden;
	}
	
	.whatsapp.desc {
		display: none;
	}
	.whatsapp.mob {
		display: block;
	}
	
	.share-dialog {
		left: -180px;
	}
    .header__body {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav {
        display: none;
    }
    .main-slider__slide-caption {
        font-size: 54px;
        line-height: 70px;
    }
	
	.main-slider__slide-caption span {
	display: block;
	font-size: 27px;
	line-height: 35px;
}
	
	
    .advantages {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .main-categories {
        padding-bottom: 100px;
    }
    .main-categories__cap {
        padding: 0 20px 20px 20px;
    }
    .main-sales__wrap-btn {
        position: relative;
    }
    .showerooms {
        padding-bottom: 100px;
    }
    .showerooms__tabs-link {
        padding-right: 60px;
    }
    .main-clothes {
        padding-bottom: 100px;
    }
    .main-fitting__media {
        width: 40%;
    }
    .main-sertificate {
        margin-bottom: 100px;
    }
    .main-instagram {
        margin-bottom: 100px;
    }
    .header__wrap-search {
        top: 18px;
        right: 168px;
    }
    .main-slider__play-btn {
        width: 140px;
        height: 140px;
    }
    .main-seo__text {
        width: 100%;
    }
    .main-seo__media {
        width: 408px;
        margin-left: auto;
        margin-right: auto;
    }
    .header__top-container {
        width: 740px;
    }
    .header__body {
        width: 740px;
    }
    .main-slider__slide-caption {
        max-width: 740px;
    }
    .main-slider .owl-dots {
        margin-left: -370px;
    }
    .main-slider__social {
        margin-right: -370px;
    }
    .advantages__slider {
        width: 740px;
    }
    .main-categories {
        width: 740px;
    }
    .main-sales__container {
        width: 740px;
    }
	.hits-season__container {
        width: 740px;
    }
    .main-sales__slider {
        width: 750px;
    }
    .main-sales__wrap-btn {
        margin-right: auto;
        margin-left: auto;
        margin-top: 40px;
    }
    .showerooms__container {
        width: 740px;
    }
    .showerooms__tabs-nav {
        padding-left: calc((100% - 740px) / 2);
    }
    .main-clothes__container {
        width: 740px;
    }
    .main-clothes__slider {
        width: 740px;
    }
    .main-fitting__desc {
        width: 57%;
        padding-right: 20px;
    }
    .main-sertificate__container {
        width: 740px;
    }
    .main-instagram {
        width: 740px;
    }
    .main-seo {
        width: 740px;
		display: block;
    }
	
    .main-seo__text {
        padding-right: 0;
        margin-bottom: 50px;
    }
    .footer__container {
        width: 740px;
    }
    .footer-bottom__container {
        width: 740px;
    }
    .main-categories__title {
        margin-bottom: 50px;
        font-size: 30px;
        line-height: 40px;
    }
    .main-sales__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 50px;
    }
	
	.home-order__tabs .main-sales__title {
		margin-bottom: -1px !important;
	}
    .showerooms__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 50px;
    }
    .main-clothes__title {
        margin-bottom: 50px;
        font-size: 30px;
        line-height: 40px;
    }
    .main-fitting__desc-title {
        font-size: 30px;
        line-height: 40px;
    }
    .main-sertificate__desc-title {
        font-size: 30px;
        line-height: 40px;
    }
    .main-instagram__title {
        font-size: 30px;
        line-height: 40px;
    }
    .main-instagram__title a {
        margin-top: 20px;
    }
    .main-seo__title {
        font-size: 30px;
        line-height: 40px;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .footer__item:nth-child(1) {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .footer__item:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer__item:nth-child(3) {
        width: 50%;
    }
    .footer__item:nth-child(4) {
        width: 33.33333%;
    }
    .footer__catalog {
        width: 100%;
		
    }
    .footer__catalog li {
        /*width: 33.33333%;*/
		width: 100%;
    }
    .main-instagram__title a {
        font-size: 18px;
        line-height: 20px;
    }
    .main-instagram__galery .owl-stage {
        padding-left: 0 !important;
    }
    .main-clothes__counter {
        display: none;
    }
    .main-clothes__slider-item {
        flex-direction: column;
    }
    .main-clothes__item-media {
        width: 600px;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
    .main-clothes__item-text {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .main-clothes__item-title {
        margin-bottom: 15px;
    }
    .header__top {
        display: none;
    }
    .header__user {
        display: none;
    }
    .header__action {
        align-items: center;
    }
    .header__lang.mobile {
        display: block;
        margin-left: 15px;
    }
    .header__wrap-search {
        top: 20px;
        right: 216px;
    }
    .header__wrap-search.open .header__search input {
        width: 160px;
    }
    /*.btn-catalog-mob, .header.scroll .btn-filter-mob {*/
    .btn-catalog-mob {
        display: block;
    }
	
	.nav-top__gender {	
		display: flex;
		width: 60px;
		justify-content: space-between;
		margin-left: 15px;
	}
	
    .nav__level2.mobile {
        display: block;
    }
    .nav__level2.mobile.open {
        left: 0px;
    }
    body.open::after {
        display: block;
    }
    .c-hamburger {
        display: block;
    }
    .nav-mobile-wrap {
        display: block;
    }
    .nav-mobile-wrap.open {
        left: 0px;
    }
    .nav__level2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-mobile-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-mobile-head {
        margin-left: -15px;
        margin-right: -15px;
    }
    .header__wrap-search {
        margin-top: auto;
    }
    .category {
        margin-bottom: 100px;
    }
    .filter__item > a {
        font-size: 16px;
        line-height: 20px;
    }
    .filter__list a {
        font-size: 14px;
        line-height: 17px;
        font-family: "ProximaNovaRegular";
    }
    .filter__checkbox li + li {
        margin-top: 0;
    }
    .filter__checkbox label {
        font-size: 14px;
        display: block;
        white-space: normal;
     /*   overflow: hidden;
        width: 95%;*/
    }
    .activ-filter li {
        font-size: 14px;
        padding: 7px 37px 7px 16px;
    }
    .activ-filter__del {
        font-size: 14px;
    }
    .block-seo2 {
        padding-bottom: 100px;
    }
    h2.block-seo2__block-title {
        margin-bottom: 26px;
        font-size: 24px;
        line-height: 35px;
    }
	h3.block-seo2__block-title {
        margin-bottom: 26px;
        font-size: 18px;
        line-height: 28px;
    }
    .block-seo2__block p {
        font-size: 14px;
        line-height: 21px;
    }
    .block-seo2__block2-text p {
        font-size: 14px;
        line-height: 21px;
    }
    .category__filter {
        min-width: 320px;
		width: 100%;
		max-width: 360px;
        position: fixed;
        z-index: 10250;
        background-color: #fff;
        top: 59px;
        left: -370px;
        border: 1px solid rgba(29, 28, 28, 0.2);
        padding-left: 15px;
        padding-right: 15px;
        height: calc(100vh - 59px);
        overflow-y: auto;
        transition: all .3s ease-in-out;
    }
    .category__body {
        width: 100%;
		
    }
    .block-seo2__block img.right {
        width: 300px;
    }
    .block-seo2__block2 img {
        width: 200px;
    }
    .block-seo2__block2-text {
        width: calc(100% - 200px);
    }
    .breadcrumbs {
        width: 750px;
    }
    .category {
        width: 750px;
    }
    .block-seo2 {
        width: 750px;
    }
    .filter__close {
        display: table;
    }
    .filter__close + .filter__item {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .catalog__sort-label, .category__sort-label {
        display: none;
    }
    .category__sort .jq-selectbox__select {
        font-size: 12px;
    }
    .category__sort .jq-selectbox__trigger {
        background-position: center 9px;
    }
    .breadcrumbs {
        margin-top: 24px;
    }
    .category__title {
        margin-bottom: 90px;
        font-size: 24px;
        line-height: 35px;
    }
    .category__sort {
        justify-content: center;
        top: -60px;
        right: 10px;
        width: 140px;
        height: 34px;
        border: 1px solid rgba(119, 119, 119, 0.15);
        z-index: 2;
        background-color: #fff;
    }
    .category__open-filter {
        display: flex;
    }
    .category__filter.open {
        left: 0;
    }
    .filter__checkbox li {
        width: 50%;
        margin-bottom: 8px;
    }
    .top-img__title {
        width: 750px;
    }
    .top-img__content {
        width: 750px;
    }
    .delivery {
        width: 750px;
    }
    .top-img__title {
        font-size: 46px;
        line-height: 50px;
    }
    .content.inner {
        padding-top: 60px;
    }
    .favorites .category__item {
        width: 33.33333%;
    }
    .favorites .category__title {
        margin-bottom: 30px;
    }
    .product {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 60px;
    }
    .product-media {
        width: 440px;
    }
    .product-more {
        width: calc(100% - 440px);
    }
    .product__size-item label {
        /*width: 50px;*/
        width: 90px;
        height: 40px;
    }
    .product__name {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 24px;
    }
    .product__art {
        margin-bottom: 24px;
    }
    .product__tabl-size {
        margin-top: 8px;
        margin-bottom: 4px;
    }
    .product__size {
        margin-bottom: 30px;
    }
    .product__price,
    .product__new-price,
    .product__old-price {
        font-size: 16px;
        line-height: 20px;
    }
    .product__addcart {
        height: 55px;
    }
    .product__quick-order {
        height: 55px;
        margin-bottom: 30px;
    }
    .product__accordion p {
        font-size: 14px;
        line-height: 21px;
    }
    .product__reviews-text {
        margin-bottom: 10px;
    }
    .product__reviews-text p {
        line-height: 21px;
    }
    .product__reviews-btn {
        height: 55px;
        margin-bottom: 40px;
    }
    .accordion__item > a {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sizes-tab {
        width: 100%;
    }
    .sizes-promo {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sizes-tab__item-two-img img + img {
        right: -50px;
    }
    .sizes-promo-title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 35px;
    }
    .sizes-promo__item {
        width: 47%;
    }
    .sizes-promo__subtitle {
        font-size: 16px;
    }
    .sizes-promo__item p {
        font-size: 14px;
        line-height: 21px;
    }
    .sizes-tab-title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 35px;
    }
    .sizes-tab__item p.sizes-tab__item-subtitle {
        font-size: 16px;
    }
    .sizes-tab__item p {
        font-size: 14px;
        line-height: 21px;
    }
    .sizes-tab__item {
        width: 48%;
    }
    .sizes-tab__grid {
        align-items: flex-start;
        padding-bottom: 45px;
    }
    .sizes-tab__table-title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .sizes-tab__wrap-table table {
        font-size: 14px;
        line-height: 21px;
    }
    .sizes-tab__wrap-table table tr td:first-of-type {
        width: 160px;
    }
    .sizes-tab__item-title {
        font-size: 18px;
        line-height: 25px;
    }
    .sizes-tab__item-subtitle span {
        font-size: 24px;
        padding-right: 10px;
    }
    .sizes-tab__item-subtitle span::after {
        height: 24px;
        top: 3px;
        left: -6px;
    }
    .sizes-tab__item p.pl {
        padding-left: 35px;
    }
    .sizes-tab__item p.mb {
        margin-bottom: 24px;
    }
    .sizes-tab__item-two-img img + img {
        right: -15px;
    }
    .sizes-promo__subtitle {
        margin-bottom: 15px;
    }
    .sizes-promo__more {
        margin-bottom: 20px;
    }
    .sizes-tab__wrap-table {
        width: 100%;
        overflow-x: auto;
    }
    .sizes-promo {
        width: 100%;
    }
    .sizes-promo__item {
        width: 100%;
    }
    .sizes-promo__subtitle {
        margin-top: 30px;
    }
    .sizes-tab__item p.sizes-tab__item-subtitle {
        margin-top: 30px;
    }
    .sizes-tab__item {
        width: 100%;
    }
    .sizes-tab__wrap-table table {
        width: 900px;
    }
    .sizes-tab__item-two-img img + img {
        display: none;
    }
    .cta__body {
        width: 100%;
    }
    .cta__container {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
    .cta__media {
        width: 100%;
        height: 360px;
    }
    .cta_img-min {
        width: 220px;
        height: 270px;
    }
    .vip__item {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .vip__item:nth-child(2n) .vip__item-desc {
        padding-left: 0;
    }
    .vip__card {
        margin-left: 0;
        margin-top: -100px;
    }
    .vip__item:nth-child(2n) .vip__card {
        margin-left: 0;
    }
    .vip__item {
        justify-content: space-between;
    }
    .vip {
        padding-bottom: 80px;
    }
    .vip__item-media {
        width: 45%;
    }
    .vip__title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 24px;
    }
    .vip__subtitle {
        font-size: 16px;
    }
    .vip__item ul li {
        font-size: 14px;
        line-height: 21px;
        padding-left: 24px;
        background-position: left top 5px;
        background-size: 14px;
    }
    .vip__item-media img {
        display: block;
        width: 100%;
    }
    .reviews {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .reviews__grid .reviews__item {
        width: 100%;
    }
    .reviews__block-item {
        width: 48%;
    }
    .news {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .news__decor {
        display: none;
    }
    .news__title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .news p {
        font-size: 14px;
        line-height: 21px;
        max-width: none;
    }
    .news__list li a {
        font-size: 18px;
        line-height: 22px;
    }
    .news__list {
        margin-bottom: 40px;
    }
    .news-in {
        width: 750px;
    }
    .news-in__title {
        font-size: 24px;
        line-height: 35px;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .news-in__title br {
        display: none;
    }
    .news-in__date {
        margin-bottom: 30px;
        padding-left: 0;
    }
    .news-in__head > img {
        width: 420px;
    }
    .news-in__head-next {
        width: 250px;
    }
    .news-in__head-next-next {
        font-size: 14px;
        line-height: 21px;
    }
    .news-in__head-next-top {
        margin-bottom: 15px;
    }
    .news-in__head-next-date {
        line-height: 21px;
    }
    .news-in__head-next p {
        font-size: 14px;
        line-height: 21px;
    }
    .news-in__head-next-media {
        margin-bottom: 15px;
    }
    .text-body h3 {
        margin-bottom: 30px;
        margin-top: 40px;
        font-size: 24px;
        line-height: 35px;
    }
    .text-body h4 {
        margin-bottom: 15px;
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .text-body p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .news-in {
        padding-bottom: 60px;
    }
    .text-body .right {
        margin-left: 30px;
        width: 260px;
    }
    .two-img img + img {
        display: none;
    }
    .two-img {
        margin-right: 30px;
        margin-bottom: 10px;
        width: 290px;
    }
    .two-img img {
        display: block;
        width: 100%;
        height: auto;
    }
    .text-body .list-two-col li {
        width: 100%;
    }
    .text-body ol li:before {
        top: 19px;
        padding-left: 4px;
        font-size: 26px;
        line-height: 26px;
        border-left: 1px solid #D12C1E;
    }
    .text-body ol li {
        padding-left: 50px;
    }
    .interested__counter {
        display: none;
    }
    .return {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sertificat {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sertificat .mob-non {
        display: none;
    }
    .error404 {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .error404__item-404 {
        left: -330px;
        top: -15px;
        font-size: 200px;
        line-height: 200px;
    }
    .error404__item:nth-child(1) {
        width: 30%;
    }
    .error404__item:nth-child(2) {
        width: 40%;
    }
    .error404__item:nth-child(3) {
        width: 30%;
    }
    .error404__text {
        padding-left: 20px;
        padding-top: 20px;
    }
    .error404__text p {
        width: 100%;
    }
    .error404__media1 {
        width: 140px;
        height: auto;
    }
    .error404__media2 {
        width: 140px;
        height: auto;
    }
    .error404__item-404 {
        left: -215px;
        top: 25px;
        font-size: 150px;
        line-height: 150px;
    }
    .error404__btn {
        padding-left: 30px;
        font-size: 13px;
    }
    .error404__btn::after {
        width: 46px;
        height: 46px;
        left: -8px;
        top: -12px;
    }
    .contacts {
        width: 750px;
    }
    .contacts__text {
        max-width: 290px;
    }
    .obmen {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px;
    }
    .obmen__wrap-input {
        width: 100%;
    }
    .obmen__wrap-checkbox {
        width: 100%;
    }
    .obmen__grid-item:nth-child(1) {
        width: calc(100% - 310px);
    }
    .obmen__grid-item:nth-child(2) {
        width: 310px;
    }
    .obmen__title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 28px;
    }
    .obmen__subtitle {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 21px;
    }
    .obmen__text {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 21px;
    }
    .obmen__wrap-input label {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 4px;
    }
    .obmen__wrap-input input {
        height: 50px;
        font-size: 14px;
    }
    .obmen .jq-selectbox__select {
        height: 50px;
        font-size: 14px;
    }
    .obmen__wrap-checkbox label {
        font-size: 14px;
        line-height: 21px;
    }
    .obmen button {
        height: 50px;
        margin-top: 62px;
    }
    .showerooms__grid-media {
        margin-left: 20px;
        width: 300px;
    }
    .showerooms__grid-title {
        width: 100%;
    }
    .page-search input {
        font-size: 14px;
        height: 40px;
    }
    .page-search-text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .page-search button::after {
        display: none;
    }
    .page-search button {
       /* width: 30px;
        height: 30px;
        font-size: 0;
        background-image: url(/local/templates/main_2022/css/../img/mob-search.svg);
        background-position: center bottom;
        background-repeat: no-repeat;
        margin-left: 0;*/
		width: 70px;
    height: 30px;
    background-image: url(/local/templates/main_2022/css/../img/mob-search.svg);
    background-position: right 10px;
    background-repeat: no-repeat;
    margin-left: 0;
    padding: 0;
    text-align: left;
    padding-top: 10px;
    }
    .page-search input {
        /*width: calc(100% - 50px) !important;*/
        width: calc(100% - 70px) !important;
    }
    .not-found__title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .not-found__media {
        display: none;
    }
    .not-found {
        margin-top: 10px;
    }
    .not-found__subtitle {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .not-found-text {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 21px;
    }
    .not-found .page-search button {
        font-size: 14px;
        background-image: none;
        transform: translateX(-56px);
    }
    .not-found .page-search button::after {
        display: block;
    }
    .page-search input {
        width: 100%;
    }
    .madal-enter__head,
    .madal-reg__head {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .madal-enter__title,
    .madal-reg__title {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 26px;
    }
    .madal-enter__wrap-input label,
    .madal-reg__wrap-input label {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 8px;
    }
    .madal-enter__wrap-input input,
    .madal-reg__wrap-input input {
        height: 50px;
        font-size: 14px;
    }
    .madal-enter__link,
    .madal-reg__link {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 21px;
    }
    .madal-enter button,
    .madal-reg button {
        height: 50px;
        margin-bottom: 30px;
    }
    .madal-enter__wrap-social,
    .madal-reg__wrap-social {
        margin-bottom: 20px;
    }
    .madal-enter__social-title,
    .madal-reg__social-title {
        font-size: 16px;
        line-height: 21px;
    }
    .madal-enter__social-link,
    .madal-reg__social-link {
        margin-left: 15px;
        margin-right: 15px;
    }
    .madal-enter__text,
    .madal-reg__text {
        font-size: 14px;
        line-height: 21px;
    }
    .modal__inner {
        padding: 30px;
    }
    .modal__title, .main-user-consent-request-popup-header {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 35px;
    }
    .modal__text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .modal__col-2 {
        width: 220px;
        padding-left: 20px;
    }
    .modal_input {
        margin-bottom: 10px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        height: 50px;
    }
    .modal__form-btn {
        margin-top: 30px;
    }
    .modal__form-link {
        font-size: 14px;
        line-height: 21px;
    }
    .modal__link {
        font-size: 14px;
        line-height: 21px;
    }
    .modal__menu li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .modal__menu li a {
        font-size: 14px;
    }
    .modal__tabs-nav {
        margin-bottom: 25px;
    }
    .modal__tabs-link {
        font-size: 14px;
        line-height: 21px;
        margin-right: 30px;
    }
    .ordering {
        width: 750px;
    }
    .subscribe {
        width: 750px;
        margin-bottom: 80px;
        padding-left: 15px;
        padding-right: 15px;
		display: block;
    }
    .subscribe__media {
        width: auto;
    }
    .ordering__form {
        margin-bottom: 80px;
    }
    .ordering__form-item {
        width: 100%;
    }
    .step3-back-mob {
        display: table;
    }
    .ordering__steps-load.step3 +.ordering__form .ordering__form-item:nth-child(1),
    .ordering__steps-load.step3 +.ordering__form .ordering__form-item:nth-child(2) {
        display: none;
    }
    .ordering__steps-load.step2 +.ordering__form .ordering__form-item:nth-child(1),
    .ordering__steps-load.step2 +.ordering__form .ordering__form-item:nth-child(3) {
        display: none;
    }
    .ordering__steps-load.step1 +.ordering__form .ordering__form-item:nth-child(2),
    .ordering__steps-load.step1 +.ordering__form .ordering__form-item:nth-child(3) {
        display: none;
    }
    .step2-back-mob {
        display: table;
    }
	
	#bx-soa-paysystem .step2-back-mob {
		transform: translateY(0px);
	}
	
	.step-back {
		display: none;
	}
    .cart {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cart-tovar {
        padding-bottom: 10px;
    }
    .cart-tovar__edit {
        width: 100%;
        transform: translateY(-23px);
        order: 5;
    }
    .cart-tovar__edit .cart-tovar__body {
        flex-direction: row;
        justify-content: flex-end;
        align-items: baseline;
    }
    .cart-tovar__size {
        order: 2;
        width: 130px;
    }
    .cart__title {
        margin-bottom: 0;
    }
    .cart-tovar__head {
        display: none;
    }
    .cart-tovar__color {
        display: none;
    }
    .cart-tovar__edit a {
        margin-left: 30px;
    }
    .cart-tovar__desc {
        order: 1;
        width: 325px;
    }
    .cart-tovar__number {
        width: 130px;
        order: 3;
    }
    .cart-tovar__price {
        order: 4;
    }
    .cart-tovar__text {
        margin-left: 20px;
    }
    .cart-tovar__edit a {
        order: 2;
    }
    .cart-tovar__edit a + a {
        order: 1;
    }
    .cart-tovar__body-label {
        display: inline-block;
    }
    .cart-tovar__color-mob {
        display: block;
    }
    .cart-tovar__body-label + span {
        margin-bottom: 6px;
        margin-left: 3px;
    }
    .cart-tovar__body .jq-selectbox__select {
        font-size: 14px;
        line-height: 33px;
    }
    .number input {
        font-size: 14px;
    }
    .account__left {
        width: 100%;
        margin-bottom: 30px;
    }
    .status-info-item1 {
        width: 44%;
    }
    .status-info-item2 {
        width: 51%;
    }
    .account {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .account__main {
        padding-left: 0;
        width: 100%;
    }
    .account__nav-toggle {
        display: block;
    }
    .account__nav {
        display: none;
    }
    .status-non {
        padding-top: 0;
    }
    .status-non__media {
        width: 250px;
    }
    .account .advantages {
        padding-top: 0;
    }
    .personal-data {
        padding-top: 0;
    }
    .order-details {
        padding-top: 0;
    }
    .account__favorites {
        padding-top: 0;
    }
    .account__favorites__title {
        font-size: 24px;
        line-height: 35px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .account-contacts {
        padding-top: 0;
    }
    .account__history__title span {
        font-size: 16px;
        line-height: 21px;
    }
    .account__history-grid-item {
        height: 50px;
        font-size: 14px;
        line-height: 21px;
    }
    .account__history {
        padding-top: 0;
    }
    .account__nav {
        border-left: none;
        border-right: none;
    }
	
	.main-user-consent-request-popup-cont {
		top: 0;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}

	.main-user-consent-request-popup {
		overflow-y: scroll;
	}
	
	.category__item-wrap-price {
		top: 255px;
	}
}

@media only screen and (max-width : 821px) {
	/*стр about*/
	.top-img__title__small {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.04em;
		max-width: 280px;
	}
	
	.about {
		padding-top: 24px;
	}
	
	.wrap-about {
		/*display: block !important;*/
		margin-bottom: 50px !important;
		flex-wrap: wrap;
	}
	
	.sect_block {
		width: 100% !important;
		margin: 0 auto 0px !important;
		padding-top: 0px !important;
	}
	
	.sect_block img {
		max-width: 100% !important;
		margin: 0 auto 0px !important;
		position: relative !important;
		right: inherit !important;
		left: inherit !important;
		display: block;
	}
	
	.block_a2 .sect_date {
		margin-top: -50px;
	}
	
	.sect_black_block {
		background: none;
	}
	
	.block_a3 .sect_block:nth-child(2) {
		margin-top: 50px !important;
	}
	
	.black_block_list {
		width: calc(100% - 6px) !important;
		background: 
		linear-gradient(to right, #D9D9D9 20%, transparent 0, transparent calc(100% - 20%), #D9D9D9 0) 0 0 / 100% 1px no-repeat,
		linear-gradient(to right, #D9D9D9 20%, transparent 0, transparent calc(100% - 20%), #D9D9D9 0) 0 100% / 100% 1px no-repeat,
		linear-gradient(to bottom, #D9D9D9 100%, transparent 0, transparent 0%, #D9D9D9 0) 0 0 / 1px 100% no-repeat,
		linear-gradient(to bottom, #D9D9D9 100%, transparent 0, transparent 0%, #D9D9D9 0) 100% 0 / 1px 100% no-repeat !important;
	}
	
	.block_a4 .sect_block:nth-child(1) {
		order: 2;
		padding-top: 50px !important;
	}
	
	.block_a4 .sect_block:nth-child(2) {
		order: 1;
	}
	
	.block_a5 .sect_block:nth-child(2) {
		padding-top: 50px !important;
	}
	
	.block_a5 .sect_block:nth-child(2) ul {
		margin-bottom: 0;
	}
	
	.block_a6 .sect_block:nth-child(1) {
		order: 2;
	}
	
	.block_a6 .sect_block:nth-child(2) {
		order: 1;
		margin-bottom: 50px !important;
	}
	
	.wrap_block_list {
		margin-bottom: 50px;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.cabinet-brands__tab-content-col {
		width: 50%;
	}
	.advantages {
		padding-top: 0px;
	}

	#cart_go_catalog {
		display: block;
	}
	
	.mob_wrap_first {
		/* margin-bottom: 70px; */
		margin-bottom: 30px;
	}
	
	.main-instagram__item {
		margin-bottom: 20px;
	}
	
.veshalka {
	display: flex;
	bottom: 64px;
}

.pos_m_h_center{
	left: 50% !important;
	/*margin-left: -70px;*/
	margin-left: -130px !important;
}

.pos_m_h_left{
	left: 5 !important;
}

.pos_m_h_right{
	right: 5% !important;
}

.pos_m_v_top{
	top: 0% !important;
}

.pos_m_v_middle{
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.pos_m_v_bottom{
	bottom: 0%;
}
	
	
	
	.wrap-but-slide {
		height: calc(100% - 200px);
	}
	
	.main-slider__slide-btn.set_pos {
		clear: both;
		top: 100px;
	}
	
	
	.md-aside-telegram-widget {
		right: 50%;
		margin-right: -76px;
		border-radius: 26px 0;
		background: #fff;
		min-height: auto;
		box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.2);
	}
	
	.breadcrumbs {
		display: block;
	}
	
	.md-aside-telegram-widget .widget-main-img {
		display: block;
		margin: 25px auto 25px;
	}
	
	.md-aside-telegram-widget .btn-primary {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	
	.md-aside-telegram-widget .btn-close {
		top: 10px;
		right: 10px;
	}
	
	.widget-main-description {
		/*display: none;*/
	}
	
	.news-in__date .share-window-parent {
		left: 180px;
		top: 20px
	}
	
	.product__norm, .product__edit {
		justify-content: space-between;
	}
	
	.cart-tovar__price .cart-tovar__body {
		justify-content: normal;
	}
	
	.showerooms__tabs {
		position: relative;
	}
	
	.text_inform_copy, .inform_link {
		text-align: center !important;
		width: 100%;
	}
	
	.showerooms__tabs-nav .scroll_left {
		
		display: block;
		background-image: url(/local/templates/main_2022/css/../img/right_icon_tab.svg);
		background-size: cover;
		background-position: right center;
		background-repeat: no-repeat;
		position: absolute;
		width: 22px;
		height: 22px;
		right: 0;
		background-color: #fff;
	}
	
    .main-slider .owl-dots {
        left: 15px;
    }
    .main-slider__social {
        right: 15px;
    }
    .main-sales__slider .owl-nav .owl-next {
        display: none !important;
    }
    .main-sales__slider .owl-nav .owl-prev {
        display: none !important;
    }
    .main-clothes__slider .owl-nav .owl-next {
        display: none !important;
    }
    .main-clothes__slider .owl-nav .owl-prev {
        display: none !important;
    }
    .header__body {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
	
	.desctop_img {
		display: none !important;
	}
	
	
	.cart__footer-text.mobile {
		display: block;
	}
	
	#wrap_price .text-more_product.show-block {
		display: block;
	}

	
	.footer_text_cart_delivery {
		display: none;
	}
	
	#get_more_product {

		width: 100%;
	}
	
	.mobile_img {
		display: block !important;
	}
	
    .main-slider__slide-caption {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-slider .owl-dots {
        margin-left: 0;
    }
    .main-slider__social {
        margin-right: 0;
    }
    .advantages__slider {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-categories {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
	.hits-season__container {
        width: 100%;
    }
    .main-sales__container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .showerooms__container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .showerooms__tabs-nav {
        padding-left: 15px;
    }
    .main-clothes__container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-sertificate__container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-instagram {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-seo {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer__container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-bottom__container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header__logo {
        width: 100px;
    }
    .main-categories__name {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 9px;
    }
    .main-sales {
        padding-bottom: 0px;
        /*padding-bottom: 100px;*/
	}
	
	.item__col .item {
		/*margin-bottom: 0px;*/
		margin-bottom: -30px;
	}
	
	.main-sales.best_special_front {
		/*padding-bottom: 60px;*/
        padding-bottom: 0px;
		padding-top: 20px;
    }
    .showerooms__tab-content {
        padding-top: 35px;
    }
    .showerooms__address::after {
        display: none;
    }
    .showerooms__text a {
        margin-top: 15px;
        display: table;
    }
    .main-seo {
        /* margin-bottom: 80px; */
        margin-bottom: 30px;
    }
    .footer__company {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer__company li {
        width: 50%;
        margin-bottom: 15px;
    }
    .footer__company li + li {
        margin-top: 0;
    }
    .header__logo {
        margin-right: 0px;
    }
    .main-clothes__item-title {
        font-size: 18px;
        line-height: 25px;
    }
    .main-slider__slide-caption {
        font-size: 30px;
        line-height: 36px;
    }
	
	.main-slider__slide-caption span {
		display: block;
		font-size: 15px;
		line-height: 18px;
		margin-top: 30px;
	}

    .advantages {
        padding-bottom: 80px;
    }
    .main-categories {
        /*padding-bottom: 80px;*/
        padding-bottom: 30px;
    }
    .showerooms {
        padding-bottom: 80px;
    }
    .showerooms__tabs-link {
        padding-right: 30px;
    }
    .main-clothes {
        padding-bottom: 80px;
    }
    .main-sertificate {
        margin-bottom: 80px;
    }
    .main-instagram {
      /*  margin-bottom: 80px; */
        margin-bottom: 30px;
    }
	
	.home-order__content {
		margin-bottom: 30px;
	}
	
	.main-seo__title {
		margin-bottom: 20px;
	}
	
	.main-seo__text {
		margin-top: 30px;
		margin-bottom: 0px;
	}
	
	.main-seo__media {
		display: none;
	}
	
    .main-slider__play-btn {
        width: 90px;
        height: 90px;
    }
    .main-clothes__slider {
        width: 100%;
    }
    .main-categories__title {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 35px;
    }
    .main-sales__title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 40px;
    }
	
	.home-order__tabs .main-sales__title {
		font-size: 20px !important;
		margin-bottom: -1px !important;
		line-height: 25px;
	}
	
    .showerooms__title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 40px;
    }
    .main-clothes__title {
        font-size: 24px;
        line-height: 35px;
    }
    .main-fitting__desc-title {
        font-size: 24px;
        line-height: 35px;
    }
    .main-sertificate__desc-title {
        font-size: 24px;
        line-height: 35px;
    }
    .main-instagram__title {
        font-size: 24px;
        line-height: 35px;
		margin-bottom: 40px;
    }
    .main-seo__title {
        font-size: 24px;
        line-height: 35px;
    }
    .footer__item:nth-child(3) {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer__item:nth-child(4) {
        width: 100%;
    }
	
	.footer__catalog {
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	}
	
    .footer__catalog li {
        /*width: 50%;*/
		width: 100%;
    }
    .main-instagram__title a {
        font-size: 16px;
    }
    .main-clothes__item-media {
        width: 100%;
    }
    .main-clothes__item-text {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header__wrap-search {
        right: 220px;
    }
    .header__wrap-search.open .header__search input {
        width: 140px;
    }
    .main-sales__slider {
        width: 100%;
    }
    .main-sales__slider .owl-dots {
        /*margin-top: 20px;*/
        margin-top: -10px;
		z-index: 10;
		position: relative;
    }
	
	.home-order__content {
		/*margin-bottom: 40px;*/
	}
	
    .main-categories-all {
        display: flex;
		margin-top: 25px;
    }
    .main-sales__item {
        /*padding-right: 5px;
        padding-left: 5px;*/
		padding-right: 2px;
        padding-left: 2px;
    }
    .main-sales__media::before {
        width: 60px;
        height: 60px;
    }
    .pager__prev a {
        font-size: 0;
        line-height: 0;
        margin-right: 30px;
        display: table;
        width: 24px;
        height: 14px;
        background-size: contain;
    }
    .pager__next a {
        font-size: 0;
        line-height: 0;
        margin-left: 30px;
        display: table;
        width: 24px;
        height: 14px;
        background-size: contain;
    }
    .pager__load-more {
        /*display: none;*/
    }
    .category__open-filter {
        left: 0;
    }
    .category__grid {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#mobile_quant_element {
		display: block;
	}
	.promo-product .category__item,
    .category__item {
        width: 50%;
        /*padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 30px;*/
		padding-left: 2px;
        padding-right: 2px;
        margin-bottom: 10px;
    }


	
	.q1 .category__item {
        width: 100%;
		max-width: 480px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto 30px;
    }
	
    .category__item-media::after {
        width: 48px;
        height: 48px;
    }
    .category__item-wrap-price {
        flex-direction: column;
		/*position: relative;*/
		align-items: baseline;
		bottom: 15%;
		top: auto;
    }
	.main-sales__wrap-price {
		bottom: 20%;
	}
    .category__item-favorite {
        /*right: 15px;*/
        /*bottom: 15px;*/
        /*bottom: 0px;*/
        /*top: auto;*/
    }
	
	.category__wrap_item-media .category__item-favorite {
        /*left: 15px;*/
        /*bottom: 15px;*/
        /*bottom: 15px;*/
        /*top: auto;*/
    }
    .category__label-sale {
        /*font-size: 8px;*/
        line-height: 10px;
        /*top: 10px;
        left: 15px;*/
		left: 2px;
		top: 0px;
        /*width: 68px;*/
    }
    .category__label-top {
        /*font-size: 8px;*/
        line-height: 10px;
        /*top: 10px;
        left: 15px;*/
		left: 2px;
		top: 0px;
        /*width: 68px;*/
    }
    .category__label-new {
        /*font-size: 8px;*/
        line-height: 10px;
        /*top: 10px;
        left: 15px;*/
		left: 2px;
		top: 0px;
        /*width: 68px;*/
    }
	
	.product__addcart.cat {
		top: 0px;
	}
	
    .block-seo2__block {
        padding-bottom: 0;
    }
    .block-seo2__block2 {
        flex-direction: column;
    }
    .category__item-text {
        font-size: 12px;
        line-height: 15px;
		overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    }
    .category {
        margin-bottom: 60px;
    }
    .block-seo2 {
        padding-bottom: 60px;
    }
    .category__filter {
        top: 80px;
        height: calc(100vh - 80px);
    }
    .block-seo2__block img.right {
        display: none;
    }
    .block-seo2__block2 img {
        margin-bottom: 20px;
    }
    .block-seo2__block2-text {
        width: 100%;
        padding-left: 0;
    }
    .breadcrumbs {
        width: 100%;
    }
    .category {
        width: 100%;
		overflow: hidden;
    }
    .block-seo2 {
        width: 100%;
    }
    .category__sort {
        right: 0;
    }
    .breadcrumbs li::after {
        /*display: none;*/
    }
    .breadcrumbs li {
       display: inline-block;
    }
    li.back-mob {
        display: table;
        margin-right: 10px;
    }
    .breadcrumbs li:last-of-type {
        /*display: table;*/
		display: inline-block;
    }
    .block-seo2__block-title br {
        display: none;
    }
    .block-seo2 {
        height: 460px;
        overflow: hidden;
        position: relative;
        transition: all .3s linear;
    }
    .block-seo2.open {
        height: auto;
    }
    .block-seo2.open .block-seo2-max {
        display: none;
    }
    .block-seo2-max {
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,0) 100%);
        width: 100%;
        height: 100px;
        display: block;
        padding-top: 66px;
    }
    .block-seo2-max span {
        cursor: pointer;
        color: #1D1C1C;
        font-size: 14px;
        line-height: 21px;
        font-family: "ProximaNovaSemiBold";
        margin-left: 15px;
        transition: all .3s linear;
    }
    .block-seo2-max span:hover {
        color: #D12C1E;
    }
    .block-seo2-img {
        display: block;
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
    .top-img__title {
        width: 100%;
        font-size: 30px;
        line-height: 48px;
        transform: none;
        top: auto;
        left: 0;
        bottom: 30px;
    }
    .top-img {
        height: 250px;
    }
	
	
	
    .top-img  .main-slider__social {
        display: none;
    }
    .top-img__content {
        width: 100%;
    }
    .top-img__content-title {
        font-size: 24px;
        line-height: 35px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 16px;
        padding-left: 48px;
        padding-right: 48px;
    }
    .top-img__content-text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 28px;
        padding-left: 48px;
        padding-right: 48px;
    }
    .top-img__content-btn {
        width: 290px;
        height: 55px;
    }
    .top-img.v2 {
        height: 304px;
    }
    .delivery {
        width: 100%;
        padding-bottom: 60px;
    }
    .delivery__title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .delivery__item p.delivery__item-title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .delivery__item ul {
        margin-bottom: 10px;
    }
    .delivery__item ul li {
        font-size: 14px;
        line-height: 21px;
    }
    .delivery__item p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .product {
        width: 100%;
		padding-left: 0px;
		padding-right: 0px;
    }
    .product-media {
        width: 100%;
        margin-bottom: 40px;
    }
    .product-more {
        width: 100%;
		padding-left: 15px;
		padding-right: 15px;
    }
	
	.product__slider {
		padding-right: 0px;
	}
	
    .product__slider .item {
        width: 100%;
        padding-right: 0;
    }
    .product__slider__item {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .product__name {
        display: none;
    }
    .product__art {
        display: none;
    }
    .product__tabl-size {
        display: none;
    }
    .product__tabl-size.mob {
        display: table;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .product__name.mob {
        display: table;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 100%;
    }
	
    .product__art.mob {
        display: table;
		padding-left: 15px;
		padding-right: 15px;
    }
	
	.product-more .product_share {
		display: none;
	}
	
	.product_share {
		right: 15px;
	}
	
    .cta__container {
        width: 100%;
    }
    .cta__title {
        font-size: 24px;
        line-height: 35px;
    }
    .cta-text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 30px;
    }
    .cta__form input {
        height: 50px;
    }
    .cta__form p {
        font-size: 14px;
        line-height: 21px;
    }
    .cta__media {
        height: 250px;
    }
    .cta_img-min {
        width: 130px;
        height: 176px;
    }
    .vip__item {
        width: 100%;
    }
    .vip__item-desc {
        width: 100%;
        order: 2;
    }
    .vip__item-media {
        width: 100%;
        order: 1;
    }
    .main-slider__down {
        display: none;
    }
    .top-img__title {
        bottom: auto;
        top: 50%;
    }
    .vip__item-media > img {
        display: none;
    }
    .vip__card {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    .reviews {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .reviews {
        padding-bottom: 60px;
    }
    .reviews__grid {
        margin-bottom: 20px;
    }
    .reviews__block-item {
        width: 100%;
    }
    .reviews__back {
        display: none;
    }
    .reviews__block {
        margin-bottom: 50px;
    }
    .reviews__block + .reviews__all {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .reviews__block + .reviews__all .reviews__title {
        margin-bottom: 15px;
    }
    .reviews__block + .reviews__all div {
        font-size: 16px;
        line-height: 24px;
    }
    .reviews__block-item-title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 14px;
    }
    .reviews__block-item p {
        font-size: 14px;
        line-height: 21px;
    }
    .reviews__block-input {
        height: 50px;
        margin-bottom: 10px;
    }
    .reviews__block-item button {
        height: 50px;
        width: 100%;
    }
    .reviews__block-checkbox label {
        font-size: 14px;
        line-height: 21px;
    }
    .reviews__block-checkbox label::after {
        top: 0;
    }
    .news {
        width: 100%;
    }
    .news__item {
        width: 50%;
    }
    .news-in {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
		overflow: hidden;
    }
    .main-sales {
        /*padding-bottom: 60px;*/
        padding-bottom: 0px;
		padding-top: 20px;
	}
	
    .news-in__head {
        flex-direction: column;
        margin-bottom: 35px;
    }
    .news-in__head-next-media {
        display: none;
    }
    .news-in__head-next {
        width: 100%;
        max-width: 420px;
    }
    .news-in__head-next p {
        padding-right: 30px;
        background-image: url(/local/templates/main_2022/css/../img/news-next.svg);
        background-repeat: no-repeat;
        background-position: right center;
    }
    .text-body > img {
        display: none;
    }
    .text-body .two-img {
        display: none;
    }
    .text-body-media {
        display: none;
    }
    .text-body-block {
        width: 100%;
        float:  none !important;
    }
    .block-min-col {
        width: 100%;
    }
    .block-min-col img + img {
        display: none;
    }
    .text-body-block-min {
        height: 300px;
        overflow: hidden;
        display: block;
        position: relative;
    }
    .mob-non {
        display: none;
    }
    .text-body-block-min-foot {
        display: flex;
    }
    .text-body-block-min.open {
        height: auto;
    }
    .text-body-block-min.open .text-body-block-min-foot {
        display: none;
    }
    .sertificat {
        width: 100%;
        padding-bottom: 0;
    }
    .sertificat .text-body-block-full:last-of-type img {
        margin-bottom: 0;
    }
    .sertificat__grid {
        padding: 20px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .sertificat__grid-item {
        border: none;
        padding: 20px 0;
        width: 100%;
    }
    .sertificat__grid-item + .sertificat__grid-item {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .error404 {
        width: 100%;
        flex-direction: column;
    }
    .error404__item:nth-child(1) {
        display: none;
    }
    .error404__item:nth-child(2) {
        width: 100%;
    }
    .error404__item:nth-child(2) img {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .error404__item:nth-child(3) {
        width: 100%;
    }
    .error404__item-404 {
        position: static;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -75px;
        position: relative;
        z-index: 2;
        left: auto;
        top: auto;
        font-size: 145px;
    }
    .error404__media2 {
        display: none;
    }
    .error404__text {
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }
    .error404__btn {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .cart-empty {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .cart-empty__title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 34px;
        text-align: left;
    }
    .cart-empty__text {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 21px;
        text-align: left;
    }
    .cart-empty__btn {
        width: 100%;
        height: 50px;
    }
    .contacts {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .contacts__title {
        font-size: 24px;
        line-height: 35px;
    }
    .contacts__form p {
        font-size: 14px;
        line-height: 21px;
    }
    .contacts__input {
        font-size: 14px;
        height: 50px;
    }
    .contacts textarea {
        font-size: 14px;
    }
    .contacts__checkbox label {
        font-size: 14px;
    }
    .contacts__form button {
        width: 100%;
        height: 50px;
    }
    .contacts__form {
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contacts__text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contacts {
        padding-bottom: 0;
    }
    .contacts__map {
        height: 250px;
    }
    .contacts__title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .obmen {
        width: 100%;
    }
    .obmen__grid-item:nth-child(1) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 36px;
    }
    .obmen__grid-item:nth-child(2) {
        width: 100%;
    }
    .obmen button {
        margin-top: 40px;
        width: 100%;
    }
    .stores-item__address,
    .stores-item__tel,
    .stores-item__map {
        font-size: 14px;
        line-height: 21px;
    }
    .stores-item__desc {
        padding: 20px;
    }
    .showerooms__grid ul li {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 21px;
    }
    .showerooms__grid p strong {
        font-size: 16px;
    }
    .showerooms__grid p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .showerooms__grid-media {
        display: none;
    }
    .showerooms__grid-title {
        font-size: 24px;
        line-height: 35px;
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .showerooms__link-map {
        float: none;
    }
    .showerooms__grid {
        padding-bottom: 40px;
    }
    .stores__map {
        height: 250px;
        margin-top: -50px;
    }
    .madal-enter,
    .madal-reg {
        width: 100%;
    }
    .madal-enter__body,
    .madal-enter__body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .modal__text-scroll p, .main-user-consent-request-popup-text p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 16px;
    }
    .modal__inner {
        padding: 30px 15px;
    }
    .modal__title, .main-user-consent-request-popup-header {
        font-size: 21px;
        line-height: 32px;
    }
    .modal__col-2 {
        display: none;
    }
    .subscribe__media {
        display: none;
    }
    .ordering {
        width: 100%;
		overflow: hidden;
    }
    .subscribe {
        width: 100%;
    }
    .step3-back-mob {
        margin-left: auto;
        margin-right: auto;
    }
    .ordering__form-item-in button,
    .bx-soa-section-content button {
        margin-left: auto;
        margin-right: auto;
    }
    .cart {
        width: 100%;
    }
    .cart-tovar__text {
        width: calc(100% - 135px);
        max-width: 300px;
    }
    .cart__footer-item button {
        width: 100%;
    }
    .cart__footer-form {
        width: 100%;
    }
    .cart-tovar__media {
        width: 115px;
    }
    .cart__footer {
        margin-bottom: 30px;
    }
    .cart__footer-item {
        width: 100%;
    }
    .cart__footer-price {
        margin-bottom: 10px;
    }
    .cart__footer-form input {
        width: 100%;
    }
    .cart__footer-form button {
        margin-bottom: 20px;
    }
    .cart__footer-status {
        margin-bottom: 20px;
    }
    .cart-tovar {
        padding-bottom: 0;
        justify-content: space-between;
    }
    .cart-tovar__edit {
       /* transform: translateY(-45px);*/
       transform: translateY(-54px);
    }
	
	.cart-tovar__btn1, .cart-tovar__edit a, .cart-tovar__btn2 {
		margin-bottom: 3px;
		margin-top: 3px;
	}
	
    .cart-tovar__edit .cart-tovar__body {
        flex-direction: column;
        align-items: flex-end;
    }
	
	.cart-tovar__size .cart-tovar__body .jq-selectbox {
		display: block;
	}
	
    .cart-tovar__size {
        /*width: 120px;*/
        width: 50%;
    }
    .cart__title {
        margin-bottom: 20px;
    }
    .cart-tovar__desc {
        width: 100%;
        margin-bottom: 20px;
    }
    .cart-tovar__number {
        /*width: 120px;*/
		width: 50%;
    }
	
	.cart-tovar__number .cart-tovar__body {
		justify-content: end;
	}
	
    .cart-tovar__price {
        margin-top: 25px;
		min-height: 54px;
    }
	
    .subscribe__form {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .subscribe__media {
        display: block;
        width: 100%;
        margin-top: 40px;
    }
    .subscribe {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .account {
        width: 100%;
    }
    .status-info-item1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .status-info-item2 {
        width: 100%;
    }
    .status-info {
        padding-bottom: 0;
    }
    .status-non__text {
        width: 100%;
    }
    .status-non__media {
        display: none;
    }
    .card-club__item {
        width: 100%;
        margin-bottom: 30px;
    }
    .account .advantages {
        padding-bottom: 20px;
    }
    .personal-data__form-item {
        width: 100%;
    }
    .personal-data__form button {
        margin-top: 15px;
        width: 100%;
    }
    .personal-data__social {
        width: 100% !important;
    }
    .personal-data__social + .personal-data__social {
        margin-top: 30px;
    }
    .order-details__head {
        display: flex;
        margin-bottom: 0;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .order-details__main {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    .order-details__item {
        flex-wrap: wrap;
    }
    .order-details__data-sep {
        display: none;
    }
    .order-details__data-left {
        margin-bottom: 4px;
    }
    .order-details__footer {
        padding: 0;
        background-color: transparent;
    }
    .order-details__back {
        margin-bottom: 10px;
    }
    .order-details__status {
        margin-bottom: 10px;
    }
    .order-details__date {
        margin-bottom: 15px;
    }
    .order-details__body {
        padding: 20px 0 0 0;
    }
    .order-details__desc {
        width: calc(100% - 80px);
    }
    .order-details__desc-return {
        display: none;
    }
    .order-details__data-item {
        flex-direction: column;
    }
    .order-details__footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .order-details__footer .order-details__data-item {
        width: 50%;
    }
    .order-details__footer .order-details__data-item:nth-child(3) {
        width: 100%;
        flex-direction: row;
    }
    .account-contacts__form-item {
        width: 100%;
    }
    .account-contacts__bottom .contacts__text {
        padding-left: 0;
        padding-right: 0;
    }
    .account-contacts__bottom-item {
        width: 100%;
    }
    .account__history__title {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: none;
    }
    .account__history__title span {
        margin-top: 15px;
    }
    .account__history {
        padding-top: 0;
    }
    .account__history-grid-item.head {
        display: none;
    }
    .account__history-grid-item {
        border: none;
        margin-bottom: 0;
    }
    .account__history-grid-col {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 14px;
        line-height: 24px;
        padding-top: 9px;
        padding-bottom: 9px;
        border-bottom: 1px solid #EAEBED;
    }
    .account__history-grid-col::after {
        display: none;
    }
    .account__history-grid-more {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
    }
    .account__history-grid-item {
        height: auto;
        flex-direction: column;
        padding-right: 0;
    }
    .account__history-grid-col {
        width: 100%;
    }
    .account__history-grid-item .account__history-grid-col:nth-child(1) {
        display: none;
    }
    .account__history-grid-col span {
        display: table;
    }
    .account__history-grid-more {
        display: none;
    }
    .account__history-grid-more2 {
        display: block;
    }
    .account__history-grid-head  {
        display: block;
    }
    .account__history-grid-item {
        display: none;
    }
	
	.category__item-new-price, .main-sales__new-price {
		order: 2;
	}
	
	.category__item-old-price, .main-sales__old-price {
		order: 1;
	}
	
	.block_a2 .sect_date {
		font-size: 70px;
	}
	
	.date-text {
		font-size: 30px;
		left: 100px;
	}
	
	.about__title {
		font-size: 24px;
	}
	
	marquee {
		font-size: 20px;
		line-height: 60px;
	}
	
	/* new cart design*/
	
	.product__norm, .product__edit {
		display: grid;
		gap: 0px;
		grid-template-columns: 124px auto 124px;
		/*grid-template-rows: 6fr;*/
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid;
		position: relative;
	}
	
	
	.reset_cart {
	    font-size: 12px !important;
		padding: 6px 10px;
		margin-left: 0 !important;
	}
	
	.product__edit {
		grid-template-columns: 124px auto 90px;
	}
	
	.cart-tovar__btn1:not(.reset_cart) {
		margin-top: -2px
	}
	
	.cart-tovar__body-label {
		font-size: 13px;
	}
	
	.cart-tovar__size span, .cart-tovar__number span, .cart-tovar__color span {
		font-size: 13px;
	}
	
	.cart-tovar__desc {
		grid-row: 1/6;
		grid-column: 1/2; 
		margin-bottom: 0;
	}
	
	.cart-tovar__text {
		display: none;
	}
	
	.mob-cart-tovar__text {
		display: block;
	}
	
	.mob-cart-tovar__text {
		width: 100% !important;
		grid-row: 1;
		 grid-column: span 2;
	}
	
	.mob-cart-tovar__text a {
		margin-left: 0px;
		font-size: 16px;
		line-height: 24px;
		color: #1D1C1C;
		font-family: "ProximaNovaRegular";
		margin-top: -6px;
		margin-bottom: 4px;
		text-decoration: none;
		display: inline-block;
		padding-right: 20px
	}
	
	.cart-tovar__body {
		display: block;
	}
	
	.cart-tovar__price {
		width: 100% !important;
		grid-row: 2;
		min-height: auto;
		margin-top: 0px;
		grid-column: span 2;
	}
	
	.cart-tovar__new-price {
		font-size: 14px;
	}
	
	.cart-tovar__old-price {
		font-size: 12px;
		font-family: "ProximaNovaRegular";
	}
	
	.cart-tovar__color {
		display: block !important;
		width: 100% !important;
		grid-row: 3;
		grid-column: span 2;
		font-size: 13px;
	}
	
	.cart-tovar__color .cart-tovar__head {
		display: inline-block;
		width: auto;
		font-size: 13px;
		padding-bottom: 0px;
		border-bottom: none;
		margin-bottom: 0px;
	}
	
	.cart-tovar__body {
		display: inline;
		font-size: 13px;
	}
	
	.cart-tovar__number {
		width: 100% !important;
		grid-row: 5;
		font-size: 13px;
	}
	
	.cart-tovar__size {
		width: 100% !important;
		grid-row: 4;
		grid-column: span 2;
		font-size: 13px;
	}
	
	.cart-tovar__edit {
		grid-row: 5;
		width: 100% !important;
		transform: none;
		text-align: right;
	}
	.cart-tovar__btn2.edit_cart {
		padding: 6px 20px;
		margin-left: 0px;
	}
	
	.cart-tovar__btn2 {
		font-size: 12px !important;
	}
	
	.cart-tovar:last-of-type {
		border-bottom: none;
	}
	
	.cart-tovar:last-of-type .product__norm,
	.cart-tovar:last-of-type .product__edit {
		margin-bottom: 0px;
	}
	
	.product__edit .cart-tovar__body-label {
		display: none;
	}
	
	.cart-tovar__color .cart_tovar__body-label {
		display: inline-block !important;
	}
	
	.cart-tovar__color .cart-tovar__head {
		display: inline-block !important;
	}
	
	.product__edit .cart-tovar__size, .product__edit .cart-tovar__number {
		padding: 5px 0;
	}
	
	.product__edit .cart-tovar__edit {
		transform: translateY(12px);
	}
	
	.cart-tovar__size span:after {
		content: "";
		display: inline-block;
		width: 14px;
		height: 14px;
		background-image: url(/local/templates/main_2022/css/../img/edit.svg);
		background-position: center bottom;
		background-repeat: no-repeat;
		margin-bottom: -2px;
	}
	/*end new cart design*/
	

	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 599px) {
.cabinet-brands__tab-content-col {
		width: 100%;
	}

.btn-order-save {
	margin: 0 auto;
}
	
.cart_fixed_price {
	position: fixed;
    left: 0;
    bottom: 164px;
	padding: 15px;
	background: #fff;
	width: 100% !important;
	z-index: 100;
	box-shadow: 0px -9px 37px rgba(0, 0, 0, 0.19);
}

.cart_fixed_price .cart__footer-price {
	margin-bottom: 0px;
}

.cart_fixed_price .cart__footer-text.mobile {
	display: none !important;
}


.cart_fixed_button {
	position: fixed;
    left: 0;
    bottom: 80px;
    background: #fff;
    padding: 15px;
	z-index: 105;
}

.cart_fixed_catalog {
	width: 100%;
	display: block !important;
	position: fixed;
    left: 0;
    bottom: -2px;
    background: #fff;
	z-index: 105;
}
	
.cart-tovar__media img {
max-width: 100%;	
}

#add_2_basket.cart_fixed {
	position: fixed;
    bottom: 0;
    margin: 0 auto;
    width: calc(100% - 30px);
	z-index:10;
}
	
	
	.sect_block img {
		width: 100%;
	}
	
	.md-aside-google-widget{
		bottom: 0;
		top: inherit;
		transform: none;
		width: 100%;
		border-radius: 0;
	}
	
	.cart-mod-img {
		width: 90px;
	}
	.cart-desc-wrap {
		width: calc(100% - 90px);
	}
	.cart-wrap-but {
		width: 100%;
	}
	
	.content.inner {
        padding-top: 80px;
    }
	
	.fixed {
		top: 80px;
	}
	
	.footer-bottom__item a {
		text-align: center;
	}
	
	.cart-tovar__media {
	/*	width: 75px;*/
    }
	
    .footer-bottom {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .footer-bottom__scroll-top {
        top: -80px;
    }
    .footer-bottom__container {
        justify-content: center;
    }
    footer-bottom__item:nth-child(1) {
        margin-bottom: 15px;
    }
    .footer {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .main-seo {
        padding-left: 0;
        padding-right: 0;
    }
    .main-seo__text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-seo__media {
        width: 100%;
        height: 250px;
    }
    .main-seo__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .main-seo {
       /* margin-bottom: 0;*/
    }
    .main-sertificate__container {
        flex-direction: column;
    }
    .main-sertificate__desc {
        width: 100%;
    }
    .main-sertificate__media {
        width: 100%;
    }
    .main-fitting {
        display: none;
    }
    .showerooms__text {
        font-size: 14px;
        line-height: 21px;
    }
    .showerooms__tabs-link {
        font-size: 16px;
    }
    .main-categories__item {
        display: flex;
        flex-direction: column;
    }
    .main-categories__category {
        width: 100% !important;
        height: 250px !important;
        /*height: auto !important;*/
        margin-top: 0 !important;
    }
	/* полноразмерные картинки для моб.
	.desctop-slide {
		display: none !important;
	}
	.mobile-slide {
		display: block !important;
	}*/
	
	#front__slide__category {
		padding-bottom: 10px;
	}
	
	.main-categories__slider .main-categories__category {
		margin-bottom: 20px;
	}
	
    .advantages {
        /* padding-bottom: 50px; */
        padding-bottom: 10px;
    }
    .main-categories {
        padding-left: 0;
        padding-right: 0;
    }
    .main-categories__title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-categories-all {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
		/*margin-bottom: 110px;*/
		margin-bottom: 0px;
    }
    .main-slider__play {
        display: none;
    }
    .main-slider__social {
        display: none;
    }
    .main-slider__down {
        display: none;
    }
    .main-slider .owl-dots {
        left: 50%;
        transform: translateX(-50%);
    }
    .btn-catalog-mob {
        position: absolute;
        top: 58px;
    }
	
	.nav-top__gender {	
		display: flex;
		width: 60px;
		top: 58px;
		position: absolute;
		left: 140px;
		justify-content: space-between;
		margin-left: 0px;
	}
	
	.header.inner.scroll .nav-top__gender {
		/*left: 190px;*/
	}
	
	.btn-filter-mob {
        position: absolute;
        top: 58px;
		left: 100px;		
    }
    .header__action {
        position: absolute;
        top: 53px;
        right: 15px;
    }
    .c-hamburger {
        position: absolute;
        top: -50px;
    }
    .header__lang.mobile {
        position: absolute;
        top: -42px;
        right: 42px;
    }
    .header__cart {
        margin-left: 13px;
    }
    .header__wrap-search {
        top: 53px;
        right: 102px;
    }
    .header__wrap-search.open .header__search input {
        width: 88px;
    }
    .btn-catalog-mob, .btn-filter-mob {
        top: 52px;
    }
	.nav-top__gender {	
		display: flex;
		width: 60px;
		top: 52px;
		position: absolute;
		left: 140px;
		justify-content: space-between;
		margin-left: 0px;
	}
    .header__body {
        padding-bottom: 45px;
    }
    .header {
        border-bottom: none;
		z-index: 10250;
    }
    .header-sep {
        display: block;
    }
    .nav__level2.mobile {
        /*top: 45px;*/
        top: 83px;
		padding-bottom: 100px;
    }
	
	.category__filter.open{
		padding-bottom: 60px;
	}
	
    .nav-mobile-wrap {
        /*top: 45px;*/
		top: 80px;
		padding-bottom: 100px;
    }
    .main-sales__text {
        font-size: 12px;
        line-height: 15px;
		height: 30px;
    }
    .main-sales__wrap-price {
        display: flex;
        flex-direction: column;
		align-items: baseline;
    }
    .item__col {
       display: flex;
        flex-direction: column;
    }
    .main-sales__item {
        min-height: 335px;
        margin-bottom: 20px;
    }
	
	.main-sales__item.same_news {
		min-height: 270px;
	}
	
    .main-sales__wrap-price {
        /*min-height: 34px;*/
		min-height: auto;
		bottom: 18%;
    }
    .main-sales__label-favorites {
       /* display: none;*/
		/*bottom: 12px;*/
		/*left: 12px;*/
		/*top: auto;*/
    }
	
	.view_prod .main-sales__label-favorites {
	/* display: none;*/
	}
	
	.view_prod .main-sales__label-favorites.mob {
		left: inherit;
		right: 12px;
	}
	
    .main-sales__label-favorites.mob {
        display: block;
    }
    .category__item.promo {
        display: none;
    }
    .promo-mob {
        display: block;
    }
    .favorites .category__item {
        width: 50%;
    }
    .reviews__add {
        position: relative;
        width: 100%;
        top: 0;
        height: 55px;
        margin-top: 30px;
    }
    .reviews__title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .reviews__all {
        margin-bottom: 30px;
    }
    .reviews__grid .product__reviews-name {
        font-size: 16px;
        line-height: 20px;
    }
    .reviews__grid .reviews__item {
        padding: 20px;
    }
    .reviews__name-product {
        font-size: 13px;
        line-height: 19px;
    }
    .reviews__grid .product__reviews-text p {
        font-size: 14px;
        line-height: 21px;
    }
    .reviews__grid .product__reviews-date {
        position: static;
        margin-bottom: 12px;
    }
    .reviews__name-product {
        margin-bottom: 12px;
        padding-top: 12px;
    }
    .news__item {
        width: 100%;
    }
    .showerooms__grid-item-min {
        display: block;
       /* height: 300px;*/
        overflow: hidden;
    }
    .showerooms__grid-item-min.open {
        height: auto;
    }
    .showerooms__grid-item-btn {
        display: flex;
    }
    .showerooms__grid-item-min.open .showerooms__grid-item-btn {
        display: none;
    }
	.modal__inner .main-sales__wrap-price {bottom: 11%;}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 600px) and (max-width : 1200px) {
.main-sales__text::after {
	display: block;
	width: 30px;
	height: 22px;
	position:absolute;
	right: 0px;
	bottom: 0px;
	color: #1D1C1C;
    font-size: 18px;
    line-height: 22px;
    font-family: "ProximaNovaRegular";
	content: "...";
	background-color: #fff;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width: 1080px) {
	#wrap_but_cart {
		width: 100%;
	}
	
	.cart__footer-item button {
		margin: 30px auto 20px;
		display: block;
	}

	.main-sales__wrap-price {
		bottom: 20%;
	}
}


@media only screen and (min-width : 768px) {
    .account__history-grid-item {
        display: flex !important;
    }
	
	.pos_h_center{
	left: 50%;
	/*margin-left: -75px;*/
	margin-left: -130px;
}

.pos_h_left{
	left: 5%;
}

.pos_h_right{
	right: 5%;
}

.pos_v_top{
	top: 0%;
}

.pos_v_bottom{
	bottom: 0%;
}

.pos_v_middle{
	top: 50%;
	transform: translateY(-50%);
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .account__nav {
        display: block !important;
    }
	
	#get_more_product {
		display: none !important;
	}
}

@media only screen and (min-width : 1079px) and (max-width : 1400px) {
	.header__top-nav li:first-child {
		display: none;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.category__title{
	max-width: 80%;
}

.pos_h_left{
	left: 0%;
}

.pos_h_right{
	right: 0%;
}

.pos_v_top{
	top: 0%;
}

.pos_v_bottom{
	bottom: 0%;
}

.pos_v_middle{
	top: 50%;
	transform: translateY(-50%);
}
}
@media only screen and (max-width : 479px) {
	.main-sales__wrap-price {bottom: 21%;}
}
@media only screen and (max-width : 449px) {
	.main-sales__wrap-price {bottom: 30%;}
}
@media only screen and (max-width : 399px) {
	.main-sales__wrap-price {bottom: 40%;}
}
@media only screen and (max-width : 359px) {
	.main-sales__wrap-price {bottom: 45%;}
}
/* End */


/* Start:/local/templates/main_2022/components/bitrix/news.list/stock_timer/style.css?16984872191930*/
.stock-timer {
	background-color: #D12C1E;
	margin-top: -3px;
}

.eTimer {
	display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
	font-family: "MontserratRegular" !important;
}

.etSign {
	font-family: "MontserratRegular" !important;
}

.eTimer .etUnit .etNumber {
	font-family: "MontserratRegular" !important;
	padding-left: 4px;
}

.eTimer .etTitle {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 50px;
	margin-right: 30px;
	text-align: center;
	font-family: "MontserratRegular" !important;
}

.timer_text{
	font-family: "MontserratRegular" !important;
    color: #FFF;
	text-align: center;
	font-size: 30px;
	padding: 0 15px 10px;
}

.timer_text span {
	text-decoration: underline;
	display: inline-block;
	position: relative;
}
.timer_text span::before {
	content: "☛";
    animation: myfirst 1s linear infinite;
    position: absolute;
	transform: rotate(45deg);
}

@keyframes myfirst {
  0%   {margin-left: 5px; margin-top: -25px;}
  50%  {margin-left: 15px; margin-top: -15px;}
  100% {margin-left: 5px; margin-top: -25px;}
}

.stock-timer a {
	text-decoration: none;
}

.fixed {
	position: fixed;
	z-index: 90;
	top: 120px;
}

.fixed .eTimer {
	display: none !important;
}

.fixed .timer_text {
	padding: 10px 15px;
}

@media only screen and (max-width : 1199px) {
	.stock-timer {
		margin-bottom: 30px;
	}
	.fixed {
		top: 118px;
	}
}

@media only screen and (max-width : 1080px) {
	.fixed {
		top: 60px;
	}
}

@media only screen and (max-width : 767px) {
	.eTimer .etTitle {
		width: 100%;
		margin-right: 0px;
		display: none;
	}
	
	.timer_text{
		font-size: 16px;
	}
	
	.fixed {
		top: 80px;
	}
	

	@keyframes myfirst {
	  0%   {margin-left: 5px; margin-top: -20px;}
	  50%  {margin-left: 15px; margin-top: -10px;}
	  100% {margin-left: 5px; margin-top: -20px;}
	}
}
/* End */
/* /local/templates/main_2022/libs/OwlCarousel/assets/owl.carousel.min.css?16414212473351 */
/* /local/templates/main_2022/libs/OwlCarousel/assets/owl.theme.default.min.css?16414212471013 */
/* /local/templates/main_2022/libs/jQueryFormStyler/jquery.formstyler.css?16414212472175 */
/* /local/templates/main_2022/libs/jQueryFormStyler/jquery.formstyler.theme.css?164142124710731 */
/* /local/templates/main_2022/libs/fancybox/jquery.fancybox.min.css?164142124712795 */
/* /local/templates/main_2022/app/app-pwa.css?16643995091127 */
/* /local/templates/main_2022/css/main.css?1776787258277198 */
/* /local/templates/main_2022/css/media.css?1777042915101883 */
/* /local/templates/main_2022/components/bitrix/news.list/stock_timer/style.css?16984872191930 */
