@charset "utf-8";

@font-face {
    font-family: Montserrat; 
    font-display: swap;
    src: url('/catalog/view/theme/vsiaspectehnika/fonts/Montserrat/Montserrat-Regular.ttf') format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: Montserrat; 
    font-display: swap;
    src: url('/catalog/view/theme/vsiaspectehnika/fonts/Montserrat/Montserrat-ExtraBold.ttf') format('opentype');
    font-weight: 800;
}
@font-face {
    font-family: Montserrat; 
    font-display: swap;
    src: url('/catalog/view/theme/vsiaspectehnika/fonts/Montserrat/Montserrat-Bold.ttf') format('opentype');
    font-weight: 700;
}
@font-face {
    font-family: Montserrat; 
    font-display: swap;
    src: url('/catalog/view/theme/vsiaspectehnika/fonts/Montserrat/Montserrat-SemiBold.ttf') format('opentype');
    font-weight: 600;
}
@font-face {
    font-family: Montserrat; 
    font-display: swap;
    src: url('/catalog/view/theme/vsiaspectehnika/fonts/Montserrat/Montserrat-Medium.ttf') format('opentype');
    font-weight: 500;
}
@font-face {
    font-family: Montserrat; 
    font-display: swap;
    src: url('/catalog/view/theme/vsiaspectehnika/fonts/Montserrat/Montserrat-Light.ttf') format('opentype');
    font-weight: 300;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
  overflow-x: hidden;
  /*margin-top: 100px;*/
}
@media(min-width: 1024px) {
    body {
        /*margin-top: 150px;*/
    }
}
html,
body {
    /*scrollbar-gutter: stable;*/
}
body.noscroll {
    overflow-y: hidden;
}
main {
  display: block
}
.ss {
    position: absolute;
    left: -9999px;
    display: none;
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: rgba(0, 0, 0, 0)
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted Button
  Text
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
[hidden], template {
  display: none
}
:root {
  --h: 9px;
  --v: 7px;
  --input-font-size: 18px;
  --violet: #291537; 
  --violet1: #FBB03B;
  --orange_active: rgba(255, 138, 0, 1);
  --purple-svg: invert(96%) sepia(38%) saturate(4347%) hue-rotate(184deg) brightness(94%) contrast(90%);
  --light-grey: #f2f2f2;
  --white: #fff;
  --white-svg: invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
  --medium-gray: #b3b3b3;
  --medium-gray-svg: invert(87%) sepia(2%) saturate(8%) hue-rotate(314deg) brightness(86%) contrast(82%);
  --dark: #1e1e1e;
  --dark-svg: invert(8%) sepia(0%) saturate(78%) hue-rotate(237deg) brightness(103%) contrast(91%);
  --dark-grey: #282828;
  --yellow: #efcd1d;
  --cpadding: 32px;
  --black: rgba(0, 0, 0, 0.8)
}
.bg-violet {
  background: var(--violet)
}
@media (max-width: 768px) {
  :root {
    --cpadding: 15px
  }
}
.dropdown {position: relative;display: inline-block;}
.dropdown-content {display: none;position: absolute;background-color: #f9f9f9;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);z-index: 10;width: 100%;}
.dropdown-content a {color: black;padding: 12px 16px;text-decoration: none;display: block;}
.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown-sortirovka {display: none;position: absolute;background-color: #f9f9f9;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);z-index: 10;width: 100%;}
.dropdown-sortirovka a {color: black;padding: 12px 16px;text-decoration: none;display: block;}
.dropdown-sortirovka a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-sortirovka {display: block;}
.filter-panel{display: -webkit-box;display: -ms-flexbox;width: 100%;gap: 12px;-ms-flex-wrap: wrap;flex-wrap: wrap;display: flex;}

.filter-panel-item{
  /*width: 100%;*/
  /*max-width: calc((100% - 4%) / 5);*/
}
.ocf-content{
  margin-bottom: 20px !important;
}
.filter-panel-item .dropdown {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;width: 100%;}
.filter-panel-item select {
	height: 50px;
	border: 2px solid #efefef;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 13px;
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	color: rgba(0, 0, 0, .8);
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;width: 100%;    text-align: center;}
.filter-panel-item select:hover {border-color: var(--violet1); color: var(--violet1);}
.filter-panel-item option:not(.switcher):after {
    content: "";
    transform-origin: 3px 6px;
    border-color: #b9b9c1;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    width: 8px;
    height: 8px;
    transition: transform .3s, border-color .3s;
    display: block;
    position: absolute;
    top: 20px;
    right: 12px;
    transform: rotate(-45deg);
}
.filter-panel-item option:not(.switcher):hover:after {
    border-color: #242424;transform: rotate(135deg);
}
.filter-panel-item option {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.filter-panel-item option:hover {
	background-color: #f1f1f1;
}
.filter-panel-item #menuButton{
	height: 40px;
    border: 2px solid #efefef;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: none;
    width: 100%;
}
.filter-panel-item #menuButton:hover {border-color: var(--violet1); color: var(--violet1);}
.filter-panel-item #menuButton:before {
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2214%22%20height%3D%221.714%22%20rx%3D%22.857%22%20fill%3D%22%23000%22%2F%3E%3Crect%20y%3D%2210.286%22%20width%3D%2214%22%20height%3D%221.714%22%20rx%3D%22.857%22%20fill%3D%22%23000%22%2F%3E%3Crect%20y%3D%225.143%22%20width%3D%2214%22%20height%3D%221.714%22%20rx%3D%22.857%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.filter-panel-item #menuButton:not(.switcher):after {
    content: "";
    transform-origin: 3px 6px;
    border-color: #b9b9c1;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    width: 8px;
    height: 8px;
    transition: transform .3s, border-color .3s;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 12px;
}
.filter-panel-item #menuButton:not(.switcher):hover:after {
    border-color: #242424;
    transform: translateY(-50%)  rotate(135deg);
}
.filter-panel-item #menuButtonS{
	height: 40px;
    border: 2px solid #efefef;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: none;
    width: 100%;
}
.filter-panel-item #menuButtonS:hover {border-color: var(--violet1); color: var(--violet1);}
.filter-panel-item #menuButtonS:before {
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2214%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23242424%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%20.5c.406%200%20.735.332.735.74v9.732l2.01-2.027a.73.73%200%200%201%201.04%200%20.745.745%200%200%201%200%201.047l-3.265%203.291a.73.73%200%200%201-1.033.007l-.007-.007-3.265-3.291a.745.745%200%200%201%200-1.047.73.73%200%200%201%201.04%200l2.01%202.027V1.24c0-.41.33-.741.735-.741ZM4%2013.5a.738.738%200%200%200%20.735-.74V3.027l2.01%202.027a.73.73%200%200%200%201.04%200%20.745.745%200%200%200%200-1.047L4.52.717a.73.73%200%200%200-1.04%200L.215%204.008a.745.745%200%200%200%200%201.047.73.73%200%200%200%201.04%200l2.01-2.027v9.731c0%20.41.33.741.735.741Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 13px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.filter-panel-item #menuButtonS:not(.switcher):after {
    content: "";
    transform-origin: 3px 6px;
    border-color: #b9b9c1;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    width: 8px;
    height: 8px;
    transition: transform .3s, border-color .3s;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 12px;

}
.filter-panel-item #menuButtonS:not(.switcher):hover:after {
    border-color: #242424;
  transform:  translateY(-50%)  rotate(135deg);
}




.dropdown-content {display: none;position: absolute;background-color: #f9f9f9;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);z-index: 10;}
.dropdown-content a {color: black;padding: 12px 16px;text-decoration: none;display: block;}
.dropdown-content a:hover {background-color: #ddd; }
.dropdown:hover .dropdown-content {display: block;}
.dropdown .active {font-weight: bold;}
.dropdown .activeS {font-weight: bold;}
.dropdown .activeF {font-weight: bold;}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 5px 20px;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.btn, .btn-white {
  font-style: normal
}
.btn-white {
  background: #fff;
  color: rgba(0, 0, 0, .8) !important
}
.btn-border {
  background: rgba(0, 0, 0, 0);
  -webkit-clip-path: none;
  clip-path: none;
  position: relative
}
.btn-border, .btn-violet {
  font-style: normal;
  color: #000
}
.btn-violet {
  background: var(--violet1)
}
.btn-clip50 {
  --h: 9px;
  --v: 7px;
  --height: 50px;
    height: var(--height);
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 120%
}
.btn-clip50.btn-border:after {
  /*content: "";*/
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff
}
.btn-clip50.btn-border.btn-violet {
  background: none;
  color: var(--violet1)
}
.btn-clip50.btn-border.btn-violet:after {
  background: var(--violet1)
}
.btn-clip40 {
  --h: 7px;
  --v: 6px;
  --height: 40px;
  height: var(--height);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%
}
.btn-clip40.btn-border-gray {
  position: relative
}
.btn-clip40.btn-border-gray:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef
}
.btn-clip30 {
  --h: 6px;
  --v: 5px;
  --height: 30px;
  height: var(--height);
  font-weight: 500;
  font-size: 12px;
  line-height: 120%
}
.btn-clip30.btn-border-gray {
  position: relative;
  color: rgba(0, 0, 0, .4)
}
.btn-clip30.btn-border-gray:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef
}
.badge {
  /* display: table-caption;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  margin-bottom: -30px;
  position: relative;
  top: -30px; */
  position: absolute;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  display: none;
}

.badge.metall {
    background-color: #4a90e2; /* Синий для металла */
}

.badge.wood {
    background-color: #8b4513; /* Коричневый для дерева */
}

.badge.mebel {
    background-color: #ff6b6b; /* Красный для мебели */
}

.badge.stoun {
    background-color: #95a5a6; /* Серый для камня */
}

.badge.robot {
    background-color: #9b59b6; /* Фиолетовый для робототехники */
}
.badge.gapr {
    background-color: #05e3ff;
}


.tag {
  --h: 5.5px;
  --v: 4.5px;
  --height: 20px;
  height: var(--height);
  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 5px 12px;
  border-radius: 15px;
}
@media(min-width: 1000px) {
    .tag {
        --height: 30px;
    }
}
.tag__orange {
  color: #fff;
  background: #ff8a00
}
.tag__turquoise {
  color: #fff;
  background: #00aab5
}
.tag__green {
  color: #fff;
  background: #00b152
}
.svg-white {
  -webkit-filter: var(--white-svg);
  filter: var(--white-svg)
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.link {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #1e1e1e
}
.link__gray {
  color: var(--medium-gray);
  text-decoration: none
}
.c-purple {
  color: var(--purple)
}
body, html {
  width: 100%;
  height: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 14px;
  min-height: calc(var(--vh, 1vh) * 100)
}
html {
  height: auto;
    overflow-x: hidden;
}
body {
    position: relative;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.2;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.banner, footer, header, main {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column
}
.container {
  width: 100%;
  height: 100%;
  /*max-width: 1584px;*/
  max-width: 1520px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media(min-width: 1000px) AND (max-width: 1584px) {
    .container {
        padding: 0 32px;
    }
}
@media(min-width: 1585px) {
    .container {
        padding: 0;
    }
}
.container.category-page {
    overflow: initial;
}
.bl_scroll {
  overflow-y: scroll
}
.bl_scroll::-webkit-scrollbar {
  width: 6px
}
.bl_scroll::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 1px
}
.bl_scroll::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  width: 4px;
  border-radius: 4px
}
.bl_scroll::-webkit-scrollbar-thumb:hover {
  background: #c3c3c3
}
.body-main {
  background: #fff;
  /*background-image: url(../images/main_footer_background_1.webp);*/
/*  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;*/
}
.header {
  position: fixed;
  height: 120px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.header.active {
    position: absolute;
}
.header__left {
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*padding-left: 38px;*/
  padding-left: 15px;
}
@media(min-width: 1000px) {
    .header__left {
        width: 25.5%;
        flex: 0 0 25.5%;
    }
}
.header__left, .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*border: 2px solid #fff*/
}
.header__right {
  width: 74.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 0
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #efefef;
  height: 60px;
  padding-right: 32px;
  padding-left: 12px;
  gap: 20px;
  z-index: 1;
}
.header__search {
  width: 100%;
  max-width: 560px;
  max-width: 520px;
  position: relative;
}
.mCustomScrollbar{
  width: calc(100vw - 117px) !important;
  max-width: none!important;
  border-radius: 0 !important;
  padding: 10px 10px !important;
}
@media(min-width: 425px) {
    .mCustomScrollbar{
        width: 100% !important;
        padding: 20px 20px !important;
    }
}
@media(min-width: 1000px) {
    .mCustomScrollbar{
        width: 100% !important;
        padding: 20px 20px !important;
    }
}
.mCustomScrollbar{

}
#autosearch_search_results ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#autosearch_search_results li + li{
  border-top: none !important;
}
.header__search-form {
  height: 36px;
  background: hsla(0, 0%, 100%, .2);
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.header__search-form input {
  border: none;
  height: 100%;
  width: 100%;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -.3px;
  color: #000
}
.header__search-form input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .8)
}
.header__search-form input::-moz-placeholder {
  color: hsla(0, 0%, 100%, .8)
}
.header__search-form input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .8)
}
.header__search-form input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .8)
}
.header__search-form input::placeholder {
  color: hsla(0, 0%, 100%, .8)
}
.header__search-form button {
  background: none;
  border: none;
  height: 100%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.header__search-form button, .header__top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__top-nav {
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header__phone {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -.3px;
  color: hsla(0, 0%, 100%, .8);
  text-decoration: none
}
@media(min-width: 1280px) {
    .body-main .header__phone{
      /*border: 2px solid #fff;*/
    }
}
@media (max-width: 768px) {
    .body-main .header__phone {
        border: none;
    }
}
.body-main .header__top-nav .btn-white{
  background: var(--violet1);
  /*border-color: #fff;*/
  color: rgba(0, 0, 0, 0.8) !important;
  font-weight: 600;
  border-radius: 20px;
  width: 200px;
}
.body-main .header__top-nav .btn-white:after{
  background: #fff;
}

@media(min-width: 1280px) {
    .body-main .header__scroll .header__phone span {
      /*border: 2px solid rgba(0, 0, 0, 0.8);*/
    }
}
.body-main .header__scroll .header__top-nav .btn-white{

/*  border-color: rgba(0, 0, 0, 0.8);*/
  color: #000 !important;

}
.body-main .header__scroll .header__top-nav .btn-white:after{
  background: #662D91;
}
.header__bottom, .header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.header__bottom {
  padding-right: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 20px;
  z-index: 2;
}
@media(min-width: 1143px) {
    .header__bottom {
        gap: 40px;
    }
}
.header__bottom .header__catalog {
    margin-top: -2px;
    border-right: none !important;
}
.header__bottom-nav-bl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.header__bottom-burger {
  display: none;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer
}
.header__bottom-burger span {
  display: block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  right: 0
}
.header__bottom-burger span:first-child {
  top: 4px
}
.header__bottom-burger span:nth-child(2) {
  top: 11px;
  width: 60%
}
.header__bottom-burger span:last-child {
  top: 18px
}
.header__bottom-burger.active span {
  top: 11px !important
}
.header__bottom-burger.active span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.header__bottom-burger.active span:nth-child(2) {
  opacity: 0
}
.header__bottom-burger.active span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.header__bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}
@media(min-width: 1143px) {
    .header__bottom-nav {
        gap: 20px
    }
}
@media(min-width: 1280px) {
    .header__bottom-nav {
        gap: 40px
    }
}
.header__bottom-nav a {
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -.3px;
  color: #fff;
    white-space: nowrap;
}
@media(min-width: 1280px) {
    .header__bottom-nav a {
        font-size: 16px;
    }
}
.header__page .header__bottom-nav a.active {
    font-weight: 600;
    text-decoration: underline;
    /*color: var(--violet1);*/
}
.header__bottom-nav a, .header__catalog-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none
}
.header__catalog-a {
    height: calc(100% + 2px);
  /*height: 100%;*/
  width: 232px;
  background: var(--violet1);
  /*background: rgba(239, 239, 239, 1);*/
}
.body-main .header__catalog-a {
    background: #efefef
}
.body-main .header__scroll .header__catalog-a {
    background: var(--violet1);
    /*background: rgba(239, 239, 239, 1);*/
}
.header__catalog-a.active {
    background: var(--violet1) !important;
}
.header__catalog-a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #000
}
.body-main .header__catalog-a span {
    color: #662d91
}
.body-main .header__scroll .header__catalog-a span {
    color: #000;
}
.body-main .header__catalog-a.active span {
    color: #000
}

.header__page, .header__scroll {
  background: #fff;
  z-index: 9999;
}
.header__page .logo img:last-child, .header__scroll .logo img:last-child {
/*  -webkit-filter: invert(100%);
  filter: invert(100%)*/
margin-left: 9px;
}
.header__page .header__bottom-burger span, .header__scroll .header__bottom-burger span {
  background: #000;
}
.header__page .header__left, .header__page .header__right, .header__page .header__top, .header__scroll .header__left, .header__scroll .header__right, .header__scroll .header__top {
  border-color: #efefef
}
.header__page .header__catalog, .header__scroll .header__catalog {
  border-right: 1px solid #efefef
}
.header__page .header__bottom-nav a, .header__scroll .header__bottom-nav a {
  color: var(--black)
}
/*.header__page .header__catalog-a, .header__scroll .header__catalog-a {
  background: #efefef
}*/
.header__page .header__top-nav, .header__page .header__top-nav a, .header__scroll .header__top-nav, .header__scroll .header__top-nav a {
  color: var(--black)
}
.header__page .header__top-nav img, .header__scroll .header__top-nav img {
  -webkit-filter: invert(80%);
  filter: invert(80%)
}
.header__page .header__search-form, .header__scroll .header__search-form {
  background: rgba(0, 0, 0, .2)
}
.header__catalog-bl {
  display: none;
  position: absolute;
  /*position: fixed;*/
  top: 100px;
  left: 0;
  width: 100%;
  /*padding: 80px 0;*/
  /*padding-top: 24px;*/
  padding-bottom: 36px;
  background: #fff;
  /*height: calc(100dvh - 118px)*/
  z-index: 2;
}
@media(min-width: 1000px) {
    .header__catalog-bl {
        top: 120px;
    }
}
.header__catalog-bl.active {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  display: block;
}
.header__catalog-bl .catalog-list__content {
  /*overflow-y: scroll;*/
    width: 100%;
    max-width: 1520px;
    margin-bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
    /*column-count: 4;*/
    justify-content: flex-start;
    margin-right: auto;
    margin-left: auto;
    /*align-items: flex-start;*/
}
.catalog-list {
  width: 100%;
  height: calc(100dvh - 120px - 100px - 24px);
  padding: 0 32px;
  padding-bottom: 24px;
  background-color: #fff;
}
.catalog-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*gap: 30px 0;*/
  /*gap: 0 15px;*/
    column-gap: 12px;
    /*row-gap: 15px;*/
  height: 100%;
  margin-bottom: 60px
}
.catalog-list__content.bl_scroll {
  overflow-y: visible
}
.catalog-list__col {
  /*width: calc((100% - 90px) / 4);*/
  /*width: calc(100% / 4 - 24px);*/
  width: calc(100% / 4 - 24px * 3 / 4);
  /*width: calc(100% / 4);*/
  gap: 30px;
  /*margin-bottom: 30px;*/
}
.catalog-list__col, .catalog-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.catalog-list__item {
  gap: 25px;
  padding: 20px;
  border: 2px solid #efefef;
  margin-bottom: 24px;
}
.catalog-list__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  gap: 10px
}
.catalog-list__item a, .catalog-list__item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 130%
}
.catalog-list__item a {
  font-weight: 300;
  text-decoration: none;
  color: rgba(0, 0, 0, .8)
}
.catalog-list__item:hover {
  background: var(--violet1);
  border: 2px solid var(--violet1)
}
.catalog-list__item:hover .catalog-list__title, .catalog-list__item:hover a {
  color: hsla(0, 0%, 100%, .8)
}
.catalog-list__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, .8)
}
.banner {
  width: 100%;
/*  height: 1280px;
  margin-bottom: -302px;*/
    aspect-ratio: 1 / 1.2;
    margin-bottom: 0;
    position: relative;
}
@media(min-width: 700px) {
    .banner {
        aspect-ratio: 1 / 0.7;
    }
}
@media(min-width: 431px) {
    .banner {
        margin-bottom: 0;
    }
}
@media(min-width: 1000px) {
    .banner {
        /*aspect-ratio: 1920 / 980;*/
        aspect-ratio: 1920 / 967;
        
    }
}
.banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    /*height: 316px;*/
    aspect-ratio: 319 / 316;
    background-image: url(/images/main-circle.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media(min-width: 1024px) {
    .banner:before {
        width: 200px;
    }
}
@media(min-width: 1520px) {
    .banner:before {
        width: 250px;
    }
}
@media(min-width: 1920px) {
    .banner:before {
        width: 319px;
    }
}
.banner__bg {
    width: 100%;
/*    height: 600px;
    background-position: 29% 0;*/
    background-size: auto 104%;
    background-repeat: no-repeat;
    height: 530px;   
    background-position: 43% 0;
}
@media(min-width: 431px) {
    .banner__bg {
        width: 100%;
        height: 100%;
        /*background-position: top;*/
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat
    }
}
@media(min-width: 1440px) {
    .banner__bg {
        background-size: 100% auto;
    }
}
.banner .container {
  height: 100%
}
.banner__content {
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  /*padding-bottom: 202px*/
  padding-bottom: 40px;
}
@media(min-width: 431px) {
    .banner__content {
        padding-bottom: 0;
    }
}
@media(min-width: 1280px) AND (max-width: 1439px) {
    .banner__content {
        /*padding-bottom: 122px;*/
        align-items: center;
    }
}
@media(min-width: 1440px) {
    .banner__content {
        /*padding-bottom: 302px;*/
        align-items: center;
    }
}
.banner__content, .banner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.banner__right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px;
  width: 100%;
  max-width: 350px;
  align-items: flex-end;
}
@media(min-width: 1024px) {
    .banner__right {
        padding-top: calc(120px / 2);
        align-items: flex-start;
        max-width: 450px;
    }
}
@media(min-width: 1143px) and (max-width: 1144px)  {
    .banner__right {
        padding-bottom: calc(120px / 4);
        align-items: flex-start;
        max-width: 450px;
    }
}
@media(min-width: 1280px) {
    .banner__right {
        padding-top: calc(120px / 2);
        align-items: flex-start;
        max-width: 748px;
    }
}
@media(min-width: 1280px) {
    .banner__right {
        max-width: 52%;
    }
}
@media(min-width: 1300px) {
    .banner__right {
        max-width: 50%;
    }
}
.banner__right p {
  font-weight: 700;
  /*font-size: 70px;*/
  font-size: 60px;
  line-height: 110%;
  letter-spacing: -.3px;
  color: #fff;
  text-align: right;
  /*font-size: clamp(2.375rem, 1.849rem + 2.3377vw, 6.875rem);*/
}
@media(min-width: 768px) {
    .banner__right p {
        text-align: left;
        font-size: 70px;
    }
}
@media(min-width: 1134px) {
    .banner__right p {
        font-size: 80px;
    }
}
@media(min-width: 1280px) {
    .banner__right p {
        max-width: 740px;
        font-size: 96px;
    }
}
@media(min-width: 3440px) {
    .banner__right p {
        font-size: 110px;
    }
}
.banner__right a {
  max-width: 250px;
  border-radius: 25px;
  color: #000;
  background-color: var(--violet1);
}
.bghex {
}
.bghex-br {
}
.catalog-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 90px 0 98px
}
.catalog-slider__content {
  width: 100%;
  padding-bottom: 38px;
  position: relative
}
.catalog-slider__content .owl-item.active .catalog-slider__item-left {
  display: none
}
.catalog-slider__content .item, .catalog-slider__content .owl-item.active.center .catalog-slider__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.catalog-slider__content .item {
  /*-webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.catalog-slider__content .item .btn {
  width: 250px
}
.catalog-slider__content .item img {
  max-width: calc(100% - 250px);
  max-height: 535px;

}
.catalog-slider__content .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 130px;
  left: 16.9%;
  gap: 12px;
  background: #fff;
  padding: 0 10px
}
.catalog-slider__content .owl-stage-outer:after {
  display: block;
  content: "";
  height: 0;
  width: 100vw;
  border-bottom: 2px dashed rgba(0, 0, 0, .2);
  position: absolute;
  bottom: 152px;
  z-index: -1
}
.catalog-slider__text {
  max-width: 280px;
  /*margin-bottom: -324px;*/
  margin-top: 80px;
  margin-left: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
      flex-grow: 1;
}
.catalog-slider__text span {
  font-weight: 500;
  font-size: 96px;
  line-height: 110%;
  letter-spacing: -.3px;
  color: rgba(0, 0, 0, .8);
  margin-top: 10px;
}
.catalog-slider__text small {
  display: block;
  max-width: 285px;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: rgba(0, 0, 0, .8);
  margin-top: -8px;
  flex-grow: 1;
}
.catalog-slider__item-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*padding-left: 60px;*/
  padding-bottom: 37px;
  width: 30%
}
.staff-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 364px 0;
  margin-top: -302px;
  margin-bottom: -302px
}
.staff-slider__item-left {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 53px;
  padding-bottom: 87px;
  width: 100%;
  padding-right: 25px
}
.staff-slider__item-left span {
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -.3px;
  color: #fff
}
.staff-slider__content {
  width: 100%;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.staff-slider__content .owl-item.active .item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.staff-slider__content .owl-item.active .item .staff-slider__item-left {
  display: none
}
.staff-slider__content .owl-item.active.center .item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.staff-slider__content .owl-item.active.center .item .staff-slider__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.staff-slider__content .owl-item.active.center .item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.staff-slider__content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.staff-slider__content .item .staff-slider__item-left {
  display: none
}
.staff-slider__content .item img {
  -webkit-transform: scale(.773);
  -ms-transform: scale(.773);
  transform: scale(.773)
}
.staff-slider__content .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 278px;
  left: 19.9%;
  gap: 0;
  z-index: 1
}
.staff-slider__content .owl-nav button {
  background: none !important;
  background-color: var(--violet) !important
}
.staff-slider__content .owl-nav .owl-counter {
  padding: 0 12px;
  color: #fff;
  background-color: var(--violet)
}
.staff-slider__content .owl-stage-outer:after {
  display: block;
  content: "";
  height: 0;
  width: 100vw;
  border-bottom: 2px dashed hsla(0, 0%, 100%, .2);
  position: absolute;
  bottom: 300px;
  z-index: -1
}
.staff-slider__text {
  margin: 242px auto -267px;
  padding-left: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.staff-slider__text span {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff
}
.owl-counter {
  font-weight: 600;
  font-size: 11px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: -.3px;
  color: rgba(0, 0, 0, .8);
  gap: 5px
}
.owl-counter .currentItem {
  font-size: 16px
}
.advantages {
  padding: 60px 0 60px;
  position: relative;
}
@media(min-width: 768px) {
    .advantages {
        padding: 60px 0 60px;
    }
}
@media(min-width: 1134px) {
    .advantages {
        padding: 65px 0 65px;
    }
}
@media(min-width: 1920px) {
    .advantages {
        padding: 135px 0 135px;
    }
}
.advantages:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    aspect-ratio: 319 / 316;
    background-image: url(/images/advantages-circle.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media(min-width: 1024px) {
    .advantages:after {
        width: 200px;
    }
}
@media(min-width: 1520px) {
    .advantages:after {
        width: 250px;
    }
}
@media(min-width: 1920px) {
    .advantages:after {
        width: 319px;
    }
}
#information-service .advantages:after {
    display: none;
}
#information-service .advantages:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
    aspect-ratio: 256 / 318;
    background-image: url(/images/service-circle-new-b.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media(min-width: 1024px) {
    #information-service .advantages:before {
        height: 200px;
    }
}
@media(min-width: 1520px) {
    #information-service .advantages:before {
        height: 250px;
    }
}
@media(min-width: 1920px) {
    #information-service .advantages:before {
        height: 318px;
    }
}
.advantages .container {
    z-index: 2;
}
.advantages__content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media(min-width: 768px) {
    .advantages__content {
        justify-content: space-around;
    }
}
@media(min-width: 1536px) {
    .advantages__content {
        gap: 239px;
        justify-content: center
    }
}
.advantages__content, .advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.advantages__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.advantages__img {
    width: 120px;
    height: 120px;
}
.advantages__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media(min-width: 768px) {
    .advantages__text {
        align-items: flex-start;
    }
}
@media(min-width: 1920px) {
    height: 125px;
    flex-direction: column;
    justify-content: space-between;
}
.advantages span {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -.3px
}
.advantages span b {
  font-size: 80px;
  font-weight: 400
}
.advantages small {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #000
}
@media(min-width: 1024px) {
    .advantages small {
        font-size: 22px;
    }
}
@media(min-width: 1136px) {
    .advantages small {
        font-size: 22px;
    }
}
@media(min-width: 1920px) {
    .advantages small {
        font-size: 32px;
    }
}
.description {background-color: white;padding: 2rem 0;margin-top: 20px;line-height: 2rem;font-size: 1rem;}
.description h3{margin-top: 1rem;}
.description h4{}
.description p{}
.advantages-w {
  padding: 120px 0 202px;
  background: #fff
}
.advantages-w__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .8);
  margin-bottom: 70px;
  width: 100%;
  max-width: 995px;
  margin-right: auto;
  margin-left: auto;
}
.advantages-w__content {
  gap: 110px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.advantages-w__content, .advantages-w__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.advantages-w__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}
