@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Tektur:wght@400..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);
/*! 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
}
main {
  display: block
}
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 ButtonText
}
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
}
.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;
  padding: 5px 20px;
  outline: none;
  border: none;
  cursor: pointer;
  font-style: normal;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  gap: 10px;
  height: 40px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%
}
.btn-white {
  background: #fff;
  font-size: 12px;
  color: #000c54
}
.btn-blue {
  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: 5px 10px;
  gap: 10px;
  width: 100%;
  height: 45px;
  background: #284fd0;
  border-radius: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #fff
}
.btn-blue img {
  -webkit-filter: invert(100%);
  filter: invert(100%)
}
.btn-border {
  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: 5px 10px;
  gap: 10px;
  width: 100%;
  height: 45px;
  border: 1px solid #706f6f;
  border-radius: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #282828
}
* {
  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)
}
.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
}
.input {
  width: 100%;
  border: none;
  outline: none;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px;
  height: 40px;
  background: hsla(0, 0%, 82%, .15);
  border-radius: 13px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%
}
.input.input-error, .input:invalid {
  color: red
}
.input::-webkit-input-placeholder {
  color: #8c8c8c
}
.input::-moz-placeholder {
  color: #8c8c8c
}
.input:-ms-input-placeholder {
  color: #8c8c8c
}
.input::-ms-input-placeholder {
  color: #8c8c8c
}
.input::placeholder {
  color: #8c8c8c
}
.textarea {
  width: 100%;
  border: none;
  outline: none;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  height: 100px;
  background: hsla(0, 0%, 82%, .15);
  border-radius: 13px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  resize: none
}
.textarea::-webkit-input-placeholder {
  color: #8c8c8c
}
.textarea::-moz-placeholder {
  color: #8c8c8c
}
.textarea:-ms-input-placeholder {
  color: #8c8c8c
}
.textarea::-ms-input-placeholder {
  color: #8c8c8c
}
.textarea::placeholder {
  color: #8c8c8c
}
.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
}
.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
}
.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: 8px;
  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
}
.checkbox__input:checked + .checkbox__label:before {
  background-image: url(../images/check.svg);
  background-position: 50%;
  background-repeat: no-repeat
}
.css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}
.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;
  -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
}
.css-checkbox:checked + label:after, body, html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
body, html {
  width: 100%;
  height: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
  min-height: calc(var(--vh, 1vh) * 100)
}
html {
  height: auto
}
body {
  font-family: Montserrat, serif;
  font-size: 14px;
  line-height: normal;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  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: 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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.container {
  width: 100%;
  height: 100%;
  max-width: 1530px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative
}
.logo-mob {
  display: none
}
.header {
  margin-top: 15px
}
.header__content {
  background: -o-linear-gradient(359.59deg, #282828 0, #1a1a1a 100%);
  background: linear-gradient(90.41deg, #282828, #1a1a1a);
  border-radius: 15px;
  padding: 17px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px
}
.header__content, .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.header__top {
  gap: 23px
}
.header__location {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 8px;
  gap: 3px;
  background: hsla(0, 0%, 100%, .1);
  border-radius: 15px
}
.header__location img {
  -webkit-filter: invert(100%);
  filter: invert(100%)
}
.header__location span {
  width: 79px;
  height: 12px;
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #fff
}
.header__top-nav {
  width: 56%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  justify-content: center;
  /* gap: 20px; */
  gap: 40px;
  margin-right: auto;
  margin-left: auto;
}
.header__top-nav, .header__top-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__top-nav a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: hsla(0, 0%, 100%, .73)
}
.header__top-right {
  gap: 25px
}
.header__top-right, .header__top-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__top-right a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: hsla(0, 0%, 100%, .73)
}
.header__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}
.header__bottom, .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__logo {
  gap: 5px
}
.header__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 17px;
  gap: 10px;
  height: 40px;
  background: #284fd0;
  border-radius: 15px;
  text-decoration: none
}
.header__catalog span {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #fff
}
.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 590px
}
.header__search .input {
  width: 100%;
  height: 40px;
  background: hsla(0, 0%, 100%, .1);
  border-radius: 15px;
  outline: none;
  padding: 5px 40px 5px 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #fff
}
.header__search .input::-webkit-input-placeholder {
  color: #d1d1d1
}
.header__search .input::-moz-placeholder {
  color: #d1d1d1
}
.header__search .input:-ms-input-placeholder {
  color: #d1d1d1
}
.header__search .input::-ms-input-placeholder {
  color: #d1d1d1
}
.header__search .input::placeholder {
  color: #d1d1d1
}
.header__search button {
  width: 40px;
  background: none;
  border: none;
  margin-left: -40px
}
.header__calc, .header__search button {
  height: 40px;
  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
}
.header__calc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 5px 17px;
  gap: 10px;
  background: #284fd0;
  border-radius: 15px;
  text-decoration: none;
  min-width: 175px
}
.header__calc span {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #fff
}
.header__bottom-nav {
  gap: 26px
}
.header__bottom-nav, .header__bottom-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__bottom-nav a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: hsla(0, 0%, 100%, .02);
  border-radius: 15px;
  text-decoration: none;
  border: 1px solid hsla(0, 0%, 100%, .15)
}
.header__bottom-nav a img {
  -webkit-filter: invert(100%);
  filter: invert(100%)
}
.header__catalog-content {
  display: none;
  position: fixed;
  top: 140px;
  left: -100%;
  width: 680px;
  height: calc(100% - 124px);
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, .1);
  box-shadow: 2px 0 5px rgba(0, 0, 0, .1);
  overflow-y: auto;
  -webkit-transition: left .3s ease;
  -o-transition: left .3s ease;
  transition: left .3s ease;
  padding: 18px 0 18px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.header__catalog-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #33312d;
  margin-bottom: 20px
}
.header__catalog-nav {
  width: 290px;
  height: 100%;
  max-height: 450px;
  padding-right: 40px
}
.header__catalog-nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.header__catalog-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  gap: 10px
}
.header__catalog-nav > ul > li > a {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #33312d;
  text-decoration: none
}
.header__catalog-nav > ul > li > a img {
  -webkit-filter: invert(99%) sepia(1%) saturate(176%) hue-rotate(326deg) brightness(107%) contrast(64%);
  filter: invert(99%) sepia(1%) saturate(176%) hue-rotate(326deg) brightness(107%) contrast(64%)
}
.header__catalog-nav > ul > li.active > a {
  color: #284fd0
}
.header__catalog-nav > ul > li.active > a img {
  -webkit-filter: invert(20%) sepia(92%) saturate(2318%) hue-rotate(219deg) brightness(100%) contrast(87%);
  filter: invert(20%) sepia(92%) saturate(2318%) hue-rotate(219deg) brightness(100%) contrast(87%)
}
.header__mob-nav {
  display: none
}
ul.sub-menu {
  margin-left: 15px;
  position: absolute;
  top: 0;
  left: 340px;
  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;
  padding: 56px 10px
}
ul.sub-menu a {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  color: #8c8c8c;
  text-decoration: none
}
.title, ul.sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.title h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: #282828
}
.title a {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
  color: #a8a8a8
}
.top-badge {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.top-badge, .top-badge__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.top-badge__content {
  border-radius: 15px;
  height: 75px;
  background: url(../images/top-badge.png), -o-linear-gradient(179.62deg, #e004e6 .03%, #670097 100%);
  background: url(../images/top-badge.png), linear-gradient(270.38deg, #e004e6 .03%, #670097);
  background-repeat: no-repeat, repeat;
  background-position: 50%;
  background-size: 100% 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 30px
}
.top-badge span {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #fff
}
.top-badge a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 260px;
  background: url(../images/top-badge-a.svg) no-repeat 0 0;
  background-size: 100% 100%;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  padding-top: 16px;
  padding-left: 40px
}
.banner, .top-badge a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.banner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px
}
.banner .container, .banner__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.banner__carousel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.banner__carousel.owl-carousel .owl-stage-outer {
  border-radius: 15px
}
.banner__carousel.owl-carousel.owl-theme .owl-nav {
  margin-top: -70px;
  margin-bottom: 42px;
  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;
  position: relative;
  z-index: 1
}
.banner__carousel.owl-carousel.owl-theme .owl-nav .owl-dot, .banner__carousel.owl-carousel.owl-theme .owl-nav .owl-dots {
  background: none;
  margin: 0
}
.banner__carousel.owl-carousel.owl-theme .owl-nav .owl-dot:hover, .banner__carousel.owl-carousel.owl-theme .owl-nav .owl-dots:hover {
  background: none
}
.banner__carousel.owl-carousel.owl-theme .owl-nav .owl-prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  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;
  opacity: .7
}
.banner__carousel.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  background: none;
  opacity: 1
}
.banner__carousel.owl-carousel.owl-theme .owl-nav .owl-prev img {
  -webkit-filter: invert(100%);
  filter: invert(100%)
}
.banner__carousel.owl-carousel.owl-theme .owl-nav .owl-next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  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;
  opacity: .7
}
.banner__carousel.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  background: none;
  opacity: 1
}
.banner__carousel.owl-carousel.owl-theme .owl-nav .owl-next img {
  -webkit-filter: invert(100%);
  filter: invert(100%)
}
.banner__carousel.owl-carousel.owl-theme .owl-nav .owl-dots {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  margin: 0
}
.banner__carousel.owl-carousel.owl-theme .owl-nav .owl-dot, .banner__carousel.owl-carousel.owl-theme .owl-nav .owl-dots {
  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
}
.banner__carousel.owl-carousel.owl-theme .owl-nav .owl-dot span {
  width: 10px;
  height: 10px;
  background: hsla(0, 0%, 100%, .7);
  opacity: .5
}
.banner__carousel.owl-carousel.owl-theme .owl-nav .owl-dot.active span {
  opacity: 1;
  background: #284fd0
}
.banner__item {
  position: relative
}
.banner__item, .banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.banner__text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/banner-bg.png) no-repeat 0 0;
  background-size: auto 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 140%;
  color: #fff;
  padding-left: 120px
}
.prod {
  margin-top: 70px
}
.prod, .prod__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.prod__content {
  gap: 30px
}
.prod__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px
}
.prod__item {
  width: 100%;
  max-width: 330px;
  background: -o-linear-gradient(94.65deg, #22201e 2.57%, #888078 96.03%);
  background: linear-gradient(355.35deg, #22201e 2.57%, #888078 96.03%);
  border-radius: 15px;
  padding: 1px;
  position: relative
}
.prod__item-top {
  gap: 15px;
  position: absolute;
  top: 23px;
  right: 20px
}
.prod__item-top, .prod__item-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.prod__item-top a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px
}
.prod__item-top a img {
  -webkit-filter: invert(49%) sepia(8%) saturate(399%) hue-rotate(346deg) brightness(92%) contrast(93%);
  filter: invert(49%) sepia(8%) saturate(399%) hue-rotate(346deg) brightness(92%) contrast(93%)
}
.prod__item-img {
  background: #fff;
  border-radius: 15px;
  width: 100%;
  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;
  height: 288px
}
.prod__item-bottom {
  width: 100%;
  background: url(../images/prd-bg.png);
  border-radius: 15px;
  padding: 22px 8px 11px 24px;
  gap: 28px
}
.prod__item-bottom, .prod__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.prod__item-title {
  gap: 10px
}
.prod__item-title b {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: .04em;
  color: #fff
}
.prod__item-title span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #c5c5c5
}
.prod__item-footer {
  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
}
.prod__item-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #fff
}
.prod__item-link {
  width: 130px;
  height: 28px;
  background: #284fd0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  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: 10px;
  text-decoration: none
}
.prod__item-link img {
  -webkit-filter: invert(100%);
  filter: invert(100%)
}
.owl-carousel .owl-stage-outer {
  border-radius: 15px
}
.owl-carousel.owl-theme .owl-nav {
  margin-bottom: 42px;
  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;
  position: relative;
  z-index: 1
}
.owl-carousel.owl-theme .owl-nav .owl-dot, .owl-carousel.owl-theme .owl-nav .owl-dots {
  background: none;
  margin: 0
}
.owl-carousel.owl-theme .owl-nav .owl-dot:hover, .owl-carousel.owl-theme .owl-nav .owl-dots:hover {
  background: none
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  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;
  opacity: .2
}
.owl-carousel.owl-theme .owl-nav .owl-prev img {
  -webkit-filter: invert(0);
  filter: invert(0)
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  background: none;
  opacity: .5
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  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;
  opacity: .2
}
.owl-carousel.owl-theme .owl-nav .owl-next img {
  -webkit-filter: invert(0);
  filter: invert(0)
}
.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  background: none;
  opacity: .5
}
.owl-carousel.owl-theme .owl-nav .owl-dots {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  margin: 0
}
.owl-carousel.owl-theme .owl-nav .owl-dot, .owl-carousel.owl-theme .owl-nav .owl-dots {
  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
}
.owl-carousel.owl-theme .owl-nav .owl-dot span {
  width: 10px;
  height: 10px;
  background: #aeaaaa;
  opacity: .5
}
.owl-carousel.owl-theme .owl-nav .owl-dot.active span {
  opacity: 1;
  background: #284fd0
}
.brand {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px
}
.brand, .brand__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 30px
}
.brand__content {
  -ms-flex-flow: column;
  flex-flow: column
}
.brand__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px
}
.brand__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.brand__row {
  gap: 30px
}
.brand__item, .brand__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.brand__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  height: 65px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.footer {
  position: relative;
  z-index: 1;
  gap: 16px
}
.footer, .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.footer__top-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
  padding: 5px 30px;
  height: 80px;
  background: #000c54;
  border-radius: 15px
}
.footer__top-content, .footer__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer__top-left {
  width: 100%;
  max-width: 400px;
  padding-right: 40px;
  gap: 20px
}
.footer__top-left span {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}
.footer__top-left span, .footer__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer__top-right {
  width: 100%;
  max-width: 700px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 32px;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.footer__top-right .input {
  color: #fff
}
.footer__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.footer__bottom, .footer__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer__bottom-content {
  background: #33312d;
  border-radius: 15px;
  gap: 60px;
  padding: 50px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footer__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}
.footer__row, .footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer__row {
  gap: 30px
}
.footer__col, .footer__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px
}
.footer__col, .footer__nav, .footer__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer__nav a {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .02em;
  color: #d1d1d1;
  text-decoration: none
}
.footer__nav .footer__title {
  font-size: 14px;
  font-weight: 500
}
.footer__soc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px
}
.footer__copy, .footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer__copy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.footer__copy-content {
  height: 55px;
  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 30px;
  background: #1b1b1b;
  border-radius: 15px
}
.footer__copy-left {
  width: 100%;
  max-width: 620px
}
.footer__copy-left span {
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: .02em;
  color: #a2a2a2
}
.footer__copy-left span a {
  color: #a2a2a2
}
.footer__copy-right span {
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  text-align: right;
  letter-spacing: .02em;
  color: #a2a2a2
}
.hide-m, .modal {
  display: none
}
.modal {
  position: fixed;
  z-index: 99;
  top: 30px;
  left: 50%;
  width: 100%;
  max-width: 480px;
  padding: 40px 37px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 25px
}
.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%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.modal__img, .modal__row._center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.modal__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.modal__form {
  width: 100%
}
.modal__form, .modal__form .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.modal__form .form {
  gap: 20px
}
.modal__form .btn {
  max-width: 340px
}
.modal__form input {
  background: none;
  height: 45px;
  border: 2px solid #f8f9fb;
  border-radius: 15px
}
.modal__form-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, .8)
}
.modal h3 {
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 20px
}
.modal__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #8c8c8c
}
.modal__mask {
  z-index: 97
}
.modal__backdrop, .modal__mask {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%
}
.modal__backdrop {
  z-index: 98;
  background: rgba(0, 0, 0, .11)
}
.modal .btn {
  width: 100%;
  max-width: 150px;
  padding: 5px 8px;
  font-size: 11px
}
.modal__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.modal__radio .label {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #747474
}
.modal__radio-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px
}
._backdrop {
  position: fixed;
  z-index: 96;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .11)
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%
}
.custom-file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}
.custom-file__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.custom-file__label span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}
.custom-file__label .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;
  max-width: 149px;
  height: 28px;
  background: #fff;
  border: 1px solid rgba(39, 72, 141, .4);
  border-radius: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #626262
}
.radio {
  position: relative
}
.radio__input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}
.radio__label {
  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: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.radio__label img {
  max-width: 27px;
  max-height: 27px;
  -webkit-filter: grayscale(100%) brightness(0);
  filter: grayscale(100%) brightness(0)
}
.radio__input:checked + .radio__label img {
  -webkit-filter: none;
  filter: none
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #c5c5c5;
  margin-top: 25px
}
.breadcrumb a {
  color: #c5c5c5;
  text-decoration: underline
}
.title h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: #282828
}
.category {
  margin-top: 25px
}
.category .title {
  margin-bottom: 25px
}
.category__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.category__item, .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.category__item {
  width: calc((100% - 90px) / 4);
  max-width: 330px;
  min-height: 100px;
  background: #fff;
  border: 1px solid #fcfcfc;
  -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, .03);
  box-shadow: 0 6px 25px rgba(0, 0, 0, .03);
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 15px
}
.category .header__catalog-content {
  display: none
}
.category__item-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px
}
.category__item-right, .category__item-right b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.category__item-right b {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #33312d
}
.category__item-right a, .category__item-right span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #a8a8a8;
  text-decoration: none
}
.article-list {
  margin-top: 70px;
  margin-bottom: 70px
}
.article-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.article-list .title {
  margin-bottom: 25px
}
.article-list__item {
  width: 100%;
  max-width: 330px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}
