*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
:root {
  --white: #FFFFFF;
  --black: #000000;
  --black-2: #202020;
  --black-hover: #303030;
  --accent: #FAE6CD;
  --beige: #B89378;
  --grey-1: #434343;
  --grey-2: #3D3D3D;
  --grey-3: #737373;
  --grey-4: #EFF3F4;
  --black-01: rgba(0, 0, 0, 0.1);
  --black-02: rgba(0, 0, 0, 0.2);
  --black-08: rgba(0, 0, 0, 0.8);
  --white-02: rgba(255, 255, 255, 0.2);
  --white-04: rgba(255, 255, 255, 0.4);
  --white-05: rgba(255, 255, 255, 0.5);
  --white-06: rgba(255, 255, 255, 0.6);
  --white-07: rgba(255, 255, 255, 0.7);
  --white-08: rgba(255, 255, 255, 0.8);
  --stroke: #DEDEDE;
  --base-ff: "Raleway";
  --second-ff: "Circe";
  --title-ff: "Romul";
  --gutter-x: 20px;
  --gutter-y: 0px;
  --rounded: 40px;
  --rounded-sm: 20px;
}

@media (max-width: 767px) {
  :root {
    --rounded: 30px;
    --gutter-x: 10px;
  }
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Romul";
  src: url("../fonts/Romul.woff2") format("woff2"), url("../fonts/Romul.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a, button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

svg, path {
  -webkit-transition: fill 0.2s linear, stroke 0.2s linear;
  transition: fill 0.2s linear, stroke 0.2s linear;
}

ul[class], ol[class] {
  list-style: none;
  padding: 0;
}

ul, ol {
  margin: 0;
}

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

button {
  background: none;
  border: none;
  padding: 0;
}

label {
  cursor: pointer;
}

input, textarea {
  outline: none;
  -ms-touch-action: none;
      touch-action: none;
}

textarea {
  resize: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.centered {
  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;
}

.icon {
  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: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icon svg, .icon img {
  width: 100%;
  height: 100%;
}
.icon svg, .icon path {
  stroke: inherit;
}
.icon > div {
  width: 100%;
  height: 100%;
}

.medium {
  font-weight: 500;
}

.s-bold {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.full-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.border {
  position: relative;
}
.border::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  border: 1px solid var(--black-01);
  pointer-events: none;
}

.bestsellers-slider .border::before {
  border: none;
}

body {
  font-family: var(--base-ff);
  max-width: 100%;
  position: relative;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: normal;
}

ul, ol {
  padding-left: 21px;
}

.container {
  width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.wrapper {
  width: 1400px;
  max-width: 100%;
  padding: 10px 10px 0;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  overflow: hidden;
}
.slider-actions {
  border-radius: 15px;
  padding: 5px;
  fill: var(--black-08);
}
.slider-actions--light {
  fill: var(--white);
}
.slider-actions--light::before {
  border-color: var(--white-02);
}
.slider-btn {
  width: 38px;
  height: 36px;
  margin-right: 5px;
  border-radius: 10px;
}
.slider-btn:hover {
  background: var(--beige);
  fill: var(--white);
}
.slider-btn:last-child {
  margin: 0;
}
.slider-btn-white:hover {
  background: var(--white);
  fill: var(--black);
}
.slider-pagination {
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-width: 6px;
  --swiper-pagination-bullet-height: 6px;
  --swiper-pagination-bullet-inactive-color: #000000;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-color: #000000;
}
.slider-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-pagination__list .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.slider-pagination__list .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
}

.section {
  padding: 50px 0;
}
.section__inner {
  border-radius: var(--rounded) var(--rounded) 0 0;
  padding-top: 50px;
  background: var(--white);
}
.section__result {
  margin-bottom: 30px;
}
.section--pt-2 {
  padding-top: 100px;
}
.section--pb-2 {
  padding-bottom: 100px;
}
.section--pt-0 {
  padding-top: 0;
}
.section--pb-0 {
  padding-bottom: 0;
}
.section--py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile {
  display: none;
}

.noIntroPage {
  padding-top: 86px;
}

.title-circle {
  position: relative;
}
.title-circle::before {
  content: "";
  width: 184px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
}
.title-circle span {
  position: relative;
}

.rounded {
  border-radius: var(--rounded);
}

.rounded-img img, .rounded-img video {
  border-radius: var(--rounded);
}

.rounded-img video{
  max-width: 1380px;
  max-height: 560px;
}

.o-hidden {
  overflow: hidden;
}

.tabs-content:not(.active) {
  display: none;
}

.header .header__content{
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header .header__content:hover{
  background:rgba(255, 255, 255, 1);
}


@media (max-width: 1279px) {
  .container {
    width: 940px;
  }
}
@media (max-width: 959px) {
  .container {
    width: 748px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 15px 15px 0;
  }
  .container {
    padding: 0 20px;
  }
  .container--m-px-0 {
    padding: 0;
  }
  .section {
    padding: 30px 0;
  }
  .section__inner {
    padding-top: 30px;
  }
  .section--pt-2 {
    padding-top: 60px;
  }
  .section--pb-2 {
    padding-bottom: 60px;
  }
  .section--m-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section--pb-0 {
    padding-bottom: 0;
  }
  .slider-actions {
    padding: 4px;
    border-radius: 12px;
  }
  .slider-btn {
    width: 33px;
    height: 31px;
    margin-right: 4px;
  }
  .desctop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .noIntroPage {
    padding-top: 68px;
  }
  .title-circle::before {
    width: 112px;
    height: 48px;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: var(--title-ff);
  text-transform: uppercase;
  line-height: 120%;
  font-weight: normal;
}

h1, .h1 {
  letter-spacing: -0.08em;
  font-size: 45px;
}

h2, .h2 {
  font-size: 35px;
  letter-spacing: -0.1em;
}

h3, .h3 {
  font-size: 24px;
  letter-spacing: -0.1em;
}

.txt {
  font-size: 16px;
  line-height: 150%;
  color: var(--grey-1);
}

.title {
  font-family: var(--title-ff);
  letter-spacing: -0.1em;
}

.title-sm {
  font-size: 15px;
  line-height: 120%;
}

.f-12 {
  font-size: 12px;
  line-height: 130%;
}

.f-14 {
  font-size: 14px;
  line-height: 16px;
}

.f-18 {
  font-size: 18px;
  line-height: 21px;
}

.f-20 {
  font-size: 20px;
  line-height: 130%;
}

.f-2 {
  font-size: 14px;
  line-height: 14px;
}

.f-5 {
  font-size: 20px;
  line-height: 130%;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 24px;
  }
  h2, .h2 {
    font-size: 22px;
  }
  h3, .h3 {
    font-size: 18px;
  }
  .txt {
    font-size: 14px;
  }
  .title-sm {
    font-size: 12px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-18 {
    font-size: 14px;
    line-height: 16px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-2 {
    font-size: 12px;
    line-height: 14px;
  }
  .f-5 {
    font-size: 16px;
  }
}
.btn {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  background: var(--black-2);
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--white);
  fill: var(--white);
  padding: 20px 30px;
}
.btn svg {
  -webkit-transition: 0s;
  transition: 0s;
}
.btn:hover {
  background: var(--black-hover);
}
.btn__icon {
  margin-left: 10px;
  width: 16px;
  height: 19px;
}
.btn__icon--left {
  margin-left: 0;
  margin-right: 10px;
}
.btn__icon--left svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn-outline {
  background: none;
  position: relative;
  color: var(--black);
  fill: var(--black);
}
.btn-outline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid var(--black-2);
  border-radius: inherit;
}
.btn-outline:hover {
  color: var(--white);
  fill: var(--white);
}
.btn-sm {
  background: var(--white);
  font-weight: 600;
  padding: 8.5px 20px;
  border-radius: 10px;
  text-transform: initial;
}
.btn-sm::before {
  border-color: var(--black-02);
}

.all-btn {
  margin: 30px auto 0;
}

@media (max-width: 767px) {
  .all-btn {
    margin-top: 20px;
  }
}
.open-menu {
  width: 26px;
  height: 26px;
  --line-width: 26px;
  --line-height: 2px;
}
.open-menu span {
  position: relative;
  width: var(--line-width);
  height: var(--line-height);
  background: var(--black);
}
.open-menu span::before, .open-menu span::after {
  content: "";
  display: block;
  width: var(--line-width);
  height: var(--line-height);
  background: var(--black);
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.open-menu span::before {
  top: -8px;
}
.open-menu span::after {
  bottom: -8px;
  width: calc(var(--line-width) * 0.5);
}
.open-menu.active span {
  background: transparent;
}
.open-menu.active span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.open-menu.active span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  width: var(--line-width);
}

.form-input {
  display: block;
  width: 100%;
  height: 59px;
  border: 1px solid var(--black-02);
  border-radius: 20px;
  padding: 20px 30px;
  background: transparent;
  font-size: 14px;
}
.form-checkbox {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}
.form-checkbox input {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.form-checkbox input:checked + span .form-checkbox__icon::before {
  opacity: 1;
}
.form-checkbox__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-checkbox__icon {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid var(--black-02);
  margin-right: 10px;
}
.form-checkbox__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #928C4A;
  opacity: 0;
}
.form-checkbox__txt a {
  font-weight: 600;
  text-decoration: underline;
}
.form-checkbox__txt a:hover {
  text-decoration: none;
}
.form-btn {
  text-transform: initial;
}

@media (max-width: 767px) {
  .form-input {
    padding: 20px;
    border-color: var(--black-2);
  }
  .form-input::-webkit-input-placeholder {
    color: var(--black-2);
  }
  .form-input::-moz-placeholder {
    color: var(--black-2);
  }
  .form-input:-ms-input-placeholder {
    color: var(--black-2);
  }
  .form-input::-ms-input-placeholder {
    color: var(--black-2);
  }
  .form-input::placeholder {
    color: var(--black-2);
  }
  .form-textarea {
    padding: 20px;
    height: 108px;
  }
  .form-checkbox {
    padding: 10px 0;
    font-size: 12px;
  }
  .form-checkbox input {
    left: 0;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 30px;
  /*-webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;*/
}
.header.fixed {
  position: fixed;
  padding-top: 10px;
}
.header .container {
  position: relative;
  z-index: 3;
}
.header.opened .header__content {
  background: var(--white);
}
.header__content {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  min-height: 56px;
  /*-webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;*/
}
.header__menu {
  /*margin-left: auto;*/
  margin-left: 15px;
  margin-right: auto;
  position: relative;
}
.header__dropdown {
  position: absolute;
  left: 0;
  right: -20px;
  z-index: 9;
  background: var(--accent);
  border-radius: 0 0 var(--rounded) var(--rounded);
  display: none;
}
.header__dropdown.opened {
  display: block;
}
.header__dropdown-inner {
  padding: 30px;
}
.header__dropdown-col {
  margin-right: 60px;
}
.header__dropdown-col:last-child {
  margin-right: 0;
}

.header__dropdown-item{
  position: absolute;
  top: auto;	
	z-index: 500;
  background: var(--accent);
  border-radius: 0 0 var(--rounded) var(--rounded);
  padding: 30px;
}

.header__dropdown-item:not(.visible) {
  display: none;
}

.header__dropdown-title {
  margin-bottom: 20px;
}

.header__dropdown-menu__item {
  margin-bottom: 10px;
  position: relative;
}


.header__dropdown-menu__item:last-child {
  margin-bottom: 0;
}
.header__dropdown-head {
  background: var(--grey-4);
  padding: 20px;
  display: none;
}
.header__dropdown-back {
  font-size: 14px;
  line-height: 16px;
}
.header__dropdown-back__icon {
  width: 16px;
  height: 19px;
  margin-right: 20px;
}
.header__dropdown-back__icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__m-menu {
  display: none;
  margin-left: auto;
}
.header__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--black);
  opacity: 0.5;
  display: none;
}

.no-scroll {
  overflow: hidden;
}

@media (min-width: 1280px) {
  .header.opened .header__content {
    /*border-bottom-right-radius: 0;*/
    background: var(--white);
  }
}
.menu {
  font-size: 14px;
  line-height: 16px;
}
.menu__item {
  margin-right: 19px;
}
.menu__item:last-child {
  margin: 0;
}
.menu__link {
  padding: 20px 0;
  display: block;
  position: relative;
}
.menu__link-icon {
  display: none;
  width: 16px;
  height: 19px;
}

.menu__item.selected .menu__link{
  color: var(--beige);
}

.menu__item.selected .menu__link::after{
  /*opacity: 1;*/
  opacity: 0;
}

.menu__link:hover {
  color: var(--beige);
}
.menu__link::after {
  content: "";
  height: 2px;
  background: var(--beige);
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 600;
  opacity: 0;
}

@media (max-width: 1279px) {
  .header.opened .header__overlay {
    display: block;
  }
  .header__content {
    position: relative;
  }
  .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 10px;
    display: none;
    max-height: calc(100svh - 76px);
    overflow: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .header__menu.opened {
    display: block;
  }
  .header__menu-inner {
    background: #EFF3F4;
    border-radius: 20px;
    padding: 20px;
  }
  .header__menu-inner.hidden {
    display: none;
  }
  .header__dropdown {
    left: 0;
    right: 0;
    border-radius: 20px;
    position: initial;
  }
  .header__dropdown-head {
    display: block;
    border-radius: 20px 20px 0 0;
  }
  .header__m-menu {
    display: block;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .menu__link {
    padding: 0;
    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;
  }
  .menu__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 959px) {
  .header {
    padding-top: 25px;
  }
  .header .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header__content {
    min-height: 48px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__dropdown-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__dropdown-col {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .header__dropdown-col:last-child {
    margin: 0;
  }
  .header__dropdown-inner {
    border-top: 2px solid var(--beige);
  }
  .header__menu {
    max-height: calc(100svh - 68px);
  }
  .logo img {
    height: 28px;
    width: auto;
  }
}
.footer {
  font-size: 15px;
  line-height: 130%;
  position: relative;
  z-index: 3;
}
.footer__top {
  /*background: var(--black-2) url(../images/general/f-bg.svg) top 0 right 0 no-repeat;*/
  background: var(--black-2);
  background-size: auto 100%;
  border-radius: var(--rounded);
  padding: 40px 0;
  color: var(--white);
}
.footer__top-col-3 {
  width: 25%;
}
.footer__top-col-2 {
  width: 16.66666667%;
}
.footer__bottom {
  padding: 20px 0;
  color: var(--black-2);
}
.footer__bottom-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__link {
  text-decoration: underline;
}
.footer__link:hover {
  text-decoration: none;
}
.footer__title {
  margin-bottom: 10px;
}
.footer-menu--grey {
  color: var(--white-04);
}
.footer-menu__item {
  margin-bottom: 10px;
}
.footer-menu__item:last-child {
  margin-bottom: 0;
}
.footer__phone {
  margin-bottom: 20px;
}
.footer__phone-title {
  margin-bottom: 10px;
}
.footer__phone-link {
  margin-bottom: 5px;
}
.footer__phone-txt {
  color: var(--white-04);
}
.footer__btn {
  font-weight: 600;
  padding: 20px 30px;
  background: var(--accent);
  color: var(--black-2);
}
.footer__btn:hover {
  background: var(--beige);
  color: var(--white);
}
.footer__left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__social {
  margin-top: auto;
}
.footer__social-title {
  margin-bottom: 20px;
}

.social__item {
  margin-right: 10px;
}
.social__item:last-child {
  margin: 0;
}
.social__link {
  width: 30px;
  height: 30px;
  fill: var(--white-04);
}
.social__link:hover {
  fill: var(--white);
}
.social__link--beige {
  fill: var(--beige);
  opacity: 0.4;
}
.social__link--beige:hover {
  opacity: 1;
}

@media (max-width: 1279px) {
  .footer__top-col-3 {
    width: 50%;
  }
  .footer__top-col-3--first {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__right {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: 10px;
  }
  .footer__social-title {
    display: none;
  }
}
@media (max-width: 959px) {
  .footer__top {
    background: var(--black-2);
  }
  .footer__top-content {
    --gutter-y: 30px;
  }
  .footer__top-col-3 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .footer__top-col-3--first {
    margin-bottom: 10px;
  }
  .footer__top-col-2 {
    width: 33.3333333333%;
  }
  .footer__right {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer__top {
    padding: 20px 0;
  }
  .footer__top-col-2 {
    width: 50%;
  }
  .footer__phone {
    margin-bottom: 10px;
  }
  .footer__phone-title {
    font-size: 12px;
  }
  .footer__phone-link {
    font-size: 30px;
  }
  .footer__phone-txt {
    font-size: 12px;
  }
  .footer__btn {
    padding: 15px 30px;
  }
}
@media (max-width: 480px) {
  .footer__bottom {
    text-align: center;
  }
  .footer__bottom-content {
    --gutter-y: 20px;
  }
  .footer__bottom-col {
    width: 100%;
  }
  .footer__bottom-col:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__bottom-col:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.modal-dialog-info {
  max-width: 666px;
}
.modal-dialog-colors {
  max-width: 630px;
}
.modal-dialog-feedback {
  max-width: 1020px;
}
.modal-dialog-thanks {
  max-width: 560px;
}
.modal-content {
  background: var(--white);
  padding: 60px;
  position: relative;
}
.modal-content__head {
  margin-bottom: 30px;
}
.modal-content__head--mb-2 {
  margin-bottom: 10px;
}
.modal-content__head-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-content__head-close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-content__foot {
  margin-top: 30px;
}
.modal-close {
  width: 50px;
  height: 50px;
  border-radius: 20px;
}
.modal-close-absolute {
  position: absolute;
  top: 15px;
  right: 16px;
}
.modal-close-white {
  fill: var(--white);
}
.modal-close-white::before {
  border-color: var(--white-02);
}
.modal-close svg {
  width: 20px;
  height: 20px;
}
.modal-colors__actions-list {
  --gutter-x: 10px;
}
.modal-colors__btn {
  width: 220px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-colors__cancel {
  color: var(--black-2);
}
.modal-colors__cancel::before {
  border-color: var(--black-02);
}
.modal-feedback {
  background: url(../images/general/modal-feedback.jpg) 0 0 no-repeat;
  background-size: cover;
}

.feedback-form {
  position: relative;
}
.feedback-form__title {
  position: absolute;
  max-width: 330px;
  top: 0;
  left: 0;
  color: var(--white);
}
.feedback-form__content {
  padding: 30px 36px 30px 30px;
  background: var(--white);
  clip-path: path("M856 0H448L390.454 0.786285C368.577 1.08519 351 18.9043 351 40.7826V71.2896C351 93.3809 333.091 111.29 311 111.29H192.5H40.1489C18.1951 111.29 0.343993 128.984 0.150441 150.937L0 168V264C0 286.091 17.9086 304 40 304H856C878.091 304 896 286.091 896 264V40C896 17.9086 878.091 0 856 0Z");
}

@media (max-width: 1279px) {
  .feedback-form__content {
    clip-path: initial;
  }
  .feedback-form__title {
    margin-bottom: 30px;
    position: initial;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .modal.fade .modal-dialog-bottom {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .modal.show .modal-dialog-bottom {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .modal-dialog-info {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 100%;
  }
  .modal-dialog-bottom {
    margin: 0;
    min-height: 100vh;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 100%;
  }
  .modal-dialog-bottom .modal-content {
    border-radius: var(--rounded) var(--rounded) 0 0;
  }
  .modal-dialog-feedback {
    margin-left: 0;
    margin-right: 0;
  }
  .modal-dialog-thanks {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .modal-content {
    padding: 30px 20px;
  }
  .modal-content__head {
    margin-bottom: 10px;
  }
  .modal-content__head--mb-2 {
    margin-bottom: 20px;
  }
  .modal-content__head-title {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .modal-content__foot {
    margin-top: 20px;
  }
  .modal-close {
    width: 40px;
    height: 40px;
    border-radius: 16px;
  }
  .modal-close-absolute {
    top: 36px;
  }
  .modal-close svg {
    width: 16px;
    height: 16px;
  }
  .modal-feedback {
    background: url(../images/general/modal-feedback-m.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .modal-colors__actions-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-colors__actions-item:last-child {
    margin-bottom: 0;
  }
  .modal-colors__btn {
    width: 100%;
  }
  .feedback-form__title {
    max-width: 280px;
    margin-bottom: 20px;
  }
  .feedback-form__content {
    padding: 20px;
  }
}
.productCard {
  position: relative;
  padding: 30px 10px 10px;
  border-radius: var(--rounded);
  background: rgba(32, 32, 32, 0.1);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.productCard:hover {
  background: rgba(32, 32, 32, 0.5);
  color: var(--white);
}
.productCard:hover .productCard__title {
  color: var(--white);
}
.productCard:hover .productCard__btn {
  background: var(--beige);
  fill: var(--white);
}
.productCard:hover .productCard__btn svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.productCard__info {
  padding: 0 20px 20px;
}
.productCard__title {
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 20px;
  color: var(--grey-3);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.productCard__txt {
  font-size: 20px;
  min-height: 55px;
  line-height: 130%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.productCard__img {
  background: var(--white);
  border-radius: var(--rounded);
  height: 365px;
  padding: 20px;
}
.productCard__img img {
  max-height: 308px;
  width: auto;
}
.productCard__btn {
  border: 1px solid var(--stroke);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: var(--white);
  fill: var(--grey-2);
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.productCard__btn svg {
  width: 36px;
  height: 36px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: fill 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.productCard-buy {
  width: 100%;
  margin-top: 10px;
}
.productCard--sm {
  padding: 0;
  border-radius: 0;
}
.productCard--sm .productCard__txt {
  color: var(--white);
}
.productCard--sm .productCard__info {
  padding: 0 0 20px;
}
.productCard--sm .productCard__img {
  height: 285px;
}
.productCard--sm .productCard__img img {
  max-height: 240px;
}
.productCard--configurator {
  padding: 6px 10px 10px;
  border-radius: 20px;
}
.productCard--configurator .productCard__info {
  padding: 0 0 10px;
}
.productCard--configurator .productCard__title {
  font-size: 12px;
  margin-bottom: 10px;
}
.productCard--configurator .productCard__txt {
  font-size: 14px;
  line-height: 130%;
}
.productCard--configurator .productCard__img {
  height: 210px;
  border-radius: var(--rounded-sm);
}
.productCard--configurator .productCard__img img {
  max-height: 168px;
}

.articleCard {
  height: 100%;
  background: var(--white);
  border-radius: var(--rounded);
  position: relative;
}
.articleCard__img img {
  border-radius: var(--rounded);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articleCard__info {
  padding: 30px;
}
.articleCard__title {
  margin-bottom: 20px;
}

.articleCard__txt{
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

@media (max-width: 1279px) {
  .articleCard__info {
    padding: 20px;
  }
  .articleCard__txt {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .articleCard__img {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .productCard {
    padding: 6px 10px 10px;
    border-radius: 20px;
  }
  .productCard__info {
    padding: 0 0 10px;
  }
  .productCard__title {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .productCard__txt {
    font-size: 14px;
  }
  .productCard__img {
    height: 210px;
    border-radius: 20px;
  }
  .productCard__img img {
    max-height: 168px;
  }
  .productCard__btn {
    width: 33px;
    height: 33px;
    bottom: 20px;
    right: 15px;
  }
  .productCard__btn svg {
    width: 22px;
    height: 22px;
  }
  .productCard--sm {
    padding: 0;
    border-radius: 0;
  }
  .productCard--sm .productCard__info {
    padding-bottom: 10px;
  }
  .productCard--sm .productCard__img {
    height: 210px;
  }
  .productCard--sm .productCard__img img {
    max-height: 176px;
  }
  .articleCard__title {
    margin-bottom: 10px;
  }
  .articleCard__txt {
    font-size: 14px;
  }
}
.breadcrumbs {
  font-size: 10px;
  line-height: 12px;
}
.breadcrumbs--dark {
  color: var(--black-2);
  margin-bottom: 28px;
}
.breadcrumbs-list__item {
  font-weight: bold;
}
.breadcrumbs-list__link {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs-list__link::after {
  content: "/";
  margin: 0 2px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 8px;
    line-height: 9px;
  }
  .breadcrumbs--dark {
    margin-bottom: 16px;
  }
}
.filter__list {
  --gutter-x: 10px;
  --gutter-y: 10px;
}
.filter__list-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter__head {
  display: none;
}
.filter__head-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter__head-result span {
  margin-left: 10px;
}
.filter__clear {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 12px;
  line-height: 130%;
}
.filter__clear-icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.filter__clear-icon svg {
  width: 13px;
  height: 13px;
}
.filter__foot {
  display: none;
}
.filter-item {
  width: 216px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  z-index: 9;
}
.filter-item__open {
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*fill: var(--white);*/
  fill: var(--black); /*citgk*/
  border-radius: 10px;
  /*citgk*/
  background: var(--white-05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--black);
}
.filter-item__open::before {
  border-color: var(--white-02);
}
.filter-item__open[aria-expanded=true] {
  background: var(--accent);
  border-radius: 10px 10px 0 0;
  color: var(--black);
  fill: var(--black);
}
.filter-item__open[aria-expanded=true] .filter-item__open-icon svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.filter-item__open-icon {
  /*width: 7px;
  height: 7px;*/
  width: 11px;
  height: 11px;
  margin-left: auto;
}
.filter-item__open-qty {
  margin-left: 10px;
  height: 20px;
  min-width: 20px !important;
  opacity: 0;
  background: var(--beige);
  color: var(--white);
  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: 5px;
}
.filter-item__open-qty-0 {
  min-width: initial;
}
.filter-item__open-qty.active {
  opacity: 1;
}
.filter-item__open-txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-item__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  background: var(--white-08);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.filter-item__dropdown::before {
  opacity: 0;
}
.filter-item__list-item {
  border-bottom: 1px solid rgba(186, 142, 105, 0.5);
}
.filter-item__list-item:last-child {
  border: none;
}
.filter-label {
  display: block;
  color: var(--black);
}
.filter-label input {
  display: none;
}
.filter-label input:checked + span {
  background: var(--accent);
}
.filter-label input:checked + span .filter-label__content-check::before {
  opacity: 1;
}
.filter-label__content {
  padding: 12px 20px;
  display: block;
}
.filter-label__content--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
.filter-label__content-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.filter-label__content-check {
  width: 20px;
  height: 20px;
  border: 1px solid var(--beige);
  border-radius: 5px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter-label__content-check::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--beige);
  border-radius: 3px;
  opacity: 0;
}

.open-filter {
  color: var(--white);
  fill: var(--white);
  display: none;
  padding: 15px 30px;
}
.open-filter::before {
  border-color: var(--white);
}

@media (max-width: 959px) {
  .filter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--black);
    display: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .filter.visible {
    display: block;
  }
  .filter.animate {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .filter__inner {
    background: var(--white);
    border-radius: var(--rounded) var(--rounded) 0 0;
    padding: 0px 20px 30px;
    overflow: auto;
    max-height: calc(100svh - 73px);
  }
  .filter__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
  .filter__list-item {
    width: 100%;
  }
  /*.filter__btn {
    width: 100%;
  }*/

  .filter__btn {
    width: 96%;
    margin: auto;
  }
  .filter__head {
    display: block;
    /*padding-top: 30px;*/
    padding-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--white);
  }
  .filter__head-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /*.filter__foot {
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px 10px 0px;
    background: var(--white);
    position: sticky;
    bottom: 0;
    display: block;
    z-index: 50;
  }*/

  .filter__foot {    
    padding: 20px 10px;
    background: var(--white);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 50;
  }

  .filter-item {
    width: 100%;
  }
  .filter-item__open {
    color: var(--black);
    fill: var(--black);
  }
  .filter-item__open[aria-expanded=true]::before {
    opacity: 0;
  }
  .filter-item__open::before {
    border-color: var(--black-02);
  }
  .filter-item__dropdown {
    position: relative;
  }
  .filter-item__dropdown::before {
    opacity: 1;
    border-top: none;
  }
  .filter-item__list-item {
    border-color: var(--black-02);
  }
  .open-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .filter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sorting-slider__slide {
  width: auto;
}
.sorting-clear {
  font-size: 14px;
  line-height: 130%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sorting-clear__txt {
  margin-right: 10px;
}
.sorting-clear__icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}
.sorting-clear__icon svg {
  width: 20px;
  height: 20px;
}
.sorting-clear__icon--white {
  fill: var(--white);
}
.sorting-clear__icon--white::before {
  border-color: var(--white-02);
}

@media (max-width: 767px) {
  .sorting-slider {
    overflow: initial;
  }
  .sorting-clear__icon {
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }
  .sorting-clear__icon svg {
    width: 13px;
    height: 13px;
  }
}
.intro {
  position: relative;
  --slider-radius: 40px;
}
.intro-slider {
  border-radius: var(--slider-radius);
}
.intro-item {
  position: relative;
}
.intro-item__img {
  border-radius: var(--slider-radius);
  position: relative;
  height: 666px;
}
.intro-item__img--sm {
  height: 420px;
}
.intro-item__img img {
  border-radius: var(--slider-radius);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-item__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(87, 87, 87, 0.16);
  border-radius: inherit;
}
.intro-item__content {
  padding-top: 206px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--white);
}
.intro-item__info {
  max-width: 760px;
}
.intro-item__info--long {
  max-width: 895px;
}
.intro-item__date {
  margin-top: 30px;
}
.intro-item__txt {
  font-size: 18px;
  line-height: 21px;
  max-width: 500px;
  margin-top: 30px;
}
.intro-item__btn {
  padding: 20px 30px;
  color: var(--white);
  fill: var(--white);
  margin-top: 30px;
}
.intro-item__btn::before {
  border-color: var(--white);
}
.intro-item__btn-txt {
  min-width: 214px;
  text-align: center;
}
.intro-item__btn-txt--left {
  text-align: left;
}
.intro-item__btn-icon {
  width: 16px;
  height: 19px;
}
.intro-item__filter {
  margin-top: auto;
}
.intro-item__filter-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro-item__filter-inner__title {
  margin-bottom: 20px;
}
.intro-item__filter-inner__clear {
  margin-top: 10px;
  opacity: 0;
  pointer-events: none;
}
.intro-item__filter-inner__clear.visible {
  opacity: 1;
  pointer-events: initial;
}
.intro-item__filter-title span {
  margin-left: 10px;
  white-space: nowrap;
}
.intro-pagination {
  position: absolute;
  left: 0;
  right: 0;
  top: 176px;
  height: 10px;
  z-index: 9;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-width: 6px;
  --swiper-pagination-bullet-height: 6px;
  --swiper-pagination-bullet-inactive-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-color: #FFFFFF;
}
.intro-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-pagination__list .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.intro-pagination__list .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
}
.intro-breadcrumbs {
  position: absolute;
  top: 86px;
  left: 0;
  width: 100%;
  z-index: 9;
  color: var(--white);
}

.filter-intro__content {
  padding-bottom: 174px;
  padding-top: 126px;
}
.filter-intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.filter-intro__sorting {
  margin-top: auto;
}
.filter-intro__sorting-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filter-intro__sorting-inner__title {
  margin-bottom: 20px;
}
.filter-intro__sorting-inner__clear {
  margin-top: 10px;
}
.filter-intro__sorting-title span {
  margin-left: 10px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .intro {
    --slider-radius: 30px;
  }
  .intro-item__content {
    padding-top: 124px;
  }
  .intro-item__txt {
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
  }
  .intro-item__btn {
    padding: 15px 30px;
    margin-top: 20px;
  }
  .intro-item__btn-txt {
    min-width: initial;
  }
  .intro-item__btn-txt--left {
    min-width: 196px;
    margin-right: -10px;
  }
  .intro-item__img--sm {
    height: 250px;
  }
  .intro-item__date {
    font-size: 16px;
  }
  .intro-item__filter-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro-item__filter-inner__title {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .intro-item__filter-inner__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
    width: 100%;
  }
  .intro-item__filter-inner__slider {
    margin-right: -20px;
    padding-right: 20px;
  }
  .intro-item__filter-inner__clear {
    margin-top: 0;
  }
  .intro-pagination {
    top: 94px;
  }
  .intro-breadcrumbs {
    top: 68px;
  }
  .filter-intro__content {
    padding-top: 96px;
    padding-bottom: 316px;
  }
}
.about-content {
  border-radius: var(--rounded);
  padding: 50px 0;
}
.about-content--no-decor::after {
  display: none;
}
.about-content::before {
  border-color: var(--black-01);
}
.about-content__left {
  width: 33.33333333%;
}
.about-content__right {
  width: 66.66666667%;
}
.about-content__col-50 {
  width: 50%;
}
.about-content__txt p:last-child {
  margin-bottom: 0;
}
.about-content__btn {
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: initial;
  margin-top: 40px;
}
.about-content__btn::before {
  border-color: var(--black-02);
}
.about-content__title::before {
  width: 238px;
  height: 104px;
  -webkit-transform: rotate(-22.4deg);
      -ms-transform: rotate(-22.4deg);
          transform: rotate(-22.4deg);
  top: -22px;
  right: -18px;
}
.about-thanks {
  display: none;
}
.about-thanks.visible {
  display: block;
}
.about-thanks__title {
  margin-bottom: 20px;
}
.about-thanks__title::before {
  -webkit-transform: rotate(149.4deg);
      -ms-transform: rotate(149.4deg);
          transform: rotate(149.4deg);
  top: -36px;
  left: -52px;
}

.aboutFormBlock.hidden {
  display: none;
}

@media (max-width: 959px) {
  .about-content__left {
    width: 100%;
  }
  .about-content__right {
    width: 100%;
  }
  .about-content__col-50 {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-content__col-50:last-child {
    margin-bottom: 0;
  }
  .about-content__title {
    margin-bottom: 20px;
  }
  .about-content__title::before {
    left: 0;
    top: -64px;
    right: initial;
  }
  .about-content__btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-content {
    padding: 30px 0;
  }
  .about-content__title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .about-content__title::before {
    width: 102px;
    height: 44px;
    right: -42px;
    left: initial;
    top: -10px;
  }
  .about-thanks__title::before {
    display: none;
  }
}
.shadeSelection-content {
  padding: 80px 0;
  background: var(--accent) url(../images/general/selection-bg.webp) 0 0 no-repeat;
  background-size: auto 100%;
  border-radius: var(--rounded);
  overflow: hidden;
}
.shadeSelection-content__title {
  max-width: 505px;
  margin-bottom: 20px;
  letter-spacing: -0.1em;
}
.shadeSelection-content__btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 220px;
}
.shadeSelection-content__img {
  display: none;
}

@media (max-width: 1279px) {
  .shadeSelection-content {
    background-position-x: -120px;
  }
  .shadeSelection-content__container {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .shadeSelection-content {
    background: var(--accent) url(../images/general/selection-bg-m.webp) 0 0 no-repeat;
    background-size: 100% auto;
    padding: 0;
  }
  .shadeSelection-content__info {
    padding: 60px 30px;
  }
  .shadeSelection-content__img {
    display: block;
    height: 308px;
  }
  .shadeSelection-content__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: var(--rounded);
  }
}
@media (max-width: 767px) {
  .shadeSelection-content__container {
    padding: 0;
  }
  .shadeSelection-content__img {
    height: 240px;
  }
}
.newProducts__head {
  margin-bottom: 30px;
}
.newProducts__head-actions {
  display: none;
}

@media (max-width: 959px) {
  .newProducts__head {
    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;
  }
  .newProducts__head-actions {
    display: block;
  }
}
@media (max-width: 767px) {
  .newProducts {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .newProducts__head {
    margin-bottom: 15px;
  }
  .newProducts-slider {
    overflow: initial;
  }
}
.bestsellers__inner {
  position: relative;
}
.bestsellers__title::before {
  left: -72px;
  top: -46px;
  -webkit-transform: rotate(30.6deg);
      -ms-transform: rotate(30.6deg);
          transform: rotate(30.6deg);
}
.bestsellers__head-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 90px;
  padding-right: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.bestsellers__head-right {
  border-radius: var(--rounded) var(--rounded) 0 0;
  background: var(--black-2);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 90px;
  padding-left: 42px;
  position: relative;
  padding-top: 17px;
  padding-bottom: 16px;
  min-height: 80px;
}
.bestsellers__head-decor {
  width: 39px;
  height: 79px;
  position: absolute;
  /*bottom: 0;*/
  bottom: -1px;
  right: 0;
  fill: var(--black-2);
}
.bestsellers__head-decor__item {
  width: 100%;
  height: 100%;
}
.bestsellers__head-sorting {
  max-width: calc(100% - 100px);
  padding-top: 5px;
}
.bestsellers__head-actions {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bestsellers-sorting__slide {
  width: auto;
}
.bestsellers-label {
  font-family: var(--second-ff);
  font-size: 14px;
  line-height: 21px;
}
.bestsellers-label input {
  display: none;
}
.bestsellers-label input:checked + span {
  background: var(--accent);
  color: var(--black);
}
.bestsellers-label span {
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  color: var(--white-08);
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.bestsellers-label span::before {
  border-color: var(--white-02);
}
.bestsellers__content {
  background: var(--black-2);
  border-radius: var(--rounded) 0 var(--rounded) var(--rounded);
  padding: 30px 0;
  overflow: hidden;
}
.bestsellers-slider__slide {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.bestsellers-slider__slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}
.bestsellers-slider__slide.hidden {
  display: none;
}
.bestsellers-controls {
  position: absolute;
  right: 90px;
  top: 20px;
}

.bestsellers__content .productCard__txt{
  min-height: 55px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;

}

@media (max-width: 1279px) {
  .bestsellers-controls {
    right: 30px;
  }
}
@media (max-width: 959px) {
  .bestsellers__head-left {
    padding-left: 32px;
    padding-right: 32px;
  }
  .bestsellers__head-right {
    overflow: hidden;
    padding-left: 32px;
    padding-right: 32px;
  }
  .bestsellers__head-sorting {
    max-width: 100%;
  }
  .bestsellers-controls {
    position: initial;
    margin-top: 10px;
  }
  .bestsellers-controls .slider-actions__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .bestsellers__head-decor {
    width: 29px;
    height: 59px;
  }
  .bestsellers__head-left {
    padding-left: 0;
    padding-right: 26px;
  }
  .bestsellers__head-right {
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 0;
    padding-bottom: 14px;
    min-height: 60px;
  }
  .bestsellers__head-sorting {
    padding-top: 0;
    padding-right: 12px;
  }
  .bestsellers-label span {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
  }
  .bestsellers__content {
    padding-top: 26px;
    padding-bottom: 20px;
  }
  .bestsellers__title::before {
    width: 101px;
    height: 44px;
    left: -12px;
    top: -12px;
  }
}
.articles-content {
  border-radius: var(--rounded);  
  /*background: var(--accent) url(../images/general/articles-bg.svg) 0 0 no-repeat;
  background: var(--accent);*/
  background: var(--accent) url(../images/general/articles-bg-new.svg) 0 0 no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.articles-main {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
.articles-main__banner {
  position: relative;
}
.articles-main__banner-img img {
  clip-path: path("M0 40C0 17.9086 17.9086 0 40 0H753C775.091 0 793 17.9086 793 40V182C793 193.046 801.954 202 813 202H1160C1182.09 202 1200 219.909 1200 242V460C1200 482.091 1182.09 500 1160 500H40C17.9086 500 0 482.091 0 460V40Z");
}
.articles-main__banner-img--rounded img {
  border-radius: var(--rounded);
  clip-path: none;
}
.articles-main__banner-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 80px;
  color: var(--white);
}
.articles-main__banner-info--p-2 {
  padding: 90px 80px;
}
.articles-main__banner-info__inner {
  max-width: 458px;
}
.articles-main__banner-title {
  margin-bottom: 20px;
}
.articles-main__banner-txt {
  font-size: 30px;
  line-height: 130%;
  font-family: var(--second-ff);
}
.articles-main__desc {
  width: 386px;
  position: absolute;
  top: 0;
  right: 0;
  height: 190px;
}
.articles-main__desc-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.articles-main__desc-title {
  margin-bottom: 20px;
}
.articles-main__desc-title--c-white::before {
  border-color: var(--white);
}
.articles-main__desc-title::before {
  -webkit-transform: rotate(-22.4deg);
      -ms-transform: rotate(-22.4deg);
          transform: rotate(-22.4deg);
  width: 238px;
  height: 104px;
  top: -54px;
  left: -32px;
}
.articles-main__desc-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 100%;
  overflow: hidden;
}
.articles-main__desc .simplebar-content > *:last-child {
  margin-bottom: 0;
}
.articles-main__desc-scroll {
  height: 100%;
}
.articles-slider__slide {
  height: initial;
}
.articles-controls {
  display: none;
  pointer-events: none;
  width: 310px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
}
.articles-btn {
  width: 42px;
  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;
  border: 1px solid var(--black-02);
  fill: var(--black-08);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: initial;
  border-radius: 12px;
}
.articles-btn svg {
  width: 33px;
  height: 31px;
}
.articles-prev {
  left: -10px;
}
.articles-next {
  right: -10px;
}

@media (max-width: 1279px) {
  .articles-main__banner-img img {
    clip-path: initial;
    border-radius: var(--rounded);
  }
  .articles-main__banner-info {
    padding: 40px;
  }
  .articles-main__desc {
    position: initial;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 959px) {
  .articles-slider-wrapper {
    position: relative;
  }
  .articles-slider__slide {
    width: 310px;
  }
  .articles-slider__slide:not(.swiper-slide-active) {
    opacity: 0.4;
  }
  .articles-controls {
    display: block;
  }
}
@media (max-width: 767px) {
  .articles-content {
    padding: 30px 0;
  }
  .articles-main {
    margin-bottom: 20px;
  }
  .articles-main__banner-img {
    height: 290px;
  }
  .articles-main__banner-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .articles-main__banner-info {
    padding: 30px;
  }
  .articles-main__banner-info__inner {
    max-width: 275px;
  }
  .articles-main__banner-title {
    margin-bottom: 10px;
  }
  .articles-main__banner-txt {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--base-ff);
  }
  .articles-main__desc-title::before {
    width: 126px;
    height: 56px;
    top: -16px;
    left: -8px;
  }
}
.markets__title {
  margin-bottom: 40px;
}
.markets-list {
  margin-bottom: -10px;
}
.markets-list__item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.markets-item {
  padding: 10px 30px;
  height: 80px;
  border-radius: 20px;
  background: var(--accent);
}
.markets-item img {
  mix-blend-mode: darken;
}
.markets-item:hover {
  background: var(--beige);
}

@media (max-width: 767px) {
  .markets__title {
    margin-bottom: 20px;
  }
  .markets-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0;
    overflow: auto;
    margin-right: -15px;
  }
  .markets-list__item {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .markets-item {
    height: 52px;
    padding: 6px 20px;
  }
}
.recomend__inner {
  border-radius: var(--rounded) var(--rounded) 0 0;
  padding-top: 60px;
  background: var(--white);
}
.recomend__inner--pt-2 {
  padding-top: 100px;
}
.recomend__head {
  margin-bottom: 30px;
  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;
}
.recomend__head-actions--hidden {
  display: none;
}

@media (max-width: 767px) {
  .recomend__inner {
    padding-top: 30px;
  }
  .recomend__head {
    margin-bottom: 10px;
  }
  .recomend__head-actions {
    margin-left: 10px;
  }
  .recomend__head-actions--hidden {
    display: block;
  }
}
.article-intro__content {
  padding-bottom: 245px;
  padding-top: 128px;
}
.article-intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.article-intro__sorting {
  margin-top: auto;
}
.article-intro__sorting-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-intro__sorting-inner__title {
  margin-bottom: 20px;
}
.article-intro__sorting-inner__clear {
  margin-top: 10px;
}
.article-intro__sorting-inner__clear.hidden {
  opacity: 0;
  pointer-events: none;
}
.article-intro__sorting-title span {
  margin-left: 10px;
  white-space: nowrap;
}
.article-catalog {
  position: relative;
  margin-top: -195px;
  padding-bottom: 100px;
}
.article-catalog__inner {
  border-radius: var(--rounded) var(--rounded) 0 0;
  padding-top: 50px;
  background: var(--white);
}
.article-catalog__txt {
  margin-bottom: 30px;
}
.article-catalog__txt span {
  margin-left: 5px;
}
.article-catalog__list {
  --gutter-y: 30px;
}
.article-catalog__list-item {
  width: 33.3333333333%;
}
.article-catalog__list-item--fw {
  width: 100%;
}
.article-catalog__list-item--col-8 {
  width: 66.66666667%;
}
.article-catalog__list .hidden {
  display: none;
}
.article-catalog__list .more-hidden {
  display: none;
}
.article-catalog__b-card {
  margin-bottom: 0;
  height: 100%;
}
.article-catalog__b-card .articles-main__banner-img {
  height: 100%;
}
.article-catalog__b-card .articles-main__banner-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.show-moreArticle.hidden {
  display: none;
}

@media (max-width: 959px) {
  .article-catalog__list-item {
    width: 50%;
  }
  .article-catalog__list-item--fw {
    width: 100%;
  }
  .article-catalog__list-item--col-8 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .article-intro__content {
    padding-top: 96px;
    padding-bottom: 420px;
    overflow: hidden;
  }
  .article-intro__sorting-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article-intro__sorting-inner__title {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .article-intro__sorting-inner__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
    width: 100%;
  }
  .article-intro__sorting-inner__slider {
    margin-right: -20px;
    padding-right: 20px;
  }
  .article-intro__sorting-inner__clear {
    margin-top: 0;
  }
  .article-intro__sorting-title {
    font-size: 16px;
  }
  .article-catalog {
    margin-top: -390px;
  }
  .article-catalog__inner {
    padding-top: 30px;
  }
  .article-catalog__txt {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .article-catalog__list {
    --gutter-y: 20px;
  }
  .article-catalog__list--mx-2 {
    --gutter-y: 30px;
  }
  .article-catalog__list-item {
    width: 100%;
  }
  .article-catalog .articles-main__desc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-catalog .articleCard__img {
    height: 290px;
  }
  .article-catalog__b-card .articles-main__banner-img {
    height: 348px;
  }
}
.article-page {
  margin-top: -326px;
  position: relative;
  padding-bottom: 100px;
  font-size: 16px;
  line-height: 150%;
}
.article-page__inner {
  border-radius: var(--rounded) var(--rounded) 0 0;
  background: var(--white);
  padding-top: 50px;
}
.article-page__left {
  width: 25%;
}
.article-page__right {
  width: 75%;
}
.article-page__group {
  margin-bottom: 50px;
}
.article-page__group:last-child {
  margin-bottom: 0;
}
.article-page__group > picture {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-page__group > picture img {
  border-radius: var(--rounded);
}
.article-page__group > *:last-child {
  margin-bottom: 0;
}
.article-page h2 {
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 20px;
}
.article-page p, .article-page ul {
  color: var(--grey-1);
  margin-bottom: 20px;
}
.article-page strong, .article-page b {
  color: var(--black);
  font-weight: 600;
}
.article-page__recomend {
  margin-top: 100px;
}
.article-types {
  margin-bottom: 20px;
}
.article-types__list {
  --gutter-y: 20px;
}
.article-types__list-item {
  width: 33.3333333333%;
}
.article-types__item-img {
  height: 285px;
  background: var(--accent);
  margin-bottom: 20px;
}
.article-types__item-img img {
  max-height: 240px;
}
.article-types__item-title {
  margin-bottom: 20px;
}
.article-types__item-txt {
  line-height: 120%;
}
.article-variants {
  margin-bottom: 20px;
}
.article-variants__list {
  --gutter-y: 20px;
}
.article-variants__list-item {
  width: 100%;
}
.article-variants__item-img img {
  width: 100%;
}
.article-variants__item-left {
  width: 53%;
}
.article-variants__item-right {
  width: 47%;
}
.article-variants__item-title {
  margin-bottom: 20px;
}
.article-variants__item-txt > *:last-child {
  margin-bottom: 0;
}
.article-important {
  /*background: var(--accent) url(../images/general/important-bg.png) 0 0 no-repeat;*/
  background: var(--accent);
  background-size: cover;
  padding: 30px 82px 30px 30px;
  margin-bottom: 20px;
}
.article-important__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 64px;
  width: 90px;
}
.article-important__txt > *:last-child {
  margin-bottom: 0;
}

.article-ol ul li{
  list-style: disc;
}

.article-ol {
  counter-reset: num;
  margin-bottom: 20px;
}
.article-ol > li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 42px;
}
.article-ol > li::before {
  content: counter(num, decimal-leading-zero) ".";
  counter-increment: num;
  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: 32px;
  height: 32px;
  border-radius: 10px;
  font-weight: 600;
  color: var(--white);
  background: var(--beige);
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  padding-top: 2px;
}
.article-ol li:last-child {
  margin-bottom: 0;
}
.article-ol__txt p {
  margin-bottom: 10px;
}
.article-ol__txt p:last-child {
  margin-bottom: 0;
}
.article-ol__txt strong {
  color: inherit;
}
.article-recomend {
  margin-bottom: 20px;
}
.article-recomend__item {
  margin-bottom: 20px;
}
.article-recomend__item:last-child {
  margin-bottom: 0;
}
.article-recomend__item p {
  margin-bottom: 10px;
}
.article-recomend__item p:last-child {
  margin-bottom: 0;
}
.article-navigation-wrapper {
  position: sticky;
  top: 30px;
}
.article-navigation {
  padding: 30px 24px 30px 30px;
  border-radius: 20px;
  background: var(--accent);
}
.article-navigation__title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 130%;
}
.article-navigation__title-icon {
  display: none;
}
.article-navigation__list {
  font-size: 14px;
  line-height: 150%;
  color: var(--grey-1);
}
.article-navigation__list ol {
  padding-left: 12px;
}
.article-navigation__list li {
  margin-bottom: 10px;
}
.article-navigation__list li:last-child {
  margin-bottom: 0;
}
.article-navigation__list a {
  text-decoration: underline;
}
.article-navigation__list a:hover {
  text-decoration: none;
}

div[itemprop=image] picture {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
div[itemprop=image] picture img {
  border-radius: var(--rounded);
}

@media (max-width: 1279px) {
  .article-page__left {
    width: 30%;
  }
  .article-page__right {
    width: 70%;
  }
}
@media (max-width: 959px) {
  .article-page {
    margin-top: -250px;
  }
  .article-page__left {
    width: 100%;
    margin-bottom: 30px;
  }
  .article-page__right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .article-page {
    margin-top: -404px;
    padding-bottom: 60px;
    font-size: 14px;
  }
  .article-page__recomend {
    margin-top: 60px;
  }
  .article-page__inner {
    padding-top: 30px;
  }
  .article-page__group {
    margin-bottom: 30px;
  }
  .article-page__group > picture {
    margin: 20px 0;
  }
  .article-page h2 {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .article-page strong {
    display: inline-block;
    line-height: 130%;
  }
  .article-navigation-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-navigation {
    background: transparent;
    padding: 12px 20px;
    border-radius: 10px;
  }
  .article-navigation__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    font-size: 14px;
  }
  .article-navigation__title[aria-expanded=true] .article-navigation__title-icon {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .article-navigation__title-icon {
    width: 7px;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .article-navigation__list {
    padding-top: 20px;
  }
  .article-types__list {
    --gutter-y: 10px;
  }
  .article-types__list-item {
    width: 100%;
  }
  .article-types__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article-types__item-img {
    width: 194px;
    height: 194px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 20px;
  }
  .article-types__item-img img {
    max-height: 162px;
    width: auto;
  }
  .article-types__item-info {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .article-types__item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .article-variants__item-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-variants__item-left {
    width: 100%;
  }
  .article-variants__item-right {
    width: 100%;
    margin-top: 10px;
  }
  .article-variants__item-title {
    margin-bottom: 10px;
  }
  .article-important {
    background: var(--accent) url(../images/general/important-bg-m.png) 0 0 no-repeat;
    background-size: cover;
    padding: 30px 20px;
  }
  .article-important__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-important__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .article-ol li strong {
    font-size: 16px;
    line-height: 150%;
    display: inline-block;
    font-weight: bold;
  }
}
.banner-img img {
  border-radius: var(--rounded);
}

@media (max-width: 767px) {
  .banner-img {
    height: 260px;
  }
  .banner-img img {
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catalog {
  position: relative;
  margin-top: -124px;
}
.catalog-list {
  --gutter-y: 30px;
}
.catalog-list__item {
  width: 33.3333333333%;
}

@media (max-width: 959px) {
  .catalog-list__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .catalog {
    margin-top: -296px;
  }
  .catalog-list {
    --gutter-y: 20px;
  }
}
.certificate {
  position: relative;
  z-index: 3;
  margin-top: -364px;
}
.certificate__inner {
  padding-top: 50px;
}
.certificate-sorting {
  margin-bottom: 30px;
}
.certificate-sorting__slider-slide {
  width: auto;
}
.certificate-sorting__actions {
  margin-top: 10px;
}
.certificate-sorting__actions:not(.visible) {
  display: none;
}
.certificate-sorting__clear {
  font-size: 14px;
  line-height: 130%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificate-sorting__clear-txt {
  margin-right: 10px;
}
.certificate-sorting__clear-btn {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}
.certificate-sorting__clear-btn svg {
  width: 20px;
  height: 20px;
}
.certificate-list {
  --gutter-y: 30px;
}
.certificate-list__item {
  width: 25%;
}
.certificate-list__item.hidden {
  display: none;
}
.certificate-item__img {
  margin-bottom: 20px;
}
.certificate-item__img img {
  border-radius: 20px;
  width: 100%;
}

.label-btn {
  font-family: var(--second-ff);
  font-size: 16px;
  line-height: 24px;
}
.label-btn input {
  display: none;
}
.label-btn input:checked + span {
  background: var(--beige);
  color: var(--white);
}
.label-btn input:checked + .label-btn__span-w {
  background: var(--accent);
  color: var(--black);
}
.label-btn input:checked + .label-btn__span-w::before {
  border-color: var(--black-02);
}
.label-btn span {
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
}
.label-btn__span-w {
  color: var(--white);
}
.label-btn__span-w::before {
  border-color: var(--white-02);
}

@media (max-width: 959px) {
  .certificate-list__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .certificate {
    margin-top: -474px;
  }
  .certificate__inner {
    padding-top: 30px;
  }
  .certificate-list-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .certificate-list {
    --gutter-y: 20px;
  }
  .certificate-list__item {
    width: 50%;
  }
  .certificate-sorting {
    overflow-x: hidden;
    margin-right: -20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .certificate-sorting__slider {
    overflow: initial;
  }
  .certificate-sorting__clear {
    font-size: 12px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .certificate-sorting__clear-txt {
    margin-right: 5px;
  }
  .certificate-sorting__clear-btn {
    width: 20px;
    height: 20px;
    border-radius: 0;
  }
  .certificate-sorting__clear-btn svg {
    width: 13px;
    height: 13px;
  }
  .certificate-sorting__clear-btn::before {
    display: none;
  }
  .certificate-item__img {
    margin-bottom: 10px;
  }
  .label-btn {
    font-size: 14px;
    line-height: 21px;
  }
  .label-btn span {
    padding: 5px 20px;
  }
  .label-btn .label-btn__span-w {
    padding: 5px 10px;
  }
}
.configurator {
  background: url(../images/general/configurator-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding-top: 136px;
  min-height: 884px;
  margin-bottom: -100px;
  position: relative;
}
.configurator-slider__slide.swiper-slide-active .configurator-item__slider-slide {
  pointer-events: auto;
}
.configurator-slider__slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.configurator-item {
  padding: 60px 82px;
  /*background: var(--accent) url(../images/general/configurator-bg-item.svg) 0 0 no-repeat;*/
  background: var(--accent);
  background-size: cover;
}
.configurator-item__inner {
  min-height: 360px;
}
.configurator-item__col {
  width: 50%;
}
.configurator-item__col--fw {
  width: 100%;
}
.configurator-item__col--center {
  -ms-flex-item-align: center;
      align-self: center;
}
.configurator-item__list--sm {
  --gutter-x: 6px ;
}
.configurator-item__list-item {
  width: 50%;
}

/*citgk*/
.configurator-item__list-item--3 {
  width: 30%;
  margin-right: .5em;
}

.configurator-item__list-item--3 .configurator-label__img--20 img{
  max-width: 125px;  
}

.configurator-item__list-item--4 {
  width: 22%;
  margin-right: .5em;
}

div[data-slide="2"] .txt, 
div[data-slide="3"] .txt,
div[data-slide="4"] .txt{
  font-size: 14px;
}

div[data-slide="2"] .configurator-label__img,
div[data-slide="3"] .configurator-label__img,
div[data-slide="4"] .configurator-label__img{
  text-align: center;
}

.configurator-items__notice{
  padding-top: 1rem;
  color: var(--grey-3);
  font-size: 15px;
}

.configurator-repeat{
  margin-top: 1rem;
}

.repeat-try{
  margin-left: auto;
  margin-right: auto;
}
/*citgk*/

.configurator-item__list-item--5 {
  width: 20%; 
}

.configurator-item__head {
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.configurator-item__head--mb-3 {
  margin-bottom: 30px;
}
.configurator-item__head-actions {
  margin-left: auto;
  display: none;
}
.configurator-item__head-actions.visible {
  display: block;
}
.configurator-item__title {
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 20px;
}
.configurator-item__inputs {
  padding: 60px;
  border-radius: var(--rounded-sm);
  background: var(--beige);
}
.configurator-item__inputs-item {
  margin-bottom: 10px;
}
.configurator-item__inputs-item:last-child {
  margin-bottom: 0;
}
.configurator-item__btn {
  margin-top: 20px;
}
.configurator-checkbox {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: var(--white-08);
  border-radius: 10px;
}
.configurator-back {
  margin-left: 20px;
}
.configurator-label {
  display: block;
}
.configurator-label input {
  display: none;
}
.configurator-label__img {
  position: relative;
  display: block;
}
.configurator-label__img img {
  border-radius: var(--rounded);
  width: 100%;
}
.configurator-label__img--20 img {
  border-radius: var(--rounded-sm);
}
.configurator-label__btn {
  width: auto;
  position: absolute;
  bottom: 16px;
  left: 12px;
  right: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.configurator-label__btn--white {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--black-2);
  background: var(--white-06);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.configurator-label__btn--white::before {
  border-color: var(--white);
}
.configurator-label__txt {
  text-align: center;
  display: block;
  margin-top: 5px;
}
.configurator-recomend {
  display: none;
  position: relative;
  margin-top: -135px;
  z-index: 3;
}
.configurator-recomend.visible {
  display: block;
}
.configurator-slider-wrapper {
  position: relative;
}
.configurator-slider-wrapper.hidden {
  display: none;
}
.configurator-pagination-wrapper {
  position: absolute;
  bottom: 60px;
  left: 82px;
  right: 82px;
  z-index: 99;
}
.configurator-pagination-wrapper.hidden {
  display: none;
}
.configurator-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1279px) {
  .configurator-item {
    padding: 40px;
  }
  .configurator-item__inner {
    min-height: 290px;
  }
  .configurator-item__head {
    margin-bottom: 30px;
  }
  .configurator-item__head-actions {
    display: block;
  }
  .configurator-item__title {
    font-size: 24px;
  }
  .configurator-pagination-wrapper {
    bottom: 40px;
    left: 40px;
  }
}
@media (max-width: 959px) {
  .configurator {
    padding-bottom: 200px;
  }
  .configurator-item {
    padding-bottom: 70px;
  }
  .configurator-item__inner {
    --gutter-y: 30px;
  }
  .configurator-item__col {
    width: 100%;
  }
  .configurator-pagination-wrapper {
    bottom: 30px;
    left: 0;
    right: 0;
  }
  .configurator-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .configurator {
    padding-top: 86px;
    padding-bottom: 100px;
    min-height: 666px;
    margin-bottom: -50px;
  }
  .configurator-item {
    padding: 30px 20px 70px;
    position: relative;
    overflow: hidden;
  }
  .configurator-item--5 {
    padding-bottom: 150px;
  }
  .configurator-item--last {
    padding-bottom: 30px;
  }
  .configurator-item__head {
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .configurator-item__head--mb-2 {
    margin-bottom: 20px;
  }
  .configurator-item__head-title {
    margin-right: 10px;
  }
  .configurator-item__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .configurator-item__list {
    --gutter-x: 6px;
  }
  .configurator-item__list--sm {
    --gutter-x: 3px;
  }
  .configurator-item__inputs {
    padding: 30px;
  }
  .configurator-item__btn {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .configurator-item__slider {
    overflow: initial;
  }
  .configurator-item__slider-slide {
    max-width: 194px;
  }
  .configurator-back {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
  }
  .configurator-checkbox {
    padding: 10px 20px;
  }
  .configurator-label__txt {
    font-size: 12px;
  }
  .configurator-recomend {
    margin-top: -100px;
  }
}
.contacts {
  padding-bottom: 100px;
}
.contacts-map {
  position: relative;
  margin-bottom: 100px;
}
.contacts-map__title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--white);
  border-bottom-right-radius: var(--rounded);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 58px;
  padding-bottom: 30px;
}
.contacts-map__title-decor {
  position: absolute;
  fill: var(--white);
}
.contacts-map__title-top {
  top: 0;
  right: -20px;
}
.contacts-map__title-bottom {
  left: 0;
  bottom: -20px;
}
.contacts-map__address-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--white);
  padding-left: 36px;
  padding-top: 32px;
  padding-right: 20px;
  border-radius: 20px 0 0 0;
}
.contacts-map__address {
  max-width: 300px;
}
.contacts-map__address-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 10px;
  background: var(--beige);
}
.contacts-map__address-name {
  margin-bottom: 10px;
}
.contacts-map__address-value {
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}
.contacts-map__address-decor {
  position: absolute;
  z-index: 3;
  fill: var(--white);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contacts-map__address-top {
  right: 0;
  top: -19px;
}
.contacts-map__address-bottom {
  left: -20px;
  bottom: -1px;
}
.contacts-map__map > iframe {
  border-bottom-left-radius: var(--rounded);
  border-top-right-radius: var(--rounded);
}
.contacts-bottom__left {
  width: 25%;
}
.contacts-bottom__right {
  width: 75%;
}
.contacts-info {
  padding: 30px;
  background: var(--accent);
  border-radius: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-info__item {
  margin-bottom: 20px;
}
.contacts-info__item:last-child {
  margin-bottom: 0;
  margin-top: auto;
}
.contacts-info__item-name {
  margin-bottom: 10px;
}
.contacts-info__item-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-info__item-link__icon {
  width: 40px;
  height: 40px;
  background: var(--beige);
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.contacts-info__item-title {
  margin-bottom: 20px;
}
.contacts-formBlock {
  position: relative;
}
.contacts-formBlock__title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--white);
  border-bottom-right-radius: var(--rounded);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 42px;
  padding-bottom: 26px;
}
.contacts-formBlock__title::before {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
  right: -36px;
  top: -32px;
}
.contacts-formBlock__title-decor {
  width: 40px;
  height: 40px;
  fill: var(--white);
  position: absolute;
}
.contacts-formBlock__title-top {
  top: 0;
  right: -40px;
}
.contacts-formBlock__title-bottom {
  left: 0;
  bottom: -40px;
}
.contacts-formBlock__content {
  background: url(../images/general/contacts-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 30px 36px 30px 30px;
  border-radius: var(--rounded);
}
.contacts-form__top {
  width: 484px;
  max-width: 100%;
  margin-left: auto;
  margin-bottom: 48px;
}
.contacts-form__middle {
  margin-bottom: 24px;
}
.contacts-form__bottom-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-form__bottom-item {
  margin-right: 12px;
}
.contacts-form__bottom-item:last-child {
  margin: 0;
}
.contacts-form__fields {
  --gutter-x: 10px;
}
.contacts-form__fields-item {
  width: 50%;
}
.contacts-form__input {
  border-color: var(--white);
  color: var(--white);
}
.contacts-form__input::-webkit-input-placeholder {
  color: var(--white);
}
.contacts-form__input::-moz-placeholder {
  color: var(--white);
}
.contacts-form__input:-ms-input-placeholder {
  color: var(--white);
}
.contacts-form__input::-ms-input-placeholder {
  color: var(--white);
}
.contacts-form__input::placeholder {
  color: var(--white);
}
.contacts-form__checkbox {
  color: var(--white);
}
.contacts-form__btn {
  white-space: nowrap;
  padding: 20px 72px;
}
.contacts-form__checkbox .form-checkbox__icon {
  border-color: var(--white);
}

@media (max-width: 1279px) {
  .contacts-bottom__left {
    width: 30%;
  }
  .contacts-bottom__right {
    width: 70%;
  }
  .contacts-formBlock__content {
    padding-top: 140px;
  }
  .contacts-form__top {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 959px) {
  .contacts-bottom__left {
    width: 100%;
    margin-bottom: 40px;
  }
  .contacts-bottom__right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding-bottom: 60px;
  }
  .contacts-map {
    margin-bottom: 30px;
  }
  .contacts-map__title-wrapper {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 36px;
    padding-bottom: 18px;
    border-bottom-right-radius: 20px;
  }
  .contacts-map__map {
    height: 460px;
  }
  .contacts-map__map > iframe {
    min-height: 100%;
  }
  .contacts-map__address-wrapper {
    padding: 20px 0 0 16px;
  }
  .contacts-map__address {
    max-width: 248px;
  }
  .contacts-map__address-icon {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
  .contacts-map__address-icon img {
    width: 12px;
  }
  .contacts-map__address-name {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contacts-map__address-value {
    font-size: 14px;
  }
  .contacts-bottom__left {
    margin-bottom: 30px;
  }
  .contacts-info {
    padding: 30px 20px;
  }
  .contacts-info__item-name {
    font-size: 12px;
    line-height: 14px;
  }
  .contacts-info__item-link__icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin-right: 10px;
  }
  .contacts-info__item-link__icon img {
    width: 15px;
  }
  .contacts-info__item-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contacts-formBlock__title::before {
    right: -20px;
    top: -4px;
  }
  .contacts-formBlock__title-wrapper {
    padding-right: 30px;
    padding-bottom: 20px;
    margin-left: -1px;
  }
  .contacts-formBlock__title-decor {
    width: 30px;
    height: 30px;
  }
  .contacts-formBlock__title-top {
    right: -29px;
    top: 0px;
  }
  .contacts-formBlock__title-bottom {
    bottom: -29px;
    left: 0px;
  }
  .contacts-formBlock__content {
    padding: 94px 20px 20px;
    background: url(../images/general/contacts-bg-m.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .contacts-form__top {
    margin-bottom: 10px;
  }
  .contacts-form__fields-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .contacts-form__fields-item:last-child {
    margin-bottom: 0;
  }
  .contacts-form__middle {
    margin-bottom: 20px;
  }
  .contacts-form__bottom-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts-form__bottom-item {
    width: 100%;
    margin-right: 0;
  }
  .contacts-form__btn {
    width: 100%;
  }

  .contacts .breadcrumbs .container{
    padding-left: 0;
  }

  .contacts .breadcrumbs-list{
    margin-left: 0;
  }
}
.about-intro__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 620px;
  padding: 50px 20px 60px 90px;
  background: var(--white);
  border-radius: var(--rounded) var(--rounded) 0 0;
}
.about-intro__desc-decor {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: -40px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  fill: var(--white);
}
.about-intro__desc-txt {
  max-width: 438px;
  line-height: 150%;
}
.about-info__title {
  font-size: 25px;
}
.about-info__title::before {
  width: 304px;
  height: 104px;
  -webkit-transform: rotate(3.15deg);
      -ms-transform: rotate(3.15deg);
          transform: rotate(3.15deg);
  top: -32px;
  left: -42px;
}
.about-products__left {
  width: 66.66666667%;
}
.about-products__right {
  width: 33.33333333%;
}
.about-products__list-item {
  margin-bottom: 10px;
}
.about-products__list-item:last-child {
  margin-bottom: 0;
}
.about-products__item {
  padding: 30px;
  border-radius: var(--rounded);
}
.about-products__item-title {
  line-height: 130%;
  margin-bottom: 10px;
}
.about-products__img {
  position: relative;
  height: 100%;
}
.about-products__img-title {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--white);
  fill: var(--white);
  padding-bottom: 28px;
  padding-right: 56px;
  border-bottom-right-radius: 30px;
}
.about-products__img-title__decor {
  width: 30px;
  height: 30px;
  position: absolute;
}
.about-products__img-title__top {
  top: 0;
  right: -30px;
}
.about-products__img-title__bottom {
  left: 0;
  bottom: -30px;
}
.about-products__img-content {
  height: 100%;
  background: var(--accent);
  border-radius: var(--rounded);
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-products__img-item img {
  max-width: 806px;
}
.about-production__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-production__col {
  width: 50%;
}
.about-production__desc {
  max-width: 566px;
}
.about-production__desc-title {
  margin-bottom: 20px;
}
.about-production__desc-title::before {
  width: 238px;
  height: 104px;
  -webkit-transform: rotate(-157.6deg);
      -ms-transform: rotate(-157.6deg);
          transform: rotate(-157.6deg);
  top: -38px;
  left: -66px;
}
.about-production__img img {
  border-radius: var(--rounded);
}
.about-form__col {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.about-form__title::before {
  right: initial;
  top: -20px;
  left: -64px;
}

@media (max-width: 1279px) {
  .about-intro__desc {
    padding-left: 20px;
    width: auto;
  }
  .about-products__img-item img {
    max-width: 620px;
  }
}
@media (max-width: 959px) {
  .about-form__col {
    width: 100%;
  }
  .about-production__inner {
    --gutter-y: 20px;
  }
  .about-production__col {
    width: 100%;
  }
  .about-production__img {
    text-align: center;
  }
  .about-production__desc {
    max-width: 100%;
  }
  .about-products__inner {
    --gutter-y: 10px;
  }
  .about-products__left {
    width: 100%;
  }
  .about-products__right {
    width: 100%;
  }
  .about-products__img-content {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .about-intro__desc {
    width: 100%;
    padding: 30px 20px 4px;
    border-radius: 30px 30px 0 0;
    position: absolute;
    left: 0;
    right: 0;
  }
  .about-intro__desc-decor {
    display: none;
  }
  .about-info__title {
    font-size: 22px;
  }
  .about-info__title::before {
    width: 174px;
    height: 76px;
    -webkit-transform: rotate(-174deg);
        -ms-transform: rotate(-174deg);
            transform: rotate(-174deg);
    top: -22px;
    left: -12px;
  }
  .about-products {
    overflow: hidden;
    padding-top: 0;
  }
  .about-products__img-item img {
    max-width: 388px;
  }
  .about-products__img-title {
    padding-bottom: 22px;
    padding-right: 40px;
    padding-top: 24px;
  }
  .about-products__img-content {
    padding-top: 30px;
    padding-left: 32px;
    padding-bottom: 28px;
  }
  .about-production__desc-title::before {
    width: 164px;
    height: 72px;
    -webkit-transform: rotate(-164.35deg);
        -ms-transform: rotate(-164.35deg);
            transform: rotate(-164.35deg);
    top: -28px;
    left: -28px;
  }
  .about-production__img {
    height: 290px;
  }
  .about-production__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-form__title::before {
    left: initial;
    right: -20px;
    top: -2px;
  }
}
.faq__head {
  max-width: 760px;
  margin-bottom: 50px;
}
.faq__title {
  margin-bottom: 30px;
  position: relative;
}
.faq__title::before {
  content: "";
  width: 184px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  top: -8px;
  left: -72px;
}
.faq__title span {
  position: relative;
}
.faq__txt {
  max-width: 500px;
}
.faq__content {
  padding-top: 50px;
  padding-bottom: 140px;
  margin-bottom: -40px;
  border-radius: var(--rounded) var(--rounded) 0 0;
  background: var(--accent);
}
.faq-list__item {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.faq-list__item:last-child {
  margin-bottom: 0;
}
.faq-list__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--black-02);
}
.faq-item__open {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-item__open[aria-expanded=true] .faq-item__open-arrow {
  background: var(--beige);
  fill: var(--white);
}
.faq-item__open[aria-expanded=true] .faq-item__open-arrow svg {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq-item__open-title {
  max-width: 790px;
}
.faq-item__open-arrow {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: var(--white);
  -webkit-transition: background 0.2 ease-in-out;
  transition: background 0.2 ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
}
.faq-item__open-arrow svg {
  width: 36px;
  height: 36px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: fill 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.faq-item__txt-wrapper {
  padding-top: 10px;
}
.faq-item__txt {
  max-width: 796px;
}
.faq-item__txt > * {
  margin-bottom: 10px;
}
.faq-item__txt > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .breadcrumbs-list {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .faq__head {
    margin-bottom: 30px;
  }
  .faq__title {
    margin-bottom: 20px;
  }
  .faq__title::before {
    width: 104px;
    height: 46px;
    top: -4px;
    left: -24px;
  }
  .faq__content {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .faq-item__open {
    font-size: 16px;
    line-height: 130%;
  }
  .faq-item__open-title {
    width: calc(100% - 40px);
    padding-right: 16px;
  }
  .faq-item__open-arrow {
    width: 40px;
    height: 40px;
    margin-left: 0;
  }
  .faq-item__open-arrow svg {
    width: 20px;
    height: 20px;
  }
  .faq-item__txt {
    max-width: calc(100% - 48px);
  }

  .faq .breadcrumbs .container{
    padding-left: 0;
  }

  .faq .breadcrumbs-list{
    margin-left: 0;
  }
}
.notFound-intro__img {
  position: absolute;
  right: 68px;
  bottom: 80px;
  z-index: 3;
}
.notFound-recomend {
  position: relative;
  margin-top: -134px;
}

@media (max-width: 1279px) {
  .notFound-intro__img {
    width: 600px;
    right: 40px;
    bottom: 100px;
  }
}
@media (max-width: 959px) {
  .notFound-intro__img {
    width: 400px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .notFound-intro__content {
    padding-top: 96px;
  }
  .notFound-intro__img {
    width: 350px;
    max-width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 245px;
  }
  .notFound-recomend {
    margin-top: -294px;
  }
}
.product {
  margin-top: -132px;
  position: relative;
}
.product-intro__content {
  padding-top: 136px;
}
.product-selection__content {
  background: var(--accent) url(../images/general/selection-bg-2.webp) 0 0 no-repeat;
  background-size: auto 100%;
  color: var(--black);
}
.product-selection__info {
  padding-left: 70px;
}
.product-content__col {
  width: 50%;
}
.product-gallery {
  width: 558px;
  max-width: 100%;
}
.product-gallery__inner-left {
  width: 148px;
}
.product-gallery__inner-right {
  width: calc(100% - 148px);
  padding-left: 10px;
}
.product-gallery__btn {
  width: 48px;
  height: 46px;
  border-radius: 15px;
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.product-gallery__btn[disabled] {
  opacity: 0;
}
.product-gallery__btn-inner {
  width: 38px;
  height: 36px;
  background: var(--beige);
  fill: var(--white);
  border-radius: 10px;
}
.product-gallery__btn svg {
  width: 6px;
  height: 16px;
}
.product-gallery__prev {
  top: -24px;
}
.product-gallery__prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-gallery__next {
  bottom: -24px;
}
.product-thumbs-wrapper {
  position: relative;
  height: 480px;
}
.product-thumbs-wrapper::after {
  content: "";
  width: 100%;
  height: 118px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 3;
}
.product-thumbs {
  height: 480px;
}
.product-thumbs__slide {
  height: 176px;
}
.product-thumbs__img {
  height: 176px;
  border-radius: 14px;
}
.product-thumbs__img img {
  max-height: 140px;
  width: auto;
}
.product-slider__img {
  height: 480px;
}
.product-slider__img img {
  max-height: 376px;
  width: auto;
}
.product-info__suptitle {
  line-height: 130%;
  margin-bottom: 10px;
}
.product-info__title {
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 20px;
  font-family: var(--base-ff);
  text-transform: initial;
}
.product-info__colors {
  margin-bottom: 20px;
}
.product-info__desc {
  margin-bottom: 20px;
}
.product-info__value {
  margin-bottom: 28px;
}
.product-info__value span {
  margin-left: 5px;
}
.product-colors__title {
  margin-bottom: 10px;
}
.product-colors__title-txt {
  margin-right: 5px;
}
.product-colors__list {
  margin-right: -5px;
  margin-bottom: -5px;
}
.product-colors__list-item {
  margin-right: 5px;
  margin-bottom: 5px;
}
.product-colors__list-item--more {
  -ms-flex-item-align: center;
      align-self: center;
}
.product-colors__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
}
.product-colors__label.selected .product-colors__label-content {
  background: var(--accent);
}
.product-colors__label input {
  display: none;
}
.product-colors__label input:checked + span {
  background: var(--accent);
}
.product-colors__label-content {
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
.product-colors__label-content::before {
  border-color: rgba(186, 142, 105, 0.5);
}
.product-colors__label-img {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.product-colors__link {
  padding: 12px 10px;
  color: var(--beige);
  display: block;
}
.product-links {
  --gutter-x: 10px;
}
.product-link {
  width: 220px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-desc__content {
  /*background: var(--accent) url(../images/general/product-desc.svg) 0 0 no-repeat;*/
  background: var(--accent);
  background-size: cover;
  padding: 50px 0;
}
.product-desc__info {
  background: var(--white-07);
  padding: 50px;
  margin-top: 20px;
}
.product-desc__txt {
  max-width: 790px;
}
.product-desc__txt--820 {
  max-width: 820px;
}
.product-desc__txt--1068 {
  max-width: 1068px;
}
.product-desc__txt-group {
  margin-bottom: 20px;
}
.product-desc__txt-group:last-child {
  margin-bottom: 0;
}
.product-desc__txt-group > *:last-child {
  margin-bottom: 0;
}
.product-desc__txt-s-title {
  margin-bottom: 10px;
  line-height: 130%;
}
.product-desc__txt-hint {
  padding: 10px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--white);
  border-radius: 10px;
}
.product-desc__txt p a {
  font-weight: 600;
  color: var(--beige);
  text-decoration: underline;
}
.product-desc__txt p a:hover {
  text-decoration: none;
}
.product-desc__ol {
  margin-bottom: 10px;
  counter-reset: num;
}
.product-desc__ol li {
  margin-bottom: 10px;
  padding-left: 32px;
  position: relative;
}
.product-desc__ol li::before {
  content: counter(num, decimal-leading-zero) ".";
  counter-increment: num;
  font-weight: 600;
  position: absolute;
  left: 0;
}
.product-desc__nv-item {
  margin-bottom: 10px;
  line-height: 19px;
}
.product-desc__nv-item:last-child {
  margin-bottom: 0;
}
.product-desc__nv-item span:first-child {
  margin-right: 5px;
}
.product-articles__content {
  padding: 50px 0;
  /*background: var(--accent) url(../images/general/product-articles.svg) 0 0 no-repeat;*/
  background: var(--accent);
  background-size: cover;
}
.product-articles__title::before {
  opacity: 0;
}
.product-video__title {
  text-align: center;
  margin-bottom: 30px;
}
.product-video__content {
  position: relative;
}
.product-video__play {
  position: absolute;
  z-index: 3;
}

.tabs-slider__slide {
  width: auto;
}

@media (max-width: 959px) {
  .product-selection__content {
    background: var(--accent) url(../images/general/selection-bg-m.webp) 0 0 no-repeat;
    background-size: cover;
  }
  .product-content__col {
    width: 100%;
    margin-bottom: 40px;
  }
  .product-content__col:last-child {
    margin-bottom: 0;
  }
  .product-gallery {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product {
    margin-top: -370px;
    padding-bottom: 10px;
  }
  .product .section__inner {
    padding-top: 0;
  }
  .product-content__col {
    margin-bottom: 20px;
  }
  .product-intro__content {
    padding-top: 94px;
  }
  .product-selection__info {
    padding: 30px 30px 34px;
  }
  .product-gallery__inner-left {
    display: none;
  }
  .product-gallery__inner-right {
    width: 100%;
    padding-left: 0;
  }
  .product-slider__img {
    height: 400px;
  }
  .product-slider__img img {
    max-height: 300px;
  }
  .product-info__suptitle {
    font-size: 12px;
  }
  .product-info__title {
    font-size: 22px;
  }
  .product-info__value {
    margin-bottom: 20px;
  }
  .product-colors__list {
    max-width: 70%;
  }
  .product-colors__list-item--more {
    width: 100%;
  }
  .product-colors__label-img {
    margin-right: 0;
  }
  .product-colors__label-txt {
    margin-left: 10px;
  }
  .product-colors__label-txt:not(.visible) {
    display: none;
  }
  .product-colors__link {
    padding: 8px 0 13px;
  }
  .product-desc {
    padding-top: 10px;
    overflow: hidden;
  }
  .product-desc__content {
    padding: 30px 0;
  }
  .product-desc__info {
    padding: 30px 20px;
    margin-top: 16px;
  }
  .product-desc__nv-item {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .product-desc__txt-hint {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .product-video__title {
    margin-bottom: 20px;
  }
  .product-video__content-banner {
    /*height: 260px;*/
  }
  .product-video__content-banner img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-video__play img {
    width: 50px;
    height: 50px;
  }
  .product-articles__content {
    padding: 30px 0;
  }
  .product-articles__head {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .product-articles__head-actions {
    display: none;
  }
  .product-articles__slide {
    max-width: 310px;
  }
  .product-articles__slide:not(.swiper-slide-active) {
    opacity: 0.4;
  }
  .product-articles__slider {
    position: relative;
  }
  .product-articles__title::before {
    opacity: 1;
    width: 126px;
    height: 56px;
    border-color: var(--white);
    left: -8px;
    top: -16px;
    -webkit-transform: rotate(-22.4deg);
        -ms-transform: rotate(-22.4deg);
            transform: rotate(-22.4deg);
  }
  .tabs-slider {
    overflow: initial;
  }
}
@media (max-width: 480px) {
  .product-links {
    --gutter-y: 10px;
  }
  .product-links__item {
    width: 100%;
  }
  .product-link {
    width: 100%;
  }
}
.sitemap {
  position: relative;
  z-index: 3;
  margin-top: -210px;
}
.sitemap-intro__content {
  padding-top: 126px;
}
.sitemap__inner {
  border-radius: var(--rounded) var(--rounded) 0 0;
  padding-top: 60px;
  background: var(--white);
}
.sitemap-content {
  --gutter-y: 30px;
}
.sitemap-content__col {
  width: 33.3333333333%;
}
.sitemap__group {
  margin-bottom: 30px;
}
.sitemap__group:last-child {
  margin-bottom: 0;
}
.sitemap__group > *:last-child {
  margin-bottom: 0;
}
.sitemap__title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}
.sitemap__subtitle {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.sitemap__subtitle--mb-2 {
  margin-bottom: 20px;
}
.sitemap__list {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}
.sitemap__list ul {
  padding: 0;
  list-style: none;
}
.sitemap__list li {
  margin-bottom: 10px;
}
.sitemap__list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .sitemap-content__col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sitemap {
    margin-top: -127px;
  }
  .sitemap .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sitemap-intro__content {
    padding-top: 96px;
  }
  .sitemap__inner {
    padding-top: 30px;
  }
  .sitemap-content__col {
    width: 100%;
  }
}

.product-use__p, .s-bd{
  font-weight: 600;
}

.product-use__ol{
  margin-bottom: 1.5rem;
}

.product-use__ol li{
  line-height: 1.6em;
  margin-bottom: .8rem;
}