.advantages-w__img {
  margin-bottom: 0
}
.advantages-w__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.advantages-w span {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -.3px
}
.advantages-w span b {
  font-size: 80px;
  line-height: 110%;
  font-weight: 400
}
.advantages-w small {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%
}
.service-bottom {
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: -302px;
  padding-top: 438px;
  margin-bottom: -380px;
  padding-bottom: 520px;
  background-size: cover
}
.service-bottom__content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.service-bottom__content, .service-bottom__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.service-bottom__text {
  max-width: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.service-bottom__text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}
.service-bottom__text h3{
	color: #fff;
}
.service-bottom__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -.3px;
  text-transform: uppercase;
  color: #fff
}
.title2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase
}
.stocks-slider {
  background: #fff;
  padding: 30px 0 82px
}
.stocks-slider .container {
  height: auto
}
.stocks-slider__content {
  margin-top: 40px;
  /* padding-left: calc((100vw - 1664px) / 2) */
  /*padding-left: calc((100vw - 1564px + 32px) / 2);*/
  /*padding-left: calc((100vw - 1520px + 64px) / 2);*/
  padding-left: calc((100vw - 1520px) / 2);
}
.stocks-slider .title2, .stocks-slider__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase
}
.stocks-slider .owl-stage-outer {
  padding-bottom: 80px;
  /*padding-right: calc((100vw - 1500px) / 2);*/
  /*padding-right: calc((100vw - 1520px - 64px) / 2);*/
}
.stocks-slider .catalog__item {
  width: auto;
  margin-top: 15px
}
.stocks-slider .owl-item .item {
  background: #fff;
  height: 470px;
  border: 2px solid rgba(0, 0, 0, .2);
  color: rgba(0, 0, 0, .8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 30px 0
}
.stocks-slider .owl-item .item .btn {
  background: var(--violet1);
  color: #fff
}
.stocks-slider .owl-item:nth-child(odd) .item {
  background: var(--violet1);
  border-color: var(--violet1);
  color: #fff
}
.stocks-slider .owl-item:nth-child(odd) .item .btn {
  background: #fff;
  color: var(--violet1)
}
.stocks-slider__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
  width: 71%
}
.stocks-slider__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%
}
.stocks-slider__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -80px;
  margin-left: -30%;
  width: 59%
}
.stocks-slider__img img {
  max-width: 100%
}
.stocks-slider__price {
  letter-spacing: -.3px
}
.stocks-slider__price small {
  font-size: 40px;
  font-weight: 500
}
.stocks-slider__price span {
  font-size: 66px;
  font-weight: 400
}
.stocks-slider__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  max-width: 270px;
  margin-top: 46px
}
.stocks-slider__item-btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%
}
.stocks-slider__item-btn .btn {
  width: 100%;
  max-width: 200px
}
.stocks-slider .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: calc((100vw - 1556px) / -2);
  width: calc(100vw - 40px);
  padding: 0 65px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.owl-nav button, .stocks-slider .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.owl-nav button {
  width: 44px;
  height: 44px;
  background: #fff !important;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.basket {
  position: fixed;
  right: -100vw;
  top: 117px;
  width: 100vw;
  height: calc(100vh - 117px);
  background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(51%, hsla(0, 0%, 100%, 0)), color-stop(51%, #fff), to(#fff));
  background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 51%, #fff 51%, #fff 100%);
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 51%, #fff 0, #fff);
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
  z-index: 99;
  padding-top: 20px;
  padding-bottom: 75px
}
.basket.open {
  right: 0
}
.basket .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.basket__content {
  width: 100%;
  max-width: 448px;
  margin-left: auto;
  height: 100%
}
.basket__content, .basket__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.basket__top {
  gap: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.basket__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.basket__bottom, .basket__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.basket__total {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 11px
}
.basket__total span {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px
}
.basket__total b, .basket__total span {
  text-transform: uppercase;
  color: #1e1e1e
}
.basket__total b {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px
}
.basket .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  text-align: center
}
.basket .close, .basket .order__prod-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, .2)
}
.drop-hover {
  position: relative
}
.drop-hover__list {
  display: none;
  position: absolute;
  width: 229px;
  height: 54px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-top: 0 solid #f2f2f2;
  top: calc(100% - 5px);
  left: 50%;
  margin-left: -115px;
  z-index: 2
}
.drop-hover__list a {
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1e1e1e
}
.drop-hover > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
.drop-hover > a:after {
  display: block;
  content: "";
  background: url(../images/drop-arrow.svg) 50% no-repeat;
  width: 10px;
  height: 10px
}
.drop-hover:hover > .drop-hover__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.drop-hover:hover > .drop-hover__list, .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.nav {
  gap: 32px
}
.nav a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1e1e1e;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0)
}
.nav a.active {
  border-bottom: 1px solid #1e1e1e
}
.nav__drop-list {
  display: none;
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  padding: 40px 0
}
.nav__content, .nav__drop-list.active, .nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.nav a {
  position: relative
}
.nav a span {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #1e1e1e
}
.nav a img {
  max-width: 100%
}
.nav__drop-list-content, .nav__drop-list-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px
}
.nav__drop-list-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.nav__drop-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px
}
.prd-sld {
  margin-top: 120px
}
.prd-sld__slider {
  margin-top: 40px
}
.prd-sld__slider .owl-nav {
  position: absolute;
  top: -74px;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px
}
.prd-sld__item, .prd-sld__slider .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.prd-sld__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  gap: 20px
}
.prd-sld__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px
}
.prd-sld__item-discount span {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
  color: #d0bee5
}
.prd-sld__item-fav img {
  -webkit-filter: var(--medium-gray-svg);
  filter: var(--medium-gray-svg)
}
.prd-sld__item-fav.active img {
  -webkit-filter: var(--purple-svg);
  filter: var(--purple-svg)
}
.prd-sld__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: var(--light-grey)
}
.prd-sld__item-img img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  width: auto !important
}
.prd-sld__item-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}
.prd-sld__item-text, .prd-sld__item-text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.prd-sld__item-text-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.prd-sld__item-text-left span {
  font-weight: 400;
  font-size: 16px
}
.prd-sld__item-text-left b, .prd-sld__item-text-left span {
  font-style: normal;
  line-height: 135%;
  text-transform: uppercase;
  color: #1e1e1e
}
.prd-sld__item-text-left b {
  font-weight: 700;
  font-size: 20px
}
.prd-sld__item-text-left b del {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  text-decoration-thickness: 1px
}
.prd-sld__item-text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.prd-sld__item-text-right b {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: var(--purple)
}
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  color: #1e1e1e
}
.privilege {
  margin-top: 120px
}
.privilege__content {
  gap: 32px;
  margin-top: 40px
}
.privilege__content, .privilege__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.privilege__item {
  width: calc(50% - 16px);
  background: #f2f2f2;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.privilege__item, .privilege__item-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.privilege__item-title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #1e1e1e
}
.privilege__item-img {
  margin-bottom: -32px;
  margin-left: -32px;
  margin-top: 100px
}
.privilege__right {
  width: calc(50% - 16px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.privilege__right, .privilege__right .privilege__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px
}
.privilege__right .privilege__item {
  height: calc(50% - 16px);
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.privilege__right .privilege__item:first-child {
  width: 100%
}
.brand-sld {
  margin-top: calc(clamp(12.5rem, 52.083vw -34.375rem, 28.125rem))
}
.brand-sld__slider {
  margin-top: 40px
}
.brand-sld__slider .owl-nav {
  position: absolute;
  top: -74px;
  right: 0;
  gap: 21px
}
.brand-sld__item, .brand-sld__slider .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.brand-sld__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  gap: 20px
}
.brand-sld__item:hover .brand-sld__item-img {
  background: #fff
}
.brand-sld__item:hover .brand-sld__item-img img {
  opacity: 1;
  -webkit-filter: none;
  filter: none
}
.brand-sld__item-fav img {
  -webkit-filter: var(--medium-gray-svg);
  filter: var(--medium-gray-svg)
}
.brand-sld__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 2px solid #fff
}
.brand-sld__item-img, .brand-sld__item-img img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.brand-sld__item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
  -webkit-filter: grayscale(100%) invert(1) brightness(2) contrast(15);
  filter: grayscale(100%) invert(1) brightness(2) contrast(15)
}
@media(min-width: 1000px) {
    .brand-sld__item-img img {
        height: auto !important;
        width: 100% !important;
/*        max-width: 100%;
        width: 100% !important;*/
    }
}
@media(min-width: 2560px) {
    .brand-sld__item-img img {
        height: 100% !important;
        width: auto !important;
/*        max-width: 100%;
        width: 100% !important;*/
    }
}
.brand-sld__item-img:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1
}
.brand-sld__item-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.brand-sld__item-text, .brand-sld__item-text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.brand-sld__item-text-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.brand-sld__item-text-left span {
  font-weight: 400;
  font-size: 16px
}
.brand-sld__item-text-left b, .brand-sld__item-text-left span {
  font-style: normal;
  line-height: 135%;
  text-transform: uppercase;
  color: #1e1e1e
}
.brand-sld__item-text-left b {
  font-weight: 700;
  font-size: 20px
}
.brand-sld__item-text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.brand-sld__item-text-right b {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: var(--purple)
}
.brand-sld.brand-sld-page {
  margin-top: 45px;
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef
}
.brand-sld.brand-sld-page .owl-nav {
  position: absolute;
  top: 0;
  width: calc(100% + 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.brand-sld.brand-sld-page .owl-carousel .owl-stage-outer {
    /*z-index: 1;*/
    width: 100%;
}
.brand-sld.brand-sld-page .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: initial;
}
.brand-sld.brand-sld-page .owl-item {
    margin-left: 0;                                       
    height: 74px;
    flex: 0 0 calc(100vw / 2.5);
    width: calc(100vw / 2.5) !important;
}
@media(min-width: 700px) {
    .brand-sld.brand-sld-page .owl-item {     
        height: 74px;
        flex: 0 0 calc(100vw / 3.5);
        width: calc(100vw / 3.5) !important;
    }
}
@media(min-width: 1143px) {
    .brand-sld.brand-sld-page .owl-item {                                      
        height: 130px;
        flex: 0 0 calc((100vw - 400px) / 5);
        width: calc((100vw - 400px) / 5) !important;
    }
}
@media(min-width: 1536px) {
    .brand-sld.brand-sld-page .owl-item {                                      
        height: 220px;
        flex: 0 0 calc((100vw - 400px) / 5);
        width: calc((100vw - 400px) / 5) !important;
        /*margin-bottom: 110px;*/
    }
}
.leasing-wrapper-bottom .brand-sld.brand-sld-page .owl-item {
    /*height: 190px;*/
}
.brand-sld.brand-sld-page .owl-item {
    float: none;
}
.brand-sld.brand-sld-page .owl-item a {
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.brand-sld.brand-sld-page .owl-item span {
    display: block;
    height: 100%;
}
/*.brand-sld.brand-sld-page .owl-item._active,*/ 
.brand-sld.brand-sld-page .owl-item:hover {
  /*z-index: 1*/                                      
}
.brand-sld.brand-sld-page .owl-item._active .brand-sld__item-img, .brand-sld.brand-sld-page .owl-item:hover .brand-sld__item-img {
  border-color: var(--violet1);
    color: var(--violet1);
}
.brand-sld.brand-sld-page .brand-sld__item._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.brand-sld.brand-sld-page .brand-sld__item._active .brand-sld__item-img {
  border-color: var(--violet1);
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #662d91;
  text-decoration: none
}
.brand-sld .owl-carousel .owl-nav button.owl-prev, 
.brand-sld .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    z-index: 1;
    display: none;
    background-color: transparent !important;
}
@media(min-width: 1143px) {
    .brand-sld .owl-carousel .owl-nav button.owl-prev, 
    .brand-sld .owl-carousel .owl-nav button.owl-next {
        display: block;
        width: 200px;
        height: 130px;
        border-radius: 0;
        border: 2px solid #efefef;
        z-index: unset;
    }
}
@media(min-width: 1536px) {
    .brand-sld .owl-carousel .owl-nav button.owl-prev, 
    .brand-sld .owl-carousel .owl-nav button.owl-next {
        display: block;
        width: 200px;
        height: 220px;
        border-radius: 0;
        border: 2px solid #efefef;
        z-index: unset;
    }
}
.brand-sld .owl-carousel .owl-nav button.owl-prev {
    border-right-width: 1px;
}
.brand-sld .owl-carousel .owl-nav button.owl-next {
    /*border-left-width: 1px;*/
    border-left-width: 0;
}
.brand-sld .owl-carousel .owl-nav button.owl-next img,
.brand-sld .owl-carousel .owl-nav button.owl-prev img {
    width: 30px;
}
@media(min-width: 1000px) {
    .brand-sld .owl-carousel .owl-nav button.owl-next img,
    .brand-sld .owl-carousel .owl-nav button.owl-prev img {
        width: 40px;
    }
}

.brand-sld.brand-sld-page .brand-sld__item-img {
  border-color: #efefef;
  height: 100%
}
.brand-sld.brand-sld-page .allbrands .brand-sld__item-img {
    padding: 0;
    font-size: 12px;
}
@media(min-width: 430px) {
    .brand-sld.brand-sld-page .allbrands .brand-sld__item-img {
        font-size: 14px;
    }
}
@media(min-width: 1000px) {
    .brand-sld.brand-sld-page .allbrands .brand-sld__item-img {
        font-size: 16px;
    }
}
.brand-sld.brand-sld-page .brand-sld__item-img img {
/*  -webkit-filter: grayscale(100%) invert(1) brightness(0) contrast(15) invert(.8);
  filter: grayscale(100%) invert(1) brightness(0) contrast(15) invert(.8);*/
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brand-sld.brand-sld-page .brand-sld__item:hover {
  background: #fff
}
.brand-sld.brand-sld-page .brand-sld__item:hover img {
  -webkit-filter: none;
  filter: none
}
.brand-sld.brand-sld-page2 {
  margin-top: 0;
  position: relative;
}
.brand-sld.brand-sld-page2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    aspect-ratio: 319 / 316;
    background-image: url(/images/slider-circle.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media(min-width: 1024px) {
    .brand-sld.brand-sld-page2:before {
        height: 200px;
    }
}
@media(min-width: 1520px) {
    .brand-sld.brand-sld-page2:before {
        height: 250px;
    }
}
@media(min-width: 1920px) {
    .brand-sld.brand-sld-page2:before {
        height: 316px;
    }
}
.brand-sld.brand-sld-page2 .brand-sld__item-img {
  border-color: #efefef;
  height: 100%;
  /*background: #fff*/
    background-color: transparent !important;
}
.brand-sld.brand-sld-page2 .brand-sld__item-img img {
/*  -webkit-filter: grayscale(100%) invert(1) brightness(0) contrast(15) invert(.8);
  filter: grayscale(100%) invert(1) brightness(0) contrast(15) invert(.8)*/
      -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.brand-sld.brand-sld-page2 .brand-sld__item:hover .brand-sld__item-img {
  background: #efefef
}
.brand-sld.brand-sld-page2 .brand-sld__item:hover img {
  -webkit-filter: none;
  filter: none
}
.faq {
  margin-top: 120px
}
.faq__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px
}
.faq__img, .faq__left {
  width: calc(50% - 16px)
}
.faq__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: var(--light-grey)
}
.at-tab {
  display: none;
  background-color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #b3b3b3
}
.at-title {
  cursor: pointer;
  position: relative
}
.at-title:hover span {
  color: var(--purple)
}
.at-title:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: url(../images/drop-arrow.svg);
  width: 10px;
  height: 6px
}
.at-title.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.at-item {
  border-top: 1px solid var(--medium-gray);
  padding: 16px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}
.at-title span {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #1e1e1e
}
.owl-nav .owl-next.disabled img, .owl-nav .owl-prev.disabled img {
  -webkit-filter: var(--medium-gray-svg);
  filter: var(--medium-gray-svg)
}
.review-sld {
  margin-top: 120px
}
.review-sld__content {
  margin-top: 40px;
  gap: 32px
}
.review-sld__content, .review-sld__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.review-sld__left {
  background: var(--light-grey);
  padding: 32px;
  width: 384px;
  gap: 28px
}
.review-sld__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px
}
.review-sld__rating b {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  color: #1e1e1e;
  margin-bottom: 7px
}
.review-sld__rating span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #b3b3b3
}
.review-sld__bars {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.review-sld__bar-row, .review-sld__bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px
}
.review-sld__bar-row {
  width: 192px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.review-sld__bar {
  height: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: var(--medium-gray);
  border-radius: 4px;
  overflow: hidden
}
.review-sld__bar span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--dark)
}
.review-sld__slider {
  width: calc(100% - 416px)
}
.review-sld__slider .owl-nav {
  position: absolute;
  top: -74px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px
}
.review-sld__slider .owl-dots {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: var(--light-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px
}
.review-sld__slider .owl-dots .owl-dot {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 2px
}
.review-sld__slider .owl-dots .owl-dot.active {
  background: var(--dark)
}
.review-sld__slider:after {
  display: block;
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background: -o-linear-gradient(right, #fff 0, hsla(0, 0%, 100%, 0) 100%);
  background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0))
}
.review-sld__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  gap: 5px
}
.review-sld__item b {
  font-weight: 600;
  font-size: 18px
}
.review-sld__item b, .review-sld__item p {
  font-style: normal;
  line-height: 120%;
  color: #1e1e1e
}
.review-sld__item p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px
}
.review-sld__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px
}
.review-sld__item-discount span {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
  color: #d0bee5
}
.review-sld__item-fav img {
  -webkit-filter: var(--medium-gray-svg);
  filter: var(--medium-gray-svg)
}
.review-sld__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: var(--light-grey)
}
.review-sld__item-img img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  width: auto !important
}
.review-sld__item-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.review-sld__item-text, .review-sld__item-text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.review-sld__item-text-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.review-sld__item-text-left span {
  font-weight: 400;
  font-size: 16px
}
.review-sld__item-text-left b, .review-sld__item-text-left span {
  font-style: normal;
  line-height: 135%;
  text-transform: uppercase;
  color: #1e1e1e
}
.review-sld__item-text-left b {
  font-weight: 700;
  font-size: 20px
}
.review-sld__item-text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.review-sld__item-text-right b {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  text-transform: uppercase;
  color: var(--purple)
}
.consultation, .star-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.consultation {
  margin-top: 120px;
  background: var(--light-grey)
}
.consultation__img, .consultation__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.consultation__right {
  padding: 54px 31px 53px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.consultation__right .btn {
  width: 300px
}
.consultation__title {
  font-weight: 800;
  font-size: 40px
}
.consultation__text, .consultation__title {
  font-style: normal;
  line-height: 120%;
  color: #1e1e1e;
  text-align: right
}
.consultation__text {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 12px
}
.j-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.logo img:last-child {
  margin-left: -2px
}
.form-bl {
  max-width: 560px;
  margin: 0 auto
}
.form-bl p {
  color: #373737;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  padding-bottom: 16px
}
.form-bl p b {
  font-weight: 700
}
.form {
  padding-top: 20px;
  width: 100%;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.form__title {
  color: #373737;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px
}
.form__text, .form__title {
  font-style: normal;
  line-height: normal
}
.form__text {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  margin-top: 11px
}
.form__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px
}
.form__address .form__row-select {
  display: none;
  margin-bottom: 38px
}
.form__address-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 8px
}
.form__address-top b {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #1e1e1e
}
.form__address-top a {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e;
  text-underline-offset: 3px
}
.input {
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  background: none;
  height: 50px;
  outline: none;
  padding: 5px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, .8)
}
.input.input-error, .input:invalid {
  color: red
}
.input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .8)
}
.input::-moz-placeholder {
  color: rgba(0, 0, 0, .8)
}
.input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .8)
}
.input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .8)
}
.input::placeholder {
  color: rgba(0, 0, 0, .8)
}
.label {
  font-weight: 500;
  margin-bottom: 8px
}
.label, .select {
  font-size: 16px;
  line-height: 100%;
  color: #1e1e1e
}
.select {
  width: 100%;
  border-radius: 0;
  border: none;
  height: 52px;
  outline: none;
  font-weight: 600;
  padding: 5px 34px 5px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2 url(../images/drop-arrow.svg) no-repeat;
  background-position: right 21px top 24px
}
.select::-webkit-input-placeholder {
  color: var(--medium-gray)
}
.select::-moz-placeholder {
  color: var(--medium-gray)
}
.select:-ms-input-placeholder {
  color: var(--medium-gray)
}
.select::-ms-input-placeholder {
  color: var(--medium-gray)
}
.select::placeholder {
  color: var(--medium-gray)
}
.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px)
}
.select-pure__select {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--dark);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  min-height: 44px;
  padding: 5px 24px;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 100%;
  border-radius: 0;
  border: none;
  background: #f2f2f2 url(../images/drop-arrow.svg) no-repeat right 20px center;
  height: 52px
}
.select-pure__options {
  border-radius: 4px;
  border: none;
  color: var(--dark);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  left: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5;
  max-height: 259px;
  background: #f2f2f2;
  padding: 0 24px
}
.select-pure__options .btn {
  width: auto;
  margin: 0 -24px
}
.select-pure__options-list {
  overflow-y: scroll;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 0 8px 0 0
}
.select-pure__options-list::-webkit-scrollbar {
  width: 4px
}
.select-pure__options-list::-webkit-scrollbar-track {
  background: var(--medium-gray);
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 1px
}
.select-pure__options-list::-webkit-scrollbar-thumb {
  background: var(--dark);
  width: 4px;
  border-radius: 4px
}
.select-pure__options-list::-webkit-scrollbar-thumb:hover {
  background: var(--dark)
}
.select-pure__select--opened .select-pure__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.select-pure__option {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #1e1e1e
}
.select-pure__option--disabled {
  color: #e4e4e4
}
.select-pure__option--selected {
  color: #e4e4e4;
  cursor: auto;
  pointer-events: none
}
.select-pure__option--hidden {
  display: none
}
.select-pure__selected-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5e6264;
  border-radius: 4px;
  color: #fff;
  cursor: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px 10px 5px 0;
  padding: 3px 7px
}
.select-pure__selected-label:last-of-type {
  margin-right: 0
}
.select-pure__selected-label i, .select-pure__selected-label img {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px
}
.select-pure__selected-label img {
  height: 18px;
  width: 14px
}
.select-pure__selected-label i:hover {
  color: #e4e4e4
}
.select-pure__autocomplete {
  background: none;
  background: url(../images/i-search.svg) no-repeat right 8px center;
  border: 1px solid #b3b3b3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  padding: 4px 28px 4px 8px;
  height: 27px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--dark)
}
.select-pure__autocomplete::-webkit-input-placeholder {
  color: #b3b3b3
}
.select-pure__autocomplete::-moz-placeholder {
  color: #b3b3b3
}
.select-pure__autocomplete:-ms-input-placeholder {
  color: #b3b3b3
}
.select-pure__autocomplete::-ms-input-placeholder {
  color: #b3b3b3
}
.select-pure__autocomplete::placeholder {
  color: #b3b3b3
}
.select-pure__placeholder--hidden {
  display: none
}
.textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  color: #373737;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 24px;
  height: 120px;
  background: #f2f2f2;
  resize: none
}
.textarea::-webkit-input-placeholder {
  color: #888
}
.textarea::-moz-placeholder {
  color: #888
}
.textarea:-ms-input-placeholder {
  color: #888
}
.textarea::-ms-input-placeholder {
  color: #888
}
.textarea::placeholder {
  color: #888
}
.catalog__top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px
}
.catalog__top, .catalog__top-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.catalog__top-filter {
  width: 100%;
  gap: 12px;
  margin-top: 45px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.catalog__top-drop {
  width: 100%;
  max-width: calc((100% - 24px) / 3)
}
.catalog__top-drop .dropdown, .catalog__top-drop .dropdown__menu {
  width: 100%
}
.catalog__top-drop .dropdown__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.catalog__top-drop .dropdown__menu a img {
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(90%) sepia(1%) saturate(0) hue-rotate(168deg) brightness(87%) contrast(90%);
  filter: invert(90%) sepia(1%) saturate(0) hue-rotate(168deg) brightness(87%) contrast(90%)
}
.catalog__top-drop .dropdown__menu a.active img, .catalog__top-drop .dropdown__menu a:hover img {
  -webkit-filter: invert(24%) sepia(40%) saturate(2234%) hue-rotate(248deg) brightness(89%) contrast(100%);
  filter: invert(24%) sepia(40%) saturate(2234%) hue-rotate(248deg) brightness(89%) contrast(100%)
}
.catalog__top-drop .option {
  padding-left: calc(100% - 280px)
}
.catalog__top-drop .dropdown__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  border: 2px solid #efefef;
  padding: 5px 28px;
  text-decoration: none
}
.catalog__top-drop .filter-drop__label {
  width: 100%;
  max-width: 216px;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: rgba(0, 0, 0, .8)
}
.catalog__top-drop .filter-drop__arrow {
  position: relative;
  min-width: 20px;
  width: 20px;
  height: 20px
}
.catalog__top-drop .filter-drop__arrow div {
  width: 2px;
  height: 14px;
  border-radius: 1px;
  background: #d9d9d9;
  position: absolute;
  top: 3px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.catalog__top-drop .filter-drop__arrow div:last-child {
  left: auto;
  right: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.catalog__top-drop .active .filter-drop__arrow div {
  top: 0;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 9px
}
.catalog__top-drop .active .filter-drop__arrow div:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: auto;
  right: 9px
}
.catalog__top-drop span {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, .8);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%
}
.catalog__list, .catalog__top-drop span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.catalog__list {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 97px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.container > .catalog__list {
    margin-top: 30px;
}
.catalog__item {
    /*height: 450px;*/
    height: 400px;
  width: calc((100% - 30px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid rgba(0, 0, 0, .2);
  padding: 0 22px;
  color: rgba(0, 0, 0, .8);
  position: relative
}
@media(min-width: 1000px) {
    .catalog__item {
        height: 420px;
    }
}
@media(min-width: 1536px) {
    .catalog__item {
        height: 500px;
    }
}
.catalog__item:before {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: calc(100% + 4px);
  height: 0;
 /* background: var(--violet1);*/
  -webkit-transition: height .3s ease-in;
  -o-transition: height .3s ease-in;
  transition: height .3s ease-in;
  z-index: -1
}

.catalog__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    aspect-ratio: 1 / 1;
    width: 150px;
    background-image: url(/images/product-circle-b2.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media(min-width: 1024px) {
    .catalog__item:after {
        width: 200px;
    }
}
@media(min-width: 1520px) {
    .catalog__item:after {
        width: 250px;
    }
}
@media(min-width: 1920px) {
    .catalog__item:after {
        width: 323px;
    }
}

@media(min-width: 1000px) {
    .catalog__item:hover {
      /*color: #fff*/
	  border: 2px solid rgb(206 206 206);
		box-shadow: 0px 0px 5px 0px #c5c5c5;    -webkit-transition: height .3s ease-in;
    -o-transition: height .3s ease-in;
    transition: height .3s ease-in;
	
    }
    .catalog__item:hover:before {
      height: calc(100% + 4px)
    }
    .catalog__item:hover:after {
        /*background-image: url(/images/product-circle-active.svg);*/
    }
    .catalog__item:hover .prod-specs__row {
    /*  border-color: #fff*/
    }
    .catalog__item:hover .breadcrumb * {
      /*color: #fff*/
    }
}
@media(min-width: 1000px) {
    .catalog__item:hover .catalog__item-btn .btn {
     /* background: #fff;*/
      /*color: var(--violet1)*/
    }
}
.catalog__item .breadcrumb {
  margin-bottom: 10px
}
.catalog__item * {
/*  position: relative;
  z-index: 1*/
}
.catalog__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: -12px;
  margin-bottom: 12px;
}
@media(min-width: 1000px) {
    .catalog__tag {
        margin-top: -18px;
        margin-bottom: 18px;
    }
}
.catalog__item-name, .catalog__item-name a{
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -.3px;
  text-transform: uppercase;
  margin-bottom: 18px;
  text-decoration: none;
  color: #000;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog__item-name {
    margin-bottom: 10px;
}
@media(min-width: 1000px) {
    .catalog__item-name {
        margin-bottom: 18px;
    }
}
.catalog__item:hover .catalog__item-name a{
  color: #fff;
}
.catalog__item-specs{
  flex-grow: 1;
  z-index: 2;
}
.catalog__item-bottom {
  /*margin-top: 30px*/
}
.catalog__item-bottom, .catalog__item-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.catalog__item-bottom-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  justify-content: flex-end;
}
@media(min-width: 1000px) {
    .catalog__item-bottom-left {
        padding-bottom: 30px;
    }
}
.catalog__item-bottom-left .sticker-catalog.sticker-left{
  left: auto;
  right: -40px;
  top: -20px;
}
.catalog__item-img {
/*  margin-top: -42px;
  margin-bottom: -140px;
  margin-right: -30px*/
    position: absolute;
    right: 0;
    bottom: -35px;
    z-index: 2;
}
@media(min-width: 425px) {
    .catalog__item-img {
        bottom: -65px;
    }
}
@media(min-width: 700px) {
    .catalog__item-img {
        bottom: -95px;
    }
}
@media(min-width: 1000px) {
    .catalog__item-img {
        bottom: -85px;
    }
}
.catalog__item-price {
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 16px;
}
@media(min-width: 1000px) {
    .catalog__item-price {
        margin-top: 0;
    }
}
.catalog__item-price small {
  font-size: 24px;
  font-weight: 800;
}
.catalog__item-price span {
  font-size: 40px;
  font-weight: 600;
}
.catalog__item-price.price-old{
  color:red;
  opacity: 0.5;
}
.catalog__item-price.price-old span{
  position: relative;
}
.catalog__item-price.price-old span:before{
  content:'';
  display: block;
  width: 120%;
  height: 1px;
  background: red;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) rotate(-10deg);
}
.catalog__item-btn {
  /*-webkit-box-flex: 1;*/
  /*-ms-flex-positive: 1;*/
  /*flex-grow: 1;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.catalog__item-btn .btn {
  width: 200px;
  background: var(--violet1);
  color: #000;
  border-radius: 25px;
}
.catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px
}
.catalog__filter {
  width: 280px;
  min-width: 280px
}
.catalog__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.leasing-top {
  margin-top: 120px;
  border-bottom: 2px solid #ededed
}
.leasing-top__hex {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  margin-bottom: 0;
  background: #fff;
}
.leasing-top__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.leasing-top__content, .leasing-top__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.leasing-top__info {
  width: 50%;
  border-right: 2px solid #ededed;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}
.leasing-top__info .breadcrumb {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.leasing-top__name {
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -.3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0);
  margin-bottom: 20px
}
.leasing-top__sub-name {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0);
}
.leasing-top__sub-name p{padding:0.5rem 0;}
.leasing-top__sub-name ul{color: #000;    margin-left: 1.2rem;}
.leasing-top__sub-name li{padding:0.5rem 0;}
.leasing-top__right {
  width: 50%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.prd-card {
  margin-top: 120px;
  /*border-bottom: 2px solid #ededed*/
}
.prd-card__hex {
    position: relative;
    /*z-index: 1;*/
    /*padding-bottom: 100px;*/
    margin-bottom: 0;
    background: #fff;
    --x: 3.15vw;
    --y: 15vw;
    margin-bottom: 0;
    background-color: #fff;
}
.prd-card__hex:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    aspect-ratio: 319 / 316;
    background-image: url(/images/product-circle-b.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media(min-width: 1024px) {
    .prd-card__hex:before {
        height: 150px;
        z-index: 2;
    }
}
@media(min-width: 1520px) {
    .prd-card__hex:before {
        height: 200px;
    }
}
@media(min-width: 1920px) {
    .prd-card__hex:before {
        height: 250px;
    }
}

.prd-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*gap: 32px;*/
  gap: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
      flex-direction: row;
}
.prd-card__content .prd-card__spec {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 64px;
  width: 100%;
  max-width: 683px;
  margin-right: auto
}
.prd-card__content .prod-specs {
  width: 100%
}
.prd-card__info {
  width: 100%;
  /*border-right: 2px solid #ededed;*/
  padding-top: 24px;
  padding-bottom: 0;
  /*padding-left: 78px;*/
  padding-left: 0;
}
@media(min-width: 1000px) {
    .prd-card__info {
        width: 40%;
    }
}
.prd-card__info .breadcrumb {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.prd-card__name {
/*  font-family: Tektur;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -.3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .8);*/
  margin-bottom: 40px
}
.prd-card__sub-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px
}
.prd-card__sub-name p {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, .8)
}
.prd-card__price {
    font-weight: 400;
  margin-top: 0
}
@media(min-width: 1000px) {
    .prd-card__price {
        margin-top: 37px;
        min-height: 48px;
    }
}
.prd-card__price small {
  font-size: 16px
}
@media(min-width: 376px) {
    .prd-card__price small {
        font-size: 20px
    }
}
@media(min-width: 1000px) {
    .prd-card__price small {
        font-size: 24px
      }
}
.prd-card__price span {
    font-weight: 600;
    font-size: 23px
}
@media(min-width: 376px) {
    .prd-card__price span {
        font-size: 28px
    }
}
@media(min-width: 1000px) {
    .prd-card__price span {
        font-size: 40px
    }
}
.prd-card__img {
  width: 100%;
  padding-top: 10px;
  /*padding: 24px 64px*/
  margin-right: 0;
}
@media(min-width: 1000px) {
    .prd-card__img {
        width: 60%;
        margin-right: 24px;
        padding-top: 24px;
    }
}
.prd-card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px
}
.prd-card__tag .btn {
  margin-left: auto
}
.prd-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.prd-card__spec {
  /*margin-top: 116px*/
}
.prd-card__spec-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 64px
}
.prd-card__spec-content .prod-specs {
display: -webkit-box;
display: -ms-flexbox;
width: 100%;
gap: 12px;
-ms-flex-wrap: wrap;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.tab-spec{color: #000;}
.prod-specs__item{display: -webkit-box;display: -ms-flexbox;width: 100%;gap: 12px;-ms-flex-wrap: wrap;display: flex;flex-direction: row;flex-wrap: wrap;}

.prd-card__btn {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}
@media(min-width: 1000px) {
    .prd-card__btn {
        margin-top: 16px;
        margin-bottom: 116px;
    }
}
.prd-card__btn .btn {
  width: 257px;
  border-radius: 25px;
}
.prd-tab {
  /*padding: 15vw 0;*/
  background: var(--violet1);
  position: relative;
}
.prd-tab:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    aspect-ratio: 256 / 318;
    background-image: url(/images/leasing-circle-a.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media(min-width: 1024px) {
    .prd-tab:before {
        height: 200px;
    }
}
@media(min-width: 1520px) {
    .prd-tab:before {
        height: 250px;
    }
}
@media(min-width: 1920px) {
    .prd-tab:before {
        height: 318px;
    }
}

.tabs {
  border-radius: 5px 5px 5px 5px
}
ul.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  gap: 60px
}
ul.tabs-nav, ul.tabs-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
ul.tabs-nav li {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase
}
.tabs-nav li a {
  color: #000;
  text-decoration: none;
  /*padding-bottom: 13px;*/
  padding-bottom: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
ul.tabs-nav li._active a, ul.tabs-nav li:hover a {
  color: #000;
  border-color: rgba(0, 0, 0, 0.8)
}
.tab-content {
  /*padding: 30px 0*/
}
.tab-gallery__content {
  margin: 110px 0;
  padding-left: calc((100vw - 1664px) / 2)
}
.tab-gallery .owl-item .gallery__item {
  -webkit-transform: scale(.71);
  -ms-transform: scale(.71);
  transform: scale(.71);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.tab-gallery .owl-item.active.scale1 .gallery__item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.tab-gallery .owl-carousel .owl-item .gallery__item img {
  max-width: 100%
}
.tab-gallery .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: calc((100vw - 1664px) / -2);
  width: calc(100vw - 40px);
  padding: 0 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.tab-gallery .owl-nav, .tab-gallery .owl-nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.tab-gallery .owl-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.office-gallery {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 150px 0
}
.office-gallery__content {
  margin: 90px 0;
  padding-left: calc((100vw - 1664px) / 2)
}
.office-gallery .owl-item .gallery__item {
  -webkit-transform: scale(.71);
  -ms-transform: scale(.71);
  transform: scale(.71);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.office-gallery .owl-item.active.scale1 .gallery__item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.office-gallery .owl-carousel .owl-item .gallery__item img {
  max-width: 100%
}
.office-gallery .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: calc((100vw - 1664px) / -2);
  width: calc(100vw - 40px);
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.office-gallery .owl-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.office-gallery .owl-nav button, .tab-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.tab-partner {
  padding: 45px 0;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 24px;
}
.tab-partner__left {
  border: 2px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 747px;
  width: 50%;
  height: 300px;
  background-color: white;
}
.tab-partner__left img {
    object-fit: contain;
    height: 100%;
}
.tab-partner__right {
  width: 50%;
  max-width: 747px
}
.tab-partner__title {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -.3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8)
}
.tab-partner__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.8)
}
.tab-spec .prd-card__spec-content{
  color: rgba(0, 0, 0, 0.8)
}
.tab-spec .prod-specs__row{
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.leasing {
  padding: 120px 0
}
.leasing__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -.3px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.leasing__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}
.leasing__content, .leasing__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media(min-width: 1000px) {
    .tab-content .leasing__content {
        padding: 0 32px;
    }
}
@media(min-width: 1920px) {
    .tab-content .leasing__content {
        padding: 0;
    }
}
.leasing__left {
  width: 100%;
  max-width: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  z-index: 1;
}
.leasing__left .input {
  color: hsla(0, 0%, 100%, .8);
  border-color: hsla(0, 0%, 100%, .2)
}
.leasing__left .input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .8)
}
.leasing__left .input::-moz-placeholder {
  color: hsla(0, 0%, 100%, .8)
}
.leasing__left .input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .8)
}
.leasing__left .input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .8)
}
.leasing__left .input::placeholder {
  color: hsla(0, 0%, 100%, .8)
}
.leasing__form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%
}
.leasing__form-row {
  width: calc(50% - 10px)
}
.leasing__right {
  width: 100%;
  max-width: 620px
}
.leasing__right, .leasing__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}
.leasing__text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #fff
}
.leasing__text ul{color: #fff;}
.leasing__text li{padding: 0.7rem 0;}
.leasing__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px
}
.leasing__form .checkbox label, .leasing__form .checkbox label a {
  color: #fff
}
.parts__form {
  max-width: 555px;
  padding: 20px 0;
}
.parts__form .btn {
  width: 100%;
  max-width: 257px
}
.parts__form-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 110%;
  letter-spacing: -.3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .8)
}
@media(min-width: 430px) {
    .parts__form-title {
        font-size: 30px;
    }
}
@media(min-width: 1000px) {
    .parts__form-title {
        font-size: 40px;
    }
}
.parts__form-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, .8)
}
.mt80 {
  margin-top: 80px
}
.mb80 {
  margin-bottom: 80px
}
.prod-specs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px
}
.prod-specs__title{
  font-weight: 600;
  font-size: 18px;
  padding: 18px 0;
  margin-top: 2rem;
}
.prod-specs, .prod-specs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.prod-specs__row {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    /*width: calc(50% - 64px);*/
    width: 100%;
    margin-right: 4rem;
}
.catalog__item-specs .prod-specs__row{width:100%}
.prod-specs__row small {
  font-weight: 300;
  font-size: 16px
}
.prod-specs__row small, .prod-specs__row span {
  width: 60%;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.prod-specs__row span {
    width: 40%;
    font-weight: 500;
    font-size: 20px
}
.prod-specs .prod-specs__row small {
    display: block;
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.prd-search{
  margin-top: 15px;
}
.prd-search__content{

}


.dropdown {
  position: relative;
  display: inline-block
}
.dropdown__toggle {
  color: var(--black);
  padding: 10px 20px;
  border: none;
  cursor: pointer
}
.dropdown__menu {
  display: none;
  position: absolute;
  background-color: #efefef;
  min-width: 160px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  z-index: 2
}
.dropdown__menu a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block
}
.dropdown__menu a.active, .dropdown__menu a:hover {
  background-color: #d9d9d9
}
.prd-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px
}
.prd-list .prd-sld__item {
  width: 100%;
  max-width: 280px
}
.prd-list .prd-sld__item-img {
  height: 320px
}
.prd-list .prd-sld__item-img img {
  width: 86% !important
}
.prd-list .prd-sld__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px
}
.title-bl {
  position: relative;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 1rem
}
@media(min-width: 1024px) {
    .title-bl {
        margin-top: 120px;
    }
}
.title-bl__content {
  padding: 1rem 0 0;
  width: 100%
}
.title-bl .container, .title-bl__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.title-bl .container {
  height: 100%
}
.title-bl h1 {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -.3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .8)
}
@media(min-width: 1024px) {
    .title-bl h1 {
        font-size: 52px;
    }
}
@media(min-width: 1920px) {
    .title-bl h1 {
        font-size: 52px;
    }
}
.subcat__content {
  gap: 12px
}
.subcat__content_item {
	width: 100%;
    max-width: calc((100% - 4%) / 6);
}
.subcat__content, .subcat__content a {
  display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
;
}
.subcat__content a {
  height: 50px;
  border: 2px solid #efefef;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 13px;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: rgba(0, 0, 0, .8);
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.subcat__content a.active, .subcat__content a:hover {
  border-color: var(--violet1);
  color: var(--violet1);
  font-weight: 400
}
.subcat__content a:empty {
  display: none
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 10px;
}
@media(min-width: 1000px) {
    .breadcrumb {
        margin-bottom: 1rem;
    }
}
.breadcrumb a, .breadcrumb i, .breadcrumb span {
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  /*text-transform: uppercase;*/
  color: rgba(0, 0, 0, 0.4)
}
.breadcrumb span {
    font-size: 20px;
    color: #000;
}
.pagination-wrapper {
    margin-bottom: 60px;
    margin-top: 95px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 57px;
  gap: 10px;
}
@media(min-width: 1000px) {
    .pagination {
        gap: 16px;
    }
}
.pagination__dot {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 2px dashed #ededed;
  height: 0
}
.pagination__bl {
  gap: 10px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.pagination__bl, .pagination__bl li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.pagination__bl li {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #d9d9d9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .8);
  text-decoration: none
}
@media(min-width: 1000px) {
    .pagination__bl li:hover {
        cursor: pointer;
    }
}
.pagination__bl li.active {
  background: var(--violet1);
  color: #fff;
  border-color: var(--violet1)
}
.pagination__back {
  margin-right: auto
}
.pagination__back img {
  -webkit-filter: var(--dark-svg);
  filter: var(--dark-svg)
}
.pagination__back.disabled img {
  -webkit-filter: var(--medium-gray-svg);
  filter: var(--medium-gray-svg)
}
.pagination__next {
  margin-left: auto
}
.pagination__next img {
  -webkit-filter: var(--dark-svg);
  filter: var(--dark-svg)
}
.pagination__next.disabled img {
  -webkit-filter: var(--medium-gray-svg);
  filter: var(--medium-gray-svg)
}
.filter-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12.2px;
  text-decoration: none
}
.filter-link span {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #1e1e1e
}
.filter {
  width: 100%;
  max-width: 280px
}
.filter__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #1e1e1e;
  margin-bottom: 16px
}
.filter__header {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
.filter__search {
  max-width: 567px
}
.filter__search, .filter__search input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.filter__search input {
  padding: 4px 12px;
  height: 35px;
  border: 1px solid #b3b3b3;
  outline: none;
  margin-right: -35px
}
.filter__search button {
  border: none;
  height: 35px;
  width: 35px;
  background: none
}
.filter__search button, .range-field__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.range-field__val {
  --h: 6px;
  --v: 5px;
  --height: 30px;
  height: var(--height);
  background: #ff8a00;
  padding: 3px 14px;
  min-width: 180px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #000;
  border-radius: 25px;
}
.tab-content .range-field__val {
  color: #000
}
.leasing__content .range-field__val {
    display: flex;
    justify-content: center;
    max-width: 180px;
}
.leasing__content .range-field__val input {
    /*field-sizing: content;*/
    background-color: transparent;
    border: none;
    outline: none;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
}
.tab-content .leasing__content .range-field__val input {
    color: #000;
}
.range-field__label {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #fff
}
.range-field__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 19px
}
.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 12px;
  right: -6px;
  top: -6px
}
.noUi-horizontal .noUi-handle .noUi-touch-area, .noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before {
  display: none
}
.noUi-connects {
  background: #ff8a00
}
.noUi-connect {
  background: #fff
}
.noUi-horizontal {
  height: 2px
}
.noUi-target {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #f2f2f2;
  border-radius: 2px
}
.radio-block {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}
.radio-block__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}
.radio-block__input + label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  height: 30px;
  background: #f2f2f2;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1e1e1e
}
.radio-block__input:checked + label {
  background: var(--purple)
}
.radio-block._address {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.radio-block._address .radio-block__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}
.radio-block._address .radio-block__input + label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 24px;
  height: auto;
  background: #f2f2f2;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1e1e1e;
  width: 100%
}
.radio-block._address .radio-block__input + label span {
  font-size: 16px
}
.radio-block._address .radio-block__input + label small {
  font-size: 14px
}
.radio-block._address .radio-block__input:checked + label {
  background: var(--purple)
}
.radio-block._pay {
  width: 100%
}
.radio-block._pay .radio-block__item {
  width: calc(50% - 8px)
}
.radio-block._pay .radio-block__input + label {
  padding: 16px 24px;
  height: auto;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.filter_nav {
  margin-top: 20px
}
.filter_nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.filter_nav > ul > li {
  border-top: 1px solid var(--medium-gray)
}
.filter_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 20px 0;
  text-decoration: none;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #1e1e1e
}
.filter_nav ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float: right
}
.filter_nav ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px
}
.nav-hidden {
  display: none
}
.filter_nav ul li ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1e1e1e;
  padding-bottom: 0
}
.filter_nav ul li ul li a:hover {
  text-decoration: none
}
.checkbox__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}
.checkbox__input + .checkbox__label {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -.3px;
  color: rgba(0, 0, 0, .8)
}
.checkbox__input + .checkbox__label a {
  color: rgba(0, 0, 0, .8)
}
.checkbox__input + .checkbox__label:before {
  margin-right: 15.5px;
  content: "";
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--violet1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px
}
.prd-tab .checkbox__input + .checkbox__label:before {
    border-color: #fff;
}
.checkbox__input:checked + .checkbox__label:before {
  background-image: url(../images/check.svg);
  background-position: 50%;
  background-repeat: no-repeat
}
.prd-tab .checkbox__input:checked + .checkbox__label:before {
    background-image: url(../images/check-white.svg);
}
.css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}
#inputPreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.css-checkbox + label {
  position: relative;
  font-size: 14px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  color: #000
}
.css-checkbox + label:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none
}
.css-checkbox:checked + label:after {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjMDA2YmVkIiBkPSJNMCA5NmMwLTM1LjM1IDI4LjY1LTY0IDY0LTY0aDMyMGMzNS4zIDAgNjQgMjguNjUgNjQgNjR2MzIwYzAgMzUuMy0yOC43IDY0LTY0IDY0SDY0Yy0zNS4zNSAwLTY0LTI4LjctNjQtNjRWOTZ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  left: 0;
  top: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 10px;
  height: 20px;
  width: 20px
}
.footer {
  border-top: 1px solid #fff;
  position: relative;
  z-index: 1;
  background-color: var(--violet1);
}
.body-main .footer { 
/*    padding-top: 318px;*/
    border-top: none;
    /*margin-top: -215px;*/
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
/*    background-image: url(../images/main_footer_background_1.webp);
    background-size: auto 100%;*/
    /*z-index: -1;*/
}
/*@media(min-width: 1000px) {
    .body-main .footer { 
        aspect-ratio: 2.05 / 1;
        margin-top: -215px;
    }
}*/
.body-main .footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
}
/*@media(min-width: 1920px) {
    .body-main .footer { 
        margin-top: -275px;
    }
}
@media(min-width: 2500px) {
    .body-main .footer { 
        margin-top: -300px;
    }
}
@media(min-width: 3440px) {
    .body-main .footer { 
        margin-top: -422px;
    }
}*/
.body-main .footer .footer__top {
    border-top: 1px solid #fff;
}
.footer__top .container {
    padding: 0;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 135px;
  padding: 20px;
}
@media(min-width: 1000px) {
    .footer__content {
        height: 350px;
        padding: 0;
    }
}
.footer__top-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25.5%;
  max-width: 100%;
  padding-right: 40px;
  padding-left: 0;
  gap: 10px;
  border-right: 1px solid #fff
}
@media(min-width: 1024px) AND (max-width: 1519px) {
    .footer__top-left {
        padding-left: 0;
        padding-right: 0;
        align-items: center !important;
    }
}
@media(min-width: 1520px) {
    .footer__top-left {
        padding-left: 32px;
    }
}
@media(min-width: 1536px) {
    .footer__top-left {
        /*padding-left: 0;*/
        padding-left: calc(((((1520px / 100 * 25.5) + ((100vw - 1520px) / 2) - 197px) / 2) - ((100vw - 1520px) / 2)));
    }
}
@media(min-width: 1920px) {
    .footer__top-left {
        padding-left: 0;
    }
}
.footer__soc, .footer__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-start;
}
.footer__soc {
  gap: 20px;
  /*margin-top: 10px;*/
  align-items: flex-start;
  justify-content: flex-start;
}
@media(min-width: 1000px) {
    .footer__soc {
        margin-top: 10px;
    }
}
.footer__top-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 32px;
  padding: 82px 0 92px ;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  padding-right: 0;
}
@media(min-width: 1000px) AND (max-width: 1584px) {
    .footer__top-right {
        padding-right: 32px;
    }
}
.footer__nav-col, .footer__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer__nav-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  /*width: 20%*/
}
.footer__nav-col:last-child {
  align-items: flex-end;
}
.footer__nav-col .footer__nav-address, .footer__nav-col a {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -.3px;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
    border-radius: 25px;
}
@media(min-width: 1024px) {
    .footer__col-bottom a {
        width: 200px;
    }
}
.footer__nav-col a.btn-border {
    border: 2px solid #000;
}
.footer__nav-col .footer__nav-address {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.footer__nav-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  /*-webkit-box-flex: 1;*/
  /*-ms-flex-positive: 1;*/
  /*flex-grow: 1*/
}
@media(max-width: 999.9px) {
    .footer__nav-text {
        flex-basis: 50%;
    }
}
.footer__col-bottom{
  margin-top: 8px;
}
@media(min-width: 1143px) AND (max-width: 1439px) {
    .footer__col-bottom .btn-clip50 {
        width: 200px;
    }
}
.footer__col-bottom .btn-white {
  color: rgba(0, 0, 0, .8)
}
.footer__nav-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  /*text-align: center*/
}
.footer__copy, .footer__copy a {
  /*margin-top: 30px;*/
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #000;
}
@media(min-width: 1024px) {
    .footer__copy, .footer__copy a {
        text-align: right;
    }
}
.footer__copy a{
  /*text-decoration: underline;*/
}