.article-list__img, .article-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.article-list__img {
  height: 200px;
  background: #d9d9d9;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px
}
.article-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.article-list__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .04em;
  color: #282828
}
.article-list__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.page-text {
  margin-top: 70px
}
.page-text__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: 16px
}
.page-text__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.page-text__content ul {
  padding-left: 30px
}
.page-text__content ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.catalog-header {
  margin-top: 25px
}
.catalog-header__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}
.catalog-header__content, .catalog-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.catalog-header__left {
  width: 630px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.catalog-header__left h3 {
  color: #282828;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  margin-top: 16px
}
.catalog-header__left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.catalog-header__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;
  overflow: hidden;
  border-radius: 15px
}
.catalog-header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.catalog {
  margin-top: 70px
}
.catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px
}
.catalog__aside .catalog-aside__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: static;
  padding: 20px;
  width: 328px;
  background: #fff;
  -webkit-box-shadow: 0 4px 30.2px rgba(0, 0, 0, .05);
  box-shadow: 0 4px 30.2px rgba(0, 0, 0, .05);
  border-radius: 15px;
  height: auto
}
.catalog__aside .catalog-aside__nav .header__catalog-nav {
  max-height: none;
  width: 100%;
  padding-right: 10px
}
.catalog__aside ul.sub-menu {
  position: static;
  padding: 0
}
.catalog__prod {
  max-width: 1050px
}
.catalog .prod__item {
  width: calc((100% - 60px) / 3)
}
.pagination {
  gap: 25px;
  margin-top: 40px
}
.pagination, .pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.pagination__item {
  -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: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #f0efef;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #c5c5c5
}
.pagination__item.active {
  background: #284fd0;
  color: #fff;
  border-color: #284fd0
}
.mob-filter {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.mob-filter, .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.sort {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative
}
.sort__options {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  padding: 10px
}
.sort__label, .sort__val {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #a8a8a8
}
.sort__val {
  text-decoration: underline
}
.sort__option {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  text-align: left;
  color: #a8a8a8
}
.sort__option, .sort__option.active {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px
}
.sort__option.active {
  color: #1a1a1a
}
.mob-filter {
  display: none
}
.prd-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px
}
.prd-card, .prd-card__content {
  gap: 30px
}
.prd-card, .prd-card__content, .prd-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.prd-card__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 350px
}
.prd-card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #282828;
  margin-bottom: 10px
}
.prd-card__storage-city {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #8c8c8c;
  margin-bottom: 10px
}
.prd-card__storage {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #22201e;
  margin-bottom: 15px
}
.prd-card__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.prd-card__description, .prd-card__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px
}
.prd-card__type b {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #8c8c8c
}
.prd-card__type-list {
  gap: 10px;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.prd-card__type-item, .prd-card__type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.prd-card__type-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 7px;
  min-width: 50px;
  height: 26px;
  background: #fbfbfb;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #000
}
.prd-card__type-item.active, .prd-card__type-item:hover {
  background: #000;
  color: #fff
}
.prd-card__price-bl {
  max-width: 330px;
  width: 100%;
  background: #fbfbfb;
  border-radius: 15px;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto
}
.prd-card__price-bl .prd-card__title {
  display: none
}
.prd-card__price {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #202020;
  margin-bottom: 25px
}
.prd-card .btn {
  margin-bottom: 20px
}
.prd-card__price-ship {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.prd-card__price-ship a {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #22201e;
  margin-bottom: 5px
}
.prd-card__price-ship span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #8c8c8c
}
.prd-card__price-link {
  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;
  margin-top: 15px
}
.prd-card__price-link a {
  line-height: 100%;
  text-decoration: underline
}
.prd-card__price-link a, .prd-card__text {
  font-weight: 400;
  font-size: 14px;
  color: #8c8c8c
}
.prd-card__text {
  line-height: 160%
}
.prd-card__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 570px;
  position: relative
}
.prd-card__img .prd-card__big-item {
  padding: 40px
}
.prd-card__img .prd-card__big-item, .prd-card__img .prd-card__img-big {
  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: 330px;
  height: 394px
}
.prd-card__img .prd-card__img-big {
  background: #fff;
  border: 1px solid #f0efef;
  border-radius: 15px
}
.prd-card__img .prd-card__img-big .prd-card__big-item img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}
.prd-card__img .prd-card__img-thumbs {
  width: 100%;
  max-width: 210px;
  min-width: 110px;
  height: 394px;
  overflow: hidden
}
.prd-card__img .prd-card__img-thumb, .prd-card__img .prd-card__img-thumbs {
  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
}
.prd-card__img .prd-card__img-thumb {
  gap: 0;
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}
.prd-card__img .prd-card__img-thumb .owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.prd-card__img .prd-card__img-thumb .prd-card__thumb {
  margin: 16px 0;
  cursor: pointer;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  background: #fff;
  border: 1px solid #f0efef;
  border-radius: 15px
}
.prd-card__img .prd-card__img-thumb .prd-card__thumb.active, .prd-card__img .prd-card__img-thumb .prd-card__thumb:hover {
  border-color: #bfbfbf
}
.prd-card__img .prd-card__img-thumb .prd-card__thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px
}
.prd-card__img .thumb-nav {
  background: none;
  color: #fff;
  border: none;
  padding: 5px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 3;
  opacity: .3
}
.prd-card__img .thumb-nav:hover {
  opacity: .4
}
.prd-card__img .thumb-prev {
  top: 0
}
.prd-card__img .thumb-next {
  bottom: 0
}
@media (max-width: 768px) {
  .prd-card__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .prd-card__img .prd-card__img-big {
    width: 100%;
    height: 200px
  }
  .prd-card__img .prd-card__big-item {
    height: 200px;
    padding: 17px
  }
  .prd-card__img .prd-card__img-thumbs {
    max-width: none;
    height: auto;
    overflow: hidden
  }
  .prd-card__img .prd-card__img-thumb, .prd-card__img .prd-card__img-thumbs {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .prd-card__img .prd-card__img-thumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  .prd-card__img .prd-card__img-thumb .owl-carousel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }
  .prd-card__img .prd-card__img-thumb .prd-card__thumb {
    width: auto;
    height: 60px;
    margin: 0;
    padding: 8px
  }
  .prd-card__img .thumb-nav {
    display: none;
    width: auto
  }
  .prd-card__img .thumb-nav img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}
