@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700&display=swap&subset=cyrillic-ext);

:root{
	--dark:#343636;
	--darkRegular:#5d5e5e;
	--blueLight:#005DA9;
	--disabled:#999b9b;
	--dirtyLight:#C7C9C7;
	--dirtyNormal:#999b9b;
	--pink:#FF1F77;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

hr {
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}

figure {
	margin: 0;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	margin: 0;
}

button,
input {
	line-height: normal;
	-webkit-appearance: none;
}

button,
select {
	text-transform: none;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input[type="search"] {
	-webkit-appearance: none;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.mb-15{margin:0 0 15px 0}

.mt-15{margin:15px 0 0 0}

.mr-20{margin:0 20px 0 0}

.d-none{
	display:none;
}

.right {
	text-align: right;
	margin: : auto;
}

.float-right {
	float: right;
	margin: : auto;
}

.center {
	text-align: center;
	margin: : auto;
}

.clear {
	clear: both;
}

.info{
	padding:15px;
	color:#747675;
	background-color:#f4f4f4;
	border-left:3px solid #9b9d9c;
	font-weight:bold;
}

.shop-update{
	font-size:16px;
	padding:15px 35px;
	background-color:#28a745;
	border-radius:7px;
	color:#fff;
	margin:0 0 40px 0;
}

.map{
	border:3px solid #9b9d9c;
}

#map{
	width: 100%;
	height:600px;
}

.ymaps-layers-pane {
	filter: grayscale(1) brightness(70%);
	-ms-filter: grayscale(1) brightness(70%);
	-webkit-filter: grayscale(1) brightness(70%);
	-moz-filter: grayscale(1) brightness(70%);
	-o-filter: grayscale(1) brightness(70%);
}

.validate-error{
	font-size: 12px;
	margin-top:5px;
	left: 0;
	width: 100%;
	color: rgba(255, 12, 12, 0.6);
	-webkit-transition: opacity 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03), visibility 0s cubic-bezier(0.36, 0.26, 0.19, 1.03) 0.4s;
	transition: opacity 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03), visibility 0s cubic-bezier(0.36, 0.26, 0.19, 1.03) 0.4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: right;
	font-style: italic;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a {
	outline: none;
	background-color: transparent;
}

a.active,
a:hover {
	outline-width: 0;
}

a img {
	border: 0;
	outline: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

svg:not(:root) {
	overflow: hidden;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/* fieldset */
fieldset{
	display:block;
	min-width:100%;
}
/* .button-reset */
.button-reset{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	border:none;
	user-select:none;
	background-image:none;
	background:none;
	font-family:inherit;
	line-height:inherit;
	font-size:inherit;
	padding:0;
	margin:0;
	height:auto;
	width:auto;
	min-width:0;
	border-radius:0;
	/*transition:all 250ms ease 0s;*/
	-webkit-appearance:none;
	cursor:pointer;
	outline:none;
	border-spacing:0;
	text-indent:0;
	color:inherit;
	overflow:visible;
	text-transform:none;
	-webkit-tap-highlight-color:transparent;
}
.button-reset:hover,
.button-reset:focus{
	cursor:pointer;
}
.button-reset:focus-visible{

}
.button-reset::-moz-focus-inner{
	border:0;
	padding:0;
}
.button-reset[disabled]{
	cursor:default;
}
/* .button-frame */
.button-frame{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:6px;
}
.button-frame._side-medium{
	gap:12px;
}
.button-frame._flex-inline{
	display:inline-flex;
	vertical-align:top;
}
.button-frame__title{
	min-width:0;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:left;
}
.button-frame__icon{
	line-height:0;
	flex-shrink:0;
}
/* .field-reset */
.field-reset{
	-webkit-text-size-adjust:none;
	text-size-adjust:none;
	-webkit-appearance:none;
	border-radius:0;
	border:none;
	background:none;
	outline:none;
	display:block;
	width:100%;
	min-width:100%;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Montserrat", Candara, Segoe, Segoe UI, Helvetica Neue, Helvetica sans-serif;
}
.field-reset::-webkit-search-cancel-button{
	display:none;
}
/* icon-svg */
.icon-svg{
	display:inline-block;
	vertical-align:top;
	fill:currentColor;
}
.icon-svg._size-simple{
	width:20px;
	height:20px;
}
.icon-svg._size-usual{
	width:24px;
	height:24px;
}
.icon-svg._size-usual-3d_viewer{
	width:36px;
	height:24px;
}
.icon-svg._size-usual-youtube{
	width:30px;
	height:24px;
}
/* .button_theme-blueLight-stroke */
@media (hover:hover) and (pointer:fine){
	.button_theme-blueLight-stroke:hover{
		color:var(--blueLight);
	}
}
/* .swiper-container */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	touch-action: pan-x;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Preloader */

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* a11y */

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper { /* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

.btn {
	display: -webkit-inline-box;
	display: inline-flex;
	padding: 15px 24px;
	font-weight: 600;
	font-size: 16px;
	color: #343636;
	border: 1px solid #343636;
	background: none;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-width: 100px;
	white-space: nowrap;
	box-sizing: border-box;
	line-height: normal;
}

.btn:hover,
.btn:link,
.btn:active,
.btn:visited {
	color: #343636;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn:hover,
.btn:focus-visible {
	color: #fff;
}
.btn:hover:after,
.btn:focus-visible:after{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.btn__text {
	position: relative;
	z-index: 3;
}

.btn:before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 100%;
	right: 20px;
	top: 50%;
	margin-top: -11px;
	z-index: 6;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.btn.loading:before {
	opacity: 1;
}

.btn:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 100%;
	background: #343636;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn.btn--full-width {
	width: 100%;
}

.btn.btn--small {
	padding: 10px 24px;
}

.btn.btn--cert {
	padding: 8px 20px;
	font-size: 14px;
	margin: 0 10px 10px 0;
}

.btn.btn--large {
	padding: 18px 24px;
}

.btn.btn--filled {
	color: #fff;
	background: #000;
}

.btn.btn--filled:hover .btn__text {
	-webkit-animation: none;
	animation: none;
}

.btn.btn--white {
	color: #fff;
	background: none;
	border-color: #fff;
}

.btn.btn--white:after {
	background: #fff;
}
.btn.btn--white:hover,
.btn.btn--white:focus-visible{
	color: #343636;
}
.btn.btn--pink {
	color: #fff;
	background: #FF1F77;
	border: none;
}

.btn.btn--pink:after {
	background: #E01162;
}

html {
	height: 100%;
}

html,
body {
	scroll-behavior: smooth;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	color: #343636;
	font-family: "Montserrat", Candara, Segoe, Segoe UI, Helvetica Neue, Helvetica sans-serif;
}

body {
	-webkit-overflow-scrolling: touch;
	min-width: 360px;
	min-height: 100%;
	-webkit-tap-highlight-color: rgba(52, 54, 54, 0.1);
}

p {
	margin-bottom: 20px;
	line-height: 1.55;
}

b,
strong {
	font-weight: 700;
}

a,
a:link,
a:visited {
	color: #343636;
	text-decoration: none;
	-webkit-transition: color 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03);
	transition: color 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03);
}

.page-width {
	padding: 0 10%;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	max-width: 2000px;
}

.page-width2 {
	max-width: 800px;
	margin: 0 auto;
}

.page-wrap {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	min-height: 100vh;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.doc-ready .page-wrap {
	opacity: 1;
}
.page-content{
	/*flex:auto;*/
	flex-grow:100;
}
.page-header,
.page-footer{
	flex-shrink:0;
}

.center-text {
	text-align: center;
}

.right-text {
	text-align: right;
}

.page-row {
	display: -webkit-box;
	display: flex;
	margin: 0 -12px;
}

.page-row--large {
	margin: 0 -24px;
}

.page-row--middle {
	-webkit-box-align: center;
	align-items: center;
}

.page-row--between {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.page-row--wrap {
	flex-wrap: wrap;
}

.page-col {
	padding: 0 12px;
	box-sizing: border-box;
}

.page-col.page-col--mw250 {
	max-width: 280px;
}

.page-col--w50 {
	width: 50%;
}

.page-col--w33 {
	width: 33.33%;
}

.page-col--w25 {
	width: 25%;
}

.page-col--large {
	padding: 0 24px;
}

.no-wrap {
	white-space: nowrap;
}

.no-scroll {
	overflow-y: scroll;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.no-scroll body {
	height: auto;
	overflow: hidden;
}

.sprite-image {
	position: fixed;
	visibility: hidden;
	z-index: -1;
	left: 0;
	top: 0;
}

.no-transition * {
	-webkit-transition: none !important;
	transition: none !important;
}

.vertical-section {
	margin: 80px 0;
}

.vertical-section.vertical-section--first {
	margin-top: 0;
}

.vertical-section.vertical-section--last {
	margin-bottom: 0;
}

.breadcrumbs {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	color: #999B9B;
	padding: 40px 0 5px;
}

.breadcrumbs__item {
	padding-bottom: 10px;
}

.breadcrumbs__arrow {
	display: inline-block;
	padding: 0 4px;
}

.breadcrumbs__link {
	font-size: 12px;
	color: #999B9B;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumbs__link:hover,
.breadcrumbs__link:link,
.breadcrumbs__link:active,
.breadcrumbs__link:visited {
	color: #999B9B;
}

.breadcrumbs__link:hover {
	color: #343636;
}

.breadcrumbs__link.is-active:hover {
	color: #999B9B;
}

.dashed-link {
	border-bottom: 1px dashed #979797;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.dashed-link:hover,
.dashed-link:link,
.dashed-link:active,
.dashed-link:visited {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.dashed-link:hover {
	border-bottom-color: transparent;
}

.h20-separator {
	height: 20px;
}

.h30-separator {
	height: 30px;
}

.h40-separator {
	height: 40px;
}

.page-content {
	margin: auto 0;
}

.page-description {
	max-width: 550px;
}

.default-ui {
	line-height: 1.6;
}

.default-ui p {
	margin-bottom: 25px;
	max-width: 1000px;
	line-height: 1.6;
	color: #5D5E5E;
}

.default-ui .default-ui__preview-text {
	font-weight: 700;
}

.default-ui ol {
	font-size: 16px;
	max-width: 1000px;
	list-style: none;
	counter-reset: li;
	margin-bottom: 30px;
}

.default-ui ol > li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}

.default-ui ol > li:before {
	content: counter(li) ".";
	counter-increment: li;
	position: absolute;
	left: 0;
	width: 20px;
	text-align: center;
	top: 3px;
}

.default-ui ul {
	font-size: 16px;
	margin-bottom: 20px;
	color: #000;
}

.default-ui ul:last-child {
	margin-bottom: 0;
}

.default-ui ul.two-col {
	-webkit-columns: 2;
	columns: 2;
	-webkit-column-gap: 50px;
	column-gap: 50px;
}

.default-ui ul.two-col > li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.default-ui ul > li {
	box-sizing: border-box;
	position: relative;
	padding: 0 0 0 15px;
	margin-bottom: 15px;
}

.default-ui ul > li > ul {
	padding-top: 10px;
}

.default-ui ul > li:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	content: "•";
}

.default-ui blockquote {
	background: #EFECE4;
	padding: 45px 70px;
	position: relative;
}

.default-ui blockquote p:last-child {
	margin-bottom: 0;
}

.default-ui table {
	width: 100%;
	font-size: 12px;
}

.default-ui table th {
	text-align: left;
	padding: 0 10px 10px 0;
	font-weight: 700;
}

.default-ui table th:last-child {
	padding-right: 0;
}

.default-ui table td {
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #DEDEDE;
}

.default-ui table td:last-child {
	padding-right: 0;
}

.shop-table{
	width:100%;
}

.shop-table td{
	padding:10px 0;
	border-bottom:1px solid #f1f1f1;
}

.default-ui .video-link {
	margin-bottom: 30px;
}

.default-ui__date {
	padding-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FF1F77;
}

.default-ui__full-pic {
	display:block;
	border-bottom: 4px solid #343636;
	margin-bottom: 40px;
}

.default-ui__full-pic img {
	display: block;
	width: 100%;
}

.upper-text {
	text-transform: uppercase;
}

.separator-line {
	height: 1px;
	background: #DEDEDE;
	margin: 30px 0;
}

.inline-video {
	position: relative;
	cursor: pointer;
	display: block;
}
.inline-video__frame{
	display:block;
	overflow:hidden;
	aspect-ratio:16/9;
}
.inline-video__preview{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:50% 50%;
}

.inline-video:hover .inline-video__btn {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.inline-video__btn {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	z-index: 4;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.inline-video__btn svg {
	display: block;
}

.page-header {
	position: relative;
	padding-top: 90px;
}

.top-nav {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 30;
	top: 0;
	-webkit-transition: top 0s ease-in-out 0s, background .4s ease-in-out, border-color .4s ease-in-out, -webkit-transform 0s ease-in-out;
	transition: top 0s ease-in-out 0s, background .4s ease-in-out, border-color .4s ease-in-out, -webkit-transform 0s ease-in-out;
	transition: transform 0s ease-in-out, top 0s ease-in-out 0s, background .4s ease-in-out, border-color .4s ease-in-out;
	transition: transform 0s ease-in-out, top 0s ease-in-out 0s, background .4s ease-in-out, border-color .4s ease-in-out, -webkit-transform 0s ease-in-out;
}

.top-nav__row {
	box-sizing:border-box;
	min-height: 90px;
	padding-top:16px;
	padding-bottom:16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	gap:20px 40px;
	border-bottom: 2px solid transparent;
}

.download-btns {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
	padding-bottom:16px;
	border-bottom: 2px solid transparent;
}
@media only screen and (max-width : 800px) {
	.download-btns {
		flex-direction: column;
		height:200px;
	}
}

.fixed-header .top-nav {
	-webkit-transition: top 0s ease-in-out 0s, background .4s ease-in-out, border-color .4s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: top 0s ease-in-out 0s, background .4s ease-in-out, border-color .4s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out, top 0s ease-in-out 0s, background .4s ease-in-out, border-color .4s ease-in-out;
	transition: transform .4s ease-in-out, top 0s ease-in-out 0s, background .4s ease-in-out, border-color .4s ease-in-out, -webkit-transform .4s ease-in-out;
	position: fixed;
	top: -92px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	background: #fff;
}

.fixed-header .top-nav .top-nav__row {
	border-bottom-color: #F3F3F2;
}

.menu-opened .top-nav .header-cart-link {
	color: #fff;
}

.menu-opened .top-nav .header-cart-link .header-cart-link__icon {
	fill: #fff;
}

.top-nav__logout-link {
	background: #E8E8E6;
	padding: 16px 13px 15px 18px;
	margin-left: 20px;
	display: none;
}

.top-nav__logout-link:hover,
.top-nav__logout-link:link,
.top-nav__logout-link:active,
.top-nav__logout-link:visited {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.top-nav__logout-link:hover {
	background: #bbbbb9;
}

.top-nav__logout-link svg {
	display: block;
}

.top-menu {
	margin-left: auto;
	display: -webkit-box;
	display: flex;
}

.top-menu__link {
	display: block;
	padding: 8px;
	font-size: 15px;
}

.top-menu__link:hover,
.top-menu__link:link,
.top-menu__link:active,
.top-menu__link:visited {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.top-menu__link:hover {
	background: rgba(0, 0, 0, 0.05);
}

.header-logo {
	display: block;
}

.header-logo img,
.header-logo svg {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: block;
}

.main-nav__row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	gap:20px;
	background: #F3F3F2;
}

.main-nav__personal-link {
	font-size: 15px;
	padding: 18px 8px;
}

.main-nav__personal-link:hover {
	color: #999a9a;
}

.main-nav .header-cart-link {
	display: none;
}
.main-nav__side{
	display:flex;
	gap:1px;
	margin-left:auto;
}
.main-nav__button{
	font-size:0;
	line-height:0;
	background: #E8E8E6;
	padding:16px;
}
@media (hover:hover) and (pointer:fine){
	.main-nav__button{
		transition:background-color 250ms ease 0s;
	}
	.main-nav__button:hover,
	.main-nav__button:focus-visible{
		background-color:#bbbbb9;
	}
}
.main-nav__button-icon{
	width:24px;
	height:24px;
	display:block;
}
.main-nav__logout-link {
	/*padding: 16px 13px 15px 18px;*/
}

.main-menu {
	display: -webkit-box;
	display: flex;
	font-size: 15px;
	margin-right:auto;
}

.main-menu__link {
	display: block;
	padding: 18px 8px;
}

.main-menu__link:hover,
.main-menu__link:link,
.main-menu__link:active,
.main-menu__link:visited {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
@media (hover:hover) and (pointer:fine){
	.main-menu__link:hover,
	.main-menu__link:focus-visible{
		background: rgba(0, 0, 0, 0.05);
	}
}

.header-cart-link {
	position: relative;
	padding-left: 40px;
}

.header-cart-link:hover {
	color: #999a9a;
}

.header-cart-link__icon {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	fill: #343636;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.header-cart-link__count {
	font-size: 15px;
	font-weight: 600;
	display: block;
	padding-bottom: 3px;
}

.header-cart-link__price {
	color: #858686;
	font-size: 14px;
}

.page-header--light .top-nav__row,
.menu-opened .top-nav .top-nav__row {
	border-bottom-color: transparent;
}

.page-header--light .header-logo svg,
.menu-opened .top-nav .header-logo svg {
	fill: #fff;
}

.page-header--light .top-menu__link,
.menu-opened .top-nav .top-menu__link {
	color: #fff;
}

.page-header--light .login-btn,
.menu-opened .top-nav .login-btn {
	color: #fff;
	border-color: #fff;
}

.page-header--light .login-btn:after,
.menu-opened .top-nav .login-btn:after {
	background: #fff;
}

.page-header--light .login-btn:hover,
.menu-opened .top-nav .login-btn:hover {
	color: #343636;
}

.page-header--light .registration-btn,
.menu-opened .top-nav .registration-btn {
	color: #fff;
}

.page-header--light .header-burger span,
.menu-opened .top-nav .header-burger span {
	background: #fff;
}

.not-authorized .top-menu {
	margin-left: auto;
	margin-right: 35px;
}

.not-authorized .registration-btn {
	margin-right: -25px;
}

.not-authorized .top-nav__row {
	border-bottom-color: #F3F3F2;
}

.not-authorized .page-header--light .top-nav__row {
	border-bottom-color: transparent;
}

.login-btn {
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	padding: 8px 13px;
	border: 1px solid #343636;
	box-sizing: border-box;
}

.login-btn:hover,
.login-btn:link,
.login-btn:active,
.login-btn:visited {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.login-btn.login-btn--adaptive {
	display: none;
}

.registration-btn {
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	padding: 8px 13px;
	border: 1px solid transparent;
	margin-left: 5px;
}

.registration-btn:hover,
.registration-btn:link,
.registration-btn:active,
.registration-btn:visited {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.header-burger {
	width: 60px;
	height: 60px;
	background: none;
	border: none;
	position: relative;
	padding: 0;
	margin-right: -10px;
	display: none;
	margin-left: 20px;
	cursor: pointer;
	outline: none;
	z-index: 5;
}

.header-burger span {
	width: 40px;
	height: 1px;
	background: #343636;
	position: absolute;
	top: 20px;
	right: 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.header-burger span:nth-child(2) {
	top: 31px;
}

.header-burger span:nth-child(3) {
	top: 42px;
	width: 30px;
}

.menu-opened .header-burger span:first-child {
	width: 30px;
	-webkit-transform: rotate(45deg) translate(4px, 11px);
	transform: rotate(45deg) translate(4px, 11px);
}

.menu-opened .header-burger span:nth-child(2) {
	opacity: 0;
}

.menu-opened .header-burger span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(5px, -11px);
	transform: rotate(-45deg) translate(5px, -11px);
}

.menu-opened .page-header .top-nav {
	background: #141414;
	position: fixed;
	border-bottom-color: #141414;
}

.menu-opened .adaptive-nav {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out, visibility 0s ease-in-out 0s;
	transition: all .4s ease-in-out, visibility 0s ease-in-out 0s;
}

.adaptive-nav {
	background: #141414;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	overflow: auto;
	z-index: 25;
	width: 100%;
	box-sizing: border-box;
	padding: 80px 24px;
	display: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out, visibility 0s ease-in-out .4s;
	transition: all .4s ease-in-out, visibility 0s ease-in-out .4s;
}

.adaptive-nav .main-menu {
	display: block;
}

.adaptive-nav__personal-link {
	display: block;
	padding: 10px 0;
}

.adaptive-nav__personal-link:hover,
.adaptive-nav__personal-link:link,
.adaptive-nav__personal-link:active,
.adaptive-nav__personal-link:visited {
	color: #fff;
}

.adaptive-menu {
	max-width: 400px;
	width: 100%;
	margin: 0 auto 30px;
}

.adaptive-menu__item {
	padding: 5px 0;
}

.adaptive-menu__link {
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
}

.adaptive-menu__link:hover,
.adaptive-menu__link:link,
.adaptive-menu__link:active,
.adaptive-menu__link:visited {
	color: #fff;
}

.not-authorized .adaptive-menu__item {
	padding: 20px 0;
}

.not-authorized .adaptive-menu__link {
	display: block;
	color: #fff;
	font-size: 40px;
	padding: 20px 0;
}

.not-authorized .adaptive-menu__link:hover,
.not-authorized .adaptive-menu__link:link,
.not-authorized .adaptive-menu__link:active,
.not-authorized .adaptive-menu__link:visited {
	color: #fff;
}

.page-footer {
	background: #fff;
}

.footer-top {
	background: #141414;
	color: #fff;
	box-sizing: border-box;
}

.footer-top__row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 55px;
}

.footer-top__contacts {
	padding-left: 50px;
}

.footer-top__tel {
	font-weight: 700;
	color: #fff;
	font-size: 15px;
	margin-right: 15px;
}

.footer-top__tel:hover,
.footer-top__tel:link,
.footer-top__tel:active,
.footer-top__tel:visited {
	color: #fff;
}

.footer-menu {
	margin-left: auto;
	display: -webkit-box;
	display: flex;
}

.footer-menu__link {
	display: block;
	padding: 18px 8px;
	color: #fff;
	font-size: 15px;
}

.footer-menu__link:hover,
.footer-menu__link:link,
.footer-menu__link:active,
.footer-menu__link:visited {
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.footer-menu__link:hover {
	background: #5D5E5E;
}

.footer-bottom {

}

.footer-bottom__row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	gap:20px 30px;
	padding-top:15px;
	padding-bottom:15px;
}

.footer-bottom__copy {

}

.footer-bottom-menu {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	gap:16px;
}

.footer-bottom-menu__link {
	font-size: 15px;
}

.footer-bottom-menu__link:hover {
	color: #999a9a;
}
.footer-logo{
	display:block;
	fill:#fff;
}
h1,
.h1 {
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 30px;
	max-width: 1100px;
}

h2,
.h2 {
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 40px;
}

h3,
.h3 {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 30px;
}

h4,
.h4 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
}

h5,
.h5 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px;
}
/* .cols */
.cols-clear{
	display:flow-root;
}
.cols{
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
}
.cols._items-stretch{
	align-items:stretch;
}
.cols._vertical-middle{
	align-items:center;
}
.cols._vertical-top{
	align-items:flex-start;
}
.cols._vertical-bottom{
	align-items:flex-end;
}
.cols._align-center{
	justify-content:center;
}
.cols._align-justify{
	justify-content:space-between;
}
.cols._align-right{
	justify-content:flex-end;
}
.cols._nowrap{
	flex-wrap:nowrap;
}
.cols._self-inline{
	display:inline-flex;
	vertical-align:text-top;
}
.cols._direction-column{
	flex-direction:column;
}
.cols._indent-sm{
	margin:-4px;
}
.cols._indent-sm > .col-temp{
	padding:4px;
}
.cols._indent-base{
	margin:-8px;
}
.cols._indent-base > .col-temp{
	padding:8px;
}
.cols._indent-usual{
	margin:-12px;
}
.cols._indent-usual > .col-temp{
	padding:12px;
}
.col-temp{

}
.col-temp._r-auto{
	margin-right:auto;
}
.col-temp._l-auto{
	margin-left:auto;
}
/* .line- */
.line-temp{
	display:block;
}
.line-temp:first-child{
	margin-top:0;
}
.line-temp:empty{
	display:none;
}
.line-massive{
	margin-top:70px;
}
.line-primary{
	margin-top:64px;
}
.line-common{
	margin-top:52px;
}
.line-special{
	margin-top:40px;
}
.line-regular{
	margin-top:30px;
}
.line-usual{
	margin-top:24px;
}
.line-simple{
	margin-top:20px;
}
.line-base{
	margin-top:16px;
}
@media only screen and (max-width: 980px){
	.line-massive{
		margin-top:60px;
	}
	.line-primary{
		margin-top:52px;
	}
}
@media only screen and (max-width: 765px){
	.line-primary{
		margin-top:44px;
	}
	.line-common{
		margin-top:32px;
	}
	.line-special{
		margin-top:28px;
	}
	.line-regular{
		margin-top:24px;
	}
	.line-usual{
		margin-top:16px;
	}
}
@media only screen and (max-width: 576px){
	.line-regular{
		margin-top:20px;
	}
}
/* .catalog- */
.catalog-promo {
	display: flex;
	align-items: stretch;
	margin-bottom: 50px;
	border-bottom: 4px solid #343636;
}

.catalog-promo__pic {
	display:block;
	width: 100%;
	min-height: 450px;
}
.catalog-promo__pic-output{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:50% 50%;
}
.catalog-promo__text {
	flex-shrink: 0;
	box-sizing: border-box;
	font-size: 16px;
	width: 25%;
	min-width: 320px;
	padding: 50px 0 50px 24px;
}

.catalog-promo__subtitle {
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 5px;
}

.catalog-promo__title {
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 10px;
	line-height: 1.4;
}
/* .catalog */
.catalog {
	display: -webkit-box;
	display: flex;
}

.catalog__left {
	width: 240px;
	flex-shrink: 0;
}

.catalog__right {
	padding-left: 100px;
	box-sizing: border-box;
	width: calc(100% - 240px);
}

.catalog-loaded {
	position: absolute;
	height: 100%;
	width: 60px;
	left: 50%;
	margin-left: -30px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out, visibility 0s ease-in-out .4s;
	transition: opacity .4s ease-in-out, visibility 0s ease-in-out .4s;
}

.catalog-loaded__fixed {
	height: 100px;
	width: 60px;
	position: relative;
}

.catalog-loaded__spinner {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	top: 100px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-perspective: 1000px;
	perspective: 1000px;
	border-radius: 50%;
}

.catalog-loaded__spinner:after,
.catalog-loaded__spinner:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	-webkit-animation: 1s spin linear infinite;
	animation: 1s spin linear infinite;
}

.catalog-loaded__spinner:before {
	-webkit-transform: rotateX(70deg);
	transform: rotateX(70deg);
}

.catalog-loaded__spinner:after {
	-webkit-transform: rotateY(70deg);
	transform: rotateY(70deg);
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.catalog-grid {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
	position: relative;
}

.catalog-grid__item {
	padding: 0 12px 64px;
	box-sizing: border-box;
	width: 33.33%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.catalog-grid__item.loading {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

.catalog-grid.loading .catalog-grid__item {
	opacity: .3;
}

.catalog-grid.loading .catalog-loaded {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .4s ease-in-out, visibility 0s ease-in-out 0s;
	transition: opacity .4s ease-in-out, visibility 0s ease-in-out 0s;
}
.catalog-grid__item._mode-flag{
	display:grid;
	align-items:start;
}
.catalog-grid__item._mode-flag .catalog-grid__item-flag{
	width:fit-content;
}
.catalog-grid:not(.list-view) .catalog-grid__item._mode-flag{
	grid-template:1fr / 1fr;
}
.catalog-grid:not(.list-view) .catalog-grid__item._mode-flag .item-tile{
	grid-column:1 / -1;
	grid-row:1 / -1;
}
.catalog-grid:not(.list-view) .catalog-grid__item._mode-flag .catalog-grid__item-flag{
	grid-column-start:1;
	grid-row-start:1;
	z-index:4;
	margin:16px;
}
.catalog-grid.list-view {
	display: block;
}
.catalog-grid.list-view .catalog-grid__item {
	width: 100%;
	padding-bottom: 24px;
}
.catalog-grid.list-view .catalog-grid__item._mode-flag{
	grid-template-columns:24px 1fr;
	gap:24px;
}
.catalog-grid.list-view .catalog-grid__item._mode-flag .catalog-grid__item-flag{

}
@media screen and (max-width:576px){
	.catalog-grid.list-view .catalog-grid__item._mode-flag{
		gap:16px;
	}
}
/* .catalog-nav */
.catalog-nav {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 80px;
}

.catalog-nav__count {
	position: absolute;
	color: #999B9B;
	left: 0;
	font-size: 16px;
	padding-top: 10px;
}

.catalog-nav__count strong {
	font-weight: 600;
}

.catalog-nav .more-btn {
	width: calc(33.33% - 24px);
}

.catalog-row {
	display: -webkit-box;
	display: flex;
	margin: 0 -12px;
	flex-wrap: wrap;
}

.catalog-row__item {
	box-sizing: border-box;
	width: 25%;
	padding: 0 12px;
}
/* .main-promo */
.main-promo {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	-webkit-box-pack: end;
	justify-content: flex-end;
	box-sizing: border-box;
	padding-bottom: 10%;
	-webkit-box-align: center;
	align-items: center;
	z-index: 1;
}

.hide-video .main-promo {
	opacity: 0;
}

.main-promo:after {
	position: absolute;
	content: '';
	display: block;
	z-index: 4;
	background: rgba(0, 0, 0, 0.35);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.main-promo__svg{
	fill:#fff;
	max-width:100%;
	height:auto;
	aspect-ratio:500/126;
}
.main-promo__pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	object-position: center;
	background:#000;
}

.main-promo__pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.main-promo__cont {
	position: relative;
	z-index: 7;
	color: #fff;
	text-align: center;
	max-width: 80%;
}

.main-promo__caption {
	max-width: 400px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.5;
}

.main-promo__title {
	padding-bottom: 10px;
}

.main-promo__title img {
	width: 100%;
	max-width: 800px;
}

.main-promo__video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 3;
}
/* .brand-list */
.brand-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-top: 65px;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}

.brand-list__item {
	padding: 15px 40px;
}

.brand-list__link {
	opacity: .8;
	display: block;
}

.brand-list__link img {
	display: block;
}

.brand-list__link:hover,
.brand-list__link:link,
.brand-list__link:active,
.brand-list__link:visited {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.brand-list__link:hover {
	opacity: 1;
}

.main-promo-spacer {
	height: 100vh;
}

.main-page-cont {
	position: relative;
	z-index: 5;
	background: #fff;
}

.main-section {
	position: relative;
	z-index: 6;
	display: -webkit-box;
	display: flex;
}

.main-section.main-section--gray {
	background: #FAFAFA;
}

.main-section.main-section--gray:before {
	position: absolute;
	content: '';
	display: block;
	width: 3000px;
	height: 100%;
	top: 0;
	background: #FAFAFA;
	right: 100%;
}

.main-section.main-section--gray:after {
	position: absolute;
	content: '';
	display: block;
	width: 3000px;
	height: 100%;
	top: 0;
	background: #FAFAFA;
	left: 100%;
}

.main-section__date {
	color: #FF1F77;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 10px;
}

.main-section.main-section--auto .main-section__left,
.main-section.main-section--auto .main-section__right {
	min-height: 0;
}

.main-section.main-section--brand-text {
	-webkit-box-align: start;
	align-items: flex-start;
}

.main-section.main-section--brand-text .main-section__text {
	padding-top: 0;
}

.main-section.main-section--brand-text .main-section__right .main-section__text {
	padding-left: 0;
}

.main-section.main-section--sale {
	margin-bottom: -20px;
}

.main-section.main-section--sale .main-section__left,
.main-section.main-section--sale .main-section__right {
	min-height: 650px;
}

.main-section.main-section--sale.main-section--sale--last {
	margin-bottom: 0;
}

.main-section.main-section--sale:last-child {
	margin-bottom: 0;
}

.main-section__title-underlined {
	position: relative;
	padding-bottom: 30px;
}

.main-section__title-underlined:after {
	position: absolute;
	content: '';
	display: block;
	right: 0;
	height: 2px;
	bottom: 15px;
	background: #343636;
	width: 100%;
	padding-left: 60px;
	z-index: 4;
}

.main-section__left {
	width: 50%;
	position: relative;
	min-height: 800px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-section__left .main-section__title-underlined:after {
	right: auto;
	left: 0;
}

.main-section__pic,
.main-section__image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.main-section__pic {
	background-size: contain;
	background-position: center;
	background-repeat:no-repeat;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align:center;
}
.main-section__pic-descr{
	position:relative;
	z-index:2;
	max-width:420px;
	width:90%;
}
.main-section__image{

}
.main-section__image-output{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:50% 50%;
}
.main-section__right {
	width: 50%;
	position: relative;
	min-height: 800px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.main-section__text {
	padding: 50px 15%;
}

.main-section__text .btn {
	margin-top: 25px;
}

.main-section__text p {
	font-size: 16px;
}

.first-slide-arrow-down {
	position: absolute;
	padding: 20px;
	bottom: 0;
	left: 50%;
	margin-left: -28px;
	cursor: pointer;
	z-index: 6;
	display: none;
}

.first-slide-arrow-down svg {
	fill: #fff;
}

.checkbox {
	position: relative;
	font-size:14px;
	line-height:24px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	display: -webkit-inline-box;
	display: inline-flex;
	vertical-align: top;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.checkbox:hover {
	color: #999a9a;
}
.checkbox .marktext{
	vertical-align:text-top;
}

.checkbox__input {
	opacity: 0;
	position: absolute;
}

.checkbox__input:checked ~ .checkbox__text:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.checkbox__input.error ~ .checkbox__text:before {
	border-color: red;
}

.checkbox__text {
	position: relative;
	padding: 1px 0 1px 30px;
	display: block;
}

.checkbox__text:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border: 1px solid #C7C9C7;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.checkbox__text:after {
	position: absolute;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	left: 3px;
	top: calc(3px + 4px);
	background: #343636;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.single-checkbox {
	position: relative;
	width: 22px;
	height: 22px;
	border: 1px solid #343636;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	display: -webkit-inline-box;
	display: inline-flex;
	vertical-align: top;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.single-checkbox__input {
	opacity: 0;
	position: absolute;
}

.single-checkbox__input:checked ~ .single-checkbox__text {
	display:block;
}

.single-checkbox__input.error {
	border-color: red;
}

.single-checkbox__text {
	position: absolute;
	width: 22px;
	height: 22px;
	left: 0;
	top: 0;
	display:none;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: url(../img/icons/checkbox.svg) no-repeat 50% 50%;
	-webkit-background-size:14px 10px;
	background-size:14px 10px;
}

.single-checkbox:hover {
	border-color: #999a9a;
}

.radio {
	position: relative;
	font-size: 12px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	display: -webkit-inline-box;
	display: inline-flex;
	vertical-align: top;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.radio:hover {
	color: #999a9a;
}

.radio__input {
	opacity: 0;
	position: absolute;
}

.radio__input:checked ~ .radio__text:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.radio__input.error ~ .checkbox__text:before {
	border-color: red;
}

.radio__text {
	position: relative;
	padding: 1px 0 1px 30px;
	display: block;
}

.radio__text:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #C7C9C7;
	border-radius: 100%;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.radio__text:after {
	position: absolute;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	left: 3px;
	top: 3px;
	background: #343636;
	border-radius: 100%;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.checkbox-list__item {
	padding-bottom: 15px;
}

.checkbox-list__item.checkbox-list__item--hidden {
	display: none;
}

.checkbox-list__item:last-child {
	padding-bottom: 0;
}

.checkbox-list__item .checkbox {
	display: block;
}

.number-input {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border: 1px solid #343636;
	border-radius: 40px;
}

.number-input__counter {
	position: relative;
	width: 22px;
	height: 38px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}

.number-input__counter.is-input .number-input__counter-num {
	opacity: 0;
	-webkit-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
}

.number-input__counter.is-input .number-input__counter-input {
	opacity: 1;
	-webkit-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
}

.number-input__counter-input {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
	box-shadow: none;
	outline: none;
	background: none;
	border: none;
	color: #333C48;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
}

.number-input__counter-num {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 38px;
	opacity: 1;
	-webkit-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
}

.number-input__counter-num.is-increment-hide {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-animation: increment-prev 100ms ease-in;
	animation: increment-prev 100ms ease-in;
}

.number-input__counter-num.is-increment-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation: increment-next 100ms ease-out;
	animation: increment-next 100ms ease-out;
}

.number-input__counter-num.is-decrement-hide {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-animation: decrement-prev 100ms ease-in;
	animation: decrement-prev 100ms ease-in;
}

.number-input__counter-num.is-decrement-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation: decrement-next 100ms ease-out;
	animation: decrement-next 100ms ease-out;
}

.number-input__button {
	width: 24px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #BBBBBB;
}

.number-input__button:hover {
	color: #000;
}

.is-decrement-disabled .number-input__button--decrement {
	color: #BBBBBB;
	opacity: .1;
	pointer-events: none;
}

.is-increment-disabled .number-input__button--increment {
	color: #BBBBBB;
	opacity: .1;
	pointer-events: none;
}
/* .form-line */
.form-line {
	padding-bottom: 30px;
	position: relative;
}
.form-line.form-line--small {
	padding-bottom: 15px;
}
.form-line__label {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	padding: 5px 0;
	margin:0 0 15px 0;
	pointer-events: none;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	transition:transform 250ms ease 0s;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.form-line__label._text-multiline{
	white-space:normal;
}
.form-line__label._effect-fade{
	transition:opacity 250ms ease 0s;
	transform:none;
}
.form-line__inline-label {
	color: #858686;
}
.form-upload{
	margin-top:-22px;
}
.form-line__textcontent{
	display:flex;
	flex-direction:column;
	gap:8px;
}
.form-line__textcontent *{
	margin:0;
}
/* .text-input */
.text-input {
	background: none;
	border: none;
	border-bottom: 1px solid #9B9D9C;
	padding: 10px 0;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: all .4s ease-in-out, background-color 0s ease-in-out 1000s;
	transition: all .4s ease-in-out, background-color 0s ease-in-out 1000s;
	border-radius: 0;
}

.text-input[readonly] {
	cursor: default;
	background: url(../img/icons/lock.svg) right center no-repeat;
}

.text-input:-webkit-autofill {
	box-shadow: none;
	background: none;
}

.text-input.error {
	border-color: rgba(255, 12, 12, 0.6);
}

.text-input.error ~ .error-text {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03), visibility 0s cubic-bezier(0.36, 0.26, 0.19, 1.03) 0s;
	transition: opacity 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03), visibility 0s cubic-bezier(0.36, 0.26, 0.19, 1.03) 0s;
}

.text-input:-webkit-autofill ~ .form-line__label {
	color: #868686;
	-webkit-transform: scale(0.8) translateY(-18px);
	transform: scale(0.8) translateY(-18px);
}

.text-input:focus ~ .form-line__label,
.text-input.is-filled ~ .form-line__label {
	color: #868686;
	-webkit-transform: scale(0.8) translateY(-18px);
	transform: scale(0.8) translateY(-18px);
}
.text-input:focus ~ .form-line__label._effect-fade,
.text-input.is-filled ~ .form-line__label._effect-fade{
	opacity:0;
	transform:none;
}

.error-text {
	font-size: 12px;
	left: 0;
	width: 100%;
	top: 42px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	color: rgba(255, 12, 12, 0.6);
	-webkit-transition: opacity 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03), visibility 0s cubic-bezier(0.36, 0.26, 0.19, 1.03) 0.4s;
	transition: opacity 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03), visibility 0s cubic-bezier(0.36, 0.26, 0.19, 1.03) 0.4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: right;
	font-style: italic;
}

textarea.text-input {
	resize: none;
	height: auto;
}

.submit-line {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.submit-line__link {
	padding: 15px;
	margin-left: 9px;
	margin-right: auto;
}

.submit-line .btn {
	margin-top: 0;
	flex-shrink: 0;
}

.submit-line .checkbox--rules,
.submit-line .checkbox {
	margin-left: 40px;
}
.checkbox-text_less,
.checkbox--rules{
	font-size: 12px;
	line-height: 1.5;
}
.checkbox--rules {
	max-width: 380px;
	font-style: italic;
}

.checkbox--rules .checkbox__text {
	padding-left: 0;
	text-transform: none;
	color: #616161;
	font-size: 12px;
}

.checkbox--rules .checkbox__text:after {
	width: 16px;
	height: 16px;
	background: url(../img/icons/checkbox.svg) 0 0 no-repeat;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	left: 2px;
	top: 6px;
	-webkit-transform: none;
	transform: none;
}

.checkbox--rules .checkbox__text:before {
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	position: relative;
}

.checkbox--rules a {
	color: #999B9B;
	border-bottom: 1px dashed #999B9B;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.checkbox--rules a:hover {
	border-bottom-color: transparent;
}

.single-form {
	max-width: 540px;
	margin: 0 auto;
	padding: 80px 0;
}

.registration-company {
	display: none;
	padding-top: 10px;
}

.input-file {
	width: 100%;
	height: 100% !important;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	z-index: 4;
	left: 0;
	top: 0;
}

.input-file.error + .form-line__label {
	border-color: red;
}

.file-label {
	display: -webkit-box;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	align-items: center;
}

.file-label span {
	border-bottom: 1px dashed #979797;
	-webkit-transition: border-bottom-color .4s ease-in-out;
	transition: border-bottom-color .4s ease-in-out;
}

.file-label svg {
	margin-right: 8px;
}

.input-file:hover ~ .file-label span {
	border-bottom-color: transparent;
}

.custom-file-input {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-flex;
	vertical-align:top;
}

.custom-file-input.selected {
	background:var(--dark);
	color: #fff;
	border-radius: 3px;
	padding: 4px 26px 4px 8px;
	font-weight: 600;
	font-size: 12px;
	line-height:16px;
}

.custom-file-input.selected:hover {
	background: #5D5E5E;
}

.custom-file-input.selected:after {
	position: absolute;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/icons/remove.svg) 0 0 no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	cursor: pointer;
}

.custom-file-input.selected .input-file {
	display: none;
}

.custom-file-input.selected .file-label span {
	border: none;
}

.custom-file-input.selected svg {
	display: none;
}

.custom-file-input-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}

.custom-file-input-list .custom-file-input {
	display: none;
	margin: 0 8px 8px 0;
}

.custom-file-input-list .custom-file-input:first-child {
	display: block;
}

.custom-file-input-list .custom-file-input.selected + .custom-file-input {
	display: block;
}

.form-line .select-with-label .select-with-label__name {
	flex-shrink: 0;
	white-space: nowrap;
}

.form-line .select-with-label .choices {
	width: 100%;
}

.category-menu__item {
	margin-bottom: 4px;
}

.category-menu__link {
	font-size: 14px;
	display: block;
	padding: 5px 0 6px;
}

.category-menu__link.is-active {
	background: #F3F3F2;
	padding: 5px 8px;
	display: inline-block;
}

.category-menu__link:hover {
	color: #999a9a;
}

.category-menu .category-menu--sub-menu {
	padding: 10px 0 10px 30px;
}

.catalog-filter {
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 64px;
}

.catalog-filter__adaptive-btn {
	display: none;
	padding-top: 20px;
}

.catalog-filter__title {
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-right: 30px;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.catalog-filter__title.catalog-filter__title--with-arrow {
	cursor: pointer;
}

.catalog-filter__title.catalog-filter__title--with-arrow:hover {
	color: #5D5E5E;
}

.catalog-filter__title svg {
	top: 4px;
	right: 0;
	position: absolute;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.catalog-filter__line {
	padding-bottom: 10px;
}

.catalog-filter__line.is-opened .catalog-filter__title--with-arrow svg {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.catalog-filter__cont {
	padding-bottom: 20px;
}

.steps-slider-inputs {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
	font-size: 14px;
}

.steps-slider-inputs__left {
	display: -webkit-box;
	display: flex;
}

.steps-slider-inputs__right {
	display: -webkit-box;
	display: flex;
}

.clear-filter {
	border-bottom: 1px dashed #979797;
	font-size: 14px;
	display: inline-block;
	margin-top: 30px;
}

.clear-filter:hover,
.clear-filter:link,
.clear-filter:active,
.clear-filter:visited {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.clear-filter:hover {
	border-bottom-color: transparent;
}

.catalog-sort {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 14px;
	margin-bottom: 36px;
}

.catalog-sort .clear-filter {
	margin: 0;
}

.catalog-sort__result {
	color: #999B9B;
	margin-right: 48px;
}

.catalog-sort .btn {
	margin-left: auto;
}

.catalog-sort .select-with-label {
	margin-right: 48px;
}

.catalog-sort__pages {
	margin-left: auto;
	margin-right: 48px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.catalog-sort__pages label {
	font-weight: 600;
	margin-right: 12px;
}

.catalog-sort__pages a {
	display: block;
	padding: 12px;
	font-weight: 600;
}

.catalog-sort__pages a.is-active {
	color: #858686;
	font-weight: 300;
}

.catalog-sort__view {
	display: -webkit-box;
	display: flex;
	margin: 0 -10px;
}

.catalog-sort__view a {
	padding: 10px;
}

.catalog-sort__view a svg {
	display: block;
	fill: #C7C9C7;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.catalog-sort__view a.is-active svg {
	fill: #000;
}
.catalog-sort__side-right{
	margin-left:auto;
}
/* .filter-btn */
.filter-btn {
	display: none;
	font-weight: 600;
	margin-left: auto;
	cursor: pointer;
	padding: 10px 0;
	position: relative;
}

.filter-btn svg {
	margin-right: 10px;
}

.filter-btn.is-active {
	padding-right: 10px;
}

.filter-btn.is-active:after {
	position: absolute;
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	right: 0;
	top: 0;
	background: #FF1F77;
}

.close-filter {
	position: fixed;
	right: 0;
	top: 0;
	padding: 20px;
	display: none;
	cursor: pointer;
	-webkit-transform: translateX(-100vw);
	transform: translateX(-100vw);
	z-index: 55;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.filter-opened .close-filter {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.close-filter svg {
	display: block;
}

.catalog-brand-adaptive {
	display: none;
	margin-bottom: 24px;
}

.brands-links {
	display: -webkit-box;
	display: flex;
	overflow: auto;
	white-space: nowrap;
	margin: 0 -24px;
	padding: 0 24px;
}

.brands-links::-webkit-scrollbar * {
	background: transparent;
}

.brands-links::-webkit-scrollbar-track {
	background-color: transparent;
}

.brands-links::-webkit-scrollbar {
	display: none;
	background-color: transparent;
}

.brands-links::-webkit-scrollbar-thumb {
	background-color: transparent;
}

.brands-links__item {
	padding-right: 8px;
}

.brands-links__item:last-child {
	padding-right: 24px;
}

.brands-links__link {
	padding: 10px 16px;
	font-weight: 600;
	font-size: 14px;
	display: block;
	border-radius: 5px;
	border: 1px solid #343636;
}

.brands-links__link.is-active {
	background: #343636;
	color: #fff;
}

/*! nouislider - 14.1.0 - 12/4/2019 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.noUi-target {
	position: relative;
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat;
}

.noUi-connect {
	height: 100%;
	width: 100%;
}

.noUi-origin {
	height: 10%;
	width: 10%;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}

.noUi-touch-area {
	height: 100%;
	width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
	height: 3px;
}

.noUi-horizontal .noUi-handle {
	width: 13px;
	height: 13px;
	right: -13px;
	top: -5px;
	background: #343636;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.noUi-horizontal .noUi-handle:hover {
	background: #5D5E5E;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
	background: #C7C9C7;
	margin-right: 13px;
}

.noUi-target:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 100%;
	width: 13px;
	height: 3px;
	background: #C7C9C7;
}

.noUi-connect {
	background: #343636;
}

/* Handles and cursors;
 */

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	background: #343636;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

/* Values;
 *
 */

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
	position: absolute;
	background: #CCC;
}

.noUi-marker-sub {
	background: #AAA;
}

.noUi-marker-large {
	background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

.choices {
	position: relative;
	z-index: 10;
}

.choices.is-open {
	z-index: 11;
}

.choices:focus {
	outline: 0;
}

.choices:last-child {
	margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
	background-color: #eaeaea;
	cursor: not-allowed;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.choices.is-disabled .choices__item {
	cursor: not-allowed;
}

.choices[data-type*=select-one] {
	cursor: pointer;
}

.choices[data-type*=select-one] .choices__input {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	margin: 0;
}

.choices[data-type*=select-one] .choices__button {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
	padding: 0;
	background-size: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	margin-right: 25px;
	height: 20px;
	width: 20px;
	border-radius: 10em;
	opacity: .5;
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
	opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
	box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one]:after {
	position: absolute;
	content: '';
	display: block;
	background: url(../img/icons/arrow-down.svg) 0 center no-repeat;
	width: 10px;
	height: 10px;
	right: 0;
	top: 50%;
	margin-top: -5px;
	pointer-events: none;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.choices[data-type*=select-one].is-open:after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
	cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
	position: relative;
	display: inline-block;
	margin: 0 -4px 0 8px;
	padding-left: 16px;
	border-left: 1px solid #008fa1;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 8px;
	width: 8px;
	line-height: 1;
	opacity: .75;
	border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
	opacity: 1;
}

.choices__inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	color: #5D5E5E;
	border-bottom: 2px solid #343636;
}

.choices__list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.choices__list--single {
	display: inline-block;
	padding: 10px 40px 10px 0;
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
}

.choices__list--single .choices__item {
	width: 100%;
}

.choices__list--multiple {
	display: inline;
}

.choices__list--multiple .choices__item {
	display: inline-block;
	vertical-align: middle;
	border-radius: 20px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 3.75px;
	margin-bottom: 3.75px;
	background-color: #00bcd4;
	border: 1px solid #00a5bb;
	color: #fff;
	word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
	padding-right: 5px;
}

.choices__list--multiple .choices__item.is-highlighted {
	background-color: #00a5bb;
	border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
	background-color: #aaa;
	border: 1px solid #919191;
}

.choices__list--dropdown {
	display: none;
	z-index: 1;
	position: absolute;
	min-width: 100%;
	background-color: #fff;
	border: 2px solid #343636;
	top: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.choices__list--dropdown.is-active {
	display: block;
}

.is-flipped .choices__list--dropdown {
	top: auto;
	bottom: 100%;
	margin-top: 0;
}

.choices__list--dropdown .choices__list {
	position: relative;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
	position: relative;
	padding: 10px;
	font-size: 14px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
	opacity: .5;
}

.choices__item {
	cursor: default;
}

.choices__item--selectable {
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
}

.choices__item--disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: .5;
}

.choices__heading {
	font-weight: 600;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: gray;
}

.choices__button {
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.choices__button:focus,
.choices__input:focus {
	outline: 0;
}

.choices__input {
	display: inline-block;
	vertical-align: baseline;
	background-color: #f9f9f9;
	font-size: 14px;
	margin-bottom: 5px;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	padding: 4px 0 4px 2px;
}

.choices__placeholder {
	opacity: .5;
}

.choices[data-type*=select-multiple] .choices__input.is-hidden,
.choices[data-type*=select-one] .choices__input.is-hidden,
.choices__input.is-hidden {
	display: none;
}

.select-with-label {
	display: -webkit-box;
	display: flex;
	border-bottom: 2px solid #343636;
	-webkit-box-align: center;
	align-items: center;
}

.select-with-label__name {
	font-weight: 600;
	padding-right: 20px;
}

.select-with-label .choices__inner {
	border-bottom: none;
	font-weight: normal;
	color: #858686;
}

.select-with-label .choices__list--dropdown {
	left:auto;
	right:0;
}

.item-tile {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	height: 100%;
}
.item-tile__marks,
.product-detail__marks{
	display:flex;
	flex-wrap:wrap;
	gap:6px;
	position:absolute;
}
.item-tile__marks{
	justify-content:flex-end;
	padding:0 16px 0 0;
	right:0;
	top:0;
	z-index:5;
	max-width:calc(100% - 56px);
	box-sizing:border-box;
}
@media screen and (max-width:576px){
	.catalog-grid.list-view .item-tile__mark{
		font-size:11px;
		padding:6px;
	}
}
.item-tile__mark,
.product-detail__mark{
	background: #FF1F77;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	font-weight: 700;
	pointer-events:none;
}
.item-tile__head{
	margin-bottom: 16px;
}
.item-tile__head-capability:not(:first-child){
	margin-top:16px;
}
.item-tile__name {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}

.item-tile__name:hover {
	color: #999a9a;
}

.item-tile__info {
	padding: 0 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.item-tile__miniatures{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:6px;
	margin-bottom:20px;
}
.catalog-grid.list-view .item-tile__miniatures{
	display:none;
}
.item-tile__miniature{
	background:#F3F3F2;
	cursor:pointer;
}
.item-tile__miniature._active{
	outline:1px solid #343636;
}
.item-tile__miniature-image{
	display:block;
	width:100%;
	aspect-ratio:1;
	object-fit:scale-down;
	object-position:50% 50%;
}

.item-tile__params {
	display: -webkit-box;
	display: flex;
	color: #5D5E5E;
	margin-bottom: 10px;
}

.props{
	color: #5D5E5E;
	margin-bottom: 10px;
}

.item-tile__params dt {
	width: 100px;
	padding-right: 20px;
	flex-shrink: 0;
	font-weight: 500;
}

.item-tile__price-line {
	margin-bottom: 20px;
	display: -webkit-box;
	display: flex;
	margin-top: auto;
}

.item-tile__price-old {
	font-size: 16px;
	color: #858686;
	text-decoration: line-through;
}

.item-tile__price {
	font-weight: bold;
	font-size: 16px;
	margin-right: 16px;
}

.item-tile__price.item-tile__price--discount {
	color: #FF1F77;
}

.item-tile__buttons {
	padding-top: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	gap:16px 24px;
}

.item-tile__buttons .btn.btn--small {
	width: 50%;
	padding-left: 0;
	padding-right: 0;
}
.item-tile__marks-text{
	color:#FF1F77;
	font-weight:700;
	display:none;
}
/* .share-drop */
.share-drop{
	position:relative;
	cursor:pointer;
	-webkit-tap-highlight-color:transparent;
}
.share-drop:hover,
.share-drop:focus-within{
	z-index:1;
}
@media (hover:none){
	.share-drop{
		z-index:1;
	}
}
.share-drop:hover .share-drop__content,
.share-drop:focus-within .share-drop__content{
	left:0;
}
.share-drop__content{
	position:absolute;
	top:100%;
	padding:12px 6px 6px;
	margin-left:-6px;
	background:#fff;
	display:flex;
	flex-direction:column;
	gap:12px;
	left:-9999px;
}
.item-tile{
	z-index:1;
}
.item-tile:hover,
.item-tile:focus-within{
	z-index:3;
}

.list-view {
	margin-bottom: 40px;
}

.list-view .item-tile {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row;
	-webkit-box-align: start;
	align-items: flex-start;
}

.list-view .item-tile .item-tile-pics {
	width: 200px;
	height: 200px;
	padding-bottom: 0;
	flex-shrink: 0;
}

.list-view .item-tile .item-tile__marks{
	/*left: 200px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	right: auto;*/
	display:none;
}

.list-view .item-tile .item-tile__marks-text{
	display:block;
}

.list-view .item-tile .item-tile__info {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row;
	flex-wrap: wrap;
	-webkit-box-align: start;
	align-items: flex-start;
	padding: 10px 0 0 24px;
}

.list-view .item-tile .item-tile-pics {
	margin-bottom: 0;
}

.list-view .item-tile .item-tile__head,
.list-view .item-tile .item-tile__params-line {
	width: 60%;
}

.list-view .item-tile .item-tile__price-line,
.list-view .item-tile .item-tile__buttons {
	width: 40%;
	margin-top: 0;
	padding-left: 24px;
	box-sizing: border-box;
	padding-top: 0;
}

.item-tile-pics {
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 15px;
	-webkit-tap-highlight-color: transparent;
	display: block;
}

.item-tile-pics:hover .item-tile-pics__dots span:first-child {
	border-color: transparent;
}

.item-tile-pics:hover .item-tile-pics__dots span:first-child:after {
	opacity: 1;
}

.item-tile-pics:hover .item-tile-pics__dots span:first-child.is-active,
.item-tile-pics:hover .item-tile-pics__dots span:first-child.swiper-pagination-bullet-active {
	border-color: #343636;
}

.item-tile-pics:hover .item-tile-pics__dots span:first-child.is-active:after,
.item-tile-pics:hover .item-tile-pics__dots span:first-child.swiper-pagination-bullet-active:after {
	opacity: 0;
}

.item-tile-pics__wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.item-tile-pics__wrap img{
	display:block;
	width:100%;
	height:100%;
	aspect-ratio:1;
	object-fit:scale-down;
	object-position:50% 50%;
}
.catalog-grid:not(.list-view) .item-tile-pics__wrap{
	pointer-events:none;
}

.item-tile-pics__item {
	-webkit-box-flex: 1;
	flex: 1;
	height: 100%;
	width: 100%;
	display: block;
	-webkit-tap-highlight-color: transparent;
	position: static;
}

.item-tile-pics__item:first-child .item-tile-pics__preview{
	opacity: 1;
	z-index: -1;
}
.item-tile-pics__wrap:hover .item-tile-pics__preview{
	opacity:0;
}
.item-tile-pics__item:hover .item-tile-pics__preview{
	opacity: 1;
	z-index: -1;
}

.item-tile-pics__item:hover:first-child ~ .item-tile-pics__dots span:first-child {
	background-color: #b1ada9;
}

.item-tile-pics__item:hover:nth-child(2) ~ .item-tile-pics__dots span:nth-child(2) {
	background-color: #b1ada9;
}

.item-tile-pics__item:hover:nth-child(3) ~ .item-tile-pics__dots span:nth-child(3) {
	background-color: #b1ada9;
}

.item-tile-pics__item:hover:nth-child(4) ~ .item-tile-pics__dots span:nth-child(4) {
	background-color: #b1ada9;
}

.item-tile-pics__item:hover:nth-child(5) ~ .item-tile-pics__dots span:nth-child(5) {
	background-color: #b1ada9;
}

.item-tile-pics__preview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -2;
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	-webkit-tap-highlight-color: transparent;
}

.item-tile-pics__preview:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	background-color: rgba(52, 54, 54, 0.08);
}

.item-tile-pics__preview img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position:50% 50%;
}

.item-tile-pics__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	z-index: 3;
	-webkit-tap-highlight-color: transparent;
}

.item-tile-pics__img.loaded {
	opacity: 1;
}

.item-tile-pics__img.loaded ~ .item-tile-pics__img_blur {
	opacity: 0;
}

.item-tile-pics__img_blur {
	z-index: 2;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: 1;
}

.item-tile-pics__dots {
	position: absolute;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 6;
	pointer-events: none;
	bottom: 12px;
}

.item-tile-pics__dots span {
	margin: 0 4px;
	width: 4px;
	height: 4px;
	border: 2px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}

.item-tile-pics__dots span:after {
	position: absolute;
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	top: 0;
	left: 0;
	background: #343636;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.item-tile-pics__dots span:first-child {
	border-color: #343636;
}

.item-tile-pics__dots span:first-child:after {
	opacity: 0;
}

.item-tile-pics__dots span:first-child.is-active,
.item-tile-pics__dots span:first-child.swiper-pagination-bullet-active {
	border-color: #343636;
}

.item-tile-pics__dots span:first-child.is-active:after,
.item-tile-pics__dots span:first-child.swiper-pagination-bullet-active:after {
	opacity: 0;
}

.item-tile-pics__dots span.is-active,
.item-tile-pics__dots span.swiper-pagination-bullet-active {
	border-color: #343636;
}

.item-tile-pics__dots span.is-active:after,
.item-tile-pics__dots span.swiper-pagination-bullet-active:after {
	opacity: 0;
}
/* .product-detail */
.product-detail {
	display: -webkit-box;
	display: flex;
}

.product-detail__fixed {
	position: relative;
}

.product-detail__adaptive {
	display: none;
	border-bottom: 2px solid #343636;
	margin-bottom: 25px;
	padding-bottom:10px;
}

.product-detail__adaptive .h2 {
	padding-right: 24px;
}

.product-detail__left {
	width: 47%;
	padding-right: 35px;
	position: relative;
	box-sizing: border-box;
}

.product-detail__right {
	width: 53%;
	padding-left: 35px;
	box-sizing: border-box;
}

.product-detail__header {
	border-bottom: 2px solid #343636;
	margin-bottom: 25px;
	padding-bottom:20px;
}

.product-detail__title {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.product-detail__title .h2 {
	padding: 0 24px 0 0;
}

.product-detail__logo {
	flex-shrink: 0;
	max-width: 100px;
	opacity: 0.8;
	padding-bottom: 10px;
	display: block;
}

.product-detail__marks {
	z-index: 7;
	right: 35px;
	top: 24px;
}
/* .product-price */
.product-price {
	background: #F3F3F2;
	text-align: center;
	padding: 50px;
	margin-bottom: 15px;
}

.product-price__val {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 25px;
}

.product-price__old-val {
	font-size: 16px;
	text-decoration: line-through;
	margin-bottom: 5px;
	color: #939494;
}

.product-price .btn {
	display: block;
	max-width: 210px;
	margin: 0 auto;
}

.product-price .order-btn {
	font-size: 14px;
	padding: 15px;
	display: block;
}

.product-price .order-btn__text {
	border-bottom: 1px dashed #979797;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.product-price .order-btn:hover .order-btn__text {
	border-bottom-color: transparent;
}
/* .product-info */
.product-info {
	display: -webkit-box;
	display: flex;
}

.product-info__left {
	width: 50%;
	padding-right: 24px;
	box-sizing: border-box;
}

.product-info__right {
	width: 50%;
}
.product-info__dropinfo{
	position:relative;
	z-index:1;
	margin-left:-50px;
	margin-right:-50px;
	padding-left:50px;
	padding-right:50px;
}
.product-info__dropinfo-popup{
	position:absolute;
	top:calc(100% + 24px);
	left:0;
	width:100%;
	z-index:5;
	transition:opacity 250ms ease 0s, visibility 250ms ease 0s;
	opacity:0;
	visibility:hidden;
}
.product-info__dropinfo-popup[aria-hidden="false"]{
	opacity:1;
	visibility:visible;
}
.product-info table {
	color: #5D5E5E;
}

.product-info table.is-hidden {
	display: none;
}

.product-info table td {
	padding: 0 24px 15px 0;
}

.product-info table td:last-child {
	padding-right: 0;
}

.files-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -40px;
}

.files-list__item {
	width: 50%;
	padding: 0 12px 40px;
	box-sizing: border-box;
}

.file-link {
	display: block;
	padding-left: 50px;
	color: #5D5E5E;
	position: relative;
	font-size: 13px;
}

.file-link:hover,
.file-link:link,
.file-link:active,
.file-link:visited {
	color: #5D5E5E;
}

.file-link:hover {
	color: #999a9a;
}

.file-link__icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 38px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
}

.file-link__icon svg {
	position: absolute;
	top: 0;
	left: 5px;
}

.file-link__icon span {
	position: relative;
	z-index: 3;
}

.file-link__size {
	padding-top: 5px;
	display: block;
	color: #999B9B;
}

.technology {
	display: -webkit-box;
	display: flex;
	color: #5D5E5E;
	margin-bottom: 30px;
}

.technology__pic {
	width: 84px;
	flex-shrink: 0;
	padding-right: 24px;
}

.technology__pic img {
	display: block;
}

.technology__name {
	font-size: 16px;
	font-weight: 600;
	color: #343636;
	padding-bottom: 15px;
}

.technology__info {
	line-height: 1.5;
}

.params-tables {
	display: -webkit-box;
	display: flex;
	margin: 0 -12px;
}

.params-tables__col {
	box-sizing: border-box;
	width: 33.33%;
	padding: 0 12px;
}

.params-tables table {
	border-top: 2px solid #5D5E5E;
	width: 100%;
	table-layout: fixed;
}

.params-tables table td {
	border-bottom: 1px solid #F5F5F5;
	color: #5D5E5E;
	width: 50%;
	box-sizing: border-box;
	padding: 10px 0;
}

.params-tables table td:first-child {
	padding-right: 12px;
	font-weight: 500;
}

.params-tables table td:nth-child(2) {
	padding-left: 12px;
}

.product-gallery {
	position: relative;
	padding-top: 24px;
}
/* .gallery-thumbs */
.gallery-thumbs {
	padding: 0 90px;
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	box-sizing: border-box;
}

.gallery-thumbs:before {
	position: absolute;
	content: '';
	display: block;
	z-index: 4;
	width: 90px;
	left: 0;
	top: 0;
	height: 100%;
	background: #fff;
}

.gallery-thumbs:after {
	position: absolute;
	content: '';
	display: block;
	z-index: 4;
	width: 90px;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}

.gallery-thumbs__arrow {
	position: absolute;
	left: 20px;
	top: 0;
	padding: 0;
	width: 40px;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border: none;
	outline: none;
	z-index: 5;
	cursor: pointer;
	background: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.gallery-thumbs__arrow:hover {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}

.gallery-thumbs__arrow.gallery-thumbs__arrow-next {
	left: auto;
	right: 20px;
}

.gallery-thumbs__arrow.gallery-thumbs__arrow-next:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.gallery-thumbs__arrow.swiper-button-disabled {
	opacity: .3;
	cursor: default;
}

.gallery-thumbs__arrow svg {
	fill: #343636;
}

.gallery-thumbs .swiper-slide {
	height: auto;
}

.gallery-thumbs__pic {
	padding-bottom: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}

.gallery-thumbs__pic img {
	max-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.gallery-thumbs__pic em {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	box-sizing: border-box;
	border: 1px solid #979797;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.gallery-thumbs__item {
	cursor: pointer;
}

.gallery-thumbs__item.swiper-slide-thumb-active img {
	opacity: .5;
}

.gallery-thumbs__item.swiper-slide-thumb-active .gallery-thumbs__pic em {
	border-color: #F3F3F2;
}

.gallery-thumbs__item:hover .gallery-thumbs__pic:after {
	opacity: .6;
}
/* .gallery-miniatures */
.gallery-miniatures{
	counter-reset:step-counter;
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:10px;
}
.gallery-miniature{
	background:#F3F3F2;
	cursor:pointer;
	position:relative;
	z-index:1;
}
.gallery-miniature-type{
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	font-weight:700;
	font-size:16px;
	line-height:20px;
	padding:2px 4px;
	min-width:24px;
	background:#fff;
	text-align:center;
}
.gallery-miniature._active{
	outline:1px solid #343636;
}
.gallery-miniature:after{
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	font-weight:700;
	font-size:16px;
	line-height:20px;
	padding:2px 4px;
	min-width:24px;
	background:#fff;
	text-align:center;
}
.gallery-miniature__image{
	display:block;
	width:100%;
	aspect-ratio:1;
	object-fit:scale-down;
	object-position:50% 50%;
}
/* .gallery-detail */
.gallery-detail {
	z-index: 5;
	margin-bottom: 24px;
}

.gallery-detail__item {
	position: relative;
	padding-bottom: 100%;
}

.gallery-detail__pic {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* .price-list */
.price-list {

}

.price-line {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border-bottom: 1px solid #F5F5F5;
	padding: 30px 0;
}

.price-line__logo {
	width: 17%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	box-sizing: border-box;
	padding-right: 24px;
}

.price-line__logo img {
	display: block;
}

.price-line__name {
	width: 50%;
	font-weight: 600;
	font-size: 16px;
	box-sizing: border-box;
	padding-right: 24px;
}

.price-line__count {
	width: 50%;
	color: #5D5E5E;
	font-size: 13px;
}

.price-line__file {
	width: 50%;
}

.price-line__col2 {
	width: 33%;
	display: -webkit-box;
	display: flex;
	box-sizing: border-box;
	padding-right: 24px;
}

.brand-info {
	display: -webkit-box;
	display: flex;
	border-top: 2px solid #F5F5F5;
	padding: 30px 0;
	flex-wrap: wrap;
}

.brand-info__logo {
	width: 40%;
	box-sizing: border-box;
}

.brand-info__contacts {
	box-sizing: border-box;
	width: 30%;
	padding-left: 24px;
}

.brand-info__tel,
.brand-info__mail {
	font-weight: 600;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	white-space: nowrap;
}

.brand-info__label {
	font-size: 13px;
	font-weight: 500;
	color: #5D5E5E;
}

.brand-info .social-list {
	padding: 25px 0;
}

.social-list {
	display: -webkit-box;
	display: flex;
	margin: 0 -8px;
}

.social-list__item {
	padding: 0 8px;
}

.social-list__link {
	display: block;
}

.social-list__link svg {
	display: block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	fill: #343636;
}

.social-list__link:hover svg {
	fill: #999a9a;
}

.question-section {
	border-bottom: 2px solid #9B9D9C;
	max-width: 1120px;
	margin: 0 auto;
}

.question-section__cont {
	display: none;
	padding: 20px 48px;
}

.question-section__header {
	font-weight: 700;
	font-size: 24px;
	padding: 25px 50px 25px 0;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.question-section__header:hover {
	color: #999a9a;
}

.question-section__header svg {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.question-section.is-opened .question-section__header svg {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.accordion {
	margin-bottom: 35px;
	max-width: 800px;
}

.accordion__header {
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	line-height: 1.5;
}

.accordion__header:hover .accordion__header-text {
	border-bottom-color: transparent;
}

.accordion__header-text {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-bottom: 1px dashed #979797;
}

.accordion__cont {
	display: none;
	overflow: hidden;
	padding: 15px 0 0;
	font-size: 18px;
	color: #5D5E5E;
}

.company-search {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.company-search .select-with-label,
.company-search__col {
	margin-right: 48px;
}

.company-search__btn {
	background: none;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	border-bottom: 1px dashed #979797;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.company-search__btn:hover {
	border-bottom-color: transparent;
}

.search-input {
	position: relative;
	margin-right: 48px;
}

.search-input__val {
	font-size: 14px;
	width: 450px;
	border: none;
	border-bottom: 2px solid #343636;
	padding: 12px 30px 12px 0;
	box-sizing: border-box;
	border-radius: 0;
}

.search-input__btn {
	padding: 10px;
	right: -10px;
	top: 50%;
	margin-top: -22px;
	background: none;
	border: none;
	position: absolute;
	outline: none;
	cursor:pointer;
}

.search-input__btn svg {
	display: block;
}

.company-list-header {
	display: -webkit-box;
	display: flex;
	border-bottom: 4px solid #343636;
	-webkit-box-align: center;
	align-items: center;
}

.company-list-header__col-1 {
	padding: 15px;
	box-sizing: border-box;
	width: 54px;
	flex-shrink: 0;
}

.company-list-header__col-2 {
	font-size: 14px;
	padding-right: 24px;
	box-sizing: border-box;
	width: calc(60% - 54px);
}

.company-list-header__name-col {
	width: 8%;
	font-weight: 600;
	font-size: 15px;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}

.company-section {
	padding: 20px 0;
	-webkit-transition: background .4s ease-in-out;
	transition: background .4s ease-in-out;
	border-bottom: 1px solid #F5F5F5;
}

.company-section.is-opened {
	background: #F5F5F5;
}

.company-section__hidden {
	display: none;
}

.company-section__row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.company-section__checkbox {
	padding: 15px 35px 15px 15px;
	box-sizing: border-box;
}

.company-section__logo {
	padding-right: 30px;
	width: 172px;
	box-sizing: border-box;
}

.company-section__logo img {
	display: block;
}

.company-section__info {
	box-sizing: border-box;
	width: calc(60% - 246px);
}

.company-section__available {
	padding: 10px;
	box-sizing: border-box;
	width: 8%;
}

.company-section__available em {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 100%;
	background: #C7C9C7;
	margin: auto;
	font-size: 0;
}

.company-section__available.is-active em {
	background: #18BABA;
}

.company-short {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 -12px;
}

.company-short__col {
	padding: 0 12px;
	width: 50%;
	box-sizing: border-box;
}

.company-short__name {
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	border-bottom: 1px dashed #979797;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.company-short__name:hover,
.company-short__name:link,
.company-short__name:active,
.company-short__name:visited {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.company-short__name:hover {
	border-bottom-color: transparent;
}

.company-short__city {
	font-size: 13px;
	padding-top: 10px;
}

.company-short__contact {
	color: #5D5E5E;
	font-size: 13px;
}

.company-short__contact p {
	margin-bottom: 10px;
}

.company-section-detail {
	padding-top: 30px;
	display: -webkit-box;
	display: flex;
}

.company-section-detail__left {
	width: 60%;
	box-sizing: border-box;
	padding-left: 246px;
	font-size: 14px;
	color: #5D5E5E;
	padding-right: 20px;
}

.company-section-detail__left dl {
	font-size: 13px;
}

.company-section-detail__left dl dt {
	color: #343636;
}

.company-section-detail__right {
	width: 40%;
	padding-right: 24px;
	padding-left: 10px;
	box-sizing: border-box;
}

.certificates {
	display: -webkit-box;
	display: flex;
	margin: 0 -12px;
	flex-wrap: wrap;
}

.certificates__item {
	padding: 0 12px 24px;
}

.certificates__link {
	display: block;
	width: 80px;
}

.certificates__link img {
	display: block;
}

.search-error {
	background: #FAFAFA;
	color: #F72C2C;
	font-size: 15px;
	margin-bottom: 24px;
	padding: 24px;
	text-align: center;
	text-transform: uppercase;
}

.brands-nav {
	display: -webkit-box;
	display: flex;
	margin: 0 -12px 32px;
}

.brands-nav__item {
	-webkit-box-flex: 1;
	flex: 1;
	padding: 0 12px;
}

.brands-nav__link {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border: 1px solid #F5F5F5;
	height: 104px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.brands-nav__link:hover,
.brands-nav__link:link,
.brands-nav__link:active,
.brands-nav__link:visited {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.brands-nav__link.is-active,
.brands-nav__link:hover {
	border-color: #F8F8F7;
	background: #F8F8F7;
}

.brands-nav2 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 -45px;
}

.brands-nav2__item {
	padding: 0 45px;
}

.brands-nav2__link {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.brands-nav2__link:hover,
.brands-nav2__link:link,
.brands-nav2__link:active,
.brands-nav2__link:visited {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.brands-nav2__link:hover {
	opacity: .5;
}

.technology-section {
	padding: 100px 0;
	text-align: center;
	background: #F5F5F5;
	position: relative;
}

.technology-section .h1 {
	padding-bottom: 20px;
}

.technology-section:after {
	position: absolute;
	content: '';
	display: block;
	left: 100%;
	top: 0;
	height: 100%;
	width: 3000px;
	background: #F5F5F5;
}

.technology-section:before {
	position: absolute;
	content: '';
	display: block;
	right: 100%;
	top: 0;
	height: 100%;
	width: 3000px;
	background: #F5F5F5;
}

.technology-list {
	display: -webkit-box;
	display: flex;
	margin: 0 -12px -20px;
	-webkit-box-pack: center;
	justify-content: center;
}

.technology-list__pic {
	margin-bottom: 15px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.technology-list__pic img {
	display: block;
}

.technology-list__item {
	color: #5B5C5C;
	width: 190px;
	text-align: center;
	font-size: 14px;
	padding: 20px 12px;
	box-sizing: border-box;
}

.video-slider {
	position: relative;
	overflow: visible;
	padding: 0 10%;
	font-weight: 600;
	font-size: 16px;
}

.video-slider__arrow {
	position: absolute;
	left: 0;
	width: 10%;
	top: 0;
	padding: 0;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border: none;
	outline: none;
	z-index: 5;
	background: none;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.video-slider__arrow:hover {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.video-slider__arrow.video-slider__arrow-next {
	left: auto;
	right: 0;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.video-slider__arrow.video-slider__arrow-next:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.video-slider__arrow.swiper-button-disabled {
	opacity: .3;
	cursor: default;
}

.video-slider__arrow svg {
	fill: #343636;
}

.video-slider .video-caption {
	padding-top: 15px;
}

.shops-map {
	height: 550px;
	margin-bottom: 64px;
}

.shop-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}

.shop-list__item {
	width: 50%;
	box-sizing: border-box;
	padding: 0 12px 24px;
}

.shop {
	display: -webkit-box;
	display: flex;
}

.shop__logo {
	background: #FBFBFB;
	width: 194px;
	height: 194px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	box-sizing: border-box;
	flex-shrink: 0;
	padding: 10px;
}

.shop__info {
	font-size: 13px;
	color: #5D5E5E;
	padding: 10px 0 0 24px;
}

.shop__info ul {
	font-size: 13px;
}

.shop__info ul > li {
	margin-bottom: 5px;
}

.shop__name {
	font-weight: 600;
	color: #343636;
	font-size: 16px;
	border-bottom: 1px dashed #979797;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.shop__name:hover,
.shop__name:link,
.shop__name:active,
.shop__name:visited {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.shop__name:hover {
	border-bottom-color: transparent;
}

.shop__type {
	font-size: 13px;
	padding: 8px 0 48px;
}

.contacts {
	position: relative;
}

.contacts .contacts-map {
	position: absolute;
	left: 100%;
	top: -70px;
	width: 63vw;
	height: 710px;
}

.contacts__left {
	position: relative;
	width: 37%;
	padding-right:64px;
}

.contacts__left dl {
	margin-bottom: 30px;
}

.contacts__left dl dt {
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 10px;
}

.contacts__left dl dd {
	font-size: 13px;
	color: #5D5E5E;
}

.empty-cart {
	margin: 0 auto;
	max-width: 450px;
	font-size: 14px;
}

.empty-cart p {
	color: #5D5E5E;
}

.cart {
	display: -webkit-box;
	display: flex;
}

.cart__left {
	-webkit-box-ordinal-group: 2;
	order: 1;
	width: 55%;
	padding-right: 40px;
	box-sizing: border-box;
}

.cart__right {
	-webkit-box-ordinal-group: 3;
	order: 2;
	width: 45%;
	padding-left: 40px;
	box-sizing: border-box;
}

.cart__download {
	padding: 15px 40px;
}

.cart-item {
	margin-bottom: 24px;
	position: relative;
	display: -webkit-box;
	display: flex;
	padding-right: 50px;
}

.cart-item__discount {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 6;
	background: #FF1F77;
}

.cart-item__pic {
	width: 194px;
	height: 194px;
	display: block;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.cart-item__preview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	-webkit-tap-highlight-color: transparent;
}

.cart-item__preview:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	background-color: rgba(52, 54, 54, 0.08);
}

.cart-item__preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.cart-item__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	z-index: 3;
	-webkit-tap-highlight-color: transparent;
}

.cart-item__img.loaded {
	opacity: 1;
}

.cart-item__img.loaded ~ .cart-item__img_blur {
	opacity: 0;
}

.cart-item__img_blur {
	z-index: 2;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: 1;
}

.cart-item__name-col {
	width: calc(75% - 194px);
	box-sizing: border-box;
	padding: 20px 0 0 24px;
}

.cart-item__name {
	font-weight: 600;
	font-size: 16px;
	display: block;
	line-height: 1.5;
	margin-bottom: 30px;
}

.cart-item__name:hover {
	color: #999a9a;
}

.cart-item__code {
	font-size: 13px;
	color: #5D5E5E;
}

.cart-item__price-col {
	box-sizing: border-box;
	width: 25%;
	padding: 20px 0 0 24px;
}

.cart-item__price {
	display: block;
	font-size: 16px;
}

.cart-item__price-old {
	font-size: 16px;
	text-decoration: line-through;
	color: #5D5E5E;
	padding-top: 5px;
	display: block;
}

.cart-item__remove {
	padding: 10px;
	position: absolute;
	display: block;
	right: -10px;
	top: 10px;
}

.cart-item__remove svg {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: block;
	fill: #343636;
}

.cart-item__remove:hover svg {
	fill: #999a9a;
}

.order-form {
	background: #FAFAFA;
	padding: 40px;
}

.order-form__result {
	font-weight: 700;
	font-size: 32px;
	padding-bottom: 15px;
}

.order-form__discount {
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 15px;
}

.order-form__text {
	font-size: 16px;
	color: #5D5E5E;
	margin-bottom: 40px;
	max-width: 550px;
}

.order-form .main-form {
	max-width: 450px;
}

.order-form .submit-line .checkbox--rules,
.order-form .submit-line .checkbox {
	margin-left: 20px;
}

.glightbox-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999 !important;
	overflow: hidden;
	touch-action: none;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none;
	overflow: hidden;
}

.glightbox-container.inactive {
	display: none;
}

.glightbox-container .gcontainer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
}

.glightbox-container .gslider {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
	width: 100%;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	opacity: 0;
}

.glightbox-container .gslide.current {
	opacity: 1;
	z-index: 99999;
	position: relative;
}

.glightbox-container .gslide.prev {
	opacity: 1;
	z-index: 9999;
}

.glightbox-container .gslide-inner-content {
	width: 100%;
}

.glightbox-container .ginner-container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
	height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
	width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
	max-width: 100% !important;
}

.gslide iframe,
.gslide video {
	outline: none !important;
	border: none;
	min-height: 165px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	touch-action: auto;
}

.gslide-image {
	-webkit-box-align: center;
	align-items: center;
}

.gslide-image img {
	max-height: 100vh;
	display: block;
	max-width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	outline: none;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 100vw;
	width: auto;
	height: auto;
	object-fit: cover;
	touch-action: none;
	margin: auto;
	border-radius: 6px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.14);
	min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
	width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
	width: auto;
	max-width: 100%;
}

.gslide-image img.zoomable {
	position: relative;
}

.gslide-image img.dragging {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
	-webkit-transition: none;
	transition: none;
}

.gslide-video {
	width: 100%;
	max-width: 100%;
	position: relative;
	width: 100vh;
	max-width: 100vh;
	width: 100% !important;
}

.gslide-video .gvideo-wrapper {
	width: 100%; /* max-width: 160vmin; */
	margin: auto;
}

.gslide-video::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, 0.34);
	display: none;
}

.gslide-video.playing::before {
	display: none;
}

.gslide-video.fullscreen {
	max-width: 100% !important;
	min-width: 100%;
}

.gslide-video.fullscreen video {
	max-width: 100% !important;
	width: 100% !important;
}

.gslide-inline {
	background: #fff;
	text-align: left;
	max-height: calc(100vh - 40px);
	overflow: visible;
	border-radius: 5px;
}

.ginlined-content {
	overflow: auto;
	display: block !important;
	opacity: 1;
	height: auto !important;
}

.gslide-external {
	display: -webkit-box;
	display: flex;
	width: 100%;
	min-width: 100%;
	background: #fff;
	padding: 0;
	overflow: auto;
	max-height: 62vh;
}

.gslide-media {
	display: block;
	display: -webkit-inline-box;
	display: inline-flex;
	display: -webkit-box;
	display: flex;
	width: auto;
}

.zoomed .gslide-media {
	box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.gslide-description {
	position: relative;
}

.gslide-description.description-left,
.gslide-description.description-right {
	max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
	margin: 0 auto;
	width: 100%;
}

.gslide-description p {
	margin-bottom: 12px;
}

.gslide-description p::last-child {
	margin-bottom: 0;
}

.zoomed .gslide-description {
	display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
	height: auto !important;
	width: 100%;
	background: transparent;
	position: absolute;
	bottom: 15px;
	padding: 19px 11px;
	max-width: 100vw !important;
	-webkit-box-ordinal-group: 3 !important;
	order: 2 !important;
	max-height: 78vh;
	overflow: auto !important;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
	color: #fff;
	font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
	color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
	color: #fff;
	font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
	color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
	color: #fff;
	opacity: .4;
}

.gdesc-open .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: .4;
}

.gdesc-open .gdesc-inner {
	padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 1;
}

.greset {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.gabsolute {
	position: absolute;
}

.grelative {
	position: relative;
}

.glightbox-desc {
	display: none !important;
}

.gloader {
	height: 25px;
	width: 25px;
	-webkit-animation: lightboxLoader .8s infinite linear;
	animation: lightboxLoader .8s infinite linear;
	border: 2px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	position: absolute;
	display: block;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 47%;
}

.goverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(39, 47, 61, 0.8);
	will-change: opacity;
	-webkit-transition: all 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03);
	transition: all 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03);
}

.gprev,
.gnext,
.gclose {
	z-index: 99999;
	cursor: pointer;
	width: 26px;
	height: 44px;
	display: block;
	border: none;
}

.gprev svg,
.gnext svg,
.gclose svg {
	display: block;
	width: 100%;
	height: auto;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
	opacity: .1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
	stroke: #fff;
}

iframe.wait-autoplay {
	opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
	opacity: 0 !important;
}

/*Skin */

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
	background: #fff;
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
	padding: 22px 20px;
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
	font-size: 1em;
	font-weight: normal;
	font-family: arial;
	color: #000;
	margin-bottom: 19px;
	line-height: 1.4em;
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
	font-size: 0.86em;
	margin-bottom: 0;
	font-family: arial;
	line-height: 1.4em;
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
	background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
	background: none;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
	fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
	outline: none;
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
	position: absolute;
	top: -100%;
	left: 30px;
	width: 40px;
	height: 56px;
	visibility: hidden;
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
	position: absolute;
	top: -100%;
	right: 30px;
	width: 40px;
	height: 56px;
	visibility: hidden;
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
	width: 35px;
	height: 35px;
	top: 15px;
	right: 10px;
	position: absolute;
	opacity: .7;
	background-position: -59px 2px;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
	width: 20px;
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
	opacity: 1;
}

/*CSS Animations*/

.gfadeIn {
	-webkit-animation: gfadeIn .5s ease;
	animation: gfadeIn .5s ease;
}

.gfadeOut {
	-webkit-animation: gfadeOut .5s ease;
	animation: gfadeOut .5s ease;
}

.gslideOutLeft {
	-webkit-animation: gslideOutLeft .3s ease;
	animation: gslideOutLeft .3s ease;
}

.gslideInLeft {
	-webkit-animation: gslideInLeft .3s ease;
	animation: gslideInLeft .3s ease;
}

.gslideOutRight {
	-webkit-animation: gslideOutRight .3s ease;
	animation: gslideOutRight .3s ease;
}

.gslideInRight {
	-webkit-animation: gslideInRight .3s ease;
	animation: gslideInRight .3s ease;
}

.gzoomIn {
	-webkit-animation: gzoomIn .5s ease;
	animation: gzoomIn .5s ease;
}

.gzoomOut {
	-webkit-animation: gzoomOut .5s ease;
	animation: gzoomOut .5s ease;
}

.modal-window {
	display: none;
	width: 580px;
	height: auto;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}

.modal-window.modal-window--short {
	width: 350px;
}

.modal-window.modal-window--middle {
	width: 480px;
}

.inline-close-btn {
	position: absolute;
	z-index: 3;
	cursor: pointer;
	right: 0;
	top: 0;
	padding: 12px;
	box-sizing: border-box;
}

.inline-close-btn svg {
	display: block;
	fill: #343636;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.inline-close-btn:hover svg {
	fill: #5D5E5E;
}

.no-close-btn .gclose {
	display: none;
}

.modal-footer {
	border-top: 1px solid #DEDEDE;
	padding: 20px 30px;
	margin: 20px -30px -30px;
	font-size: 12px;
}

.pass-reset-link {
	font-size: 12px;
}
/* .header-search */
.header-search{
	position:relative;
	z-index:5;
}
.header-search__frame{
	background:#E8E8E6;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	padding:5px 16px;
	transition:width 250ms ease 0s, opacity 250ms ease 0s, visibility 250ms ease 0s;

	overflow:hidden;
	width:0;
	opacity:0;
	visibility:hidden;

	/*width:480px;*/
}
.header-search__frame[aria-hidden="false"]{
	overflow:visible;
	width:480px;
	opacity:1;
	visibility:visible;
}
.header-search__field{
	height:46px;
	border-bottom:2px solid #343636;
	color:#343636;
	font-size:14px;
	line-height:20px;
	padding:13px 72px 11px 0;
}
.header-search__field:-moz-placeholder {color:#7c7d7c;opacity:1;line-height:normal;}
.header-search__field::-moz-placeholder {color:#7c7d7c;opacity:1;line-height:normal;}
.header-search__field::-webkit-input-placeholder {color:#7c7d7c;line-height:normal;}
.header-search__field:-ms-input-placeholder {color:#7c7d7c;line-height:normal;}
.header-search__field::placeholder{color:#7c7d7c;line-height:normal;}
.header-search__field.placeholder{color:#7c7d7c !important;line-height:normal;}
.header-search__field:focus:-moz-placeholder {color:transparent;}
.header-search__field:focus::-moz-placeholder {color:transparent;}
.header-search__field:focus::-webkit-input-placeholder {color:transparent;}
.header-search__field:focus:-ms-input-placeholder {color:transparent;}
.header-search__field:focus::placeholder {color:transparent;}
.header-search__field:focus{

}
.header-search__buttons{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	height:100%;
	display:flex;
	gap:8px;
	padding-right:16px;
}
.header-search__button{
	height:100%;
	background:transparent;
}
.header-search__button svg{
	display:block;
	transition:fill 250ms ease 0s;
}
@media (hover:hover) and (pointer:fine){
	.header-search__button:hover svg,
	.header-search__button:focus-visible svg{
		fill:#7c7d7c;
	}
}
.header-search__drop{
	position:absolute;
	top:calc(100% - 5px - 2px);
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	width:calc(100% - 16px * 2);
	z-index:2;
	background:#fff;
	border:2px solid #343636;
	padding:16px;
	display:flex;
	flex-direction:column;
	gap:20px;
	display:none;
}
.header-search__frame[aria-hidden="false"] .header-search__drop._dropdown-show{
	display:flex;
}
.header-search__drop-list{
	color:#000;
	font-size:14px;
	line-height:20px;
	overflow-y:auto;
	max-height:calc((40px + 12px) * 6);
	display:flex;
	flex-direction:column;
	gap:12px;
}
.header-search__drop-item{
	display:grid;
	grid-template-columns:40px 1fr;
	gap:20px;
	cursor:pointer;
}
@media (hover:hover) and (pointer:fine){
	.header-search__drop-item:hover .header-search__drop-descr,
	.header-search__drop-item:focus-visible .header-search__drop-descr{
		opacity:1;
	}
}
.header-search__drop-image{
	width:40px;
	height:40px;
}
.header-search__drop-descr{
	min-width:0;
	opacity:.6;
}
.header-search__drop-footer{

}
/* .text- */
.text-underline_dashed{
	background:repeating-linear-gradient(90deg,
		currentColor 0, currentColor 3px,
		transparent 0, transparent 4px
	);
	background-position:0% 100%;
	background-repeat:no-repeat;
	background-size:100% 1px;
}
.text-underline{
	background-image:linear-gradient(currentColor, currentColor);
	background-position:0% 100%;
	background-repeat:no-repeat;
	background-size:100% 1px;
}
.text-interactive{

}
@media (hover:hover) and (pointer:fine){
	.text-underline_dashed.text-interactive:hover,
	.text-underline_dashed.text-interactive:focus-visible{
		background-image:linear-gradient(currentColor, currentColor);
		background-position:0% 100%;
		background-repeat:no-repeat;
		background-size:100% 1px;
	}
	.text-underline.text-interactive:hover,
	.text-underline.text-interactive:focus-visible{
		background-image:none;
	}
}
.text-nowrap{
	white-space:nowrap;
}
.text-uppercase{
	text-transform:uppercase;
}
/* .i-specification */
.i-specification{
	display:grid;
	/*grid-template-columns:min-content 1fr;*/
	grid-template-columns:20px 1fr;
	color:#5d5e5e;
}
.i-specification._size-medium{
	gap:10px;
	font-size:12px;
	line-height:16px;
}
.i-specification__icon{

}
.i-specification__descr{

}
/* .plates */
.plates{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
}
.plate{
	min-width:0;
}
.plate__title{
	font-size:16px;
	line-height:24px;
	font-weight:600;
	margin-top:24px;
}
.plate .inline-video{
	margin:0;
}
@media screen and (min-width:1025px){
	.plates._size-common{
		gap:50px;
	}
	.plates._size-regular{
		gap:40px;
	}
}
@media screen and (max-width:1024px){
	.plates{
		gap:32px;
	}
}
@media screen and (max-width:768px){
	.plates{
		gap:24px;
	}
	/*.plate__title{
		margin-top:24px;
	}*/
}
@media screen and (max-width:600px){
	.plates{
		grid-template-columns:1fr;
	}
	.plates._parade_600-2x{
		grid-template-columns:repeat(2, 1fr);
	}
	.plate__title{
		margin-top:16px;
	}
}
@media screen and (max-width:360px){
	.plates._parade_600-2x{
		grid-template-columns:1fr;
	}
}
/* .thumb-pic */
.thumb-pic{
	display:block;
	text-align:center;
	text-decoration:none;
}
.thumb-pic__cover{

}
.thumb-pic__image{
	background:#fbfbfb;
	display:block;
	width:100%;
	height:auto;
	aspect-ratio:1;
	object-fit:scale-down;
	object-position:50% 50%;
}
.thumb-pic__title{
	display:block;
}
.photos__prev{
	position:absolute;
	left:-15px;
	top:240px;
	cursor:pointer;
	width:40px;
	height:40px
}
.photos__next{
	position:absolute;
	right:-15px;
	top:240px;
	cursor:pointer;
	width:40px;
	height:40px
}

@media (hover:hover) and (pointer:fine){
	.thumb-pic:hover,
	.thumb-pic:focus-visible{
		text-decoration:underline;
	}
}
@media screen and (max-width:600px){
	.thumb-pic__title{
		font-size:14px;
	}
}
/* [data-more] */
[data-more="hide"]{
	display:none;
}
/* .section- */
.section-footer{
	margin-top:40px;
}
@media screen and (max-width:768px){
	.section-footer{
		margin-top:32px;
	}
}
/* .title- */
.title-reset{
	font-size:inherit;
	line-height:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	max-width:100%;
}
.title-clean_indents{
	margin:0;
	padding:0;
}
.title-divider{
	padding-bottom:8px;
	border-bottom:4px solid currentColor;
	margin:0;
}
/* .table-morphing */
.table-scroll{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
}
.table-morphing{
	border:none;
	border-collapse:collapse;
	width:100%;
}
.table-morphing__cell{
	padding:32px 16px;
	vertical-align:top;
	border-bottom:1px solid #f5f5f5;
}
.table-morphing__cell._align-middle{
	vertical-align:middle;
}
.table-morphing img{
	vertical-align:top;
}
@media screen and (max-width:960px){
	.table-morphing,
	.table-morphing tbody,
	.table-morphing tr{
		display:block;
	}
	.table-morphing colgroup{
		display:none;
	}
	.table-morphing tr{
		display:flex;
		flex-wrap:wrap;
	}
	.table-morphing tr{
		border-bottom:1px solid #f5f5f5;
	}
	.table-morphing__cell{
		border-bottom:none;
		padding-top:16px;
		padding-bottom:16px;
	}
	.table-morphing__cell:empty{
		display:none;
	}
	.table-morphing__cell._adaptive-full{
		width:100%;
	}
}
/* .button-more */
.button-more{

}
.button-more[aria-expanded="false"] .button-more__text-active{
	display:none;
}
.button-more[aria-expanded="true"] .button-more__text-passive{
	display:none;
}
.button-more[aria-expanded="true"] .button-more__text-active{
	display:inline;
}
.button-more__text-passive{

}
.button-more__text-active{

}
.button-more[aria-expanded="true"] svg{
	transform:rotateZ(-180deg);
}
/* .button-icon */
.button-icon{

}
.button-icon._size-usual{
	width:24px;
	height:24px;
}
/* .list-upright */
.list-upright{
	column-count:6;
	column-gap:0;
	margin:-12px -8px;
}
.list-upright__item{
	padding:12px 8px;
	page-break-inside:avoid;
	break-inside:avoid;
}
@media screen and (max-width:1366px){
	.list-upright{
		column-count:4;
	}
}
@media screen and (max-width:1024px){
	.list-upright{
		column-count:3;
	}
}
@media screen and (max-width:768px){
	.list-upright{
		column-count:2;
	}
}
@media screen and (max-width:540px){
	.list-upright{
		column-count:1;
	}
}
/* .boxframe */
.boxframe{
	text-align:left;
	border:2px solid #343636;
	background:#fff;
	padding:24px;
}
/* .list-sense */
.list-sense{
	display:flex;
	flex-direction:column;
	gap:10px;
}
.list-sense__item{
	display:flex;
	align-items:flex-end;
}
.list-sense__content{
	flex-grow:1;
	position:relative;
	z-index:1;
	overflow:hidden;
	padding-right:24px;
}
.list-sense__content-dots{
	margin-left:6px;
	white-space:nowrap;
}
.list-sense__content-dots:after{
	position:absolute;
	color:transparent;
	content:'..................................................................................................................................................................................................................';
	border-bottom:1px dashed #979797;
	margin-top:-4px;
}
.list-sense__side{
	margin-left:6px;
	flex-shrink:1;
}
/* .tabnav-full */
.tabnav-full{
	border-bottom:2px solid #F3F3F2;
	overflow-y:auto;
}
.tabnav-full__menu{
	display:flex;
	gap:40px;
}
.tabnav-full__item{

}
.tabnav-full__button{
	white-space:nowrap;
	font-size:20px;
	line-height:24px;
	border-bottom:4px solid transparent;
	padding-bottom:16px;
}
.tabnav-full__button._active{
	font-weight:700;
	border-bottom-color:currentColor;
}
@media (hover:hover) and (pointer:fine){
	.tabnav-full__button:hover,
	.tabnav-full__button:focus-visible{
		border-bottom-color:var(--disabled);
	}
}
/* .topic-details */
.topic-details{
	color:var(--darkRegular);
}
.topic-details p{
	margin:0;
	line-height:inherit;
}
.topic-details__frame{
	display:grid;
	grid-template-columns:140px 1fr;
	gap:32px;
	align-items:start;
	border-bottom:1px solid #f5f5f5;
	padding-bottom:20px;
	margin-bottom:20px;
}
.topic-details__frame:not(:last-child){
	margin-bottom:20px;
}
.topic-details__cover{
	min-height:74px;
	display:flex;
	flex-direction:column;
}
.topic-details__image{
	margin:auto;
	vertical-align:top;
	max-width:100%;
	height:auto;
}
.topic-details__body{
	min-width:0;
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:32px;
	align-items:start;
}
.topic-details__body-col{
	min-width:0;
}
.topic-details__content{
	display:flex;
	flex-direction:column;
	gap:8px;
}
.topic-details__descr{
	grid-column:1 / -1;
}
@media screen and (max-width:768px){
	.topic-details__frame{
		grid-template-columns:1fr;
	}
	.topic-details__cover{
		width:140px;
	}
}
@media screen and (max-width:540px){
	.topic-details__frame,
	.topic-details__body{
		gap:16px;
	}
	.topic-details__body{
		grid-template-columns:1fr;
	}
}
/* .brands-stack */
.brands-stack{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:20px;
}
.brands-stack__title{
	font-size:inherit;
	line-height:inherit;
	font-weight:inherit;
}
.brands-stack__list{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	gap:30px;
}
.brands-stack__list._mode-space{
	justify-content:space-around;
}
.brands-stack__list-item{

}
.brands-stack__img{
	vertical-align:top;
}
.brands-stack__img._theme-dirty{
	/*filter:grayscale(0);*/
	filter:grayscale(1) contrast(50%);
}
@media (hover:hover) and (pointer:fine){
	.brands-stack__img{
		filter:grayscale(1);
		transition:filter 250ms ease 0s;
	}
	.brands-stack__link:hover .brands-stack__img,
	.brands-stack__link:focus-visible .brands-stack__img{
		filter:grayscale(0);
	}
}
@media screen and (max-width:1366px){
	.footer-bottom__row{
		flex-wrap:wrap;
	}
	.footer__brands{
		width:100%;
		order:1;
	}
	.footer-bottom__copy{
		order:2;
	}
	.footer-bottom-menu{
		order:3;
	}
}
@media screen and (max-width:1024px){

}
@media only screen and (max-width: 765px){
	.footer-bottom__row{
		text-align:center;
		flex-direction:column;
		gap:16px;
		padding-top:16px;
		padding-bottom:16px;
	}
	.footer-bottom__copy{
		order:3;
	}
	.footer-bottom-menu{
		order:2;
	}
	.brands-stack{
		text-align:center;
		flex-direction:column;
		gap:16px;
	}
	.brands-stack__list{
		justify-content:center;
		gap:16px;
	}
}
/* .screensaver */
.screensaver{
	height:100vh;
	overflow-y:auto;
	position:relative;
	z-index:1;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	background:#000;
	color:#fff;
	text-align:center;
	padding:4vh 0;
}
.screensaver__preview{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.screensaver__image{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:100% 50%;
}
.screensaver__wrapper{
	min-height:0;
	padding-left:24px;
	padding-right:24px;
	max-width:820px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (min-height:800px){
	.screensaver{
		padding:10vh 0;
	}
}
@media screen and (max-width:1024px){
	.screensaver__preview{
		opacity:.7;
	}
	.screensaver__brands._mode-space{
		justify-content:center;
		gap:0;
	}
	.screensaver__brand{
		padding:8px;
	}
	.screensaver__brand._w-adaptive_33{
		width:33.33%;
	}
	.screensaver__brand._w-adaptive_50{
		width:50%;
	}
}
/* .content-nav */
.content-nav{
	position:relative;
	z-index:1;
}
.content-nav__list{
	display:flex;
	flex-direction:column;
	gap:16px;
	position:absolute;
	top:80px;
	left:10%;
	z-index:5;
	font-size:14px;
	line-height:24px;
}
.content-nav__list._mode-site{
	top:0;
	left:0;
}
.content-nav__list-item{

}
.content-nav__list-button{
	text-decoration:none;
	display:block;
	width:fit-content;
	padding:3px 8px;
	white-space:nowrap;
}
.content-nav__list-button[aria-current="page"]{
	background-color:#F3F3F2;
}
@media (hover:hover) and (pointer:fine){
	.content-nav__list-button,
	.content-nav__list-button:link,
	.content-nav__list-button:visited{
		transition:background-color 250ms ease 0s;
	}
	.content-nav__list-button:hover,
	.content-nav__list-button:focus-visible{
		background-color:#F3F3F2;
	}
}
@media screen and (max-width:1366px){
	.content-nav__list._mode-site{
		position:static;
		flex-direction:row;
		margin-bottom:32px;
	}
}
@media screen and (max-width:1170px){
	.content-nav__list{
		top:70px;
	}
}
@media screen and (max-width:1050px){
	.content-nav,
	.content-nav__list{
		position:static;
	}
	.content-nav__list{
		flex-direction:row;
		overflow-x:auto;
		-webkit-overflow-scrolling:touch;
	}
	.content-nav__list::-webkit-scrollbar{
		width:6px;
		height:6px;
	}
	.content-nav__list::-webkit-scrollbar:horizontal{
		height:6px;
	}
	.content-nav__list::-webkit-scrollbar-thumb{
		height:6px;
		border-radius:6px;
		border:none;
		background-color:var(--dirtyLight);
	}
	.content-nav__list::-webkit-scrollbar-thumb:vertical{}
	.content-nav__list::-webkit-scrollbar-thumb:horizontal{}
	.content-nav__list::-webkit-scrollbar-track{
		background:transparent;
		border-radius:0px;
	}
}
/* .dropdown */
.dropdown-hide{
	display:none;
}
/* .paragraph- */
.paragraph-body{
	font-size:14px;
	line-height:24px;
}
.paragraph-base{
	font-size:16px;
	line-height:24px;
}
/* .font- */
.font-semibold{
	font-weight:600;
}
/* .button_theme- */
.button_theme-dark_stroke,
.button_theme-dark_stroke:link, .button_theme-dark_stroke:visited{
	color:var(--dark);
}
.button_theme-brand_fill[disabled]{

}
@media (hover:hover) and (pointer:fine){
	.button_theme-dark_stroke{
		transition:color 250ms ease 0s;
	}
	.button_theme-dark_stroke:not([disabled]):hover,
	.button_theme-dark_stroke:not([disabled]):focus-visible{
		color:var(--disabled);
	}
}
/* .tabs */
.tabs-item{
	display:none;
}
.tabs-item._show{
	display:block;
}
/* .wrapper- */
.wrapper-half_fix{
	max-width:900px;
}

.moderation-comment{
	color:#eb0000;
	padding:0 0 20px 0;
}
/* @media */
@media (min-width: 567px) {
	.glightbox-container .ginner-container {
		width: auto;
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}

	.glightbox-container .ginner-container.desc-top .gslide-description {
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.glightbox-container .ginner-container.desc-top .gslide-image,
	.glightbox-container .ginner-container.desc-top .gslide-image img {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.glightbox-container .ginner-container.desc-left .gslide-description {
		-webkit-box-ordinal-group: 1;
		order: 0;
	}

	.glightbox-container .ginner-container.desc-left .gslide-image {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.gslide-image img {
		max-height: 97vh;
		max-width: calc(100% - 20px);
		max-width: 100%;
	}

	.gslide-image img.zoomable {
		cursor: -webkit-zoom-in;
		cursor: zoom-in;
	}

	.zoomed .gslide-image img.zoomable {
		cursor: -webkit-grab;
		cursor: grab;
	}

	.gslide-inline {
		max-height: 95vh;
	}

	.gslide-external {
		max-height: 95vh;
	}

	.gslide-description.description-left,
	.gslide-description.description-right {
		max-width: 275px;
	}

	.glightbox-clean .gslide-media,
	.glightbox-modern .gslide-media {
		box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
	}

	.glightbox-clean .gprev,
	.glightbox-modern .gprev {
		top: 45%;
	}

	.glightbox-clean .gnext,
	.glightbox-modern .gnext {
		top: 45%;
	}
}
@media (min-width: 992px) {
	.glightbox-clean .gclose,
	.glightbox-modern .gclose {
		right: 20px;
	}
}
@media only screen and (max-width: 1600px) {
	.page-width {
		padding: 0 48px;
	}

	.inline-video.inline-video--full {
		margin: 0 -48px;
	}

	.main-section {
		margin: 0 -48px;
	}
}
@media only screen and (max-width: 1445px) {
	.list-view .item-tile .item-tile__head,
	.list-view .item-tile .item-tile__params-line {
		width: 50%;
	}

	.list-view .item-tile .item-tile__price-line,
	.list-view .item-tile .item-tile__buttons {
		width: 50%;
	}
}
@media only screen and (max-width: 1366px) {
	.page-width {
		padding: 0 40px;
	}

	.inline-video.inline-video--full {
		margin: 0 -40px;
	}

	.top-menu__link {
		font-size: 14px;
	}

	.login-btn.login-btn--adaptive {
		flex-shrink:0;
		display: block;
	}

	.login-btn {
		display: none;
	}

	.registration-btn {
		display: none;
	}

	.footer-top__contacts {
		padding-left: 20px;
	}

	.footer-menu__link {
		font-size: 14px;
	}

	.catalog__left {
		width: 220px;
	}

	.catalog__right {
		padding-left: 48px;
	}

	.catalog__right {
		width: calc(100% - 220px);
	}

	.catalog-grid__item {
		width: 50%;
	}

	.main-section {
		margin: 0 -40px;
	}

	.catalog-sort .select-with-label {
		margin-right: 30px;
	}

	.catalog-sort__pages {
		margin-right: 30px;
	}

	.list-view .item-tile .item-tile-pics {
		width: 180px;
		height: 180px;
	}

	.list-view .item-tile .item-tile__marks{
		left: 180px;
	}

	.product-price {
		padding: 30px;
	}

	.product-info {
		flex-wrap: wrap;
	}
	.product-info__dropinfo{
		margin-left:-30px;
		margin-right:-30px;
		padding-left:30px;
		padding-right:30px;
	}

	.product-info__left {
		-webkit-box-ordinal-group: 3;
		order: 2;
		width: 100%;
		padding: 40px 0 0;
	}

	.product-info__right {
		-webkit-box-ordinal-group: 2;
		order: 1;
		width: 100%;
	}

	.brand-info__logo {
		width: 36%;
	}

	.brand-info__contacts {
		width: 32%;
	}
}
@media only screen and (max-width: 1170px) {
	.vertical-section {
		margin: 70px 0;
	}

	.top-nav__row{
		gap:0;
	}

	.top-nav {
		position: fixed;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background: #fff;
	}

	.fixed-header .top-nav {
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		top: 0;
		-webkit-transform: none;
		transform: none;
	}

	.header-logo {
		margin-right: auto;
	}

	.top-menu {
		display: none;
	}
	/*.main-nav {
		display: none;
	}
	*/
	.top-nav .header-cart-link{
		display:none;
	}
	.main-nav .header-cart-link{
		display:block;
	}
	.main-menu {
		display: block;
		max-width: 400px;
		margin: 0 auto 30px;
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	.main-nav .main-menu{
		display:none;
	}

	.main-menu__item {
		padding: 10px 0;
	}

	.main-menu__link {
		font-size: 40px;
		padding: 20px 0;
	}

	.main-menu__link:hover,
	.main-menu__link:link,
	.main-menu__link:active,
	.main-menu__link:visited {
		color: #fff;
	}

	.page-header--light .top-nav {
		background: transparent;
		border-bottom-color: transparent;
	}

	.not-authorized .top-menu {
		margin-right: 20px;
	}
	.top-nav__row{
		padding-top:10px;
		padding-bottom:10px;
	}
	.header-burger {
		display: block;
	}

	.adaptive-nav {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column;
	}

	.footer-top__contacts {
		margin-left: auto;
	}

	.footer-menu {
		display: none;
	}

	.single-form {
		padding: 70px 0;
	}

	.catalog-sort__result {
		display: none;
	}

	.catalog-sort__pages {
		display: none;
	}

	.catalog-sort__view {
		display: none;
	}

	.product-detail__left {
		padding-right: 12px;
	}

	.product-detail__right {
		padding-left: 12px;
	}

	.product-detail__marks {
		right: 12px;
	}

	.brand-info__logo {
		width: 100%;
		padding-bottom: 20px;
	}

	.brand-info__contacts {
		padding: 0 24px 0 0;
		width: 50%;
	}

	.company-list-header__col-2 {
		width: calc(40% - 54px);
	}

	.company-list-header__name-col {
		width: 10%;
	}

	.company-section__row {
		flex-wrap: wrap;
	}

	.company-section__checkbox {
		padding: 15px;
	}

	.company-section__logo {
		width: calc(40% - 54px);
	}

	.company-section__info {
		width: 100%;
		-webkit-box-ordinal-group: 5;
		order: 4;
		padding-left: 54px;
		padding-top: 20px;
	}

	.company-section__available {
		width: 10%;
	}

	.company-section-detail__left {
		padding-left: 54px;
	}

	.brands-nav2 {
		margin: 0 -20px;
	}

	.brands-nav2__item {
		padding: 0 20px;
	}

	.shop__info .page-row {
		flex-wrap: wrap;
	}

	.shop__info .page-row .page-col {
		width: 100%;
	}

	.shop__type {
		padding-bottom: 30px;
	}

	.cart__left {
		padding-right: 20px;
	}

	.cart__right {
		padding-left: 20px;
	}

	.cart-item__pic {
		width: 160px;
		height: 160px;
	}

	.cart-item__name-col {
		width: calc(75% - 160px);
	}

	.order-form__result {
		font-size: 28px;
	}
}
@media only screen and (max-width: 980px) {
	.page-width {
		padding: 0 24px;
	}

	.page-row--large {
		margin: 0 -12px;
	}

	.page-col.page-col--mw250 {
		max-width: none;
	}

	.page-col--large {
		padding: 0 12px;
	}

	.vertical-section {
		margin: 60px 0;
	}

	.breadcrumbs {
		padding-top: 30px;
	}

	.default-ui blockquote {
		padding-right: 40px;
	}

	.default-ui table {
		margin-bottom: 20px;
	}

	.inline-video.inline-video--full {
		margin: 0 -24px;
	}

	.page-header {
		padding-top: 70px;
	}

	.top-nav__row {
		min-height:0;
		height: 70px;
		padding-top:0;
		padding-bottom:0;
	}

	.main-menu__link {
		font-size: 32px;
		padding: 15px 0;
	}

	.not-authorized .adaptive-menu__link {
		font-size: 32px;
		padding: 15px 0;
	}

	.page-footer {

	}

	.footer-top {
		padding: 15px 0;
	}

	.footer-top__row {
		height: auto;
	}

	.footer-bottom {

	}

	.footer-bottom__copy {
		text-align: center;
	}

	.footer-bottom-menu {
		text-align: center;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.footer-bottom-menu__link {
		font-size: 14px;
	}

	h1,
	.h1 {
		font-size: 42px;
	}

	h2,
	.h2 {
		padding-bottom: 30px;
		font-size: 26px;
	}

	.catalog-promo {
		display: block;
	}

	.catalog-promo__pic {
		width: auto;
		margin: 0 -24px;
		min-height: 0;
	}
	.catalog-promo__pic-output{
		height:auto;
	}

	.catalog-promo__text {
		width: auto;
		padding: 24px 0;
		display: -webkit-box;
		display: flex;
		margin: 0 -12px;
	}

	.catalog-promo__text-top,
	.catalog-promo__text-bottom {
		width: 50%;
		padding: 0 12px;
	}

	.catalog-promo__title {
		font-size: 26px;
	}

	.catalog {
		display: block;
	}

	.catalog__left {
		position: fixed;
		visibility: hidden;
		left: 0;
		width: 100%;
		top: 0;
		background: #fff;
		height: 100%;
		overflow: auto;
		z-index: 50;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all .4s ease-in-out, visibility 0s ease-in-out .4s;
		transition: all .4s ease-in-out, visibility 0s ease-in-out .4s;
		box-sizing: border-box;
		padding: 50px 24px;
	}

	.filter-opened .catalog__left {
		-webkit-transition: all .4s ease-in-out, visibility 0s ease-in-out 0s;
		transition: all .4s ease-in-out, visibility 0s ease-in-out 0s;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.catalog__right {
		width: auto;
		padding-left: 0;
	}

	.catalog-grid__item {
		padding-bottom: 48px;
	}

	.catalog-row {
		margin-bottom: -48px;
	}

	.catalog-row__item {
		width: 50%;
		margin-bottom: 48px;
	}

	.main-promo {
		padding-bottom: 80px;
	}

	.brand-list {
		max-width: 500px;
		margin: 0 auto;
	}

	.main-section {
		display: block;
		margin: 0 -24px;
	}

	.main-section.main-section--brand-text {
		margin: 0 0 40px;
	}

	.main-section.main-section--brand-text {
		margin-bottom: 40px;
	}

	.main-section.main-section--brand-text .main-section__text {
		padding: 0;
	}

	.main-section.main-section--sale .main-section__left,
	.main-section.main-section--sale .main-section__right {
		min-height: 0;
	}

	.main-section.main-section--sale.main-section--sale--last .main-section__text {
		padding-bottom: 0;
	}

	.main-section.main-section--sale {
		margin-bottom: 0;
	}

	.main-section.main-section--sale .main-section__left {
		width: 85%;
	}

	.main-section.main-section--sale .main-section__left .main-section__title-underlined:after {
		left: -48px;
	}

	.main-section.main-section--sale .main-section__right {
		width: 85%;
		margin-left: auto;
	}

	.main-section.main-section--sale .main-section__right .main-section__title-underlined:after {
		right: -48px;
	}

	.main-section.main-section--sale .main-section__pic {
		padding-bottom: 80%;
	}

	.main-section.main-section--sale .main-section__title-underlined:after {
		padding-left: 48px;
	}

	.main-section__title-underlined:after {
		padding-left: 72px;
	}

	.main-section__left {
		min-height: 0;
		width: auto;
	}

	.main-section__pic,
	.main-section__image {
		position: relative;
		padding-bottom: 120%;
	}

	.main-section__pic.main-section__pic--map{
		padding-bottom: 0;
		height: 500px;
	}
	.main-section__pic.main-section__pic--map .main-section__image{
		position:absolute;
		z-index:-1;
		padding:0;
	}

	.main-section__right {
		width: auto;
		min-height: 0;
	}

	.main-section__text {
		padding: 70px 48px;
	}

	.first-slide-arrow-down {
		display: block;
	}

	.single-form {
		padding: 60px 0;
		max-width: 540px;
	}

	.form-line .select-with-label {
		border-bottom: 2px solid #343636;
	}

	.form-line .select-with-label .select-with-label__name {
		display: block;
	}

	.form-line .select-with-label .choices__inner {
		font-weight: normal;
	}

	.catalog-filter {
		padding-bottom: 0;
	}

	.catalog-filter .clear-filter {
		display: none;
	}

	.catalog-filter__adaptive-btn {
		display: block;
	}

	.catalog-filter__adaptive-btn .page-row {
		flex-wrap: nowrap;
	}

	.catalog-sort .clear-filter {
		display: none;
	}

	.catalog-sort .select-with-label:first-child {
		display: none;
	}

	.catalog-sort.catalog-sort--downloads .select-with-label:first-child {
		display: block;
	}

	.catalog-sort.catalog-sort--download .select-with-label:first-child {
		display: -webkit-box;
		display: flex;
	}

	.catalog-sort.catalog-sort--download .select-with-label {
		border: none;
		border-bottom: 2px solid #343636;
	}

	.catalog-sort.catalog-sort--download .select-with-label__name {
		display: block;
	}

	.catalog-sort.catalog-sort--download .choices__inner {
		border-bottom: none;
		font-weight: normal;
		color: #858686;
	}

	.filter-btn {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
	.catalog-sort__side-right{
		margin-left:0;
	}

	.close-filter {
		display: block;
	}

	.catalog-brand-adaptive {
		display: block;
	}

	.select-with-label {
		border: none;
	}

	.select-with-label .choices__list--dropdown {
		border-top: 2px solid #343636;
	}

	.select-with-label__name {
		display: none;
	}

	.select-with-label .choices__inner {
		font-weight: 600;
		color: #343636;
	}

	.product-detail {
		display: block;
	}

	.product-detail__adaptive {
		display: block;
	}

	.product-detail__left {
		width: auto;
		padding: 0 0 60px;
	}

	.product-detail__right {
		width: auto;
		padding-left: 0;
	}

	.product-detail__header {
		display: none;
	}

	.product-detail__adaptive{
		padding-bottom:20px;
	}

	.product-detail__logo {
		padding-bottom: 20px;
	}

	.product-detail__marks {
		top: 0;
		right: 40px;
	}

	.product-info {
		flex-wrap: nowrap;
	}

	.product-info__left {
		width: 50%;
		padding: 0 24px 0 0;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.product-info__right {
		width: 50%;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.params-tables {
		display: block;
		border-top: 2px solid #5D5E5E;
		margin: 0;
	}

	.params-tables__col {
		width: 100%;
		padding: 0;
	}

	.params-tables table {
		border-top: none;
	}

	.product-gallery {
		padding-top: 0;
	}

	.price-line__name {
		width: auto;
		padding: 0 0 10px;
	}

	.price-line__count {
		width: auto;
	}

	.price-line__file {
		width: 60%;
	}

	.price-line__col2 {
		display: block;
		width: 20%;
	}

	.brand-info .social-list {
		padding-bottom: 0;
	}

	.search-input__val {
		width: 320px;
	}

	.company-section-detail {
		flex-wrap: wrap;
	}

	.company-section-detail__left {
		width: 100%;
		padding-bottom: 20px;
	}

	.company-section-detail__right {
		width: 100%;
		padding: 30px 0 0 54px;
	}

	.brands-nav2 {
		margin: 0 -12px;
	}

	.brands-nav2__item {
		padding: 10px 12px;
	}

	.technology-section {
		padding: 80px 0;
	}

	.technology-list {
		flex-wrap: wrap;
	}

	.technology-list__item {
		width:50%;
	}

	.video-slider {
		padding: 0 6%;
	}

	.video-slider__arrow {
		width: 6%;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}

	.shops-map {
		height: 500px;
	}

	.shop-list__item {
		width: 100%;
	}

	.shop {
		-webkit-box-align: center;
		align-items: center;
	}

	.shop__logo {
		width: 180px;
		height: 180px;
	}

	.shop__info {
		padding: 0 0 0 24px;
	}

	.shop__info .page-row .page-col {
		width: 50%;
	}

	.contacts .contacts-map {
		width: auto;
		position: relative;
		left: auto;
		top:0;
		height: 550px;
		margin-bottom: 70px;
	}

	.contacts__left {
		width: auto;
		padding-right:0;
	}

	.contacts-from {
		max-width: 540px;
		margin: 0 auto;
		padding-bottom: 80px;
	}

	.cart {
		display: block;
	}

	.cart__left {
		padding-right: 0;
		width: 100%;
	}

	.cart__right {
		padding-left: 0;
		width: 100%;
		padding-top: 24px;
	}

	.cart__right:first-child {
		padding: 0 0 64px;
	}

	.cart__download {
		padding: 15px 20%;
	}

	.order-form {
		padding: 40px 20%;
	}

}
@media only screen and (max-width: 765px) {

	.page-col--w50 {
		width: 100%;
	}

	.page-col--w33 {
		width: 50%;
	}

	.page-col--w25 {
		width: 50%;
	}

	.page-col--large {
		width: 100%;
	}

	.default-ui ul.two-col {
		-webkit-columns: 1;
		columns: 1;
		-webkit-column-gap: 0;
		column-gap: 0;
	}

	.default-ui blockquote {
		padding-top: 80px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.inline-video__btn {
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
	}

	.inline-video__btn svg {
		width: 40px;
		height: 40px;
	}

	.top-nav .header-cart-link {
		display: none;
	}

	.top-nav__logout-link {
		display: none;
	}

	.main-nav {
		display: block;
		background: #F3F3F2;
	}

	.main-nav__personal-link {
		display: none;
	}

	/*.main-nav .header-cart-link {
		display: block;
	}*/

	.main-nav__logout-link {
		/*margin-left: auto;
		margin-right: -24px;
		padding: 16px 24px 15px 24px;*/
	}

	.main-menu {
		display: none;
	}

	.main-menu__link {
		font-size: 28px;
		padding: 10px 0;
	}

	.not-authorized .adaptive-menu__link {
		font-size: 28px;
		padding: 10px 0;
	}

	.footer-bottom-menu {
		display: block;
	}

	h1,
	.h1 {
		font-size: 36px;
		padding-bottom: 25px;
	}

	h2,
	.h2 {
		font-size: 24px;
	}

	h3,
	.h3 {
		font-size: 22px;
		padding-bottom: 20px;
	}

	.catalog-promo {
		margin-bottom: 30px;
	}

	.catalog-promo__text {
		display: block;
	}

	.catalog-promo__text-top,
	.catalog-promo__text-bottom {
		width: auto;
	}

	.catalog-promo__title {
		font-size: 24px;
		padding-bottom: 15px;
	}

	.catalog-grid.list-view .catalog-grid__item {
		padding-bottom: 32px;
	}

	.catalog-nav {
		margin-bottom: 64px;
	}

	.catalog-nav__count {
		display: none;
	}

	.catalog-nav .more-btn {
		width: 50%;
	}

	.main-promo__cont {
		max-width: none;
		padding: 0 20px;
	}

	.main-section.main-section--sale .main-section__left .main-section__title-underlined:after {
		left: -24px;
	}

	.main-section.main-section--sale .main-section__right .main-section__title-underlined:after {
		right: -24px;
	}

	.main-section.main-section--sale .main-section__title-underlined:after {
		padding-left: 24px;
	}

	.main-section__title-underlined:after {
		padding-left: 48px;
	}

	.main-section__pic.main-section__pic--map {
		height: 400px;
	}

	.main-section__text {
		padding: 50px 24px;
	}

	.catalog-sort {
		margin-bottom: 24px;
	}

	.catalog-sort.catalog-sort--download {
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.catalog-sort.catalog-sort--download .select-with-label {
		margin-right: 0;
		width: 48%;
		margin-bottom: 32px;
	}

	.catalog-sort.catalog-sort--download .choices {
		width: 100%;
	}

	.catalog-sort .clear-filter {
		display: none;
	}

	.item-tile__info {
		padding: 0;
	}

	.item-tile__params {
		font-size: 13px;
	}

	.list-view .item-tile .item-tile__info {
		-webkit-box-align: center;
		align-items: center;
		padding-right: 0;
	}

	.list-view .item-tile .item-tile__head,
	.list-view .item-tile .item-tile__params-line {
		width: 100%;
	}

	.list-view .item-tile .item-tile__params-line {
		-webkit-box-ordinal-group: 3;
		order: 2;
		padding-bottom: 20px;
	}

	.list-view .item-tile .item-tile__price-line,
	.list-view .item-tile .item-tile__buttons {
		width: auto;
		padding-left: 0;
	}

	.list-view .item-tile .item-tile__buttons {
		-webkit-box-ordinal-group: 5;
		order: 4;
		margin-bottom: 20px;
	}

	.list-view .item-tile .item-tile__price-line {
		-webkit-box-ordinal-group: 4;
		order: 3;
		padding-right: 20px;
	}

	.item-tile-pics__item {
		-webkit-box-flex: 1;
		flex: auto;
		flex-shrink: 0;
		position: relative;
	}

	.item-tile-pics__preview {
		opacity: 1;
	}

	.product-info {
		flex-wrap: wrap;
	}

	.product-info__left {
		width: 100%;
		padding: 0;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.product-info__right {
		width: 100%;
		padding: 0 0 40px;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.gallery-thumbs {
		padding: 0 40px;
	}

	.gallery-thumbs:before {
		width: 40px;
	}

	.gallery-thumbs:after {
		width: 40px;
	}

	.gallery-thumbs__arrow {
		left: 0;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}

	.gallery-thumbs__arrow.gallery-thumbs__arrow-next {
		right: 0;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}

	.question-section__cont {
		padding: 20px 0;
	}

	.company-search {
		flex-wrap: wrap;
	}

	.search-input {
		margin: 0 0 20px;
		width: 100%;
	}

	.search-input__val {
		width: 100%;
	}

	.company-list-header__col-2 {
		width: auto;
	}

	.company-list-header__name-col {
		display: none;
	}

	.company-section__logo {
		width: calc(100% - 54px);
		padding-right: 0;
	}

	.company-section__info {
		padding: 20px 0 20px 54px;
	}

	.company-section__available {
		width: auto;
		-webkit-box-ordinal-group: 6;
		order: 5;
		padding: 0 8px 8px 0;
	}

	.company-section__available:empty {
		display: none;
	}

	.company-section__available em {
		color: #fff;
		padding: 1px 5px;
		width: auto;
		height: auto;
		border-radius: 3px;
		font-weight: 600;
		font-size: 14px;
		font-style: normal;
	}

	.company-section-detail__right {
		padding-left: 0;
	}

	.brands-nav {
		overflow: auto;
		padding: 0 24px;
		margin: 0 -24px 32px;
	}

	.brands-nav::-webkit-scrollbar * {
		background: transparent;
	}

	.brands-nav::-webkit-scrollbar-track {
		background-color: transparent;
	}

	.brands-nav::-webkit-scrollbar {
		display: none;
		background-color: transparent;
	}

	.brands-nav::-webkit-scrollbar-thumb {
		background-color: transparent;
	}

	.brands-nav__item {
		width: 120px;
		-webkit-box-flex: 1;
		flex: auto;
		flex-shrink: 0;
	}

	.brands-nav__item {
		padding: 0 10px 0 0;
	}

	.brands-nav__item:last-child {
		padding-right: 24px;
	}

	.brands-nav__link {
		height: 88px;
	}

	.video-slider {
		padding: 0 24px;
	}

	.video-slider__arrow {
		width: 24px;
	}

	.shops-map {
		height: 450px;
	}

	.shop {
		-webkit-box-align: start;
		align-items: flex-start;
		margin-bottom: 24px;
	}

	.shop__logo {
		width: 120px;
		height: 120px;
	}

	.contacts .contacts-map {
		height: 450px;
		margin-bottom: 64px;
	}

	.contacts-from {
		padding-bottom: 64px;
	}

	.cart__download {
		padding: 15px 10%;
	}

	.cart-item__preview {
		opacity: 1;
	}

	.order-form {
		padding: 40px 10%;
	}

	.gslide-inline {
		border-radius: 0;
	}

	.modal-window {
		width: 100%;
	}

	.inline-close-btn {
		display: none;
	}

	.no-close-btn .gclose {
		right: 0;
		top: 0;
		padding: 10px;
		display: block;
	}

	.no-close-btn .gclose svg path {
		fill: #606060 !important;
	}
	.main-nav__side{
		margin-right:-24px;
	}
	.header-search__frame[aria-hidden="false"]{
		width:100vw;
	}
}

@media only screen and (max-width: 765px), screen and (max-height: 550px) {
	.brand-list {
		max-width: none;
		padding-top: 20px;
	}

	.brand-list .brand-list__item {
		padding: 10px 20px;
	}

	.main-promo__title {
		max-width: 540px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 576px) {
	.page-row {
		flex-wrap: wrap;
	}

	.page-row--between-m {
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.page-col--w33 {
		width: 100%;
	}

	.page-col--w33.page-col--w33-m {
		width: 33.3%;
	}

	.breadcrumbs {
		padding-bottom: 0;
	}

	.breadcrumbs__item:last-child {
		display: none;
	}

	.breadcrumbs__item:nth-last-child(2) .breadcrumbs__arrow {
		display: none;
	}

	.default-ui ol {
		font-size: 14px;
	}

	.default-ui ul {
		font-size: 14px;
	}

	.default-ui blockquote {
		padding-left: 20px;
		padding-right: 20px;
	}

	.inline-video {
		margin: 0 -24px;
	}

	.page-header {
		padding-top: 60px;
	}

	.top-nav__row {
		height: 60px;
	}

	.main-menu {
		margin-bottom: 30px;
		margin-top: auto;
		max-width: none;
		width: 100%;
	}

	.main-menu__link {
		font-size: 24px;
		padding: 5px 0;
	}

	.header-cart-link {
		padding-left: 30px;
	}

	.login-btn.login-btn--adaptive {
		display: none;
	}

	.adaptive-nav {
		padding: 70px 24px 40px;
	}

	.adaptive-nav .login-btn {
		display: block;
		color: #fff;
		width: 100%;
		border-color: #fff;
		text-align: center;
		max-width: 300px;
		margin-bottom: auto;
	}

	.adaptive-nav .login-btn:after {
		background: #fff;
	}

	.adaptive-nav .login-btn:hover {
		color: #343636;
	}

	.adaptive-menu {
		margin-bottom: 20px;
		margin-top: auto;
		max-width: none;
		width: 100%;
	}

	.not-authorized .adaptive-menu__item {
		padding: 10px 0;
	}

	.not-authorized .adaptive-menu__link {
		font-size: 24px;
		padding: 5px 0;
	}

	.footer-top__row {
		-webkit-box-pack: center;
		justify-content: center;
	}

	.footer-top__contacts {
		display: none;
	}

	h1,
	.h1 {
		font-size: 28px;
		padding-bottom: 20px;
	}

	h2,
	.h2 {
		padding-bottom: 20px;
	}

	.catalog-promo__subtitle {
		font-size: 12px;
	}

	.catalog-grid__item {
		width: 100%;
	}

	.catalog-nav .more-btn {
		width: 100%;
	}

	.catalog-row__item {
		width: 100%;
	}

	.main-promo__title {
		padding-bottom: 15px;
	}

	.brand-list__item {
		padding: 10px 22px;
	}

	.main-section.main-section--gray {
		margin: 0 -24px;
	}

	.main-section.main-section--sale .main-section__left {
		width: 100%;
	}

	.main-section.main-section--sale .main-section__right {
		width: 100%;
	}

	.main-section.main-section--sale .main-section__right .main-section__pic,
	.main-section.main-section--sale .main-section__right .main-section__image{
		right: -24px;
		left: auto;
		margin-left: auto;
	}

	.main-section.main-section--sale .main-section__pic,
	.main-section.main-section--sale .main-section__image{
		width: 90%;
	}

	.main-section__pic.main-section__pic--map {
		height: 340px;
	}

	.number-input .number-input__counter,
	.number-input .number-input__button,
	.number-input .number-input__counter-input,
	.number-input .number-input__counter-num {
		height: 48px;
		line-height: 48px;
	}

	.number-input .number-input__counter {
		width: 40px;
	}

	.number-input .number-input__button {
		width: 40px;
		line-height: 48px;
	}

	.form-line {
		padding-bottom: 20px;
	}
	.form-upload{
		margin-top:-12px;
	}

	.submit-line {
		flex-wrap: wrap;
	}

	.submit-line .checkbox--rules {
		max-width: none;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		order: 1;
		margin: 0 0 20px;
	}
	.submit-line .checkbox{
		margin-left:20px;
	}

	.submit-line .btn {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.submit-line__link {
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.catalog-sort .btn {
		width: 100%;
	}

	.catalog-sort.catalog-sort--download .select-with-label {
		width: 100%;
	}

	.list-view .item-tile .item-tile-pics {
		width: 120px;
		height: 120px;
	}

	.list-view .item-tile .item-tile__marks{
		left: 120px;
		padding:0;
	}

	.list-view .item-tile .item-tile__info {
		padding-left: 16px;
	}

	.list-view .item-tile .item-tile__params-line .item-tile__params {
		display: block;
	}

	.list-view .item-tile .item-tile__buttons {
		margin-left: -136px;
		width: calc(100% + 136px);
	}

	.list-view .item-tile .item-tile__price-line {
		margin-left: -136px;
		width: calc(100% + 136px);
	}

	.product-detail__title {
		display: block;
	}

	.product-detail__logo {
		padding-bottom: 10px;
	}

	.product-detail__marks {
		right: 0;
	}

	.files-list__item {
		width: 100%;
	}

	.technology {
		display: block;
	}

	.technology__pic {
		display: block;
		padding: 0 0 15px;
	}

	.params-tables table td:first-child {
		padding-right: 6px;
	}

	.params-tables table td:nth-child(2) {
		padding-left: 6px;
	}

	.gallery-detail {
		margin-left: 0;
	}

	.price-line {
		flex-wrap: wrap;
	}

	.price-line:first-child {
		padding-top: 0;
	}

	.price-line__logo {
		width: 50%;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}

	.price-line__file {
		width: 100%;
		padding-top: 20px;
	}

	.price-line__col2 {
		width: 50%;
	}

	.brand-info__tel,
	.brand-info__mail {
		font-size: 15px;
	}

	.question-section__header {
		font-size: 22px;
	}

	.accordion__cont {
		font-size: 16px;
	}

	.company-list-header__col-1 {
		padding-left: 0;
		width: 40px;
	}

	.company-section {
		padding: 20px 24px;
		margin: 0 -24px;
	}

	.company-section__checkbox {
		padding-left: 0;
		width: 40px;
	}

	.company-section__info {
		padding-left: 0;
	}

	.company-short {
		display: block;
	}

	.company-short__col {
		width: auto;
	}

	.company-short__col:nth-child(2) {
		padding-top: 15px;
	}

	.company-section-detail__left {
		padding-left: 0;
	}

	.certificates {
		flex-wrap: nowrap;
		overflow: auto;
		margin: 0 -24px;
		padding: 0 24px;
	}

	.certificates::-webkit-scrollbar * {
		background: transparent;
	}

	.certificates::-webkit-scrollbar-track {
		background-color: transparent;
	}

	.certificates::-webkit-scrollbar {
		display: none;
		background-color: transparent;
	}

	.certificates::-webkit-scrollbar-thumb {
		background-color: transparent;
	}

	.certificates__item {
		padding: 0 16px 0 0;
	}

	.brands-nav2__link img {
		width: auto;
		max-width: 100px;
		max-height: 24px;
	}

	.technology-list {
		margin: 0 -5px -20px;
	}

	.technology-list__item {
		padding: 20px 5px;
	}

	.video-slider .inline-video {
		margin: 0;
	}

	.shops-map {
		height: 400px;
		margin: 0 -24px 48px;
	}

	.shop__logo {
		width: 80px;
		height: 80px;
	}

	.shop__logo {
		padding: 5px;
	}

	.shop__info .page-row .page-col {
		width: 100%;
	}

	.shop__type {
		padding-bottom: 20px;
	}

	.contacts .contacts-map {
		height: 400px;
		margin: 0 -24px 64px;
	}

	.cart__download {
		padding: 15px 0;
	}

	.cart-item {
		flex-wrap: wrap;
		padding-right: 40px;
		margin-bottom: 48px;
	}

	.cart-item__pic {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.cart-item__name-col {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		order: 1;
		padding: 0 0 20px;
	}

	.cart-item__name {
		margin-bottom: 15px;
	}

	.cart-item__price-col {
		width: calc(100% - 160px);
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.cart-item__remove {
		top: -10px;
	}

	.order-form {
		padding: 40px 24px;
		margin: 0 -24px;
	}

	.order-form .submit-line .checkbox--rules,
	.order-form .submit-line .checkbox {
		margin-left: 0;
	}

	.gslide-inline {
		max-height: 100vh;
	}

	.modal-window {
		padding: 30px 20px;
	}

	.modal-window.modal-window--short {
		width: 100%;
	}

	.modal-window.modal-window--middle {
		width: 100%;
	}

	.modal-footer {
		padding: 20px 20px;
		margin: 20px -20px -30px;
	}
}

@-webkit-keyframes swiper-preloader-spin {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes rotate {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes rotate {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes spin {

0%,100% {
	box-shadow: 0.4em 0 0 0 #343636;
}

12% {
	box-shadow: 0.4em 0.4em 0 0 #343636;
}

25% {
	box-shadow: 0 0.4em 0 0 #343636;
}

37% {
	box-shadow: -0.4em 0.4em 0 0 #343636;
}

50% {
	box-shadow: -0.4em 0 0 0 #343636;
}

62% {
	box-shadow: -0.4em -0.4em 0 0 #343636;
}

75% {
	box-shadow: 0px -0.4em 0 0 #343636;
}

87% {
	box-shadow: 0.4em -0.4em 0 0 #343636;
}

}

@keyframes spin {

0%,100% {
	box-shadow: 0.4em 0 0 0 #343636;
}

12% {
	box-shadow: 0.4em 0.4em 0 0 #343636;
}

25% {
	box-shadow: 0 0.4em 0 0 #343636;
}

37% {
	box-shadow: -0.4em 0.4em 0 0 #343636;
}

50% {
	box-shadow: -0.4em 0 0 0 #343636;
}

62% {
	box-shadow: -0.4em -0.4em 0 0 #343636;
}

75% {
	box-shadow: 0px -0.4em 0 0 #343636;
}

87% {
	box-shadow: 0.4em -0.4em 0 0 #343636;
}

}

@keyframes rotate {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes decrement-prev {

from {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes decrement-prev {

from {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes decrement-next {

from {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}

}

@keyframes decrement-next {

from {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}

}

@-webkit-keyframes increment-prev {

from {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes increment-prev {

from {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes increment-next {

from {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

}

@keyframes increment-next {

from {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

}

@-webkit-keyframes lightboxLoader {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes lightboxLoader {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes gfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes gfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes gfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes gfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes gslideInLeft {

from {
	opacity: 0;
	-webkit-transform: translate3d(-60%, 0, 0);
	transform: translate3d(-60%, 0, 0);
}

to {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

}

@keyframes gslideInLeft {

from {
	opacity: 0;
	-webkit-transform: translate3d(-60%, 0, 0);
	transform: translate3d(-60%, 0, 0);
}

to {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

}

@-webkit-keyframes gslideOutLeft {

from {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	-webkit-transform: translate3d(-60%, 0, 0);
	transform: translate3d(-60%, 0, 0);
	opacity: 0;
	visibility: hidden;
}

}

@keyframes gslideOutLeft {

from {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	-webkit-transform: translate3d(-60%, 0, 0);
	transform: translate3d(-60%, 0, 0);
	opacity: 0;
	visibility: hidden;
}

}

@-webkit-keyframes gslideInRight {

from {
	opacity: 0;
	visibility: visible;
	-webkit-transform: translate3d(60%, 0, 0);
	transform: translate3d(60%, 0, 0);
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

}

@keyframes gslideInRight {

from {
	opacity: 0;
	visibility: visible;
	-webkit-transform: translate3d(60%, 0, 0);
	transform: translate3d(60%, 0, 0);
}

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

}

@-webkit-keyframes gslideOutRight {

from {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	-webkit-transform: translate3d(60%, 0, 0);
	transform: translate3d(60%, 0, 0);
	opacity: 0;
}

}

@keyframes gslideOutRight {

from {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	-webkit-transform: translate3d(60%, 0, 0);
	transform: translate3d(60%, 0, 0);
	opacity: 0;
}

}

@-webkit-keyframes gzoomIn {

from {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

to {
	opacity: 1;
}

}

@keyframes gzoomIn {

from {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

to {
	opacity: 1;
}

}

@-webkit-keyframes gzoomOut {

from {
	opacity: 1;
}

50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

to {
	opacity: 0;
}

}

@keyframes gzoomOut {

from {
	opacity: 1;
}

50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

to {
	opacity: 0;
}

}
/* sizing-border-box */
.button-reset,
.field-reset,
.custom-flag__detector,
.screensaver,
.screensaver *,
.sizing-border-box,
.sizing-border-box:after,
.sizing-border-box:before,
.sizing-border-box *,
.sizing-border-box *:after,
.sizing-border-box *:before{
	box-sizing:border-box !important;
}
/* .visually-hidden */
.custom-flag__ctrl,
.visually-hidden{
	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	border:0;
	padding:0;
	clip:rect(0 0 0 0);
	overflow:hidden;
}
/* .color- */
.color-dark,
a.color-dark,
a.color-dark:link,
a.color-dark:visited{
	color:var(--dark);
}
.color-dirtyNormal,
a.color-dirtyNormal,
a.color-dirtyNormal:link,
a.color-dirtyNormal:visited{
	color:var(--dirtyNormal);
}
.color-blueLight{
	color:var(--blueLight);
}
.color-disabled{
	color:var(--disabled);
}
.color-pink,
a.color-pink,
a.color-pink:link,
a.color-pink:visited{
	color:var(--pink);
}
.color-inherit,
a.color-inherit,
a.color-inherit:link,
a.color-inherit:visited{
	color:inherit;
}
/* .marktext */
.marktext{
	display:inline-block;
	vertical-align:top;
	font-weight:600;
	font-size:12px;
	line-height:16px;
	padding:1px 6px;
	border-radius:5px;
}
.marktext._theme-blueLight{
	color:#fff;
	background:var(--blueLight);
}
.marktext._theme-dark{
	color:#fff;
	background:var(--dark);
}
.marktext._theme-red{
	color:#fff;
	background:#eb0000;
}
/* .custom-flag */
.custom-flag{
	display:inline-block;
	vertical-align:text-top;
	font-size:0;
	line-height:0;
}
.custom-flag__ctrl:focus-visible + .custom-flag__detector{
	outline:2px solid var(--blueLight);
}
.custom-flag__ctrl:checked + .custom-flag__detector .custom-flag__icon,
.custom-flag__ctrl:checked + .custom-flag__detector:after{
	/*opacity:1;*/
	display:block;
}
.custom-flag__ctrl[disabled] + .custom-flag__detector{
	border-color:var(--disabled);
	cursor:not-allowed;
}
.custom-flag__detector{
	display:block;
	width:24px;
	height:24px;
	padding:4px;
	border:1px solid #343636;
	cursor:pointer;
	color:#343636;
	background:#fff;
}
.custom-flag__icon,
.custom-flag__detector._mode-radio:after{
	/*display:block;*/
	width:14px;
	height:14px;
	/*transition:opacity 250ms ease 0s;
	opacity:0;*/
	display:none;
}
.custom-flag__detector._mode-radio:after{
	content:'';
	background:currentColor;
	border-radius:50%;
}
.custom-flag__detector._mode-radio{
	border-radius:50%;
}
/* .custom-flag-item */
.custom-flag-item{
	display:grid;
	grid-template-columns:min-content 1fr;
	grid-gap:8px;
	align-items:start;
}
.custom-flag-item__side{

}
.custom-flag-item__title{
	min-width:0;
	overflow:hidden;
	text-overflow:ellipsis;
	width:fit-content;
	font-size:15px;
	line-height:24px;
	cursor:pointer;
}
@media (hover:hover) and (pointer:fine){
	.custom-flag-item__title{
		transition:color 250ms ease 0s;
	}
	.custom-flag-item__title:hover{
		color:var(--disabled);
	}
}
/* .adaptive_ */
@media screen and (min-width:1025px){
	.adaptive_1024-show{
		display:none;
	}
}
@media screen and (max-width:1024px){
	.adaptive_1024-hide{
		display:none;
	}
}
@media screen and (min-width:769px){
	.adaptive_768-show{
		display:none;
	}
}
@media screen and (max-width:768px){
	.adaptive_768-hide{
		display:none;
	}
}
@media screen and (min-width:601px){
	.adaptive_600-show{
		display:none;
	}
}
@media screen and (max-width:600px){
	.adaptive_600-hide{
		display:none;
	}
}
@media screen and (min-width:415px){
	.adaptive_414-show{
		display:none;
	}
}
@media screen and (max-width:414px){
	.adaptive_414-hide{
		display:none;
	}
}
@media screen and (min-width:361px){
	.adaptive_360-show{
		display:none;
	}
}
@media screen and (max-width:360px){
	.adaptive_360-hide{
		display:none;
	}
}

.header-center-light{
	text-align:center;
	padding:5px;
	background-color:#f3f3f2;
	margin:30px 0;
}

.comparisons {
	overflow: auto;
	position: relative;
}
.comparisons table {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.comparisons table td {
	padding: 0 10px 0 0;
	width:330px;
	min-width:330px;
}

.distributors-table {
	overflow: auto;
	position: relative;
}
.distributors-table table {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.distributors-table table .number {
	padding: 10px;
	width:30px;
	min-width:30px;
	border:1px solid #f0f0f4;
	vertical-align:top;
}
.distributors-table table .distributor-awards {
	padding: 10px;
	width:242px;
	min-width:242px;
	border:1px solid #f0f0f4;
	vertical-align:top;
}
.distributors-table table .distributor-awards-info {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.distributors-table table .company {
	padding: 10px;
	width:400px;
	min-width:400px;
	border:1px solid #f0f0f4;
	vertical-align:top;
}
.distributors-table table th {
	text-align:left;
}
.distributors-table table .distributor-info {
	margin:0 0 15px 0;
}
.distributors-table table .distributor-company {
	margin:0 0 15px 0;
}

.distributors-table table .star {
	margin:0 10px 0 10px;
}

.distributors-table table .distributor-info-text{
	padding:10px;
}

a.default-link:link    {color:#000; text-decoration:none; border-bottom:1px solid #d9d9dd;}
a.default-link:active  {color:#000; text-decoration:none; border-bottom:1px solid #d9d9dd;}
a.default-link:visited {color:#000; text-decoration:none; border-bottom:1px solid #d9d9dd;}
a.default-link:hover   {color:#000; text-decoration:none; border-bottom:1px solid #000;}

.flex-start{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.flex-center{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.flex-between{
	display: flex;
	flex-direction: row;
	justify-content: space-between;;
	align-items: center;
}

.category-state{
	font-size:24px;
	cursor:pointer;
	transition:0.3s;
	font-weight:bold;
	color:#afafaf;
}

.rotate45{
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type=range] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #aecee3;
	border-radius: 1px;
	border: none;
}
input[type=range]::-webkit-slider-thumb {
	border: none;
	height: 17px;
	width: 17px;
	border-radius: 25px;
	background: #2497e3;
	cursor: pointer;
	transition: 0.3s;
	-webkit-appearance: none;
	margin:-7px 0 0 0;
}
input[type=range]:hover::-webkit-slider-thumb {
	-webkit-box-shadow: 0px 0px 0px 8px rgba(96, 186, 255, 0.25);
	-moz-box-shadow: 0px 0px 0px 8px rgba(96, 186, 255, 0.25);
	box-shadow: 0px 0px 0px 8px rgba(96, 186, 255, 0.25);
}

/* -moz */

input[type=range]::-moz-range-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #c7c7c7;
	border-radius: 1px;
	border: none;
}
input[type=range]::-moz-range-thumb {
	border: none;
	height: 17px;
	width: 17px;
	border-radius: 25px;
	background: #343636;
	cursor: pointer;
	transition: 0.3s;
}
input[type=range]:hover::-moz-range-thumb {
	-webkit-box-shadow: 0px 0px 0px 8px rgba(54, 54, 54, 0.2);
	-moz-box-shadow: 0px 0px 0px 8px rgba(54, 54, 54, 0.2);
	box-shadow: 0px 0px 0px 8px rgba(54, 54, 54, 0.2);
}
/* -ms */

input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: #343636;
	border: none;
	border-radius: 2px;
}
input[type=range]::-ms-fill-upper {
	background: #343636;
	border: none;
	border-radius: 2px;
}
input[type=range]::-ms-thumb {
	margin-top: 1px;
	height: 17px;
	width: 17px;
	border-radius: 25px;
	background: #343636;
	cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
	background: #343636;
}
input[type=range]:focus::-ms-fill-upper {
	background: #343636;
}

.price-container{
	display: flex;
	justify-content: space-between;;
}

.v-photo{
	height:480px;
	width:auto;
	aspect-ratio:1;
	object-fit:scale-down;
	object-position:50% 50%;
}

@media only screen and (max-width : 640px) {
	.v-photo{
		height:350px;
		width:auto;
	}
}

@media only screen and (max-width : 400px) {
	.v-photo{
		height:270px;
		width:auto;
	}
}

a.underlined:link    {color:#000; text-decoration:none; border-bottom:1px solid #939393;}
a.underlined:active  {color:#000; text-decoration:none; border-bottom:1px solid #939393;}
a.underlined:visited {color:#000; text-decoration:none; border-bottom:1px solid #939393;}
a.underlined:hover   {color:#000; text-decoration:none; border-bottom:1px solid #939393;}