.footer__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px
}
.footer__bottom-right {
  max-width: 700px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #b3b3b3
}
.footer.footer__page {
  background: var(--violet1)
}
.hide-m, .modal {
  display: none
}
.modal {
  position: fixed;
  z-index: 10000;
  top: 30px;
  left: 50%;
  width: 100%;
  max-width: 598px;
  padding: 40px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: #fff;
  border-radius: 0
}
.modal.w100 {
  max-width: none
}
.modal.h100 {
  height: 100vh;
  top: 0
}
.modal._active {
  display: block
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1002
}
.modal__close img {
  width: 24px;
  height: 24px
}
.modal__close__content {
  padding: 0
}
.modal__body, .modal__content {
  height: 100%
}
.modal__row {
  height: 100%;
  gap: 30px;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.modal__img, .modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.modal__img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.modal__form {
  max-width: 386px
}
.modal__form .btn {
  max-width: 340px;
  border-radius: 25px;
}
.modal__form-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, .8)
}
.modal h3 {
    /*font-family: Tektur;*/
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -.3px;
  text-align: center;
}
@media(min-width: 1000px) {
    .modal h3 {
        font-size: 37px;
        text-align: left;
    }
}
.modal__desc, .modal h3 {
  text-transform: uppercase;
  color: rgba(0, 0, 0, .8)
}
.modal__desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%
}
.modal__mask {
  z-index: 97
}
.modal__backdrop, .modal__mask {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%
}
.modal__backdrop {
    display: none !important;
  z-index: 98;
  background: rgba(0, 0, 0, .11)
}
.modal .btn {
  width: 100%
}
._backdrop {
  position: fixed;
  z-index: 96;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .11)
}
.tabs {
  margin-top: 25px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*gap: 24px*/
}
.tabs, .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.tabs__nav {
  gap: 16px
}
.tabs__nav a {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 2px;
  border-bottom: 1px solid #b3b3b3;
  text-decoration: none
}
.tabs__nav a.active, .tabs__nav a:hover {
  color: var(--dark);
  border-bottom: 1px solid var(--dark)
}
.tabs__content {
  display: none
}
.tabs__content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #1e1e1e
}
.tabs__content-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #1e1e1e;
  margin-top: 24px
}
.accord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 520px
}
.accord > div {
  padding: 4px 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000
}
.accord__fresh {
  background: -webkit-gradient(linear, left top, right top, from(#d6faff), to(hsla(0, 0%, 94.9%, 0)));
  background: -o-linear-gradient(left, #d6faff 0, hsla(0, 0%, 94.9%, 0) 100%);
  background: linear-gradient(90deg, #d6faff, hsla(0, 0%, 94.9%, 0));
  width: 100%
}
.accord__aldehyde {
  background: -webkit-gradient(linear, left top, right top, from(#dde9f6), to(hsla(0, 0%, 94.9%, 0)));
  background: -o-linear-gradient(left, #dde9f6 0, hsla(0, 0%, 94.9%, 0) 100%);
  background: linear-gradient(90deg, #dde9f6, hsla(0, 0%, 94.9%, 0));
  width: 95%
}
.accord__musky {
  background: -webkit-gradient(linear, left top, right top, from(#e9e0ed), to(hsla(0, 0%, 94.9%, 0)));
  background: -o-linear-gradient(left, #e9e0ed 0, hsla(0, 0%, 94.9%, 0) 100%);
  background: linear-gradient(90deg, #e9e0ed, hsla(0, 0%, 94.9%, 0));
  width: 90%
}
.accord__floral {
  background: -webkit-gradient(linear, left top, right top, from(#ffbff9), to(hsla(0, 0%, 94.9%, 0)));
  background: -o-linear-gradient(left, #ffbff9 0, hsla(0, 0%, 94.9%, 0) 100%);
  background: linear-gradient(90deg, #ffbff9, hsla(0, 0%, 94.9%, 0));
  width: 85%
}
.accord__powdery {
  background: -webkit-gradient(linear, left top, right top, from(#efe5d8), to(hsla(0, 0%, 94.9%, 0)));
  background: -o-linear-gradient(left, #efe5d8 0, hsla(0, 0%, 94.9%, 0) 100%);
  background: linear-gradient(90deg, #efe5d8, hsla(0, 0%, 94.9%, 0));
  width: 80%
}
.accord__pink {
  background: -webkit-gradient(linear, left top, right top, from(#ffa9c8), to(hsla(0, 0%, 94.9%, 0)));
  background: -o-linear-gradient(left, #ffa9c8 0, hsla(0, 0%, 94.9%, 0) 100%);
  background: linear-gradient(90deg, #ffa9c8, hsla(0, 0%, 94.9%, 0));
  width: 75%
}
.accord__violet {
  background: -webkit-gradient(linear, left top, right top, from(#e8d0ff), to(hsla(0, 0%, 94.9%, 0)));
  background: -o-linear-gradient(left, #e8d0ff 0, hsla(0, 0%, 94.9%, 0) 100%);
  background: linear-gradient(90deg, #e8d0ff, hsla(0, 0%, 94.9%, 0));
  width: 70%
}
.accord__woody {
  background: -webkit-gradient(linear, left top, right top, from(#cbb6a3), to(hsla(0, 0%, 94.9%, 0)));
  background: -o-linear-gradient(left, #cbb6a3 0, hsla(0, 0%, 94.9%, 0) 100%);
  background: linear-gradient(90deg, #cbb6a3, hsla(0, 0%, 94.9%, 0));
  width: 65%
}
.accord__soapy {
  background: -webkit-gradient(linear, left top, right top, from(#f0f6fc), to(hsla(0, 0%, 94.9%, 0)));
  background: -o-linear-gradient(left, #f0f6fc 0, hsla(0, 0%, 94.9%, 0) 100%);
  background: linear-gradient(90deg, #f0f6fc, hsla(0, 0%, 94.9%, 0));
  width: 60%
}
.accord__white-flowers {
  background: -webkit-gradient(linear, left top, right top, from(#edefff), to(hsla(0, 0%, 94.9%, 0)));
  background: -o-linear-gradient(left, #edefff 0, hsla(0, 0%, 94.9%, 0) 100%);
  background: linear-gradient(90deg, #edefff, hsla(0, 0%, 94.9%, 0));
  width: 55%
}
.order__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px
}
.order__left {
  width: 100%;
  max-width: 488px;
  gap: 40px
}
.order__left, .order__left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.order__left-item {
  gap: 16px
}
.order__title {
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  color: #1e1e1e;
  margin-bottom: 8px
}
.order__data {
  gap: 16px
}
.order__comment .checkbox {
  margin-top: 40px
}
.order__comment .checkbox__input + .checkbox__label span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #1e1e1e
}
.order__comment .checkbox__input + .checkbox__label a {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: var(--purple);
  text-decoration: none
}
.order__comment .btn {
  margin-top: 40px;
  width: 100%
}
.order__right {
  width: 100%;
  max-width: 592px;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.order__prod-header, .order__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.order__prod-header {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.order__prod-header .link__gray {
  margin-bottom: 8px;
  text-decoration: none
}
.order__prod {
  gap: 16px
}
.order__prod, .order__prod-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.order__prod-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  height: 172px;
  overflow: hidden;
  background: var(--light-grey)
}
.order__prod-img > img {
  max-width: 86%;
  -o-object-fit: contain;
  object-fit: contain
}
.order__prod-info {
  gap: 16px
}
.order__prod-info, .order__prod-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.order__prod-name {
  gap: 8px
}
.order__prod-name span {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #1e1e1e
}
.order__prod-name b {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #1e1e1e
}
.order__prod-price {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px
}
.order__prod-price b {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #1e1e1e
}
.order__prod-delete {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  cursor: pointer
}
.order__prod:hover .order__prod-delete {
  opacity: 1
}
.order__total {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px
}
.order__total, .order__total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.order__total-row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 5px
}
.order__total-row span {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #1e1e1e
}
.order__total-row i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 2px dotted var(--dark);
  margin-bottom: 5px
}
.order__total-row b {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: right;
  color: #1e1e1e
}
.order__total-bottom {
  margin-top: 20px;
  text-align: right
}
.order__total-bottom span {
  font-weight: 700
}
.order__total-bottom b, .order__total-bottom span {
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #1e1e1e
}
.order__total-bottom b {
  font-weight: 800
}
.order__address-full {
  gap: 16px;
  margin-top: 24px
}
.order__address-full .form__col {
  width: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px
}
.order__address-full .form__col, .order__map {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.order__map {
  margin-top: 8px
}
.order__map-bl {
  height: 260px
}
.hide-radio {
  display: none
}
.hide-radio.active, .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.quantity {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52px;
  height: 30px;
  background: #f2f2f2
}
.quantity__count, .quantity__sub {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1e1e1e;
  padding: 2px 3px;
  outline: none;
  border: none
}
.quantity__count {
  background: none;
  width: 18px;
  text-align: center
}
.quantity__add {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1e1e1e;
  padding: 2px 3px;
  outline: none;
  border: none
}
.pay-ship__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 113px;
  margin-top: 72px
}
.pay-ship__content, .pay-ship__shipping-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.pay-ship__shipping-list {
  gap: 32px;
  margin-top: 34px
}
.pay-ship__shipping-item {
  width: 100%;
  max-width: 384px;
  background: #f2f2f2
}
.pay-ship__shipping-item, .pay-ship__shipping-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.pay-ship__shipping-top {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 16px 24px 19px;
  gap: 40px
}
.pay-ship__shipping-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px
}
.pay-ship__shipping-title b {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #1e1e1e
}
.pay-ship__shipping-title span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e
}
.pay-ship__shipping-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px
}
.pay-ship__shipping-text b {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e
}
.pay-ship__shipping-text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e
}
.pay-ship__shipping-bottom {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  background: #1e1e1e;
  min-height: 88px
}
.pay-ship__pay-list, .pay-ship__shipping-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.pay-ship__pay-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px
}
.pay-ship__pay-item {
  padding: 22px 24px 27px;
  background: var(--light-grey);
  gap: 42px
}
.pay-ship__pay-item, .pay-ship__pay-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.pay-ship__pay-title {
  gap: 4px
}
.pay-ship__pay-title b {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #1e1e1e
}
.pay-ship__pay-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px
}
.pay-ship__pay-text b {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e
}
.pay-ship__pay-text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e
}
.pay-ship__pay-text ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  counter-reset: item;
  margin-top: -6px
}
.pay-ship__pay-text ol > li {
  margin: 0;
  list-style-type: none;
  counter-increment: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px
}
.pay-ship__pay-text ol > li, .pay-ship__pay-text ol > li span {
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  color: #1e1e1e
}
.pay-ship__pay-text ol > li:before {
  font-weight: 700;
  content: counter(item) "."
}
.client {
  margin-top: 72px
}
.client__content {
  gap: 112px
}
.client__content, .client__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.client__map-bl {
  height: 360px;
  margin-top: 33px
}
.client__map-bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 72px;
  height: 120px;
  background: #f2f2f2
}
.client__contact-item, .client__map-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.client__contact-item {
  gap: 16px
}
.client__contact-item img {
  -webkit-filter: var(--medium-gray-svg);
  filter: var(--medium-gray-svg)
}
.client__contact-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px
}
.client__contact-item-text small {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #b3b3b3
}
.client__contact-item-text span {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #1e1e1e
}
.client__map-text {
  margin-top: 20px;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px
}
.client__map-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #1e1e1e
}
.client__map-text b {
  color: var(--purple)
}
.client__seller-content {
  margin-top: 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}
.client__seller-content b {
  display: block;
  margin-bottom: 12px
}
.discount {
  margin-top: 80px
}
.discount__content {
  gap: 120px
}
.discount__content, .discount__last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.discount__last {
  gap: 40px
}
.discount__last-content {
  background: var(--light-grey);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 332px;
  gap: 58px
}
.discount__last-content, .discount__last-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.discount__last-img {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 50%
}
.discount__last-img img {
  max-width: 100%
}
.discount__last-right {
  width: 100%;
  max-width: 592px;
  padding: 0 72px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.discount__last-right .btn {
  width: 274px
}
.discount__last-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #1e1e1e
}
.discount__last-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e
}
.discount__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px
}
.discount__other .prd-list {
  margin-top: 20px
}
.discount__other-content {
  gap: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.discount__other-content, .discount__other-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.discount__other-item {
  width: calc(50% - 16px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 21px
}
.discount__other-img {
  width: 100%;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #f2f2f2
}
.discount__other-img img {
  max-width: 100%
}
.discount__other-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px
}
.discount__other-bottom .btn {
  width: 307px
}
.discount__other-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #1e1e1e
}
.discount__other-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e
}
.prod-news {
  margin-top: 80px
}
.prod-news__content {
  gap: 120px
}
.prod-news__content, .prod-news__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.prod-news__other {
  gap: 40px
}
.prod-news__other-content {
  gap: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.prod-news__other-content, .prod-news__other-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.prod-news__other-item {
  width: calc(50% - 16px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 21px
}
.prod-news__other-img {
  width: 100%;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #f2f2f2
}
.prod-news__other-img img {
  max-width: 100%
}
.prod-news__other-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px
}
.prod-news__other-bottom .btn {
  width: 307px
}
.prod-news__other-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #1e1e1e
}
.prod-news__other-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e
}
.prod-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px
}
.profil {
  margin-top: 80px
}
.profil__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}
.profil .title {
  text-align: center
}
.profil__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 488px
}
.profil__form-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #b3b3b3
}
.profil__form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px
}
.profil__form-content .btn {
  width: 100%
}
.profil__form-text {
  color: #b3b3b3
}
.profil__form-text, .profil__form-text a {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center
}
.profil__form-text a {
  color: #1e1e1e;
  text-decoration: underline
}
.lk {
  margin-top: 80px
}
.lk__content {
  gap: 110px
}
.lk-left, .lk__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.lk-left {
  width: 100%;
  max-width: 514px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px
}
.lk-left__img {
  min-width: 72px;
  width: 72px;
  height: 72px;
  border-radius: 40px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden
}
.lk-left__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.lk-left__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%
}
.lk-left__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #1e1e1e
}
.lk-left__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}
.lk-left__progress {
  width: 100%
}
.lk-left__progress b {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #1e1e1e
}
.lk-left__progress span {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #b3b3b3
}
.lk-left__progress span:before {
  content: attr(data-size)
}
.lk-left__progress_track {
  width: 100%;
  height: 4px;
  background: #f2f2f2;
  border-radius: 2px
}
.lk-left__progress_thumb {
  width: 0;
  height: 4px;
  background: #1e1e1e;
  border-radius: 2px
}
.lk-left__progress-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.lk-left__progress-gift span {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #1e1e1e
}
.lk-left__nav {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px
}
.lk-left__nav a {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #1e1e1e;
  text-decoration: none
}
.lk-left__nav a.active {
  color: var(--purple)
}
.lk-left__nav-bottom {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px
}
.lk-left__nav-bottom a {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: var(--medium-gray);
  text-decoration: none
}
.lk-left__nav-bottom a.active {
  color: var(--purple)
}
.lk-right {
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px
}
.lk-right__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #1e1e1e
}
.lk-right__form {
  max-width: 488px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px
}
.lk-right .form__title {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #1e1e1e;
  margin-bottom: 8px
}
.lk-right .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.lk-right__content .btn {
  max-width: 224px
}
.lk-right__active-empty, .lk-right__fav-empty {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #b3b3b3;
  margin-bottom: 24px
}
.lk-right__back {
  margin-bottom: 32px;
  display: block
}
.lk-right__history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px
}
.lk-right__history .btn {
  height: 32px;
  font-size: 16px;
  width: 100%;
  max-width: none
}
.lk-right__history-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px 24px;
  gap: 12px;
  background: var(--light-grey)
}
.lk-right__history-top, .lk-right__order-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.lk-right__order-head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.lk-right__order-head b {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e
}
.lk-right__order-head span {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: right;
  color: #d0bee5
}
.lk-right__history-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e
}
.order-status__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 24px;
  width: 100%;
  height: 56px;
  background: #1e1e1e
}
.order-status__top b {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #fff
}
.order-status__top img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.order-status__top.active img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.order-status__bottom {
  display: none;
  padding: 20px;
  background: var(--light-grey)
}
.order-status__content {
  gap: 24px
}
.order-status__bar, .order-status__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.order-status__bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  padding: 6px 0
}
.order-status__bar:after, .order-status__bar:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px
}
.order-status__bar:before {
  background: #000
}
.order-status__bar:after {
  background: var(--purple)
}
.order-status__bar span {
  width: 0;
  border-right: 2px dashed #000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.order-status__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px
}
.order-status__text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #b3b3b3
}
.order-status__list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px
}
.back-tonav {
  display: none
}
.company {
  margin-top: 120px;
  overflow: hidden
}
.company__top, .company__top .company__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.company__top .company__img {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.company__top .company__img img {
  -o-object-fit: cover;
  object-fit: cover
}
.company__top .company__text {
  padding-right: 64px
}
.company__text {
  margin-top: 100px;
  width: 50%
}
.company__text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0);
  padding: 0.5rem 0;
}
.company__text-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -.3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .8);
  margin-bottom: 40px
}
.company__img {
  width: 50%;
  height: auto
}
.company__bottom, .company__bottom .company__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.company__bottom .company__img {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.company__bottom .company__img .img {
  margin-left: -100%
}
.company__bottom .company__text {
  padding-left: 64px
}
.contact {
  margin-top: 120px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.contact__top {
  background: -webkit-gradient(linear, left top, right top, from(#662d91), color-stop(45%, #662d91), color-stop(45%, #fff));
  background: -o-linear-gradient(left, #662d91 0, #662d91 45%, #fff 45%);
  background: linear-gradient(90deg, var(--violet1) 0, var(--violet1) 45%, #fff 0);
    /*background-color: var(--violet1);*/
  overflow: hidden;
  position: relative;
  z-index: 1
}
@media(min-width: 768px) {
    .contact__top:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 150px;
        aspect-ratio: 319 / 316;
        background-image: url(/images/contact-circle.svg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        z-index: 1;
    }
}
@media(min-width: 1024px) {
    .contact__top:before {
        width: 200px;
    }
}
@media(min-width: 1520px) {
    .contact__top:before {
        width: 250px;
    }
}
@media(min-width: 1920px) {
    .contact__top:before {
        width: 319px;
    }
}
.contact__content, .contact__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
@media(min-width: 1143px) {
    .contact__content {
        justify-content: flex-start;
    }
}
@media(min-width: 1143px) {
    .contact__left {
        justify-content: flex-start;
    }
}
.contact__left {
  padding-top: 100px;
  padding-bottom: 80px;
  padding-right: 64px;
  background: var(--violet1);
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 44px;
  position: relative;
}
/*@media(min-width: 1000px) AND (max-width: 1439px) {*/
@media(min-width: 1000px) AND (max-width: 1519px) {
    .contact__left {
        padding-left: calc((25.5vw - 197px) / 2 - 32px);
    }
}
@media(max-width: 768px) {
    .contact__left:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 150px;
        aspect-ratio: 319 / 316;
        background-image: url(/images/contact-circle.svg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
}

.contact__left .contact__title {
  /*color: #fff*/
}
.contact__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -.3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .8)
}
@media(min-width: 1000px) {
    .contact__title {
        font-size: 40px;
    }
}
.contact__info {
    z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px
}
.contact__info, .contact__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.contact__info-row {
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -.3px;
  /*color: #fff*/
}
@media(min-width: 1000px) {
    .contact__info-row {
        font-size: 20px;
    }
}
.contact__info-row img {
/*  -webkit-filter: grayscale(100%) contrast(5) invert(100%);
  filter: grayscale(100%) contrast(5) invert(100%)*/
}
.contact__soc {
  gap: 12px;
  z-index: 1;
}
.contact__right, .contact__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.contact__right {
  width: 50%;
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 44px
}
@media(min-width: 1536px) {
    .contact__right {
        padding-left: 141px;
    }
}
.contact__form {
  max-width: 620px
}
.contact__map {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.contact__map, .map {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.map {
  width: 100%;
  min-height: 750px
}
.stocks-slider__more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.stocks-slider__more .btn {
  width: 200px
}

@media (max-width: 1740px) {
  .banner__bg {
    /*background-size: 100% auto*/
  }
  .bghex {
  }
  .bghex-br {
  }
  .contact__map {
    margin-top: 0
  }
  .stocks-slider__content {
    padding-left: 32px
  }
  .stocks-slider .owl-stage-outer {
    padding-left: 0
  }
  .stocks-slider .owl-nav, .tab-gallery .owl-nav {
    width: calc(100% + 32px);
    margin-left: -32px;
    margin-right: 0;
    left: auto;
    padding: 0
  }
  .owl__stocks-slider.owl-carousel {
    margin-right: -32px
  }
  .stocks-slider__price span {
    font-size: clamp(33px, 3.84vw, 66px)
  }
  .stocks-slider__price small {
    font-size: clamp(20px, 2.33vw, 40px)
  }
  .catalog-slider__text {
    margin-bottom: -220px;
    margin-top: 0
  }
  .catalog-slider__content {
    padding-bottom: 0
  }
  .brand-sld.brand-sld-page .owl-nav {
    width: calc(100% + 64px);
    margin-left: -32px;
    margin-right: -32px
  }
  .brand-sld.brand-sld-page .owl-carousel .owl-nav button.owl-prev, 
  .owl-carousel .owl-nav button.owl-next, 
  .owl-carousel button.owl-dot {
    position: relative;
    /*z-index: 1*/
  }
  .catalog__item-img img {
    /*max-width: 420px;*/
  }
  .catalog__item-bottom {
      /*height: 247px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .catalog__item-bottom-left {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
/*    -ms-flex-direction: row;
    flex-direction: row;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between*/
  }
  .catalog__item-img {
    margin-bottom: 0
  }
  .catalog__item-btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }
  .office-gallery .owl-nav {
    left: 0;
    width: 100%
  }
}
@media (max-width: 1440px) {
  .header__bottom-nav {
    /*gap: 15px*/
  }
  .subcat__content_item{min-width: 240px;}
  .header__bottom-nav a {
    gap: 5px
  }
  .header__left {
/*    width: auto;
    min-width: calc(170px + 7px + 32px + 15px);*/
    padding-right: 15px
  }
  .header__top {
    gap: 15px
  }
  .header__top-nav {
    gap: 10px
  }
  .header__search {
    width: 30%
  }
  .header__right {
    width: 100%
  }
  .header__catalog-a {
    /*width: 130px*/
  }
  .tab-gallery__content {
    padding: 0 60px
  }
  .tab-gallery .owl-nav {
    width: auto;
    left: -60px;
    right: -60px;
    z-index: -1;
    margin-left: 0
  }
  .prd-card__content {
    gap: 20px
  }
  .prd-card__info {
    padding-top: 20px;
    /*padding-right: 20px;*/
    /*padding-bottom: 20px*/
  }
  .prd-card__img {
    /*padding: 20px 0 0*/
  }
  .prd-card__img > img {
    max-width: 100%
  }
  .tab-partner {
    gap: 20px
  }
  .tab-partner__left {
    max-width: none;
    width: 40%
  }
  .tab-partner__left img {
    max-width: 100%
  }
  .tab-partner__right {
    width: 60%;
    max-width: none
  }
  .stocks-slider {
    padding-top: 111px;
  }
  .stocks-slider__text {
    margin-top: 20px
  }
  .stocks-slider .owl-item .item {
    height: 340px
  }
  .stocks-slider__img {
    margin-bottom: -40px
  }
  .catalog-slider__text {
    margin-bottom: -14%
  }
  .catalog-slider__text span {
    font-size: clamp(40px, 6.67vw, 96px)
  }
  .catalog-slider__text small {
    font-size: clamp(16px, 2.22vw, 32px)
  }
  .catalog-slider__item-left {
    padding-bottom: 3%;
    padding-left: 6%
  }
  .catalog-slider__content .owl-nav {
    bottom: calc(3% + 70px)
  }
  .catalog-slider__content .owl-stage-outer:after {
    bottom: calc(3% + 93px)
  }
  .brand-sld {
    margin-top: calc(clamp(0rem, 62.5vw -40rem, 16.25rem))
  }
  .footer__content {
    gap: 0
  }
  .footer__top-left {
    /*max-width: 200px;*/
    /*padding-right: 10px*/
  }
  .footer__top-right {
    padding: 40px 0 40px 0px;
    gap: 20px
  }
  .footer__nav-col {
    gap: 10px;
    /*width: calc((100% - 40px) / 3)*/
  }
  .catalog__item-btn .btn {
    max-width: none;
    width: auto
  }
  .catalog__item {
    padding: 0 15px
  }
  .catalog__item-price span {
    font-size: 28px
  }
  .catalog__item-price small {
    font-size: 18px
  }
  .catalog__item-bottom-left {
/*    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center*/
  }
  .breadcrumb a, .breadcrumb i, .breadcrumb span {
    font-size: 16px
  }
  .catalog__item-name {
    font-size: 30px
  }
  .catalog__top-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .catalog__top-drop {
    min-width: 450px
  }
}
@media (max-width: 1200px) {
  .staff-slider__text {
    padding-left: 0
  }
  .staff-slider__item-left {
    padding-left: 0;
    padding-bottom: 0
  }
  .staff-slider__item-left span {
    font-size: 32px
  }
  .staff-slider__content .item img {
    max-width: calc(100% - 245px)
  }
  .staff-slider__text {
    margin-bottom: -217px;
    margin-top: 222px
  }
  .staff-slider__content .owl-nav {
    bottom: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .staff-slider__content .owl-stage-outer:after {
    bottom: 140px
  }
}
@media (max-width: 1024px) {
  .header {
    height: 100px
  }
  .header__top {
	padding-right: 15px;
	padding-left: 0;
  }
  .header .btn {
    padding: 5px 10px
  }
  .logo img:last-child {
    display: none
  }
  .header__bottom-burger {
    display: block
  }
  .header__bottom-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    z-index: 1001;
  }
  .header__bottom-nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .header__bottom-nav a {
    color: #000
  }
  .header__top-nav {
   /* display: none*/
  }
  .header__search {
    flex-grow: 1;
  }
  .banner {
/*    height: auto;
    margin-bottom: -200px*/
  }
  .banner__bg {
/*    background-size: auto 100%;
    padding: clamp(170px, 24.41vw, 250px) 0 250px*/
  }
  .banner__content {
    padding-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    align-items: flex-end;
    /*padding-bottom: 100px;*/
    padding-bottom: 40px;
  }
  .banner__right p {
    /*font-size: clamp(48px, 9.38vw, 96px)*/
  }
  .bghex {
  }
  .bghex-br {
  }
  .contact__map {
    margin-top: 0
  }
  .catalog-slider {
    padding: 100px 0
  }
  .catalog-slider__text {
    margin-left: 32px
  }
  .catalog-slider__content .owl-nav {
    left: 32px
  }
  .catalog-slider__item-left {
    padding-left: 32px
  }
  .catalog-slider__content .item img {
    max-width: calc(100% - 280px)
  }
/*  .advantages {
    padding: 60px 0
  }*/
  .advantages__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
  }
  .advantages__item {
    width: 100%;
    max-width: 300px;
    align-items: center;
  }
  .catalog__item {
    width: 100%
  }
  .catalog__item-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .catalog__item-bottom-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto
  }
  .catalog__item-img {
/*    margin-top: -42px;
    margin-bottom: -132px;
    margin-right: -30px*/
  }
  .catalog__top-drop .dropdown__toggle {
    padding: 5px 10px
  }
  .subcat__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .leasing-top__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .leasing-top__info {
    border-right: none;
    border-bottom: 2px solid #ededed
  }
  .leasing-top__info, .leasing-top__right {
    width: 100%;
    padding: 20px 0
  }
  .catalog-list__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .catalog-list__col {
    width: calc((100% - 30px) / 2)
  }
  .staff-slider__content .owl-nav, .staff-slider__item-left, .staff-slider__text {
    padding-left: 20px
  }
  .staff-slider__content .item img {
    max-width: calc(100% - 245px)
  }
  .advantages-w {
    padding: 60px 0
  }
  .advantages-w__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
  }
  .advantages-w__item {
    width: 100%;
    max-width: 300px
  }
  .company__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px
  }
  .company__text {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important
  }
  .company__img {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
  }
  .company__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
  }
  .company__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .modal__img {
    /*display: none*/
  }
  .service-bottom {
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: -152px;
    padding-top: 220px;
    margin-bottom: -318px;
    padding-bottom: 395px;
    background-size: cover
  }
}
@media (max-width: 768px) {
.subcat__content_item{min-width: 1px;width: 100%;max-width: none;}
.catalog__top-drop span{width: auto;}
.prod-specs__row{width: 100%;}
.header__top-nav .header-tg {
display: none;
}
.header__top-nav .btn, .header__top-nav .header__phone span{
display: none
}
.header__top-nav {
gap: 15px;
}
.header__top-nav .btn, .header__top-nav .header__phone span {
display: none;
}
  ul.tabs-nav li{
    font-size: 16px;
  }
  .service-bottom {
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: -110px;
    padding-top: 120px;
    margin-bottom: -523px;
    padding-bottom: 564px;
    background-size: cover
  }
  .bghex {
  }
  .bghex-br {
  }
  .contact__map {
    margin-top: -100px
  }
  .title-bl {
    /*margin-top: 120px*/
  }
  .title-bl__content {
    /*padding-top: 50px*/
  }
  .banner {
    /*margin-bottom: -100px*/
  }
  .banner__bg {
    /*padding: 156px 0*/
  }
  .banner__right p {
    /*text-align: right;*/
    /*font-size: calc(clamp(2rem, 3.571vw+1.286rem, 3rem));*/
    /*font-size: clamp(38px, 2rem, 3rem);*/
  }
  .catalog-slider {
    padding: 50px 32px
  }
  .catalog-slider__text {
    margin-left: 0;
    margin-bottom: 0px
  }
  .catalog-slider__content .item {
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;*/
    gap: 0;
  }
  .catalog-slider__item-left {
    margin: 0;
    padding: 0;
	margin-right: -100%;
  }
  .catalog-slider .owl-carousel .owl-stage {
    padding-bottom: 60px
  }
  .catalog-slider__content .item img {
    max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
  }
  .catalog-slider__item-left .btn {
        max-width: 320px;
  }
  .catalog-slider__content .owl-nav {
    bottom: 0
  }
  .catalog-slider__content .owl-stage-outer:after {
    bottom: 20px
  }
  .advantages__item img {
    height: 80px
  }
  .advantages span {
    font-size: 24px;
    line-height: normal
  }
  .advantages span b {
    font-size: 60px
  }
  .advantages small {
    font-size: 24px
  }
  .advantages-w__item img {
    height: 80px
  }
  .advantages-w__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .advantages-w__text br {
    display: none
  }
  .advantages-w span {
    font-size: 24px;
    line-height: normal
  }
  .advantages-w span b {
    font-size: 60px
  }
  .advantages-w small {
    font-size: 24px
  }
  .stocks-slider {
    /*padding: 60px 0*/
    padding: 0
  }
  .stocks-slider__content {
    padding: 0 15px;
    margin-top: 30px
  }
  .stocks-slider .owl-stage-outer {
    padding-bottom: 80px;
    padding-right: 0
  }
  .owl__stocks-slider.owl-carousel {
    margin-right: 0
  }
  .stocks-slider .owl-item .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    height: auto
  }
  .stocks-slider .owl-nav {
    width: auto;
    margin-left: 0;
    left: -15px;
    right: -15px;
    z-index: 2;
  }
  .stocks-slider__info {
    padding-bottom: 0;
    width: 100%;
    gap: 30px
  }
  .stocks-slider__img {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -90px 0 -40px
  }
  .title-bl h1 {
    font-size: 35px
  }
  .catalog__top-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .catalog__top-drop {
    min-width: 1px;
    width: 100%;
    max-width: none
  }
  .prd-card__content {
        flex-direction: column;
/*    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse*/
  }
  .prd-card__img {
    width: 100%
  }
  .prd-card__info {
    width: 100%;
    /*border-top: 2px solid #ededed;*/
    border-right: none
  }
  .prd-card__tag {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .prd-card__spec-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .prd-card__spec-content .prod-specs {
    width: 100%
  }
  .tab-gallery__content {
    margin: 0
  }
  .tab-partner {
    /*padding: 0;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
  }
  .tab-partner__left {
    max-width: none;
    width: 100%;
  }
  .tab-partner__left img {
    max-width: 100%
  }
  .tab-partner__right {
    width: 100%;
    max-width: none
  }
  .leasing {
    padding: 0
  }
  .leasing__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .leasing__left, .leasing__right {
    max-width: none
  }
  ul.tabs-nav {
    gap: 10px
  }
  ul.tabs-nav li {
    font-size: calc(clamp(.625rem, 1.786vw+.268rem, 1.125rem))
  }
  .catalog__item-img {
    /*margin-bottom: -30px*/
  }
  .footer__top-left {
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid #fff;
    width: auto;
/*    margin-left: -32px;
    margin-right: -32px;*/
    max-width: none
  }
  .footer__top-right {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .footer__nav-col {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*align-items: center;*/
  }
  .footer__nav-col .footer__col-bottom {
    width: 100%
  }
  .footer__nav-title {
    /*width: 50%;*/
    font-size: 14px;
  }
  .footer__nav-col .footer__nav-address, .footer__nav-col a {
    font-size: 12px
  }
  .body-main {
    background-image: none
  }
  .catalog__item .breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .staff-slider__text {
    margin-bottom: -157px;
    margin-top: 142px
  }
  .office-gallery {
    padding: 60px 0
  }
  .office-gallery__content {
    padding-left: 0;
    margin: 30px 0
  }
  .staff-slider {
    margin-top: -100px;
    margin-bottom: -100px;
    padding: 140px 0
  }
  .company__text-title {
    font-size: 28px
  }
  .company__text-title img {
    height: 40px
  }
  .contact {
    margin-top: 100px
  }
  .contact__top {
    background: #fff
  }
  .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .contact__left, .contact__right {
    width: auto;
    padding: 40px 30px 40px 32px;
    margin-left: -32px;
    margin-right: -32px
  }
  .map {
    min-height: 400px
  }
}
@media (max-width: 600px) {
  ul.tabs-nav li{
    font-size: 14px;
  }
  .title-bl h1 {
    font-size: calc(clamp(1.875rem, 6.696vw+.536rem, 3.75rem))
  }
  .catalog__item-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .catalog__item-bottom-left {
/*    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row*/
  }
  .stocks-slider__info {
    gap: 10px
  }
  .stocks-slider .owl-item .item {
    padding: 15px
  }
  .stocks-slider__img {
    margin-bottom: -55px;
    margin-top: -40px
  }
  .stocks-slider__text {
    margin-top: 0
  }
  .stocks-slider__name {
    font-size: 14px
  }
  .stocks-slider__price span {
    font-size: calc(clamp(1.5rem, 2.232vw+1.054rem, 2.125rem))
  }
  .stocks-slider__price small {
    font-size: calc(clamp(.875rem, 1.339vw+.607rem, 1.25rem))
  }
  .stocks-slider__text {
    font-size: 14px
  }
  .owl-nav {
    z-index: -1
  }
  .owl-nav button {
    width: 30px;
    height: 30px
  }
  .owl-nav button img {
    max-width: 100%
  }
  .catalog-slider__content .owl-stage-outer:after {
    bottom: 14px
  }
  .catalog-slider__content .owl-nav {
    z-index: 1
  }
  .leasing-top__content .breadcrumb {
    margin-bottom: 0
  }
  .leasing-top__name {
    font-size: 28px;
    margin-bottom: 0
  }
  .leasing-top__sub-name {
    font-size: 14px
  }
  .catalog-list__col {
    width: 100%
  }
  .staff-slider__text {
    margin-bottom: -67px;
    margin-top: 52px
  }
  .staff-slider__text span {
    font-size: 16px
  }
  .staff-slider__item-left span {
    font-size: 24px
  }
  .staff-slider__content .item img {
    max-width: calc(100% - 200px)
  }
  .staff-slider__content .owl-nav {
    bottom: 20px
  }
  .staff-slider__content .owl-stage-outer:after {
    bottom: 35px
  }
}
@media (max-width: 431px) {
  .title-bl h1{
    font-size: 26px;
  }
  ul.tabs-nav li{
    font-size: 12px;
  }
  .staff-slider__text {
    margin-bottom: -17px;
    margin-top: 0
  }
  .staff-slider__text span {
    font-size: 14px
  }
  .staff-slider__content .owl-nav {
    bottom: 0
  }
  .staff-slider__content .owl-stage-outer:after {
    bottom: 15px
  }
  .staff-slider__item-left span {
    font-size: 20px
  }
  .staff-slider__item-left {
    padding-right: 15px
  }
  .staff-slider__content .item img {
    max-width: calc(100% - 170px)
  }
  .container {
    padding: 0 15px
  }
  .header {
    height: 100px
  }
  .header__left {
    padding: 15px;
    min-width: 117px;
  }
  .logo img {
    height: 50px
  }
  .title-bl {
    margin-top: 100px
  }
  .title-bl__content {
    padding-top: 10px
  }
  .breadcrumb a, .breadcrumb i, .breadcrumb span {
    font-size: 14px
  }
  .prd-card {
    margin-top: 100px
  }
  .prd-card__name {
    font-size: 28px;
    margin-bottom: 20px
  }
  .prd-card__sub-name p {
    font-size: 14px
  }
  .prd-card__tag .btn {
    margin-left: 0
  }
  .prod-specs__row small {
    font-size: 14px
  }
  .prod-specs__row span {
    font-size: 16px
  }
  .prd-card__spec-content {
    gap: 20px
  }
  ul.tabs-nav li {
    text-align: center
  }
  .tabs-nav li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
  .leasing__title, .tab-partner__title {
    font-size: 24px
  }
  .catalog__item-bottom-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .catalog__item-btn {
    /*margin-left: auto*/
  }
  .brand-sld.brand-sld-page .owl-nav {
    width: calc(100% + 30px)
  }
  .brand-sld.brand-sld-page .owl-nav {
    margin-left: -15px;
    margin-right: -15px
  }
  .pagination__bl li {
    width: 26px;
    height: 26px;
    font-size: 14px
  }
}

/*assymetric slider*/
.asymmetric-slider {
  overflow: hidden;
  --x: 3.15vw;
  --y: 15vw;
  --left: 64px;
  --left-m: 48px;
  position: relative;
  padding-top: calc(var(--y) * 0.25);
  padding-bottom: calc(var(--y) * 0.5);
  margin-top: 0;
  background-color: white;
}
@media(min-width: 1000px) {
    .asymmetric-slider {
        aspect-ratio: 2.52263 / 1;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.asymmetric-slider__container {
  position: relative;
}
.asymmetric-slider__scene.swiper {
  overflow: visible;
}
.asymmetric-slider__item {
  padding-top: 104px;
  padding-bottom: 104px;
  position: relative;
  z-index: 1;
}
.asymmetric-slider__item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.asymmetric-slider .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
  opacity: 0 !important;
}
.asymmetric-slider__count {
  position: absolute;
  left: var(--left-m);
  top: 24px;
  z-index: 1;
  letter-spacing: -0.3px;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
  color: #363636;
}
.asymmetric-slider__title {
  position: absolute;
  left: var(--left-m);
  top: 76px;
  z-index: 1;
  font-size: 24px;
  font-weight: 500;
  color: #363636;
}
.asymmetric-slider__link {
  position: absolute;
  bottom: 0;
  left: var(--left-m);
  z-index: 2;
  border-radius: 25px;
}
@media(min-width: 1000px) {
    .asymmetric-slider__link {
        z-index: 0;
    }
}
.asymmetric-slider__nav {
  position: absolute;
  left: var(--left-m);
  bottom: 64px;
  z-index: 1;
  display: flex;
}
.asymmetric-slider__nav::before {
  content: '';
  z-index: -1;
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.asymmetric-slider__nav:after {
  content: '';
  z-index: -2;
  border-top: 2px dashed #0003;
  position: absolute;
  top: 50%;
  left: -100vw;
  right: -100vw;
}
.asymmetric-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
  width: 44px;
  font-weight: 600;
  font-size: 11px;
  color: #363636;
}
.asymmetric-slider__current {
  font-size: 16px;
}
.asymmetric-slider__pagination-separator {
  font-size: 11px;
  margin: 0 4px;
}
.asymmetric-slider__total {
  font-size: 11px;
}
.asymmetric-slider__button img {
  display: block;
}

@media (min-width: 769px) {
  .asymmetric-slider {
    --left-m: -22vw;
  }
  .asymmetric-slider__container {
    max-width: 62vw;
    transform: translateX(14vw);
    margin: auto;
  }
  .asymmetric-slider__item {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .asymmetric-slider__count {
    font-size: 9vw;
    top: 14vw;
  }
  .asymmetric-slider__title {
    font-size: 3vw;
    top: 24vw;
    max-width: 32vw;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  }
}

@media (min-width: 1025px) {
  .asymmetric-slider__container {
    max-width: 40vw;
    transform: translateX(10vw);
  }
  .asymmetric-slider__item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .asymmetric-slider__count {
    font-size: 6vw;
    top: 6vw;
  }
  .asymmetric-slider__title {
    font-size: 2vw;
    top: 12vw;
    max-width: 16vw;
  }
  .asymmetric-slider__nav {
    top: 19vw;
    bottom: auto;
  }
  .asymmetric-slider__link {
    top: 25vw;
    bottom: auto;
  }
}

@media (min-width: 1441px) {
  .asymmetric-slider {
    --left-m: -18vw;
  }
  .asymmetric-slider__container {
    transform: translateX(5vw);
  }
  .asymmetric-slider__count {
    top: 8vw;
  }
  .asymmetric-slider__title {
    top: 14vw;
  }
  .asymmetric-slider__nav {
    top: 21vw;
  }
  .asymmetric-slider__link {
    top: 25vw;
  }
}

.asymmetric-slider {
    --x: 3.15vw;
    --y: 15vw;
    --left: 64px;
    --left-m: 48px;
/*    padding-top: calc(var(--y)*.25);
    padding-bottom: calc(var(--y)*.5);*/
    margin-top: 0;
    background-color: #fff;
    position: relative;
    overflow: hidden
}
.asymmetric-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    aspect-ratio: 256 / 318;
    background-image: url(/images/banner-circle.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media(min-width: 1024px) {
    .asymmetric-slider:before {
        height: 200px;
    }
}
@media(min-width: 1520px) {
    .asymmetric-slider:before {
        height: 250px;
    }
}
@media(min-width: 1920px) {
    .asymmetric-slider:before {
        height: 318px;
    }
}

.asymmetric-slider__container {
    position: relative
}

.asymmetric-slider__scene.swiper {
    overflow: visible
}

.asymmetric-slider__item {
    z-index: 1;
    padding-top: 104px;
    padding-bottom: 104px;
    position: relative
}
@media(min-width: 1143px) {
    .asymmetric-slider__item.needmargin {
        margin-top: -40px;
    }
    .asymmetric-slider__item:not(.needmargin) {
        margin-top: 10px;
    }
}
@media(min-width: 1280px) {
    .asymmetric-slider__item.needmargin {
        margin-top: -55px;
    }
    .asymmetric-slider__item:not(.needmargin) {
        margin-top: 10px;
    }
}

.asymmetric-slider__item img {
    max-width: 50%;
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 360px) {
    .asymmetric-slider__item img {
        max-width: 70%;
        width: 70%;
    }
}
@media(min-width: 769px) {
    .asymmetric-slider__item img {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.asymmetric-slider .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
    opacity: 0!important
}
.asymmetric-slider .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) .asymmetric-slider__item {
    /*opacity: 0;*/
}

.asymmetric-slider__count {
    left: var(--left-m);
    z-index: 1;
    letter-spacing: -.3px;
    color: #363636;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    position: absolute;
    top: 24px
}

.asymmetric-slider__title {
    left: var(--left-m);
    z-index: 1;
    color: #363636;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    top: 76px
}

.asymmetric-slider__link {
    bottom: 0;
    left: var(--left-m);
    position: absolute
}

.asymmetric-slider__nav {
    left: var(--left-m);
    z-index: 2;
    display: flex;
    position: absolute;
    bottom: 64px
}
@media(min-width: 769px) {
    .asymmetric-slider__nav {
        z-index: 1;
    }
}

.asymmetric-slider__nav:before {
    content: "";
    z-index: -1;
    background-color: #fff;
    position: absolute;
    inset: 0
}

.asymmetric-slider__nav:after {
    content: "";
    z-index: -2;
    border-top: 2px dashed #0003;
    position: absolute;
    top: 50%;
    left: -100vw;
    right: -100vw
}

.asymmetric-slider__pagination {
    color: #363636;
    justify-content: center;
    align-items: center;
    width: 44px;
    margin: 0 12px;
    font-size: 11px;
    font-weight: 600;
    display: flex
}

.asymmetric-slider__current {
    font-size: 16px
}

.asymmetric-slider__pagination-separator {
    margin: 0 4px;
    font-size: 11px
}

.asymmetric-slider__total {
    font-size: 11px
}

.asymmetric-slider__button img {
    display: block
}

@media (width>=769px) {
    .asymmetric-slider {
        --left-m: -22vw
    }

    .asymmetric-slider__container {
        max-width: 62vw;
        margin: auto;
        transform: translate(14vw)
    }

    .asymmetric-slider__item {
        padding-top: 4vw;
        padding-bottom: 4vw
    }

    .asymmetric-slider__count {
        font-size: 9vw;
        top: 14vw
    }

    .asymmetric-slider__title {
        text-shadow: -1px -1px #fff,1px -1px #fff,-1px 1px #fff,1px 1px #fff;
        max-width: 32vw;
        font-size: 3vw;
        top: 24vw
    }
}

@media (width>=1025px) {
    .asymmetric-slider__container {
        max-width: 40vw;
        transform: translate(10vw)
    }

    .asymmetric-slider__item {
        padding-top: 0;
        padding-bottom: 0
    }

    .asymmetric-slider__count {
        font-size: 6vw;
        /* top: 6vw; */
        top: 3vw;
    }

    .asymmetric-slider__title {
        /* max-width: 18vw; */
        max-width: 20vw;
        font-size: 2vw;
        /* top: 12vw; */
        top: 9vw;
    }

    .asymmetric-slider__nav {
        top: 19vw;
        bottom: auto
    }

    .asymmetric-slider__link {
        top: 25vw;
        bottom: auto
    }
}

@media (width>=1441px) {
    .asymmetric-slider {
        --left-m: -18vw
    }

    .asymmetric-slider__container {
        transform: translate(5vw)
    }

    .asymmetric-slider__count {
        /* top: 8vw; */
        top: 5vw;
    }

    .asymmetric-slider__title {
        /* top: 14vw; */
        top: 11vw;
    }

    .asymmetric-slider__nav {
        top: 21vw
    }

    .asymmetric-slider__link {
        top: 25vw
    }
}
@media(max-width: 500px) {
    .asymmetric-slider__nav {
        z-index: 2;
    }
}
@media(min-width: 1000px) {
    .asymmetric-slider__button:hover {
        cursor: pointer;
    }
}
.asymmetric-slider__link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 257px;
    height: 50px;
    background-color: var(--violet1);
    text-decoration: none;
    --h: 9px;
    --v: 7px;
    --height: 50px;
    height: var(--height);
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 120%
}
/*!assymetric slider*/

.brand-sld .brand-sld__slider-page-2,
.brand-sld .brand-sld__slider-page-4,
.brand-sld .brand-sld__slider-page-5 {
    max-width: calc(100vw);
    /*max-width:  calc(1520px - 400px);*/
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 1000px) {
    .brand-sld .brand-sld__slider-page-2,
    .brand-sld .brand-sld__slider-page-4,
    .brand-sld .brand-sld__slider-page-5 {
        max-width: calc(100vw - 400px);
        /*max-width:  calc(1520px - 400px);*/
        margin-left: auto;
        margin-right: auto;
    }
}
@media(min-width: 1920px) {
    .brand-sld .brand-sld__slider-page-2,
    .brand-sld .brand-sld__slider-page-4,
    .brand-sld .brand-sld__slider-page-5 {
        width: calc(100%);
        /*margin-left: -32px;*/
    }
}
.brand-sld .brand-sld__slider-page-2 .owl-nav,
.brand-sld .brand-sld__slider-page-4 .owl-nav,
.brand-sld .brand-sld__slider-page-5 .owl-nav {
    width: auto;
    position: initial !important;
    margin: 0;
}
.brand-sld .brand-sld__slider-page-2 .owl-nav .owl-prev,
.brand-sld .brand-sld__slider-page-2 .owl-nav .owl-next,
.brand-sld .brand-sld__slider-page-4 .owl-nav .owl-prev,
.brand-sld .brand-sld__slider-page-4 .owl-nav .owl-next,
.brand-sld .brand-sld__slider-page-5 .owl-nav .owl-prev,
.brand-sld .brand-sld__slider-page-5 .owl-nav .owl-next {
    position: absolute !important;;
    top: calc(50% - 15px);
}
.brand-sld .brand-sld__slider-page-2 .owl-nav .owl-prev,
.brand-sld .brand-sld__slider-page-4 .owl-nav .owl-prev,
.brand-sld .brand-sld__slider-page-5 .owl-nav .owl-prev {
    left: 0;
}
.brand-sld .brand-sld__slider-page-2 .owl-nav .owl-next,
.brand-sld .brand-sld__slider-page-4 .owl-nav .owl-next,
.brand-sld .brand-sld__slider-page-5 .owl-nav .owl-next {
    right: 0;
}
@media(min-width: 1000px) {
    .brand-sld .brand-sld__slider-page-2 .owl-nav .owl-prev,
    .brand-sld .brand-sld__slider-page-4 .owl-nav .owl-prev,
    .brand-sld .brand-sld__slider-page-5 .owl-nav .owl-prev {
        top: 0;
        left: 0;
        transform: translateX(-200px);
    }
    .brand-sld .brand-sld__slider-page-2 .owl-nav .owl-next,
    .brand-sld .brand-sld__slider-page-4 .owl-nav .owl-next,
    .brand-sld .brand-sld__slider-page-5 .owl-nav .owl-next {
        top: 0;
        right: 0;
        transform: translateX(200px);
    }
}
/*@media(min-width: 1520px) {
    .brand-sld .brand-sld__slider-page-2 .owl-nav .owl-prev {
        left: -232px;
    }
    .brand-sld .brand-sld__slider-page-2 .owl-nav .owl-next {
        right: -232px;
    }
}*/

#account-login {margin-top: 120px;}
#account-account{margin-top: 120px;}
/*company*/
main#information-company {
    margin-top: 100px;
    background-color: var(--violet);
}
@media(min-width: 1000px) {
    main#information-company {
        margin-top: 120px;
    }
}
main#information-company .company-wrapper {
    --x: 3.15vw;
    --y: 15vw;
    --left: 64px;
    --left-m: 48px;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
}
@media(min-width: 1000px) {
    main#information-company .company-wrapper {
        flex-wrap: nowrap;
    }
}
main#information-company .all-brands-block {
    margin-top: 0;
    padding: 77px 0 79px;
}
@media(min-width: 1000px) {
    main#information-company .all-brands-block {
        /*margin-top: -15vw;*/
    }
}
main#information-company .company-wrapper div {
    /*max-width: 620px;*/
    /*padding-left: 141px;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    padding: 20px;
}
@media(min-width: 1000px) {
    main#information-company .company-wrapper div {
        padding: 0;
    }
}
@media(min-width: 1143px) {
    main#information-company .company-wrapper div {
        padding: 0 20px;
    }
}
@media(min-width: 1280px) {
    main#information-company .company-wrapper div {
      /*  padding: 0;
        max-width: 647px;
        margin-left: calc((50vw - 796px) / 2);*/
		
		
		padding: 0;
        flex: 0 0 620px;
        margin-left: calc((1520px / 2 - 620px) / 2);
    }
}
@media(min-width: 2500px) {
    main#information-company .company-wrapper div {
        padding: 0;
        flex: 0 0 calc(1520px / 2);
    }
}
main#information-company .company-wrapper div span {
   /* max-width: 620px;*/
	max-width: 665px;
}
main#information-company .company-wrapper div span:first-of-type {
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -.3px;
    text-transform: uppercase;
}