.prd-tab {
  margin-top: 80px;
  width: 100%
}
.prd-tab__bl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.prd-tab .prd-tab__header, .prd-tab__bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.prd-tab .prd-tab__header {
  gap: 30px;
  margin-bottom: 25px
}
.prd-tab .prd-tab__header-item {
  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: 5px 10px;
  gap: 10px;
  height: 38px;
  background: #fbfbfb;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #22201e;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.prd-tab .prd-tab__header-item.active, .prd-tab .prd-tab__header-item:hover {
  background: #284fd0;
  color: #fff
}
.prd-tab .prd-tab__content {
  padding-top: 25px;
  border-top: 1px solid #ececec
}
.prd-tab .prd-tab__item {
  display: none
}
.prd-tab__item-table {
  width: 100%;
  max-width: 690px
}
.prd-tab__item-table th {
  text-align: left;
  padding: 20px 20px 20px 0;
  color: #8c8c8c
}
.prd-tab__item-table td, .prd-tab__item-table th {
  border-bottom: 1px dashed #848484;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%
}
.prd-tab__item-table td {
  text-align: right;
  padding: 20px 0 20px 20px;
  color: #22201e
}
.prd-tab__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.prd-hashtag {
  margin-top: 80px
}
.prd-hashtag .title {
  margin-bottom: 15px
}
.prd-hashtag__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.prd-hashtag__item, .prd-hashtag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}
.prd-hashtag__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  height: 46px;
  background: #f6f6f6;
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.prd-shipping {
  margin-top: 80px
}
.prd-shipping .title {
  margin-bottom: 30px
}
.prd-shipping__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px
}
.prd-shipping__item, .prd-shipping__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.prd-shipping__item {
  width: 330px;
  background: #fbfbfb;
  border-radius: 15px;
  gap: 20px;
  padding: 30px 20px
}
.prd-shipping__item-img {
  min-width: 40px;
  height: 40px
}
.prd-shipping__item-img img {
  max-width: 100%
}
.prd-shipping__item-text {
  -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: 15px
}
.prd-shipping__item-text b {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #22201e
}
.prd-shipping__item-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #8c8c8c
}
.comment {
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.comment, .comment__header {
  gap: 30px
}
.comment, .comment__header, .comment__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.comment__img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  border: 1px solid #dadada;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden
}
.comment__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px
}
.comment__left {
  padding: 27px 24px;
  max-width: 330px;
  min-width: 330px;
  background: #fbfbfb;
  border-radius: 15px
}
.comment__left, .comment__right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px
}
.comment__left, .comment__rating, .comment__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
.comment__rating {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
.comment__rating span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #8c8c8c
}
.comment__rating small {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: right;
  color: #c5c5c5
}
.comment__rating-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px
}
.comment__rating-col, .comment__rating-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
.comment__rating-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.comment__rating-row span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
  color: #8c8c8c
}
.comment__parameter {
  gap: 20px
}
.comment__parameter, .comment__parameter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.comment__parameter-item {
  gap: 14px
}
.comment__parameter-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #8c8c8c
}
.comment__progress {
  width: 100%;
  height: 3px;
  background: #c5c5c5;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.comment__progress-trek {
  background: #284fd0;
  height: 100%;
  border-radius: 15px
}
.comment__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 23px;
  gap: 15px;
  background: #fff;
  border: 1px dashed #eaeaea;
  border-radius: 15px;
  width: 100%
}
.comment__item, .comment__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.comment__item-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
.comment__item-top .comment__rating {
  width: auto;
  max-width: none
}
.comment__item-img {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  border: 1px solid #dadada;
  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
}
.comment__item-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.comment__item-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: 5px
}
.comment__item-name b {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #22201e
}
.comment__item-name small {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #c5c5c5
}
.comment__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.comment__view-all {
  margin-left: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #a8a8a8
}
.faq {
  margin-top: 80px
}
.faq .title {
  margin-bottom: 25px
}
.faq__list {
  width: 100%;
  overflow: hidden
}
.faq__item {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 15px
}
.faq__item:last-child {
  border-bottom: none
}
.faq__item-title {
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .04em;
  color: #282828
}
.faq__item-title, .faq__item-title .arrow {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.faq__item-title .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  opacity: .07
}
.faq__item-title.active .arrow {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  opacity: .2
}
.faq__item-content {
  display: none;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #8c8c8c
}
.faq__item-content a {
  color: #284fd0;
  text-decoration: none
}
.star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}
.star img._active {
  opacity: 1
}
.star img {
  opacity: .2
}
.analog .title {
  margin-bottom: 20px
}
.analog__content {
  background: #fff;
  border: 1px dashed #c5c5c5;
  border-radius: 15px
}
.analog__content, .analog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.analog__item {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 318px;
  border: 1px dashed rgba(0, 0, 0, 0);
  border-radius: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}