@media(min-width: 1536px) {
    main#information-company .company-wrapper div span:first-of-type {
        font-size: 48px;
    }
}
main#information-company .company-wrapper div span:first-of-type > img {
    height: 50px;
    /*vertical-align: middle;*/
}
@media(min-width: 1536px) {
    main#information-company .company-wrapper div span:first-of-type > img {
        height: 100%;
    }
}
main#information-company .company-wrapper div span:last-of-type {
    display: block;
    margin-top: 40px;
    /*font-size: 16px;*/
	margin-left: 18px;
}
main#information-company .company-wrapper > img {
    width: 100%;
}
@media(min-width: 1000px) {
    main#information-company .company-wrapper > img {
        width: 50%;
       /* flex: 0 0 50%;*/
    }
}
/*!company*/

/*service*/
main#information-service {
    margin-top: 100px;
    background-color: var(--violet);
}
@media(min-width: 1000px) {
    main#information-service {
        margin-top: 120px;
    }
}
main#information-service .service-wrapper {
    --x: 3.15vw;
    --y: 15vw;
    --left: 64px;
    --left-m: 48px;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
}
@media(min-width: 1000px) {
    main#information-service .service-wrapper {
        flex-wrap: nowrap;
    }
}
main#information-service .service-wrapper:first-of-type:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    aspect-ratio: 319 / 316;
    background-image: url(/images/service-circle-new-a.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media(min-width: 1024px) {
    main#information-service .service-wrapper:first-of-type:before {
        width: 200px;
    }
}
@media(min-width: 1520px) {
    main#information-service .service-wrapper:first-of-type:before {
        width: 250px;
    }
}
@media(min-width: 1920px) {
    main#information-service .service-wrapper:first-of-type:before {
        width: 319px;
    }
}
main#information-service .service-wrapper.service-wrapper-bottom {
    margin-top: 0;
    justify-content: flex-end;
    align-items: stretch;
}
@media(min-width: 1000px) {
    main#information-service .service-wrapper.service-wrapper-bottom {
        /*margin-top: -300px;*/
        /*margin-top: -15vw;*/
    }
}
main#information-service .service-wrapper div {
    /*max-width: 620px;*/
    padding: 20px;
    width: 100%;
    max-width: calc(1520px / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    /*align-items: center;*/
}
@media(min-width: 1280px) {
    main#information-service .service-wrapper:nth-of-type(1) div {
        padding: 0;
        flex: 0 0 540px;
        margin-left: calc((50vw - 540px) / 2);
    }
}
@media(min-width: 1366px) {
    main#information-service .service-wrapper:nth-of-type(1) div {
        padding: 0;
        flex: 0 0 620px;
        margin-left: calc((50vw - 620px) / 2);
    }
}
@media(min-width: 1536px) {
    main#information-service .service-wrapper:nth-of-type(1) div {
        padding: 0;
        flex: 0 0 620px;
        margin-left: calc((1520px / 2 - 620px) / 2);
    }
}

@media(min-width: 1536px) {
    main#information-service .service-wrapper div {
        /*max-width: 620px;*/
        flex: 1 0 620px;
        padding: 0;
        padding-left: 141px;
        padding-right: 32px;
        margin-left: 0;
        align-items: flex-start;
    }
} 
@media(min-width: 1143px) {
    main#information-service .service-wrapper:last-of-type div {
        padding-left: calc((25.5vw - 197px) / 2) !important;
        align-items: flex-start;
    }
}
@media(min-width: 1536px) {
    main#information-service .service-wrapper div {
        /*padding: 0 !important;*/
        align-items: center;
    }
    main#information-service .service-wrapper:last-of-type div {
        max-width: auto;
        /*padding-left: calc(((((1520px / 100 * 25.5) + ((1520px - 1520px) / 2) - 177px) / 2) - ((1520px - 1520px) / 2))) !important;*/
        padding-right: calc((1520px / 2 - 665px) / 2);
        padding-left: calc(((((1520px / 100 * 25.5) + ((100vw - 1520px) / 2) - 197px) / 2) - ((100vw - 1520px) / 2))) !important;
        align-items: flex-start;
    }
} 


@media(min-width: 1920px) {
    main#information-service .service-wrapper:last-of-type div {
        padding-left: 0 !important;
        align-items: flex-start;
    }
}
main#information-service .service-wrapper-bottom div {
    padding-left: 32px;
}
main#information-service .service-wrapper div span {
    max-width: 665px;
}
main#information-service .service-wrapper div span:first-of-type {
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -.3px;
    text-transform: uppercase;
}
@media(min-width: 1280px) {
    main#information-service .service-wrapper div span:first-of-type {
        font-size: 36px;
    }
}
@media(min-width: 1536px) {
    main#information-service .service-wrapper div span:first-of-type {
        font-size: 45px;
    }
}
@media(min-width: 1530px) {
    main#information-service .service-wrapper div span:first-of-type {
        width: 100%;
    }
}
main#information-service .service-wrapper div span:first-of-type img {
    height: 50px;
}
@media(min-width: 1536px) {
    main#information-service .service-wrapper div span:first-of-type img {
        height: 100%;
    }
}
main#information-service .service-wrapper.service-wrapper-bottom div span:first-of-type {
    font-size: 30px;
}
@media(min-width: 1000px) {
    main#information-service .service-wrapper.service-wrapper-bottom div span:first-of-type {
        font-size: 40px;
    }
}
main#information-service .service-wrapper div span:last-of-type {
    display: block;
    margin-top: 40px;
    /*font-size: 16px;*/
}
    