.analog__item:first-child {
  background: #fbfbfb;
  border-right: 1px dashed #c5c5c5
}
.analog__item:first-child:after, .analog__item:last-child:after {
  display: none
}
.analog__item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  height: calc(100% - 60px);
  width: 0;
  border-left: 1px dashed #c5c5c5
}
.analog__item-img {
  height: 136px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}
.analog__item-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.analog__item-name {
  color: #706f6f;
  margin-bottom: 10px
}
.analog__item-name, .analog__item-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: .04em
}
.analog__item-price {
  color: #284fd0;
  margin-bottom: 7px
}
.analog__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: 5px;
  margin-bottom: 15px
}
.analog__text small {
  font-weight: 400
}
.analog__text small, .analog__text span {
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.analog__text span {
  font-weight: 600
}
.analog .bl-h-scroll {
  width: 100%
}
.bl-h-scroll {
  overflow-x: auto
}
.bl-h-scroll::-webkit-scrollbar {
  height: 6px;
  border-radius: 6px
}
.bl-h-scroll::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 6px
}
.bl-h-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 6px
}
.about-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 30px
}
.about-header .title h1 {
  margin-bottom: 0
}
.about-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px
}
.about-header__left p, .about-header p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.about-header p {
  margin-bottom: 16px
}
.about-header__img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 930px
}
.about-header__img, .about-header__img-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.about-header__img-big {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px
}
.about-header__img-big img {
  max-width: 100%
}
.about-header__img-bottom {
  gap: 30px
}
.about-header__img-bottom, .about-header__img-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.about-header__img-small {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px
}
.about-header__img-small img {
  max-width: 100%
}
.about-header__list {
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  clear: both;
  margin-top: 80px;
  margin-bottom: 80px
}
.about-header__list, .about-header__statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.about-header__statistic {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px
}
.about-header__statistic img {
  width: 60px;
  height: 60px
}
.about-history__content {
  margin-top: 40px
}
.about-history__content, .about-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.about-history__item {
  position: relative;
  padding-left: 48px;
  padding-bottom: 30px
}
.about-history__item b {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .04em;
  color: #282828
}
.about-history__item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.about-history__item:after, .about-history__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0
}
.about-history__item:after {
  width: 17px;
  height: 17px;
  left: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  z-index: 1;
  border-radius: 17px
}
.about-history__item:before {
  width: 1px;
  height: calc(100% + 50px);
  top: -40px;
  left: 8px;
  border-left: 1px dashed #ececec
}
.our-team {
  margin-top: 80px
}
.our-team__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.our-team__item {
  gap: 30px
}
.our-team__item, .our-team__text {
  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
}
.our-team__text b {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .04em;
  color: #282828
}
.our-team__text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.our-team__img {
  width: 100%;
  aspect-ratio: 1/1;
  background: #fbfbfb;
  border: 1px dashed #c5c5c5;
  border-radius: 210px;
  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
}
.our-team__img img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.certificate {
  margin-top: 80px
}
.certificate .title {
  margin-bottom: 30px
}
.certificate__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px
}
.comment-list {
  margin-top: 80px
}
.comment-list .title {
  margin-bottom: 30px
}
.comment-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%
}
.comment-list__content .comment__item {
  width: 100%;
  max-width: 440px
}
.contact-page {
  margin-top: 80px;
  margin-bottom: 80px
}
.contact-page .title {
  margin-bottom: 30px
}
.contact-page__top {
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}
.contact-page__link, .contact-page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.contact-page__link {
  gap: 20px
}
.contact-page__link, .contact-page__link-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.contact-page__link-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fafafa;
  border-radius: 15px;
  overflow: hidden
}
.contact-page__link-img img {
  width: 18px;
  height: 18px;
  -webkit-filter: invert(65%) sepia(0) saturate(1%) hue-rotate(21deg) brightness(85%) contrast(87%);
  filter: invert(65%) sepia(0) saturate(1%) hue-rotate(21deg) brightness(85%) contrast(87%)
}
.contact-page__link-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: 10px
}
.contact-page__link-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #8c8c8c
}
.contact-page__link-text b {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .04em;
  color: #282828
}
.contact-page__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px
}
.contact-page__bottom, .contact-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.contact-page__bottom {
  background: -o-linear-gradient(346.41deg, #000c54 0, #2755f3 100%);
  background: linear-gradient(103.59deg, #000c54, #2755f3);
  border-radius: 15px;
  padding: 25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.contact-page__form {
  width: 100%;
  max-width: 959px
}
.contact-page__form-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: 10px
}
.contact-page__form-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .04em;
  color: #fff;
  margin-bottom: 20px
}
.contact-page__form-content {
  background: #fff;
  border-radius: 15px;
  padding: 25px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}
.contact-page__form-content, .contact-page__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.contact-page__form-row {
  width: 100%;
  gap: 30px
}
.contact-page__form-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}
.contact-page__form-bottom, .contact-page__form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.contact-page__form-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px
}
.contact-page__form-bottom span {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  color: #8c8c8c
}
.contact-page__form-bottom .btn {
  max-width: 180px
}
.stock {
  margin-top: 40px;
  margin-bottom: 40px
}
.stock__content, .stock__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px
}
.stock__row {
  width: 100%
}
.stock__col {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px
}
.stock__col .stock__item {
  width: 100%
}
.stock__item {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.stock__item img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px
}
.stock__item b {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .04em;
  color: #282828
}
.stock__item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #8c8c8c
}
.contact {
  margin-top: 40px;
  margin-bottom: 60px
}
.contact__top {
  gap: 30px;
  margin-bottom: 60px;
  width: 100%
}
.contact__left, .contact__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.contact__left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.contact__content, .contact__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.contact__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.contact__col {
  gap: 25px
}
.contact__col, .contact__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.contact__text b {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .04em;
  color: #282828
}
.contact__text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.contact__map {
  overflow: hidden;
  width: 100%;
  max-width: 850px;
  border-radius: 15px;
  min-height: 332px
}
.map {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%
}
.service__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c
}
.service__bottom {
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px
}
.service__bottom, .service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.service__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 330px;
  height: 70px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 15px;
  padding: 5px 30px;
  gap: 15px
}
.service__item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .04em;
  color: #282828
}
.service .contact-page__bottom, .service .faq {
  margin-bottom: 40px
}
.prd-tab__item .form {
  width: 100%;
  max-width: 415px;
  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
}
.lk {
  margin-top: 25px
}
.lk__logout {
  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: 5px 20px;
  height: 39px;
  background: #fff1f1;
  border-radius: 15px;
  margin-left: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #f40000;
  text-decoration: none
}
.lk .prd-tab {
  margin-top: 0
}
.lk__content {
  margin-bottom: 30px
}
.order {
  margin-top: 25px
}
.order__param {
  width: 100%;
  max-width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px
}
.order__param-item {
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 15px;
  padding: 5px 14px;
  text-decoration: none;
  gap: 20px
}
.order__param-img, .order__param-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.order__param-img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #fcfcfc;
  border-radius: 15px
}
.order__param-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: 10px
}
.order__param-text small {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #939393
}
.order__param-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #1f1f1f
}
.order__param-redact {
  margin-left: auto
}
.order__list {
  margin-top: 60px;
  margin-bottom: 60px
}
.order__list table {
  width: 100%;
  margin-top: 20px
}
.order__list table th {
  line-height: 100%;
  color: #8c8c8c;
  padding: 20px 10px
}
.order__list table td, .order__list table th {
  font-weight: 500;
  font-size: 12px;
  border-bottom: 1px dashed #ececec
}
.order__list table td {
  line-height: 15px;
  color: #282828;
  padding: 15px 10px;
  text-align: center
}
.order__list table .order__list-img {
  padding-left: 0;
  width: 120px
}
.order__list table .order__list-img img {
  height: 80px;
  width: auto
}
.order__list table .order__list-delete {
  width: 30px;
  padding-right: 0
}
.order__list table tfoot td {
  border-bottom: none
}
.order__list-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #1f1f1f
}
.order .btn.btn-blue {
  margin-left: auto;
  max-width: 180px;
  margin-top: 40px
}
.order__price {
  width: 120px;
  text-align: center
}
.order .quantity {
  margin: 0 auto
}
.order__formated {
  width: 100%;
  max-width: 690px;
  gap: 30px;
  margin-bottom: 60px
}
.order__formated, .order__formated-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__formated-item {
  gap: 20px
}
.quantity {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 90px;
  height: 35px;
  background: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 3px
}
.quantity, .quantity button {
  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
}
.quantity button {
  font-size: 18px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: #fcfcfc;
  border-radius: 16px;
  border: none
}
.quantity .qty {
  width: 40px;
  text-align: center;
  border: none;
  background: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #1f1f1f
}
.articles {
  margin-bottom: 40px
}
.articles__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%
}
.articles__left {
  width: 100%;
  max-width: 330px
}
.articles__filter {
  width: 100%;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 13px 23px
}
.articles__filter, .articles__filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.articles__filter-item {
  height: 44px;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #ececec
}
.articles__filter-item:last-child {
  border-bottom: none
}
.articles__filter-item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .04em;
  color: #282828
}
.articles__filter-item small {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c5c5c5
}
.articles__filter-item small, .articles__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.articles__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.articles__right .prd-hashtag__list {
  width: 100%
}
.articles__right-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.article {
  margin-top: 40px;
  margin-bottom: 40px
}
.article__text {
  margin-bottom: 60px
}
.article__text img {
  border-radius: 15px;
  float: right
}
.article__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8c8c;
  margin-bottom: 20px
}
.article__text h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #282828
}
.article .prd-hashtag__list {
  margin-top: 30px
}
.main-error {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.page-error {
  padding: 30px;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px
}
.page-error, .page-error .title {
  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
}
.page-error .title {
  text-align: center
}
.page-error .btn {
  max-width: 520px
}
.page-error img {
  max-width: 100%
}
@media (max-width: 1200px) {
  .catalog .prod__item, .category__item {
    width: calc((100% - 60px) / 3)
  }
  .catalog .prod__item {
    max-width: none
  }
  .catalog__aside .header__catalog-content {
    width: 260px
  }
  .prd-card__img-thumbs {
    width: 100%;
    max-width: 180px
  }
}
@media (max-width: 1024px) {
  .header__logo img:last-child {
    width: 80px
  }
  .header__content {
    padding: 17px 10px
  }
  .container {
    padding: 0 10px
  }
  .header__top {
    gap: 10px
  }
  .header__top-nav {
    gap: 7px;
    width: 51%
  }
  .header__top-right {
    gap: 7px
  }
  .header__bottom, .header__bottom-nav {
    gap: 10px
  }
  .header__calc, .header__catalog {
    padding: 5px 10px;
    gap: 5px
  }
  .header__calc {
    min-width: 110px
  }
  .footer__bottom-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .category__list {
    gap: 10px
  }
  .category__item b {
    font-size: 14px
  }
  .category__item a, .category__item span {
    font-size: 10px
  }
  .catalog .prod__item {
    max-width: none;
    width: calc((100% - 30px) / 2)
  }
  .prd-card__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .prd-card__price-bl {
    margin-left: 0
  }
  .comment__left {
    min-width: 200px
  }
  .article__text > img {
    width: 50%
  }
}
@media (max-width: 768px) {
  .header__content {
    padding: 15px 10px;
    height: auto
  }
  .header__top {
    -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;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 40px;
    display: none
  }
  .header__top-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    max-width: none;
    margin-right: 0;
    gap: 28px;
    margin-bottom: 60px
  }
  .header__top-nav, .header__top-right {
    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
  }
  .header__top-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    gap: 20px;
    margin-bottom: 30px
  }
  .header__top-left {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .header__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .header__bottom, .header__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .header__logo {
    margin-right: auto
  }
  .header__search {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: calc(100% - 70px);
    max-width: none
  }
  .header__search .input {
    height: 28px;
    border-radius: 8px;
    font-size: 10px
  }
  .header__search button {
    height: 28px
  }
  .header__calc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 160px;
    height: 32px;
    border-radius: 8px
  }
  .header__calc span {
    font-size: 10px;
    line-height: 100%
  }
  .header__calc img {
    height: 20px
  }
  .header__bottom-nav {
    display: none
  }
  .header__catalog {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    height: 32px;
    border-radius: 8px;
    padding: 5px
  }
  .header__catalog span {
    display: none
  }
  .header__mob-nav {
    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;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto
  }
  .logo-mob {
    display: block
  }
  .logo-desc {
    display: none
  }
  .header__logo img:last-child {
    width: 62px
  }
  .header__content .header__catalog-content {
    position: absolute;
    top: 100px;
    width: 100%;
    margin-top: 0;
    height: auto;
    max-height: calc(100vh - 100px);
    -webkit-box-shadow: 0 6px 6px 3px rgba(0, 0, 0, .18);
    box-shadow: 0 6px 6px 3px rgba(0, 0, 0, .18)
  }
  .header__catalog-content {
    position: static;
    padding: 20px;
    gap: 18px;
    width: 340px;
    background: #fff;
    -webkit-box-shadow: 0 4px 30.2px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 30.2px rgba(0, 0, 0, .05);
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
  }
  .header__catalog-content.hide-m {
    display: none !important
  }
  .header__catalog-nav {
    width: 100%;
    overflow: visible;
    padding-right: 0;
    height: auto;
    max-height: none
  }
  ul.sub-menu {
    position: static;
    padding: 0 0 0 15px;
    margin: 0
  }
  .top-badge__content {
    padding-left: 15px
  }
  .top-badge span {
    font-size: 14px
  }
  .top-badge a {
    max-width: 180px;
    font-size: 13px;
    padding-top: 12px;
    padding-left: 7px
  }
  .banner {
    height: 260px
  }
  .banner__carousel, .owl-stage-outer {
    height: 100%
  }
  .banner__text {
    padding: 40px 30px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 140%
  }
  .banner__carousel.owl-carousel.owl-theme .owl-nav {
    margin-top: -45px
  }
  .banner .banner__item, .banner .owl-carousel.owl-drag .owl-item, .banner .owl-carousel .owl-stage {
    height: 100%
  }
  .footer__bottom-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
  }
  .footer__bottom-content, .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .footer__row {
    gap: 12px
  }
  .footer__col, .footer__nav, .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
  }
  .title h2 {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #282828
  }
  .prod__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: none;
    height: 180px;
    height: auto
  }
  .prod__item-img {
    height: auto;
    width: 40%;
    min-width: 163px
  }
  .prod__item-img img {
    height: 108px
  }
  .prod__item-top {
    width: 40%;
    min-width: 163px;
    right: auto;
    left: 0;
    top: 9px;
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px
  }
  .prod__item-bottom {
    width: 60%;
    background-size: cover;
    padding: 15px;
    gap: 15px
  }
  .prod__item-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
  .prod__item-title b, .prod__item-title span {
    font-size: 12px;
    line-height: 140%
  }
  .prod__item-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
  }
  .prod__item-price {
    min-width: 120px
  }
  .brand__row, .footer__top-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .brand__row {
    gap: 10px
  }
  .brand__item {
    width: calc(50% - 5px)
  }
  .footer__top-content {
    height: auto;
    padding: 32px 25px
  }
  .footer__top-content, .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
  }
  .footer__top-left {
    padding: 0
  }
  .footer__top-left span {
    text-align: center
  }
  .footer__top-right {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
  .footer__top-right .btn-white, .footer__top-right .input {
    width: 100%
  }
  .footer__copy-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;
    height: auto
  }
  .footer__copy-left {
    max-width: none
  }
  .footer__copy-left span {
    display: block;
    text-align: center
  }
  .modal {
    padding: 40px 20px
  }
  .category__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .category__item {
    width: calc((100% - 30px) / 2);
    min-height: 80px
  }
  .category__item img {
    width: 40px;
    height: 40px
  }
  .catalog-header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .catalog-header__left {
    max-width: none;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .catalog-header__left .title h1 {
    font-size: 18px;
    line-height: 140%
  }
  .catalog-header__left h3, .catalog-header__left p {
    font-size: 14px;
    line-height: 160%;
    text-align: center
  }
  .catalog__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .mob-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .catalog__aside .catalog-aside__nav {
    display: none;
    width: 100%;
    max-width: 380px;
    margin: 0 auto
  }
  .catalog .prod__item {
    width: 100%
  }
  .prd-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .prd-card__img-big {
    width: 100%
  }
  .prd-card__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: none;
    width: 100%;
    gap: 20px
  }
  .prd-card__info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: none;
    width: 100%
  }
  .prd-card__title {
    display: none
  }
  .prd-card__price-bl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 0;
    background: none
  }
  .prd-card__price-bl .prd-card__title {
    display: block
  }
  .prd-card__price {
    width: 100%;
    margin: 0;
    text-align: left
  }
  .btn-blue, .btn-border, .prd-card__price-ship {
    width: calc(50% - 10px);
    margin: 0;
    max-width: none
  }
  .prd-card__price-link {
    text-align: center;
    margin: 0 auto
  }
  .prd-card__description {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .prd-card__storage, .prd-card__storage-city {
    text-align: center
  }
  .comment__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .comment__item-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .prd-shipping, .prd-tab {
    margin-top: 60px
  }
  .comment__header {
    gap: 10px
  }
  .comment__img {
    width: 60px;
    height: 60px
  }
  .analog .title {
    text-align: left
  }
  .analog__content {
    margin-bottom: 10px
  }
  .about-header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .about-header__left, .comment-list__content .comment__item {
    max-width: none
  }
  .about-header__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
  }
  .about-header__statistic {
    width: calc(50% - 10px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .contact-page__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .contact-page__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .contact-page__form-content {
    padding: 16px
  }
  .our-team {
    margin-top: 30px
  }
  .stock__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .stock__col, .stock__item {
    width: 100%;
    max-width: none
  }
  .contact__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .contact__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .service__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .prd-tab .prd-tab__header-item {
    white-space: nowrap
  }
  .order__list table .order__list-img {
    width: 50px
  }
  .order__list table td {
    padding: 7px 5px;
    width: 50px;
    font-size: 9px
  }
  .order__list table th {
    font-size: 9px
  }
  .order__list table .order__list-img img {
    height: auto;
    max-height: 50px;
    max-width: 100%
  }
  .quantity .qty {
    width: 20px
  }
  .quantity {
    width: 64px
  }
  .article__text, .articles__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .article__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .article__text > img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
  }
  .page-error {
    gap: 10px
  }
  .page-error .title {
    gap: 0
  }
  .page-error .title h1 {
    margin-bottom: 10px
  }
}
@media (max-width: 575px) {
  .category__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .category__item {
    width: 100%
  }
}