main#information-service .service-wrapper > img {
    width: 100%;
    object-fit: cover;
}
@media(min-width: 1000px) {
    main#information-service .service-wrapper > img {
        width: 50%;
    }
}
/*!service*/

/*zip*/
main#information-zip {
    margin-top: 100px;
    background-color: var(--violet1);
}
@media(min-width: 1000px) {
    main#information-zip {
        margin-top: 120px;
    }
}
main#information-zip .zip-wrapper {
    --x: 3.15vw;
    --y: 15vw;
    display: flex;
    /*align-items: center;*/
    background-color: #fff;
    flex-wrap: wrap;
}
@media(min-width: 1000px) {
    main#information-zip .zip-wrapper {
        flex-wrap: nowrap;
    }
}
main#information-zip .zip-wrapper > img {
    width: 100%;
}
@media(min-width: 1000px) {
    main#information-zip .zip-wrapper > img {
        width: 50%;
        /*width: 50%;*/
        flex: 0 0 50%;
    }
}
main#information-zip .zip-wrapper > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
}
@media(min-width: 1000px) {
    main#information-zip .zip-wrapper > div {
        padding: 0;
    }
}
@media(min-width: 2500px) {
    main#information-zip .zip-wrapper > div {
        flex: 0 0 calc(1520px / 2);
    }
}
main#information-zip .zip-wrapper-middle {
    /*height: 400px;*/
    background-color: var(--violet1);
    padding-top: 40px;
    padding-bottom: 40px;
}
@media(min-width: 1000px) {
    main#information-zip .zip-wrapper-middle {
        padding-top: 80px;
        padding-bottom: 152px;
    }
}
main#information-zip .zip-wrapper-bottom {
    --x: 3.15vw;
    --y: 15vw;
    background-color: #fff;
}
main#information-zip .zip-wrapper-bottom .title2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
}
@media(min-width: 1000px) {
    main#information-zip .zip-wrapper-bottom .title2 {
        margin-top: 80px;
        margin-bottom: 72px;
        font-size: 40px;
    }
}
/*!service*/

/*file*/
.form__row .file {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media(min-width: 1000px) {
    .form__row .file {
        flex-wrap: nowrap;
    }
}
.form__row .file input[type="file"] {
    display: none;
}
.form__row .file .file__label {
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(0, 0, 0, 0.8);
    border-radius: 8px;
}
@media(min-width: 1000px) {
    .form__row .file .file__label {
        width: 257px;
    }
    .form__row .file .file__label:hover {
        cursor: pointer;
    }
}
.form__row .file .file__label span {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    letter-spacing: -.3px;
}
.form__row .file .file__label span:before {
    content: '';
    width: 25px;
    height: 24px;
    background-image: url('/catalog/view/theme/vsiaspectehnika/image/input_file.svg');
    margin-right: 5px;
}
.form__row .file .file__info {
    width: calc(100% - 200px - 10px);
    margin-left: 10px;
    font-size: 12px;
}
@media(min-width: 1000px) {
    .form__row .file .file__info {
        width: calc(100% - 200px - 10px);
        margin-left: 20px;
    }
}
.form__row .file .file__info .file__info_wrapper {
    display: flex;
    align-items: center;
}
.form__row .file .file__info .file-name {
    display: block;
    white-space: nowrap;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--violet);
    margin-right: 5px;
    font-weight: 500;
    letter-spacing: -.3px;
}
/*!file*/

.form__row > .btn {
    margin-top: 20px;
    width: 100%;
    max-width: 257px;
    border-radius: 25px;
}
.modal__form .form__row > .btn {
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 1000px) {
    .modal__form .form__row > .btn {
        margin-left: 0;
        margin-right: 0;
    }
}
.checkbox.formagree {
    user-select: none;
}
.checkbox.formagree span {
    max-width: 454px;
    /*color: rgba(0, 0, 0, 0.4);*/
    color: #000;
    font-size: 12px;
    letter-spacing: -.3px;
    line-height: 120%;
    font-weight: 400;
}
.leasing__content .checkbox.formagree span {
    max-width: 354px;
}
.checkbox.formagree span a {
    /*text-decoration: none;*/
    font-weight: 600;
    /*color: rgba(0, 0, 0, 0.4);*/
    color: #000;
}
.tab-content .checkbox.formagree span a {
    color: rgba(255, 255, 255, 1);
}

@keyframes loader {
    to { transform: rotate(360deg); }
}
.btn.loading {
    cursor: not-allowed;
    background-color: var(--light-grey);
}
.btn.loading > span {
    display: none;
}
.btn.loading:before {
    content: '';
    width: 20px;
    min-width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border: 3px solid var(--violet1);
    border-right-color: transparent;
    border-radius: 50%;
    animation: loader .75s linear infinite;
}

.zip-advantages {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 24px;
    z-index: 1;
}
.zip-advantages .title {
    display: block;
    flex: 1 0 100%;
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -.3px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 24px;
}
@media(min-width: 1000px) {
    .zip-advantages .title {
        font-size: 40px;
    }
}
    
.zip-advantages ul {
    padding-left: 30px;
}
.zip-advantages > div {
    flex: 0 1 100%;
    margin-bottom: 20px;
}
@media(min-width: 1000px) {
    .zip-advantages > div {
        flex: 0 1 calc(50% - 12px);
        margin-bottom: 0;
    }
}
.zip-advantages > div:first-of-type {
    font-weight: 300;
    line-height: 130%;
    /*color: #fff;*/
    color: #000;
}
.zip-advantages .zip-advantages-lines {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.zip-advantages .zip-advantages-lines .zip-advantage-line {
    display: flex;
    justify-content: space-between;
    /*height: 39px;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /*color: #fff;*/
    color: #000;
}
@media(min-width: 1000px) {
    .zip-advantages .zip-advantages-lines .zip-advantage-line {
        height: 39px;
    }
}
.zip-advantages .zip-advantages-lines .zip-advantage-line span:first-of-type {
    width: 50%;
    font-weight: 300;
    font-size: 14px;
}
@media(min-width: 1000px) {
    .zip-advantages .zip-advantages-lines .zip-advantage-line span:first-of-type {
        font-size: 16px;
    }
}
.zip-advantages .zip-advantages-lines .zip-advantage-line span:last-of-type {
    width: 50%;
    font-weight: 500;
    font-size: 16px;
}
@media(min-width: 1000px) {
    .zip-advantages .zip-advantages-lines .zip-advantage-line span:last-of-type {
        font-size: 20px;
    }
}

/*leasing*/
main#information-leasing {
    margin-top: 100px;
    background-color: var(--violet);
}
@media(min-width: 1000px) {
    main#information-leasing {
        margin-top: 120px;
    }
}
main#information-leasing .leasing-wrapper {
    
}
main#information-leasing .leasing-wrapper-middle {
    /*height: 400px;*/
    background-color: var(--violet1);
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
@media(min-width: 1000px) {
    main#information-leasing .leasing-wrapper-middle {
        padding-top: 80px;
        /*padding-bottom: 80px;*/
        padding-bottom: 152px;
    }
}
main#information-leasing .leasing-wrapper-middle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    aspect-ratio: 256 / 318;
    background-image: url(/images/leasing-circle-a.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media(min-width: 1024px) {
    main#information-leasing .leasing-wrapper-middle:before {
        height: 200px;
    }
}
@media(min-width: 1520px) {
    main#information-leasing .leasing-wrapper-middle:before {
        height: 250px;
    }
}
@media(min-width: 1920px) {
    main#information-leasing .leasing-wrapper-middle:before {
        height: 318px;
    }
}
main#information-leasing .leasing-wrapper-middle:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 150px;
    aspect-ratio: 319 / 316;
    background-image: url(/images/leasing-circle-b.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media(min-width: 1024px) {
    main#information-leasing .leasing-wrapper-middle:after {
        height: 200px;
    }
}
@media(min-width: 1520px) {
    main#information-leasing .leasing-wrapper-middle:after {
        height: 250px;
    }
}
@media(min-width: 1920px) {
    main#information-leasing .leasing-wrapper-middle:after {
        height: 316px;
    }
}
main#information-leasing .leasing-wrapper {
    background-color: #fff;
}
main#information-leasing .leasing-wrapper .leasing__content {
    width: 1520px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
@media(min-width: 1000px) {
    main#information-leasing .leasing-wrapper .leasing__content {
        padding: 0 32px;
    }
}
@media(min-width: 1585px) {
    main#information-leasing .leasing-wrapper .leasing__content {
        padding: 0;
    }
}
main#information-leasing .leasing-wrapper .leasing__title,
.tab-content .leasing-wrapper .leasing__title {
    font-weight: 700;
    font-size: 27px;
    line-height: 110%;
    letter-spacing: -.3px;
    text-transform: uppercase;
    color: #000;
    margin-top: 60px;
    margin-bottom: 20px;
}
@media(min-width: 430px) {
    main#information-leasing .leasing-wrapper .leasing__title,
    .tab-content .leasing-wrapper .leasing__title {
        font-size: 30px;
    }
}
@media(min-width: 1143px) {
    main#information-leasing .leasing-wrapper .leasing__title,
    .tab-content .leasing-wrapper .leasing__title {
        font-size: 30px;
    }
}
@media(min-width: 1280px) {
    main#information-leasing .leasing-wrapper .leasing__title,
    .tab-content .leasing-wrapper .leasing__title {
        font-size: 40px;
    }
}
.tab-content .leasing-wrapper .leasing__title {
    margin-top: 45px;
}
.tab-content .leasing-wrapper .leasing__title {
    color: #000;
}    
main#information-leasing .leasing-wrapper .leasing__title .range-field__top,
.tab-content .leasing-wrapper .leasing__title .range-field__top {
    align-items: center;
    margin-bottom: 10px;
}
main#information-leasing .leasing-wrapper-bottom {
    --x: 3.15vw;
    --y: 15vw;
    background-color: #fff;
    margin-top: -1px;
}
@media(min-width: 3440px) {
    main#information-leasing .leasing-wrapper-bottom {
        min-height: 15vw;
        margin-top: -2px;
    }
}
main#information-leasing .leasing-wrapper-bottom .title2 {
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
}
@media(min-width: 1000px) {
    main#information-leasing .leasing-wrapper-bottom .title2 {
        padding-top: 80px;
        margin-bottom: 72px;
        font-size: 40px;
    }
}
main#information-leasing .bestsellers-block-v2.bghex.stocks-slider {
    margin-top: 0;
}
main#information-leasing .noUi-horizontal .noUi-handle,
.tab-content .noUi-horizontal .noUi-handle {
    background-color: var(--violet1);
    box-shadow: none;
    border: none;
}
.tab-content .noUi-horizontal .noUi-handle {
    background-color: #fff;
}
@media(min-width: 1000px) {
    main#information-leasing .noUi-horizontal .noUi-handle:hover,
    .tab-content .noUi-handle:hover {
        cursor: pointer;
    }
}
main#information-leasing .noUi-horizontal .noUi-connects {
    background-color: #EFEFEF;
}
.tab-content .noUi-horizontal .noUi-connects {
    background-color: var(--orange_active);
}
main#information-leasing .noUi-horizontal .noUi-connect,
.tab-content .noUi-horizontal .noUi-connect {
    background-color: var(--violet1);
}
.tab-content .noUi-horizontal .noUi-connect {
    background-color: #fff;
}
main#information-leasing .range-field__label {
    color: #000;
}
.tab-content .range-field__label {
    color: #000;
}
main#information-leasing .range-field__val,
.tab-content .range-field__val {
    background-color: var(--violet1);
}
.tab-content .range-field__val {
    background-color: var(--orange_active);
}
main#information-leasing .range-field__bottom,
.tab-content .range-field__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}
main#information-leasing .leasing__form-row,
.tab-content .leasing__form-row {
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tab-content .leasing__form-row {
    /*background-color: rgba(255, 255, 255, 0.2);*/
    background-color: transparent;
}
main#information-leasing .range-field__bottom > span,
.tab-content .range-field__bottom > span {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
}
.tab-content .range-field__bottom > span {
    color: rgba(255, 255, 255, 0.8);
}
main#information-leasing .leasing__left,
.tab-content .leasing__left {
    gap: 20px 0;
    padding: 0 20px;
}
@media(min-width: 1000px) {
    main#information-leasing .leasing__left,
    .tab-content .leasing__left {
        gap: 20px 0;
        padding: 0;
    }
}
main#information-leasing .leasing__left .input,
.tab-content .leasing__left .input {
    height: 40px;
    padding-left: 10px;
    /*color: var(--violet1);*/
    color: #000;
    font-weight: 500;
}
.tab-content .leasing__left .input {
    color: #000;
}
main#information-leasing .leasing__left .input::placeholder,
.tab-content .leasing__left .input::placeholder {
    /*color: var(--violet1);*/
    color: #000;
    font-weight: 500;
}
.tab-content .leasing__left .input::placeholder {
    color: #000;
}
main#information-leasing .leasing__right,
.tab-content .leasing__right {
    max-width: 760px;
    background-color: var(--violet1);
    margin-top: 30px;
    position: relative;
    max-height: 496px;
}
.tab-content .leasing__right {
    background-color: var(--orange_active);
}
/*main#information-leasing .leasing__right:after,
.tab-content .leasing__right:after {
    content: url('/catalog/view/theme/vsiaspectehnika/image/leasing_iphone.png');
    position: absolute;
    bottom: -4px;
    right: -26px;
}*/
@media(min-width: 1000px) {
    main#information-leasing .leasing__right:after,
    .tab-content .leasing__right:after {
        content: url('/catalog/view/theme/vsiaspectehnika/image/leasing_iphone.png');
        position: absolute;
        bottom: -4px;
        right: -26px;
        /*background-image: url('/catalog/view/theme/vsiaspectehnika/image/leasing_iphone.png');*/
    }
}
main#information-leasing .leasing__right .leasing__right__inner,
.tab-content .leasing__right .leasing__right__inner {
    padding-top: 31px;
    padding-left: 20px;
    padding-bottom: 57px;
    z-index: 2;
    user-select: none;
}
@media(min-width: 1000px) {
    main#information-leasing .leasing__right .leasing__right__inner,
    .tab-content .leasing__right .leasing__right__inner {
        padding-left: 40px;
    }
}
main#information-leasing .leasing__right .leasing__right__inner .leasing__title,
.tab-content .leasing__right .leasing__right__inner .leasing__title {
    margin-top: 0;
    color: #000;
}

.leasing__right__totals {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    color: #000;
}
.leasing__right__totals .leasing__right__total > span:first-of-type {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.leasing__right__totals .leasing__right__total.monthly_pay > span:first-of-type {
    font-weight: 600;
}
.leasing__right__totals .leasing__right__total.economy {
    /*color: rgba(255, 138, 0, 1);*/
    color: rgb(237 28 36);
}
.tab-content .leasing__right__totals .leasing__right__total.economy {
    color: rgb(237 28 36);
}
.leasing__right__totals .leasing__right__total > span:last-of-type {
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -.3px;
}
.leasing__right__totals .leasing__right__total > span:first-of-type > span.leasing_tooltip {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    user-select: none;
}
.leasing__right__totals .leasing__right__total > span:first-of-type > span.leasing_tooltip:before {
    content: '?';
    font-weight: 600;
    font-size: 15px;
    color: var(--violet1);
}
.range-input-buffer {
    position: absolute;
    top: -1000px;
    left: -1000px;
    visibility: hidden;
    white-space: nowrap;
    font-weight: 600;
    font-size: 20px;
}
/*!leasing*/

/*tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: calc(100% + 5px);
    left: 100%;
    margin-left: -112px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    padding: 10px;
    color: #000;
    box-shadow: 0 0 16px rgba(11, 31, 53, .08), 0 8px 16px rgba(11, 31, 53, .16);
}
@media(min-width: 1000px) {
    .tooltip .tooltiptext {
        left: 50%;
        margin-left: -150px;
    }
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

.tooltip:hover {
    cursor: pointer;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/*!tooltip*/

.catalog-list__break {
    flex-basis: 100%;
    width: 0;
    margin: 0;
}

.prd-card-images-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
}
@media(min-width: 1000px) {
    .prd-card-images-wrapper {
        flex-direction: row;
    }
}
.prd-card-images-wrapper .mySwiper {
    flex: 0 0 107px;
    /*height: 457px;*/
    /*margin-right: 24px;*/
    user-select: none;
}
@media(min-width: 1000px) {
    .prd-card-images-wrapper .mySwiper {
        flex: 0 0 107px;
        height: 430px;
    }
}
.prd-card-images-wrapper .thumbnails-wrapper {
    position: relative;
    display: block;
    margin-top: 10px;
}
@media(min-width: 1000px) {
    .prd-card-images-wrapper .thumbnails-wrapper {
        position: relative;
        margin-right: 24px;
        margin-top: 0;
        display: block;
        z-index: 2
    }
}
.prd-card-images-wrapper .thumbnails-wrapper .swiper-button-prev {
    /*display: none;*/
    position: absolute;
    bottom: initial;
    top: 0;
    transform: rotate(-90deg);
}
.prd-card-images-wrapper .thumbnails-wrapper .swiper-button-prev.swiper-button-disabled,
.prd-card-images-wrapper .thumbnails-wrapper .swiper-button-next.swiper-button-disabled { 
    display: none;
}
.prd-card-images-wrapper .thumbnails-wrapper .swiper-button-prev,
.prd-card-images-wrapper .thumbnails-wrapper .swiper-button-next {
    display: none;
}
@media(min-width: 1000px) {
    .prd-card-images-wrapper .thumbnails-wrapper .swiper-button-prev,
    .prd-card-images-wrapper .thumbnails-wrapper .swiper-button-next {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url(/images/sld-next.svg);
        right: calc(50% - 20px);
        left: initial;
        background-size: 40px;
        background-color: #fff;
        border-radius: 50%;
    }
}
.prd-card-images-wrapper .thumbnails-wrapper .swiper-button-prev:after,
.prd-card-images-wrapper .thumbnails-wrapper .swiper-button-next:after {
    display: none;
}
.prd-card-images-wrapper .thumbnails-wrapper .swiper-button-next {
    /*display: none;*/
    position: absolute;
    bottom: -20px;
    top: initial;
    transform: rotate(90deg);
}
.prd-card-images-wrapper .mySwiper .swiper-slide {
    aspect-ratio: 105 / 63;
    display: flex;
    align-items: center;
    border: 1px solid rgba(239, 239, 239, 1);
    box-sizing: border-box;
}
@media(min-width: 1000px) {
    .prd-card-images-wrapper .mySwiper .swiper-slide {
        width: 105px;
        height: 63px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .prd-card-images-wrapper .mySwiper .swiper-slide:hover {
        cursor: pointer;
    }
}
.prd-card-images-wrapper .mySwiper .swiper-slide-thumb-active { 
    width: 100%;
    border: 2px solid rgba(239, 239, 239, 1);
}
.prd-card-images-wrapper .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prd-card-images-wrapper .mySwiper2 {
    flex: 0 0 200px;
    width: 100%;
    /*height: 300px;*/
}
@media(min-width: 700px) {
    .prd-card-images-wrapper .mySwiper2 {
        flex: 0 0 300px;
        width: 100%;
    }
}
@media(min-width: 1000px) {
    .prd-card-images-wrapper .mySwiper2 {
        flex: 1 0 calc(100% - 107px - 24px);
        height: 457px;
    }
}
.prd-card-images-wrapper .mySwiper2 .swiper-button-next,
.prd-card-images-wrapper .mySwiper2 .swiper-button-prev {
    display: none;
}
.prd-card-images-wrapper .mySwiper2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(min-width: 1000px) {
    .prd-card-images-wrapper .mySwiper2 .swiper-slide:hover {
        cursor: zoom-in;
    }
}
.prd-card-images-wrapper .mySwiper2 .swiper-slide img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
@media(min-width: 1000px) {
    .prd-card-images-wrapper .mySwiper2 .swiper-slide img {
        /*height: auto;*/
        width: 100%;
    }
}
.prd-card-images-wrapper .sticker-product {
    display: none;
}

.lg-backdrop {
    background-color: #fff !important;
}
.lg-thumb.lg-group {
    display: flex;
    margin: 0 auto;
}
.lg-thumb-item img {
    width: 100%;
}
.lg-next,
.lg-prev {
    display: none !important;
}
@media(min-width: 1000px) {
    .lg-next,
    .lg-prev {
        display: block !important;;
        background-image: url(/images/sld-next.svg);
        width: 40px;
        height: 40px;
        background-color: transparent !important;
    }
}
.lg-prev {
    transform: rotate(180deg);
    left: 40px  !important;
}
.lg-next {
    right: 40px !important;
}
.lg-next:before,
.lg-prev:after {
    display: none;
}
#lg-download-1 {
    display: none;
}
#lg-close-1 {
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url(/images/close-modal.svg);
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-color: transparent !important;
} 
@media(min-width: 1000px) {
    #lg-close-1 {
        right: 40px;
        top: 40px;
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
}
#lg-close-1:after {
    display: none;
}
.lg-sub-html {
    color: #000000 !important;
    background-color: rgb(255 255 255 / 40%) !important;
    width: max-content !important;
    margin: 0 auto !important;
    backdrop-filter: blur(4px);
    margin-bottom: 10px !important;
    padding: 0 !important;
}
.lg-counter {
    padding-left: 20px !important;
    padding-top: 20px !important;
}
@media(min-width: 1000px) {
    .lg-counter {
        padding-left: 40px !important;
        padding-top: 40px !important;
    }
}

.tab-content .leasing-wrapper {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    /*padding: 0 32px;*/
    padding-bottom: 74px;
}

.prod-specs__item {
    gap: 20px 24px;
    /*padding-top: 45px;*/
    padding-bottom: 45px;
}
@media(min-width: 1000px) {
    .prod-specs__item {
       /* padding-bottom: 160px;*/
        column-count: 2;
        display: block;
    }
}
#spec .tab-spec .prod-specs__item .prod-specs__row {
    padding-top: 0;
    padding-bottom: 11px;
}
.prod-specs__item .prod-specs__row {
    width: 100%;
    align-items: center;
    margin-right: 0;
}
@media(min-width: 1000px) {
    .prod-specs__item .prod-specs__row {
      /* width: calc(50% - 12px); */
      width: calc(100% - 12px);
      page-break-inside: avoid;
      break-inside: avoid;
    }
}

.tab-partner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 257px;
    height: 50px;
    background-color: #fff;
    text-decoration: none;
    --h: 9px;
    --v: 7px;
    --height: 50px;
    height: var(--height);
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 120%;
    margin-top: 40px;
    border-radius: 25px;
    /*border: 2px solid #000;*/
}

/*modal call*/
#modal-order-call {
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    transform: none;
    padding: 0;
}
#modal-order-call .modal__content {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    /*padding-right: 200px;*/
    padding: 0 15px;
}
@media(min-width: 1000px) {
    #modal-order-call .modal__content {
        padding: 0;
        padding-right: 200px;
    }
}
#modal-order-call .modal__close {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
}
@media(min-width: 1000px) {
    #modal-order-call .modal__close {
        width: 40px;
        height: 40px;
        top: 80px;
        right: 80px;
    }
}
#modal-order-call .modal__close img {
    width: 30px;
    height: 30px;
}
@media(min-width: 1000px) {
    #modal-order-call .modal__close img {
        width: 40px;
        height: 40px;
    }
}
/*!modal call*/

/*modal price*/
#modal-spec-price-bestsellers,
#modal-spec-price {
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    transform: none;
    padding: 0 15px;
}
@media(min-width: 1000px) {
    #modal-spec-price-bestsellers,
    #modal-spec-price {
        padding: 0;
    }
}
#modal-spec-price-bestsellers .modal__close,
#modal-spec-price .modal__close {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
}
@media(min-width: 1000px) {
    #modal-spec-price-bestsellers .modal__close,
    #modal-spec-price .modal__close {
        width: 40px;
        height: 40px;
        top: 80px;
        right: 80px;
    }
}
#modal-spec-price-bestsellers .modal__close img,
#modal-spec-price .modal__close img {
    width: 30px;
    height: 30px;
}
@media(min-width: 1000px) {
    #modal-spec-price-bestsellers .modal__close img,
    #modal-spec-price .modal__close img {
        width: 40px;
        height: 40px;
    }
}
#modal-spec-price-bestsellers .modal__img,
#modal-spec-price .modal__img {
    width: 100%;
    /*max-width: 1005px;*/
}
@media(min-width: 1000px) {
    #modal-spec-price-bestsellers .modal__img,
    #modal-spec-price .modal__img {
        width: 1005px;
        max-width: 1005px;
    }   
}
#modal-spec-price-bestsellers .modal__img img,
#modal-spec-price .modal__img img {
    width: 100%;
}
#modal-spec-price-bestsellers .modal__row,
#modal-spec-price .modal__row {
    max-width: 1520px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 0 129px;
    flex-direction: column;
    justify-content: center;
}
@media(min-width: 1000px) {
    #modal-spec-price-bestsellers .modal__row,
    #modal-spec-price .modal__row {
        flex-direction: row;
        justify-content: space-between;
    }
}
@media(min-width: 1520px) {
    #modal-spec-price-bestsellers .modal__row,
    #modal-spec-price .modal__row {
/*        max-width: 1520px;
        margin: 0 auto;
        justify-content: space-between;*/
        /*gap: 0 129px;*/
    }
}
/*!modal price*/

.bestsellers-block-v2 .catalog__list .owl-item {
    width: calc((100vw - 30px)) !important;
}
@media(min-width: 1024px) {
    .bestsellers-block-v2 .catalog__list .owl-item {
        width: calc((100vw - 64px - 30px) / 2) !important;
    }
}
@media(min-width: 1585px) {
    .bestsellers-block-v2 .catalog__list .owl-item {
        width: calc((1520px - 30px ) / 2) !important;
    }
}
@media(min-width: 2500px) {
    .bestsellers-block-v2 .catalog__list .owl-item {
        /*width: calc((1520px - 30px - 30px ) / 2) !important;*/
    }
}

/*manufacturers*/
.manufacturers-wrapper {
    display: flex;
    flex-direction: column;
}
.manufacturers-wrapper.direct-desc {
    flex-direction: column-reverse;
}
.manufacturers-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}
@media(min-width: 1000px) {
    .manufacturers-row {
        flex-wrap: wrap;
        gap: 20px;
    }
}
.manufacturers-row .manufacturer-wrapper {
    /*width: calc(100% - 20px / 5);*/
    flex: 0 0 calc((100% / 2 - 15px / 2));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}
@media(min-width: 700px) {
    .manufacturers-row .manufacturer-wrapper {
        flex: 0 0 calc((100% / 3 - 30px / 3));
    }
}
@media(min-width: 1000px) {
    .manufacturers-row .manufacturer-wrapper {
        flex: 0 0 calc((100% / 4 - 60px / 4));
    }
}
@media(min-width: 1400px) {
    .manufacturers-row .manufacturer-wrapper {
        flex: 0 0 calc((100% / 5 - 80px / 5));
    }
}
.manufacturers-row .manufacturer-wrapper a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.manufacturers-row .manufacturer-wrapper a img {
    max-width: 80%;
}
@media(min-width: 1000px) {
    .manufacturers-row .manufacturer-wrapper a img {
        max-width: 100%;
    }
}
#product-manufacturer h2.letter {
    font-size: 24px;
    font-weight: 600;
    color: rgba(41, 21, 55, 1);
}
.letters-all-wrapper {
    display: flex;
    margin-top: 27px;
    margin-bottom: 15px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
}
@media(min-width: 1000px) {
    .letters-all-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
    }
}
.letters-all-wrapper .letters-wrapper {
    height: auto;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    border: 2px solid rgba(239, 239, 239, 1);
    padding: 15px;
    gap: 5px 20px;
}
@media(min-width: 1000px) {
    .letters-all-wrapper .letters-wrapper {
        height: 40px;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0 20px;
    }
}
.letters-all-wrapper .letters-wrapper.direct-desc {
    flex-direction: row-reverse;
}
.letters-all-wrapper .letters-wrapper a {
    text-decoration: none;
    color: #000;
}
.letters-all-wrapper .letters-wrapper a.active {
    color: rgba(102, 45, 145, 1);
    font-weight: 600;
    text-decoration: underline;
}
.letters-all-wrapper .letters-direct-wrapper {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid rgba(239, 239, 239, 1);
    margin-right: 0;
    user-select: none;
}
@media(min-width: 1000px) {
    .letters-all-wrapper .letters-direct-wrapper {
        margin-right: 10px;
        justify-content: flex-start;
    }
    .letters-all-wrapper .letters-direct-wrapper:hover {
        cursor: pointer;
    }
}
.letters-all-wrapper .letters-direct-wrapper:before {
    content: '';
    width: 50px;
    height: 20px;
    display: flex;
    background-image: url(/images/letters-direction-sort.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.letters-all-wrapper .letters-direct-wrapper:after {
    content: '';
    width: 50px;
    height: 20px;
    background-image: url(/images/letters-direction-arrow.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.letters-all-wrapper .letters-direct-wrapper span {
    display: none;
    padding: 0 20px;
}
.letters-all-wrapper .letters-direct-wrapper span.active {
    display: block;
}
/*!manufacturers*/

.header__catalog-bl .brand-sld.brand-sld-page {
    margin-top: -2px;
    margin-bottom: 24px;
    z-index: 1000;
}
.catalog-page-wrapper .brand-sld.brand-sld-page {
    margin-top: -2px;
    margin-bottom: 24px;
    z-index: 9999;
}
.header__catalog-bl .brand-sld.brand-sld-page .owl-item, 
.catalog-page-wrapper .brand-sld.brand-sld-page .owl-item {
    height: 55px;
    background-color: #fff;
}
.header__catalog-bl .brand-sld.brand-sld-page .owl-item, 
.catalog-page-wrapper .brand-sld.brand-sld-page .owl-item {
    flex: 0 0 calc(100vw / 3.5);
}
@media(min-width: 1000px) {
    .header__catalog-bl .brand-sld.brand-sld-page .owl-item, 
    .catalog-page-wrapper .brand-sld.brand-sld-page .owl-item {
        flex: 0 0 calc(calc(100vw - 400px) / 5);
    }
}
@media(min-width: 1400px) {
    .header__catalog-bl .brand-sld.brand-sld-page .owl-item, 
    .catalog-page-wrapper .brand-sld.brand-sld-page .owl-item {
        flex: 0 0 calc(calc(100vw - 400px) / 8);
    }
}
@media(min-width: 1000px) {
    .header__catalog-bl .brand-sld.brand-sld-page .owl-item, 
    .catalog-page-wrapper .brand-sld.brand-sld-page .owl-item {
        height: 100px;
    }
}
.header__catalog-bl .brand-sld .owl-carousel .owl-nav button.owl-prev img, 
.header__catalog-bl .brand-sld .owl-carousel .owl-nav button.owl-next img,
.catalog-page-wrapper .brand-sld .owl-carousel .owl-nav button.owl-prev img, 
.catalog-page-wrapper .brand-sld .owl-carousel .owl-nav button.owl-next img {
    width: 30px;
}
@media(min-width: 1000px) {
    .header__catalog-bl .brand-sld .owl-carousel .owl-nav button.owl-prev, 
    .header__catalog-bl .brand-sld .owl-carousel .owl-nav button.owl-next,
    .catalog-page-wrapper .brand-sld .owl-carousel .owl-nav button.owl-prev, 
    .catalog-page-wrapper .brand-sld .owl-carousel .owl-nav button.owl-next {
        height: 100px;
    }
    .header__catalog-bl .brand-sld .owl-carousel .owl-nav button.owl-prev img, 
    .header__catalog-bl .brand-sld .owl-carousel .owl-nav button.owl-next img,
    .catalog-page-wrapper .brand-sld .owl-carousel .owl-nav button.owl-prev img, 
    .catalog-page-wrapper .brand-sld .owl-carousel .owl-nav button.owl-next img {
        width: 40px;
    }
}
.header__catalog-bl .brand-sld__item-img img,
.catalog-page-wrapper .brand-sld__item-img img {
    width: auto !important;
    /*height: 100%;*/
}
@media(min-width: 1000px) {
    .header__catalog-bl .brand-sld__item-img img,
    .catalog-page-wrapper .brand-sld__item-img img {
        width: 100% !important;
        height: auto important;
    }
}
@media(min-width: 2560px) {
    .header__catalog-bl .brand-sld__item-img img,
    .catalog-page-wrapper .brand-sld__item-img img {
        width: auto !important;
        height: 100% important;
    }
}
.header__catalog-bl .brand-sld__item-img,
.catalog-page-wrapper .brand-sld__item-img {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.modal-product-sku {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 10px;
}
.modal-product-name {
    /*font-family: Tektur;*/
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -.3px;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-decoration: none;
    color: #000;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media(min-width: 1000px) {
    .modal-product-name {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

/*filters*/
.main-attributes-wrapper {
    width: 100%;
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
    /*margin-bottom: 30px;*/
    top: 0;
}
.main-attributes-wrapper.fixed {
    position: fixed;
    transition: top .3s cubic-bezier(0, 1, .5, 1);
    top: 100px;
    padding: 10px 0;
    background-color: #fff;
    z-index: 10;
    width: calc(100% - 30px);
}
@media(min-width: 1024px) {
  .main-attributes-wrapper.fixed {
    width: calc(100%);
    top: 120px;
  }
}
.main-attributes-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.category-filter-wrapper {
    position: relative;
}
@media(max-width: 999.9px) {
    .category-filter-wrapper {
        width: 100%;
    }
}
.category-filter-wrapper.all-filters,
.category-filter-wrapper.sorting {
    width: calc(100% / 2 - 5px);
}
@media(min-width: 1000px) {
    .category-filter-wrapper.all-filters,
    .category-filter-wrapper.sorting {
        width: auto;
    }
}
/*.category-filter-wrapper {
    display: none;
}*/
@media(max-width: 999.9px) {
    .main-attributes-inner .category-filter-wrapper:not(.nofilter) {
        display: none !important;
    }
    .main-attributes-inner .category-filter-wrapper.nofilter:not(:nth-of-type(-n+3)) {
        display: none !important;
    }
}
/*@media(max-width: 999.9px) {
    .category-filter-wrapper {
        display: none;
    }
    .category-filter-wrapper.nofilter):nth-of-type(n+3)) {
        display: none;
    }
}*/
@media(min-width: 1000px) {
    .category-filter-wrapper:not(.nofilter) {
        display: block;
    }
}
.main-attributes-inner .category-filter-title-wrapper {
    height: 40px;
    display: flex;
    align-items: center;
    border: 2px solid rgba(239, 239, 239, 1);
    padding-left: 15px;
}
@media(max-width: 999.9px) {
    .main-attributes-inner .category-filter-title-wrapper {
        justify-content: space-between;
    }
}
        
.main-attributes-inner .category-filter-wrapper.chosen .category-filter-title-wrapper {
    border-color: var(--violet1);
}
.category-filter-title-wrapper .category-filter-title {
    user-select: none;
}
.main-attributes-inner .category-filter-title-wrapper .category-filter-title {
    display: flex;
    font-size: 14px;
}
@media(min-width: 376px) {
    .main-attributes-inner .category-filter-title-wrapper .category-filter-title {
        font-size: 16px;
    }
}
@media(max-width: 999.9px) {
    .main-attributes-inner .category-filter-title-wrapper .category-filter-title {
        justify-content: space-between;
        flex: 1 0 auto;
    }
}

.all-filters .category-filter-title-wrapper {
    position: relative;
}
.all-filters .category-filter-title .chosen-count {
    display: none;
}
.all-filters .category-filter-title .chosen-count.active {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--violet1);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50%;
}

.main-attributes-inner .category-filter-wrapper.chosen .category-filter-title-wrapper .category-filter-title {
    color: var(--violet1);
}
@media(min-width: 1000px) {
    .main-attributes-inner .category-filter-title-wrapper:hover {
        /*cursor: pointer;*/
    }
}
.main-attributes-inner .category-filter-wrapper:not(.all-filters) .category-filter-title-wrapper:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/images/filter-title-arrow.svg');
    margin-left: 15px;
    margin-right: 15px;
    transition: transform .25s;
/*    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    border-color: rgba(217, 217, 217, 1);
    transform: rotate(-45deg);
    transform-origin: 3px 6px;
    transition: transform .25s, border-color .25s;*/
}
@media(min-width: 1000px) {
    .main-attributes-inner .category-filter-title-wrapper:not(.active):hover:after {
        transform: rotate(180deg);
        transition: transform .25s;
        background-image: url('/images/filter-title-arrow-active-new.svg');
    }
}
@media(max-width: 999.99px) {
    .main-attributes-inner .category-filter-wrapper:not(.all-filters) .category-filter-title-wrapper.active:after {
        transform: rotate(180deg);
        transition: transform .25s;
        background-image: url('/images/filter-title-arrow-active-new.svg');
    }
}
@media(min-width: 1000px) {
    .main-attributes-inner .category-filter-wrapper:not(.all-filters):hover .category-filter-title-wrapper:after {
        transform: rotate(180deg);
        transition: transform .25s;
        background-image: url('/images/filter-title-arrow-active-new.svg');
    }
}
.main-attributes-inner .category-filter-wrapper.chosen .category-filter-title-wrapper:after {
    display: none;
}
.category-filter-title-clear {
    display: none;
}
.chosen .category-filter-title-clear {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 15px;
    background-image: url('/images/filter-title-arrow-remove-orange.svg');
}
@media(min-width: 1000px) {
    .chosen .category-filter-title-clear:hover {
        cursor: pointer;
    }
}
.main-attributes-inner .category-filter-meanings-wrapper {
    display: none;
}
.main-attributes-inner .category-filter-title-wrapper.active + .category-filter-meanings-wrapper {
    min-width: 265px;
    display: block;
    position: absolute;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 32px -4px rgba(12, 12, 13, 0.1);
    padding: 15px 0;
    z-index: 4;
}
@media(min-width: 1000px) {
/*    .main-attributes-inner .category-filter-wrapper:hover .category-filter-meanings-wrapper {
        min-width: 265px;
        display: block;
        position: absolute;
        top: 100%;
        background-color: #fff;
        box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 32px -4px rgba(12, 12, 13, 0.1);
        padding: 15px 0;
        z-index: 4;
    }*/
}
@media(max-width: 999.9px) {
    .main-attributes-inner .category-filter-title-wrapper.active + .category-filter-meanings-wrapper {
    /*.main-attributes-inner .category-filter-wrapper:hover .category-filter-meanings-wrapper {*/
        /*max-width: calc(100vw - 30px);*/
        min-width: unset;
        width: 100%;
    }
}
.main-attributes-inner .category-filter-wrapper.checkboxes .category-filter-title-wrapper + .category-filter-meanings-wrapper .category-filter-meanings-inner,
.main-attributes-inner .category-filter-wrapper.subcategories .category-filter-title-wrapper + .category-filter-meanings-wrapper .category-filter-meanings-inner {
    max-height: 400px;
    overflow-y: auto;
}
@media(min-width: 1000px) {
    .category-filter-wrapper.checkboxes .category-filter-title-wrapper + .category-filter-meanings-wrapper .category-filter-meanings-inner::-webkit-scrollbar,
    .main-attributes-inner .category-filter-wrapper.subcategories .category-filter-title-wrapper + .category-filter-meanings-wrapper .category-filter-meanings-inner::-webkit-scrollbar {
        width: 30px;
        /*border-left: 14px solid transparent;*/
        background-clip: content-box;
    }
    .category-filter-wrapper.checkboxes .category-filter-title-wrapper + .category-filter-meanings-wrapper .category-filter-meanings-inner::-webkit-scrollbar-track,
    .main-attributes-inner .category-filter-wrapper.subcategories .category-filter-title-wrapper + .category-filter-meanings-wrapper .category-filter-meanings-inner::-webkit-scrollbar-track {
        /*background: #fff;*/
    }
    .category-filter-wrapper.checkboxes .category-filter-title-wrapper + .category-filter-meanings-wrapper .category-filter-meanings-inner::-webkit-scrollbar-thumb,
    .main-attributes-inner .category-filter-wrapper.subcategories .category-filter-title-wrapper + .category-filter-meanings-wrapper .category-filter-meanings-inner::-webkit-scrollbar-thumb {
        background-color: rgba(217, 217, 217, 1);
        border-radius: 0;
        background-clip: content-box;
        border: 14px solid transparent;
    }
    .category-filter-wrapper.checkboxes .category-filter-title-wrapper + .category-filter-meanings-wrapper .category-filter-meanings-inner::-webkit-scrollbar-thumb:hover,
    .main-attributes-inner .category-filter-wrapper.subcategories .category-filter-title-wrapper + .category-filter-meanings-wrapper .category-filter-meanings-inner::-webkit-scrollbar-thumb:hover {
        cursor: pointer;
    }
}
.category-filter-wrapper.checkboxes .category-filter-title-wrapper + .category-filter-meanings-wrapper .category-filter-meanings-inner:not(.active) .category-filter-meaning-wrapper:nth-of-type(n+5) {
    display: none;
}
.all-attributes-inner .category-filter-wrapper.checkboxes .category-filter-meanings-wrapper .category-filter-meanings-inner:not(.active) .category-filter-meaning-wrapper:nth-of-type(n+6) {
    display: none;
}
.category-filter-wrapper.range .category-filter-title-wrapper + .category-filter-meanings-wrapper {
    padding: 15px 30px;
}
.main-attributes-inner .category-filter-wrapper.range .category-filter-title-wrapper + .category-filter-meanings-wrapper {
    width: 300px;
}

.category-filter-meanings-children-inner {
    padding-left: 20px;
}

.all-attributes-inner .category-filter-wrapper.range .category-filter-meanings-wrapper {
    padding-left: 30px;
}

.category-filter-meanings-wrapper .irs--round {
    height: 34px;
}
.all-attributes-inner .category-filter-meanings-wrapper .irs--round {
    /*width: 240px;*/
}
.category-filter-meanings-wrapper .irs--round .irs-handle {
    top: 10px;
    width: 14px;
    height: 14px;
    border: none;
    background-color: var(--violet1);
    border-radius: 50%;
    box-shadow: none;
}
.category-filter-meanings-wrapper .irs--round .irs-bar {
    top: 16px;
    height: 2px;
    background-color: var(--violet1);
}
.category-filter-meanings-wrapper .irs--round .irs-line {
    top: 16px;
    height: 2px;
    background-color: rgba(239, 239, 239, 1);
    border-radius: 0;
}
.category-filter-meanings-wrapper .irs--round .irs-handle.state_hover, 
.category-filter-meanings-wrapper .irs--round .irs-handle:hover {
    cursor: pointer;
    background-color: var(--violet1);
}

.filter-meaning-btn {
    user-select: none;
    position: relative;
    width: 200px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    --h: 9px;
    --v: 7px;
    --height: 40px;
    background-color: transparent;
    border: 1px solid var(--violet1);
    border-radius: 20px;
}
@media(min-width: 1000px) {
    .filter-meaning-btn:hover {
        cursor: pointer;
        background-color: var(--violet1);
    }
}
.filter-meaning-btn:after {    
    /*content: '';*/
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--violet1);
}
.filter-meaning-btn > span {
    font-weight: 600;
    letter-spacing: -.3px;
    color: var(--violet1);
}
@media(min-width: 1000px) {
    .filter-meaning-btn:hover > span {
        color: #fff;
    }
}
.filter-meaning-btn.loading {
    cursor: not-allowed;
    background: var(--violet1);
}
.filter-meaning-btn.loading > span {
    display: none;
}
.filter-meaning-btn.loading:before {
    content: '';
    width: 20px;
    min-width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border: 3px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    animation: loader .75s linear infinite;
}

.category-filter-inputs-wrapper {
    display: flex;
    gap: 10px;
}
.all-attributes-inner .category-filter-inputs-wrapper {
    justify-content: space-between;
}
.category-filter-inputs-wrapper .category-filter-input-wrapper {
    display: flex;
    flex-direction: column;
}
.category-filter-inputs-wrapper .category-filter-input-wrapper.right {
    text-align: right;
}
.category-filter-inputs-wrapper .category-filter-input-wrapper > span {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    margin-bottom: 8px;
}
.all-attributes-inner .category-filter-inputs-wrapper .category-filter-input-wrapper > span {
    /*margin-top: 10px*/
}
.category-filter-inputs-wrapper .category-filter-input-wrapper > input::-webkit-inner-spin-button, 
.category-filter-inputs-wrapper .category-filter-input-wrapper > input::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.category-filter-inputs-wrapper .category-filter-input-wrapper > input {
     appearance: none;
    -webkit-appearance: none;
    width: 115px;
    height: 36px;
    border: 2px solid rgba(239, 239, 239, 1);
    outline: none;
    padding-left: 10px;
}
.category-filter-inputs-wrapper .category-filter-input-wrapper.right > input {
    text-align: right;
    padding-right: 10px;
}

.category-filter-meaning-wrapper input[type="radio"],
.category-filter-meaning-wrapper input[type="checkbox"] {
    display: none;
}
.category-filter-meaning-wrapper input[type="radio"] ~ label,
.category-filter-meaning-wrapper input[type="checkbox"] ~ label {
    height: 34px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 25px;
    color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
@media(min-width: 1000px) {
    .category-filter-meaning-wrapper input[type="radio"] ~ label:hover,
    .category-filter-meaning-wrapper input[type="checkbox"] ~ label:hover {
        cursor: pointer;
        color: rgba(0, 0, 0, 1);
    }
    .category-filter-meaning-wrapper input[type="radio"]:not(:checked) ~ label:hover,
    .category-filter-meaning-wrapper input[type="checkbox"]:not(:checked) ~ label:hover {
        text-decoration: underline;
    }
}
.category-filter-meaning-wrapper input[type="radio"] ~ label:before,
.category-filter-meaning-wrapper input[type="checkbox"] ~ label:before {
    content: '';
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 2px solid rgba(217, 217, 217, 1);
    box-sizing: border-box;
    transition: border-color .25s;
    margin-right: 25px;
}
.category-filter-meaning-wrapper input[type="radio"]:checked ~ label,
.category-filter-meaning-wrapper input[type="checkbox"]:checked ~ label {
    color: var(--violet1);
}
.category-filter-meaning-wrapper input[type="radio"]:checked ~ label:before,
.category-filter-meaning-wrapper input[type="checkbox"]:checked ~ label:before {
    background-image: url(/images/filter-checkbox-arrow.svg);
    background-size: 12px 14px;
    background-position: center;
    background-repeat: no-repeat;
    border-color: var(--violet1);
}

.category-filter-meaning-wrapper.href {
    height: 36px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    /*padding-right: 10px;*/
}
@media(min-width: 1024px) {
    .category-filter-meaning-wrapper.href {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.category-filter-meaning-wrapper.href > a {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-filter-meanings-children-inner .category-filter-meaning-wrapper.href > a {
    font-size: 15px;
    font-weight: 400;
}
    
@media(min-width: 1000px) {
    .category-filter-meaning-wrapper.href > a:hover {
        color: rgba(0, 0, 0, 1);
        text-decoration: underline;
    }
}
.category-filter-meaning-wrapper.href > a.active {
    color: var(--violet1);
    text-decoration: underline;
}

.all-attributes-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 430px;
    max-width: 100vw;
    height: 100dvh;
    transform: translateX(-430px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10010;
    transition: transform .25s;
    background-color: #fff;
}
.all-attributes-wrapper.active {
    transform: translateX(0);
    transition: transform .25s;
}
.all-attributes-wrapper.active + .all-attributes-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
.all-attributes-wrapper .all-attributes-inner {
    height: calc(100dvh - 75px - 140px);
    overflow-y: auto;
    padding: 15px 0;
    padding-left: 0;
}
@media(min-width: 1000px) {
    .all-attributes-wrapper .all-attributes-inner {
        padding-left: 30px;
    }
    .all-attributes-wrapper .all-attributes-inner::-webkit-scrollbar {
        width: 30px;
        /*border-left: 14px solid transparent;*/
        background-clip: content-box;
    }
    .all-attributes-wrapper .all-attributes-inner::-webkit-scrollbar-track {
        /*background: #fff;*/
    }
    .all-attributes-wrapper .all-attributes-inner::-webkit-scrollbar-thumb {
        background-color: rgba(217, 217, 217, 1);
        border-radius: 0;
        background-clip: content-box;
        border: 14px solid transparent;
    }
    .all-attributes-wrapper .all-attributes-inner::-webkit-scrollbar-thumb:hover {
        cursor: pointer;
    }
}
.all-attributes-wrapper.active .all-attributes-inner {
}


.all-attributes-inner-top {
    height: 75px;
    box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 32px -4px rgba(12, 12, 13, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 14px;
}
@media(min-width: 1000px) {
    .all-attributes-inner-top {
        padding-left: 61px;
    }
}
.all-attributes-inner-top > span:first-of-type {
    font-size: 24px;
    color: #000;
    letter-spacing: -.3px;
}
.all-attributes-inner-top > .all-attributes-close {
    width: 40px;
    height: 40px;
    background-image: url(/images/close.svg);
    background-size: 40px;
}
@media(min-width: 1000px) {
    .all-attributes-inner-top > .all-attributes-close:hover {
        cursor: pointer;
    }
}
.all-attributes-inner-bottom {
    height: 140px;
    box-shadow: 0 -4px 4px -4px rgba(12, 12, 13, 0.05), 0 -16px 16px -8px rgba(12, 12, 13, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.all-attributes-inner-bottom .all-attributes-select {
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    --h: 9px;
    --v: 7px;
    font-weight: 600 !important;
    font-size: 16px !important;
    background-color: var(--violet1);
    color: #fff;
    user-select: none;
    border-radius: 20px;
}
@media(min-width: 1000px) {
    .all-attributes-inner-bottom .all-attributes-select:hover {
        cursor: pointer;
    }
}
.all-attributes-inner-bottom .all-attributes-select.loading {
    cursor: not-allowed;
    background: var(--violet1);
}
.all-attributes-inner-bottom .all-attributes-select.loading > span {
    display: none;
}
.all-attributes-inner-bottom .all-attributes-select.loading:before {
    content: '';
    width: 20px;
    min-width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border: 3px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    animation: loader .75s linear infinite;
}
.all-attributes-inner-bottom .all-attributes-remove {
    width: 200px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    --h: 9px;
    --v: 7px;
    font-weight: 500 !important;
    font-size: 16px !important;
    background-color: #f1f1f5;
    color: #000;
    user-select: none;
    border-radius: 15px;
}
@media(min-width: 1000px) {
    .all-attributes-inner-bottom .all-attributes-remove:hover {
        cursor: pointer;
    }
}
.all-attributes-inner-bottom .all-attributes-remove.loading {
    cursor: not-allowed;
    /*background: var(--violet1);*/
}
.all-attributes-inner-bottom .all-attributes-remove > span {
    font-size: 14px;
}
.all-attributes-inner-bottom .all-attributes-remove.loading > span {
    display: none;
}
.all-attributes-inner-bottom .all-attributes-remove.loading:before {
    content: '';
    width: 15px;
    min-width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    border: 3px solid rgba(0, 0, 0, 0.8);
    border-right-color: transparent;
    border-radius: 50%;
    animation: loader .75s linear infinite;
}
.all-attributes-wrapper .all-attributes-inner .category-filter-title-wrapper {
    height: 60px;
    display: flex;
    align-items: flex-end;
}
.all-attributes-wrapper .all-attributes-inner .category-filter-title-wrapper .category-filter-title {
    font-weight: 500;
    font-size: 20px;
    padding-left: 30px;
    padding-bottom: 10px;
    overflow: hidden;
/*    text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.all-filters .category-filter-title-wrapper {
    display: flex;
    align-items: center;
    border: 2px solid rgba(239, 239, 239, 1);
    user-select: none;
    padding-right: 15px;
    padding-left: 0;
}
@media(min-width: 1000px) {
    .all-filters .category-filter-title-wrapper:hover {
        cursor: pointer;
        border-color: var(--violet1);
    }
}
.all-filters .category-filter-title-wrapper:before {
    content: '';
    width: 20px;
    height: 100%;
    background-image: url(/images/all-filters-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
    margin-left: 15px;
}

.category-filter-wrapper.subcategories .category-filter-title-wrapper {
    padding-left: 0;
}
.category-filter-wrapper.subcategories .category-filter-title-wrapper:before {
    content: '';
    width: 20px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
    margin-left: 15px;
    background-image: url(/images/filter-subcategories.svg);
}

.category-filter-wrapper.sorting .category-filter-title-wrapper {
    padding-left: 15px;
}
@media(min-width: 1000px) {
    .category-filter-wrapper.sorting .category-filter-title-wrapper {
        padding-left: 0;
    }
}
/*.category-filter-wrapper.sorting .category-filter-title-wrapper:before {
    display: none;
}*/
@media(min-width: 1000px) {
    .category-filter-wrapper.sorting .category-filter-title-wrapper:before {
        content: '';
        width: 20px;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 15px;
        margin-left: 15px;
        background-image: url(/images/filter-sorting.svg);
    }
}

.category-filter-meaning-view {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -.3px;
    color: var(--violet1);
    user-select: none;
}
.all-attributes-inner {
    justify-content: flex-start;
    padding-left: 70px;
}
@media(min-width: 1000px) {
    .category-filter-meaning-view:hover {
        cursor: pointer;
        text-decoration: underline;
    }
}
.category-filter-meaning-view:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/images/filter-meanings-view.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
    transition: transform .25s;
}
@media(min-width: 1000px) {
    .category-filter-meanings-inner:not(.active) .category-filter-meaning-view:hover:after {
        transform: rotate(180deg);
        transition: transform .25s;
    }
}
.category-filter-meanings-inner.active .category-filter-meaning-view {
    text-decoration: underline;
}
.category-filter-meanings-inner.active .category-filter-meaning-view:after {
    transform: rotate(180deg);
    transition: transform .25s;
}
@media(min-width: 1000px) {
    .category-filter-meanings-inner.active .category-filter-meaning-view:hover:after {
        transform: rotate(0);
        transition: transform .25s;
    }
}
.load-more {
    width: 231px;
    border: 2px solid var(--violet1);
    border-radius: 25px;
}
.load-more span {
    white-space: nowrap;
    font-size: 12px !important;
    color: #000000;
}
@media(min-width: 430px) {
    .load-more span {
        font-size: 13px !important;
    }
}
@media(min-width: 1000px) {
    .load-more span {
        font-size: 16px !important;
    }
}
/*!filters*/

/*catalog*/
.header-catalog-wrapper {
    width: 100%;
    max-width: 1520px;
    /* max-width: calc(100vw - 400px); */
/*    margin-left: auto;
    margin-right: auto;*/
    /*padding: 0 32px;*/
    margin: 0 auto;
/*    overflow-y: auto;
    height: calc(100dvh - 118px - 148px);*/
    z-index: 1000;
    position: relative;
}
@media(min-width: 1000px) {
    .header-catalog-wrapper::-webkit-scrollbar {
        width: 30px;
        background-clip: content-box;
    }
    .header-catalog-wrapper::-webkit-scrollbar-track {
    }
    .header-catalog-wrapper::-webkit-scrollbar-thumb {
        background-color: rgba(217, 217, 217, 1);
        border-radius: 0;
        background-clip: content-box;
        border: 14px solid transparent;
    }
    .header-catalog-wrapper::-webkit-scrollbar-thumb:hover {
        cursor: pointer;
    }
}
@media(min-width: 1400px) {
  .header-catalog-wrapper {
      max-width: calc(100vw - 400px);
  }
}
.header-catalog-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 12px;
}
.header-catalog-inner.minimum {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  height: 100% !important;
  column-gap: 24px;
}
@media(max-width: 999.9px) {
    .header-catalog-inner {
        height: max-content;
    }
}
.header-catalog-inner .header-catalog-item-wrapper {
    width: calc(100% / 4 - 24px * 3 / 4);
    /*width: calc(100% / 4);*/
    margin-bottom: 24px;
}
@media(min-width: 1000px) {
    .header-catalog-inner .header-catalog-item-wrapper:hover {
        background-color: var(--violet1);
    }
}
@media(max-width: 999.9px) {
    .header-catalog-inner .header-catalog-item-wrapper {
        width: 100%;
    }
}

.header-catalog-inner .header-catalog-item-wrapper .header-catalog-item {
    padding: 20px;
    border: 2px solid #efefef;
    box-sizing: border-box;
    position: relative;
}
.header-catalog-inner .header-catalog-item-wrapper.break {
    flex-basis: 100%;
    width: 0;
    border: 0;
}
.header-catalog-inner.minimum .header-catalog-item-wrapper.break {
  display: none;
}

.header-catalog-inner .header-catalog-item .header-catalog-item-title {
    margin-bottom: 24px;
}
.header-catalog-inner .header-catalog-item .header-catalog-item-title > a {
    /*text-transform: uppercase;*/
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.header-catalog-inner .header-catalog-item .header-catalog-item-title > a:hover { color: #fff;}
@media(min-width: 1000px) {
    .header-catalog-inner .header-catalog-item-wrapper:hover .header-catalog-item .header-catalog-item-title > a {
        /*color: #fff;*/
    }
}
.header-catalog-inner .header-catalog-item ul li {
    margin: 0;
    list-style-type: none;
    margin-bottom: 4px;
}
.header-catalog-inner .header-catalog-item ul li a {
    font-weight: 300;
    color: #000;
    text-decoration: none;
    line-height: 130%;
}
.header-catalog-inner .header-catalog-item ul li a:hover { color: #fff;}
@media(min-width: 1000px) {
    .header-catalog-inner .header-catalog-item-wrapper:hover .header-catalog-item ul li a {
        /*color: #fff;*/
    }
} 
/*!catalog*/

/*catalog2*/
.catalog-page-wrapper {
    margin-top: 100px;
}
@media(min-width: 1000px) {
    .catalog-page-wrapper {
        margin-top: 120px;
        /*margin-top: 118px;*/
        /*z-index: 100;*/
    }
}
.catalog-catalog-wrapper {
    width: 100%;
    max-width: 1520px;
    /* max-width: calc(100vw - 400px); */
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
}
@media(min-width: 1400px) {
  .catalog-catalog-wrapper {
      max-width: calc(100vw - 400px);
  }
}
.catalog-catalog-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 12px;
}
.catalog-catalog-inner.minimum {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  height: 100% !important;
  column-gap: 24px;
}
@media(max-width: 999.9px) {
    .catalog-catalog-inner {
        height: max-content;
    }
}
.catalog-catalog-inner .catalog-catalog-item-wrapper {
    width: calc(100% / 4 - 24px * 3 / 4);
    margin-bottom: 24px;
}
@media(min-width: 1000px) {
    .catalog-catalog-inner .catalog-catalog-item-wrapper:hover {
        background-color: var(--violet1);
    }
}
@media(max-width: 999.9px) {
    .catalog-catalog-inner .catalog-catalog-item-wrapper {
        width: 100%;
    }
}

.catalog-catalog-inner .catalog-catalog-item-wrapper .catalog-catalog-item {
    padding: 20px;
    border: 2px solid #efefef;
    box-sizing: border-box;
}
.catalog-catalog-inner .catalog-catalog-item-wrapper.break {
    flex-basis: 100%;
    width: 0;
    border: 0;
}
.catalog-catalog-inner.minimum .catalog-catalog-item-wrapper.break {
  display: none;
}

.catalog-catalog-inner .catalog-catalog-item .catalog-catalog-item-title {
    margin-bottom: 24px;
}
.catalog-catalog-inner .catalog-catalog-item .catalog-catalog-item-title > a {
    /*text-transform: uppercase;*/
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.catalog-catalog-inner .catalog-catalog-item .catalog-catalog-item-title > a:hover { color: #fff;}

@media(min-width: 1000px) {
    .catalog-catalog-inner .catalog-catalog-item-wrapper:hover .catalog-catalog-item .catalog-catalog-item-title > a {
        color: #fff;
    }
}
.catalog-catalog-inner .catalog-catalog-item ul li {
    margin: 0;
    list-style-type: none;
    margin-bottom: 4px;
}
.catalog-catalog-inner .catalog-catalog-item ul li a {
    font-weight: 300;
    color: #000;
    text-decoration: none;
    line-height: 130%;
}



@media(min-width: 1000px) {
    .catalog-catalog-inner .catalog-catalog-item-wrapper:hover  {
        color: #000000;
    }
	.catalog-catalog-inner .catalog-catalog-item ul li a:hover { color: #fff;}
} 
/*!catalog2*/

.catalog__item-img img {
    max-width: 200px;
}
@media(min-width: 425px) {
    .catalog__item-img img {
        max-width: 250px;
    }
}
@media(min-width: 700px) {
    .catalog__item-img img {
        max-width: 400px;
    }
}
@media(min-width: 1000px) {
    .catalog__item-img img {
        max-width: 300px;
    }
}
@media(min-width: 1520px) {
    .catalog__item-img img {
        max-width: 420px;
    }
}

.catalog__item > a {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
@media(min-width: 1000px) {
    .catalog__item:hover > a {
        /*color: #fff;*/
    }
}

.owl-carousel .owl-item {
    position: initial !important;
}

/*.brand-sld__slider-page-5 .owl-stage-outer > .owl-item.allbrands,
.brand-sld__slider-page-4 .owl-stage-outer > .owl-item.allbrands {
    position: absolute !important;
    top: 0;
    left: 0;
    width: calc(100% / 2);
}
@media(min-width: 425px) AND (max-width: 600px) {
    .brand-sld__slider-page-5 .owl-stage-outer > .owl-item.allbrands,
    .brand-sld__slider-page-4 .owl-stage-outer > .owl-item.allbrands {
        width: calc(100% / 3);
    }
}
@media(min-width: 600px) AND (max-width: 769px) {
    .brand-sld__slider-page-5 .owl-stage-outer > .owl-item.allbrands,
    .brand-sld__slider-page-4 .owl-stage-outer > .owl-item.allbrands {
        width: calc(100% / 4);
    }
}
@media(min-width: 769px) AND (max-width: 1441px) {
    .brand-sld__slider-page-5 .owl-stage-outer > .owl-item.allbrands,
    .brand-sld__slider-page-4 .owl-stage-outer > .owl-item.allbrands {
        width: calc(100% / 5);
    }
}
@media(min-width: 1441px) {
    .brand-sld__slider-page-5 .owl-stage-outer > .owl-item.allbrands,
    .brand-sld__slider-page-4 .owl-stage-outer > .owl-item.allbrands {
        width: calc(100% / 8);
    }
}*/

.brand-sld__slider-page-5 > .owl-item.allbrands,
.brand-sld__slider-page-4 > .owl-item.allbrands {
    position: absolute !important;
    top: 0;
    left: 0;
    width: calc(100% / 3.5) !important;
}
@media(min-width: 425px) AND (max-width: 600px) {
    .brand-sld__slider-page-5 > .owl-item.allbrands,
    .brand-sld__slider-page-4 > .owl-item.allbrands {
        width: calc(100% / 3.5) !important;
    }
}
@media(min-width: 600px) AND (max-width: 1000px) {
    .brand-sld__slider-page-5 > .owl-item.allbrands,
    .brand-sld__slider-page-4 > .owl-item.allbrands {
        width: calc(100% / 3.5) !important;
    }
}
/*@media(min-width: 769px) AND (max-width: 1441px) {
    .brand-sld__slider-page-5 > .owl-item.allbrands,
    .brand-sld__slider-page-4 > .owl-item.allbrands {
        width: calc(100% / 5) !important;
    }
}*/
@media(min-width: 1000px) {
    .brand-sld__slider-page-5 > .owl-item.allbrands,
    .brand-sld__slider-page-4 > .owl-item.allbrands {
        width: calc(100% / 5) !important;
    }
}
@media(min-width: 1400px) {
    .brand-sld__slider-page-5 > .owl-item.allbrands,
    .brand-sld__slider-page-4 > .owl-item.allbrands {
        width: calc(100% / 8) !important;
    }
}

.brand-sld__slider-page-4 > .owl-item.allbrands,
.brand-sld__slider-page-5 > .owl-item.allbrands {
    background-color: #fff;
    /*z-index: 1;*/
    /*transition: transform .25s;*/
    transition: transform 0s;
}
.brand-sld__slider-page-4 .owl-item.allbrands.goes,
.brand-sld__slider-page-5 .owl-item.allbrands.goes {
    position: absolute !important;
    top: 0;
    left: 0;
    transition: transform .25s;
    /*transition: transform 0s;*/
    /*z-index: 1;*/
}
.brand-sld__slider-page-4 .owl-item.allbrands.goes.dragg {
    transition: transform 0s;
}


@media(max-width: 999px) {
    .header-wrapper.active {
        /*overflow: hidden;*/
    }
}

#product-manufacturer > .container {
    overflow: unset;
}

.container.category-page + .container {
    overflow: unset;
}

#error-not-found {
    margin-top: 100px;
}
@media(min-width: 1000px) {
    #error-not-found {
        margin-top: 120px;
    }
}
#error-not-found h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -.3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media(min-width: 1000px) {
    #error-not-found h1 {
        font-size: 40px;
    }
}
#error-not-found .continue-btn {
    width: 257px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    --h: 9px;
    --v: 7px;
    font-weight: 500 !important;
    font-size: 16px !important;
    background-color: var(--violet1);
    color: #000;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
}

.owl-carousel {
    z-index: auto;
}
.owl-carousel .owl-stage:after {
    display: none !important;
}

.brand-sld .brand-sld__slider-page-4 .owl-stage-outer .owl-item:hover,
.brand-sld .brand-sld__slider-page-5 .owl-stage-outer .owl-item:hover {
    z-index: 1;
}

/*.brand-sld .brand-sld__slider-page-4 .owl-item a.brand-sld__item,
.brand-sld .brand-sld__slider-page-5 .owl-item a.brand-sld__item {
    border: 1px solid #efefef;
}
.brand-sld .brand-sld__slider-page-4 .owl-stage-outer,
.brand-sld .brand-sld__slider-page-5 .owl-stage-outer {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}*/

.swiper-creative .swiper-slide {
    /*transition-property: transform, opacity, height, background-color !important;*/
}
.swiper-creative .swiper-slide.swiper-slide-prev {
    /*background-color: #fff;*/
    /*transition: transform 612ms, opacity 612ms, height 612ms, background-color 612ms !important;*/
}

.footer__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 1000px) {
    .footer__logo {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}
.footer__logo img {
    width: 100%;
}
@media(min-width: 1000px) {
    .footer__logo img {
        max-width: 150px;
    }
}
@media(min-width: 1500px) {
    .footer__logo img {
        width: 100%;
        max-width: 100%;
    }
}

.prd-card__info {
    padding-top: 0;
}
@media(min-width: 1000px) {
    .prd-card__info {
        padding-top: 20px;
    }
}

@media(max-width: 430px) {
    .banner__right p {
        font-size: clamp(45px, 2rem, 3rem);
    }
}
@media(min-width: 431px) AND (max-width: 699px) {
    .banner__right p {
        font-size: clamp(38px, 2rem, 3rem);
    }
}

.footer__nav-title { 
    text-align: center;
    flex-grow: 1;
}
@media(min-width: 1024px) {
    .footer__nav-title { 
        text-align: left;
        flex-grow: 0;
    }
    .footer__nav-col:not(:last-of-type) .footer__nav-title {
        padding-left: calc(24px + 12px);
    }
    .footer__nav-col:last-of-type .footer__nav-title {
        width: 160px;
    }
}

.prd-card__info_wrapper:nth-of-type(1) {
    display: none;
}
@media(min-width: 1000px) {
    .prd-card__info_wrapper:nth-of-type(1) {
        display: block;
    }
}
.prd-card__info_wrapper:nth-of-type(2) {
    display: block;
}
@media(min-width: 1000px) {
    .prd-card__info_wrapper:nth-of-type(2) {
        display: none;
    }
}

@media(max-width: 999.9px) {
    .prd-card__content {
        flex-direction: column;
    }
}

.prd-card {
    margin-top: 100px
}
@media(min-width: 1000px) {
    .prd-card {
        margin-top: 120px
    }
}

.product-page-bottom-wrapper {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}
@media(min-width: 1000px) {
    .product-page-bottom-wrapper {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }
}

h1.prd-card__name {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media(min-width: 1000px) {
    h1.prd-card__name {
        margin-top: .67em;
        margin-bottom: .67em;
    }
}

.header__left {
    
}
@media(max-width: 430px) {
    .header__left {
        width: 117px;
    }
}
@media(max-width: 1000px) {
    .header__catalog-a {
        width: 130px;
    }
}

.footer__top-right {
    align-items: center;
    justify-content: space-around;
}

.owl-carousel {
    display: block;
    opacity: 1 !important;
}

#information-information #content > ol {
    list-style: none;
}
#information-information ol {
    list-style-position: inside;
}
#information-information #content > ol > li {
    margin-bottom: 30px;
}
#information-information #content > ol > li > h2 {
    margin-bottom: 15px;
}

#information-information a {
    color: #000;
    text-decoration: none;
}


.leasing__left .btn {
    border-radius: 25px;
}
.tab-content .leasing__left .btn { 
    background-color: #fff;
}
.tab-content .leasing__left .btn span { 
    color: rgba(0, 0, 0, .8);
}

@media(min-width: 1000px) {
  .prd-card__spec-skeleton {
      height: 119px;
  }
}

.katalog_razdel{ 
  border-bottom: 2px solid #efefef;    
  /* height: 56px; */    /* background-color: #f9f9f9; */    
  margin-bottom: 24px;    /* display: flex; */    /* flex-direction: row; */
}
.katalog_razdel_2{
  display: flex;    
  flex-direction: row;    
  justify-content: space-between;
  width: 100%;    
  /* padding: 0 32px; */    
  margin: 0 auto;    
  margin-bottom: -2px;
  overflow-x: auto;
}
@media(min-width: 1400px) {
  .katalog_razdel_2{
    max-width: calc(100vw - 400px);
  }
}
.katalog_razdel_item {
  /* min-width: 16%; */
  text-align: center;
  height: 56px;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 0px 6px;
  white-space: nowrap;
  user-select: none;
  flex-grow: 1;
}
@media(min-width: 1400px) {
  .katalog_razdel_item {
    /* min-width: 16%; */
  }
}
@media(min-width: 1400px) {
  .katalog_razdel_item_gapr {
    /* min-width: 20%; */
  }
}
.katalog_razdel_item:hover{ 
  font-weight: 600;
  cursor: pointer;
}
@media(min-width: 1400px) {
  .katalog_razdel_item:hover{ 
    font-weight: 600;
  }
}
.katalog_razdel_item_active{
  border-left: 2px solid #efefef;
  border-top: 2px solid #efefef;
  border-right: 2px solid #efefef;
  border-bottom: 2px solid #ffffff;
  padding: 0 15px;
  font-weight: 600;
}
