@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (min-width: 1300px) {
  .header {
    padding: 13px 50px 29px 50px;
  }
  .header__container {
    max-width: 1280px;
  }
  .header__top {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .collaboration {
    padding-top: 0;
  }
  .collaboration__page {
    padding-left: 36px;
    padding-right: 36px;
  }
  .collaboration__text {
    margin-bottom: 16px;
  }
  .collaboration__top {
    width: 89%;
  }
  .collaboration__result {
    width: 65%;
  }
  .collaboration__benefit {
    width: 89%;
  }
  .collaboration__one {
    margin-bottom: 14px;
  }
  .collaboration__guarantees {
    width: 88%;
  }
  .collaboration__bottom {
    width: 67%;
  }
}
@media screen and (min-width: 992px) {
  .collaboration {
    padding-top: 0;
    padding-bottom: 67px;
  }
  .collaboration__page {
    padding-left: 72px;
    padding-right: 72px;
  }
  .collaboration__top {
    width: 100%;
  }
  .collaboration__result {
    width: 100%;
  }
  .collaboration__text {
    margin-bottom: 14px;
  }
  .collaboration__benefit {
    width: 100%;
  }
  .collaboration__guarantees {
    width: 100%;
  }
  .collaboration__one {
    margin-bottom: 17px;
  }
  .collaboration__para {
    line-height: 181%;
    color: #666666;
  }
  .collaboration__bottom {
    width: 100%;
  }
  .collaboration__title {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 767px) {
  .collaboration__page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 576px) {
  .collaboration {
    padding: 18px 0 32px;
  }
  .collaboration::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #F6F6F6;
    z-index: -1;
  }
  .collaboration__logo {
    position: relative;
    margin-bottom: 32px;
    grid-area: 3/3/3/span 2;
    z-index: 1;
  }
  .collaboration__logo::before {
    display: none;
  }
  .collaboration__logo-box {
    display: none;
  }
  .collaboration__tel {
    display: none;
  }
  .collaboration__logo-sm {
    display: block;
    margin-bottom: 25px;
  }
  .collaboration__tel-sm {
    display: flex;
    margin-bottom: 0;
    margin-right: 49px;
  }
  .collaboration__item {
    margin-right: 0;
  }
  .collaboration__top {
    justify-content: center;
    align-content: center;
  }
  .collaboration__center {
    margin-bottom: 7px;
  }
  .collaboration__center-catalog {
    padding-top: 7px;
  }
  .collaboration__bead {
    display: none;
  }
  .collaboration__card {
    padding-bottom: 6px;
  }
}
.collaboration {
  padding-bottom: 80px;
}
.collaboration__page {
  padding-left: 12px;
  padding-right: 12px;
}
.collaboration__text {
  font-size: 16px;
  margin-bottom: 12px;
}
.collaboration__text-guarant {
  margin-bottom: 10px;
}
.collaboration__one {
  margin-bottom: 15px;
}
.collaboration__para:not(:last-child) {
  margin-bottom: 10px;
}
.collaboration__para {
  line-height: 180%;
}
.collaboration__bottom {
  height: 57px;
  padding-left: 52px;
  width: 82%;
}
.collaboration__guarantees {
  margin-bottom: 35px;
}

@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.woff2") format("woff2");
  src: local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
  src: local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.woff2") format("woff2");
  src: local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: local("Muller-Regular"), url("../fonts/MullerRegular.woff2") format("woff2");
  src: local("Muller-Regular"), url("../fonts/MullerRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: local("PlayfairDisplay-Black"), url("../fonts/PlayfairDisplay-Black.woff2") format("woff2");
  src: local("PlayfairDisplay-Black"), url("../fonts/PlayfairDisplay-VariableFont_wght.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.header {
  position: relative;
  padding: 12px 0 32px;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .header {
    padding: 18px 0 32px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    padding-top: 0;
  }
}
.header__wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: row;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .header__wrap {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .header__wrap {
    grid-template-columns: repeat(12, 1fr);
  }
}
.header__logo {
  margin-bottom: 30px;
  display: block;
  grid-column: 1/span 6;
  justify-self: center;
  width: 250px;
  height: 27px;
}
.header__logo::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: -1;
  background-color: #F6F6F6;
}
@media screen and (min-width: 576px) {
  .header__logo::before {
    display: none;
  }
}
.header__logo:focus-visible {
  outline: 1px solid #46638F;
  outline-offset: 3px;
}
@media screen and (min-width: 576px) {
  .header__logo {
    position: relative;
    margin-bottom: 32px;
    grid-area: 3/3/3/span 2;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .header__logo {
    grid-area: 3/1/3/span 2;
    justify-self: start;
  }
}
@media screen and (min-width: 1200px) {
  .header__logo {
    grid-area: 2/1/2/span 2;
  }
}
.header__phone-wrap {
  grid-column: 1/span 6;
  margin-bottom: 13px;
}
@media screen and (min-width: 576px) {
  .header__phone-wrap {
    margin-bottom: 20px;
    grid-column: 4/span 3;
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 576px) {
  .header__phone-wrap {
    grid-column: 1/span 5;
  }
}
@media screen and (min-width: 1200px) {
  .header__phone-wrap {
    margin-left: -5px;
    position: relative;
    margin-bottom: 32px;
    grid-column: 1/span 2;
    justify-content: flex-start;
    z-index: 3;
  }
}
.header__phone {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #EAAD2F;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.header__phone-icon {
  width: 22px;
  height: 22px;
  fill: #EAAD2F;
  transition: fill 0.3s ease;
}
.header__phone:focus-visible {
  outline: none;
}
.header__phone:active {
  color: #BB370E;
}
.header__phone:active .header__phone-icon {
  fill: #BB370E;
}
@media screen and (min-width: 767px) {
  .header__phone:focus-visible {
    background-color: #fff5d1;
  }
  .header__phone:hover {
    background-color: transparent;
    color: #FFBD59;
  }
  .header__phone:hover .header__phone-icon {
    fill: #FFBD59;
  }
  .header__phone:active {
    color: #BB370E;
  }
  .header__phone:active .header__phone-icon {
    fill: #BB370E;
  }
}
.header__user-cart-wrap {
  margin-bottom: 16px;
  grid-column: 4/span 3;
  justify-content: end;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .header__user-cart-wrap {
    margin-bottom: 32px;
    grid-column: auto;
    grid-area: 3/5/3/span 2;
  }
}
@media screen and (min-width: 992px) {
  .header__user-cart-wrap {
    z-index: 2;
    grid-area: 2/8/2/span 2;
  }
}
@media screen and (min-width: 1200px) {
  .header__user-cart-wrap {
    margin-bottom: 0;
    grid-area: 3/11/3/span 2;
  }
}
.header__user-cab {
  margin-right: 24px;
  display: block;
  width: 26px;
  height: 28px;
  outline: 4px solid transparent;
  outline-offset: 0;
  transition: background-color 0.3s ease, outline-color 0.3s ease;
}
.header__user-cab-icon {
  fill: #46638F;
  transition: fill 0.3s ease;
}
.header__user-cab:active .header__user-cab-icon {
  fill: #EAAD2F;
}
@media screen and (min-width: 767px) {
  .header__user-cab:focus-visible {
    background-color: #C998FB;
    outline-color: #C998FB;
  }
  .header__user-cab:focus-visible .header__user-cab-icon {
    fill: #ffffff;
  }
  .header__user-cab:hover {
    background-color: transparent;
    outline-color: transparent;
  }
  .header__user-cab:hover .header__user-cab-icon {
    fill: #ffffff;
  }
  .header__user-cab:active .header__user-cab-icon {
    fill: #EAAD2F;
  }
}
.header__search-category-wrap {
  grid-column: 1/span 6;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .header__search-category-wrap {
    flex-direction: row;
    grid-row: 4/4;
  }
}
@media screen and (min-width: 992px) {
  .header__search-category-wrap {
    grid-column: 1/span 9;
  }
}
@media screen and (min-width: 1200px) {
  .header__search-category-wrap {
    width: calc(100% - 5px);
    grid-row: 3/3;
    grid-column: 1/span 10;
  }
}
.header__breadcrumps {
  display: none;
}
@media screen and (min-width: 576px) {
  .header__breadcrumps {
    margin-top: 19px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .header__breadcrumps {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header__breadcrumps {
    margin-top: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .header__breadcrumps-single-product {
    margin-top: 17px;
  }
}

.mini-cart {
  padding-left: 19px;
  position: relative;
  outline: 4px solid transparent;
  outline-offset: 0;
  display: block;
  width: 49px;
  height: 28px;
  transition: background-color 0.3s ease, outline-color 0.3s ease;
}
.mini-cart__icon {
  fill: #46638F;
  transition: fill 0.3s ease;
}
.mini-cart__count {
  position: absolute;
  padding: 3px 4px;
  top: 50%;
  left: 9px;
  transform: translateY(-55%);
  font-weight: 700;
  line-height: 1em;
  font-size: 10px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #EAAD2F;
}
.mini-cart:active .mini-cart__icon {
  fill: #7033AC;
}
@media screen and (min-width: 767px) {
  .mini-cart:focus-visible {
    background-color: #C998FB;
    outline-color: #C998FB;
  }
  .mini-cart:focus-visible .mini-cart__icon {
    fill: #ffffff;
  }
  .mini-cart:hover {
    background-color: transparent;
    outline-color: transparent;
  }
  .mini-cart:hover .mini-cart__icon {
    fill: #ffffff;
  }
  .mini-cart:active .mini-cart__icon {
    fill: #EAAD2F;
  }
}

.header-menu {
  position: relative;
  margin-bottom: 16px;
  padding: 12px 0 13px;
  grid-column: 1/span 3;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .header-menu {
    grid-area: 2/1/2/span 6;
    padding: 0;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  .header-menu {
    grid-area: 2/1/2/span 7;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu {
    grid-area: 1/6/1/span 7;
  }
}
.header-menu::before {
  content: "";
  position: absolute;
  left: -13px;
  height: 100%;
  width: 100vw;
  z-index: -1;
  border-top: 1px solid #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
  background-color: transparent;
}
@media screen and (min-width: 576px) {
  .header-menu::before {
    display: none;
  }
}
.header-menu__wrap {
  position: absolute;
  top: 1px;
  left: calc(-101vw - 12px);
  width: 100vw;
  max-height: 75vh;
  overflow: auto;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.header-menu__wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(101vw);
}
@media screen and (min-width: 576px) {
  .header-menu__wrap {
    position: static;
    width: 100%;
    max-height: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}
.header-menu__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  outline: 1px solid transparent;
  outline-offset: 4px;
  background: transparent;
  transition: background-color 0.3s ease, outline-color 0.3s ease;
}
@media screen and (min-width: 576px) {
  .header-menu__btn {
    position: absolute;
    top: calc(100% + 33px);
    left: 0;
  }
}
@media screen and (min-width: 767px) {
  .header-menu__btn {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .header-menu__btn {
    display: none;
  }
}
.header-menu__btn-line {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #46638F;
  transition: background-color 0.3s ease;
}
.header-menu__btn-line::before, .header-menu__btn-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #46638F;
  transition: background-color 0.3s ease;
}
.header-menu__btn-line::after {
  top: auto;
  bottom: 0;
}
.header-menu__btn:active .header-menu__btn-line, .header-menu__btn:active .header-menu__btn-line::before, .header-menu__btn:active .header-menu__btn-line::after {
  background-color: #7033AC;
}
@media screen and (min-width: 767px) {
  .header-menu__btn:focus-visible {
    outline-color: #46638F;
  }
  .header-menu__btn:hover {
    outline-color: transparent;
  }
  .header-menu__btn:hover .header-menu__btn-line, .header-menu__btn:hover .header-menu__btn-line::before, .header-menu__btn:hover .header-menu__btn-line::after {
    background-color: #C998FB;
  }
  .header-menu__btn:active .header-menu__btn-line, .header-menu__btn:active .header-menu__btn-line::before, .header-menu__btn:active .header-menu__btn-line::after {
    background-color: #7033AC;
  }
}
.header-menu_adap_desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-menu_adap_desktop {
    grid-area: 3/3/3/span 7;
    display: flex;
  }
  .header-menu_adap_desktop .header-menu__wrap {
    padding-left: 40px;
    overflow: visible;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu_adap_desktop {
    grid-area: 2/4/2/span 9;
  }
  .header-menu_adap_desktop .header-menu__wrap {
    padding-left: 7px;
  }
}
.header-menu_adap_desktop .main-menu {
  position: static;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  border: none;
  transition: none;
  background: transparent;
}

.main-menu {
  padding: 12px 12px 26px;
  display: flex;
  flex-direction: column;
}
.main-menu__item:not(:last-of-type) {
  margin-bottom: 41px;
}
@media screen and (min-width: 576px) {
  .main-menu__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .main-menu__item:not(:last-of-type) {
    margin-right: 10px;
  }
}
.main-menu__item:first-of-type {
  margin-bottom: 26px;
}
@media screen and (min-width: 576px) {
  .main-menu__item:first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 576px) {
  .main-menu__item:not(:first-of-type) {
    margin-bottom: 41px;
  }
}
@media screen and (min-width: 992px) {
  .main-menu__item:not(:first-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .main-menu__item_adap_close {
    display: none;
  }
}
.main-menu__btn-close {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  outline: 1px solid transparent;
  outline-offset: 4px;
  transition: outline-color 0.3s ease;
}
.main-menu__btn-close-icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #46638F;
  transition: fill 0.3s ease;
}
.main-menu__btn-close:active .main-menu__btn-close-icon {
  fill: #7033AC;
}
@media screen and (min-width: 576px) {
  .main-menu__btn-close {
    margin-bottom: 0;
    position: absolute;
    left: 20px;
    top: 32px;
  }
}
@media screen and (min-width: 767px) {
  .main-menu__btn-close {
    left: 72px;
  }
  .main-menu__btn-close:focus-visible {
    outline-color: #46638F;
  }
  .main-menu__btn-close:hover {
    outline-color: transparent;
  }
  .main-menu__btn-close:hover .main-menu__btn-close-icon {
    fill: #C998FB;
  }
  .main-menu__btn-close:active .main-menu__btn-close-icon {
    fill: #7033AC;
  }
}
.main-menu__link {
  color: #324A6E;
  outline: 4px solid transparent;
  outline-offset: 0;
  transition: color 0.3s ease, background-color 0.3s ease, outline-color 0.3s ease;
}
.main-menu__link:focus-visible {
  background-color: #EBD1FF;
  outline-color: #EBD1FF;
}
.main-menu__link:active {
  color: #7033AC;
}
@media screen and (min-width: 767px) {
  .main-menu__link:hover {
    color: #ffffff;
    background-color: transparent;
    outline-color: transparent;
  }
  .main-menu__link:active {
    color: #7033AC;
  }
}
@media screen and (min-width: 576px) {
  .main-menu {
    position: absolute;
    top: 100%;
    left: -20px;
    padding: 90px 55% 19px 20px;
    flex-wrap: wrap;
    width: 100vw;
    height: 300px;
    overflow: auto;
    z-index: 2;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: url("../img/elephant-grey.svg") no-repeat calc(100% - 20px) calc(100% - 60px), #A9C7C9;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 576px) and (min-width: 767px) {
  .main-menu {
    padding: 90px 55% 19px 72px;
    left: -72px;
    background-position: calc(100% - 72px) calc(100% - 60px);
  }
}
@media screen and (min-width: 576px) {
  .main-menu.active {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 576px) and (min-width: 992px) {
  .main-menu {
    display: none;
  }
}
.info-menu {
  padding: 24px 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #F6F6F6;
}
@media screen and (min-width: 576px) {
  .info-menu {
    padding: 13px 0 17px;
    width: 100%;
    background-color: transparent;
  }
  .info-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #F6F6F6;
    z-index: -1;
  }
}
@media screen and (min-width: 576px) and (min-width: 576px) {
  .info-menu::before {
    left: -20px;
  }
}
@media screen and (min-width: 576px) and (min-width: 767px) {
  .info-menu::before {
    left: -72px;
  }
}
@media screen and (min-width: 576px) and (min-width: 992px) {
  .info-menu::before {
    left: -36px;
  }
}
@media screen and (min-width: 576px) and (min-width: 1200px) {
  .info-menu::before {
    left: auto;
    right: -36px;
  }
}
@media screen and (min-width: 576px) and (min-width: 1352px) {
  .info-menu::before {
    right: calc(-36px - (100vw - 1280px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .info-menu {
    width: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .info-menu {
    padding: 15px 0 17px;
    margin-left: auto;
    width: 95%;
  }
}
.info-menu__item {
  width: 48%;
}
@media screen and (min-width: 576px) {
  .info-menu__item {
    width: auto;
  }
}
.info-menu__item:first-child {
  margin-bottom: 12px;
}
@media screen and (min-width: 576px) {
  .info-menu__item:first-child {
    margin-bottom: 0;
  }
}
.info-menu__link {
  font-size: 14px;
  color: #999999;
  outline: 4px solid transparent;
  outline-offset: 0;
  transition: color 0.3s ease, background-color 0.3s ease, outline-color 0.3s ease;
}
.info-menu__link:focus-visible {
  color: #7033AC;
  background-color: #EBD1FF;
  outline-color: #EBD1FF;
}
.info-menu__link:active {
  color: #7033AC;
}
@media screen and (min-width: 767px) {
  .info-menu__link:hover {
    color: #46638F;
    background-color: transparent;
    outline-color: transparent;
  }
  .info-menu__link:active {
    color: #7033AC;
  }
}

.search-form {
  margin-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .search-form {
    margin-bottom: 0;
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .search-form {
    width: calc(68% + 7px);
  }
}
@media screen and (min-width: 1200px) {
  .search-form {
    width: 72%;
  }
}
.search-form__input {
  width: 100%;
  padding: 20px 25% 16px 57px;
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  color: #324A6E;
  border: 2px solid transparent;
  border-radius: 10px;
  outline: none;
  background-color: #F6F6F6;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.search-form__input:focus-visible {
  outline: none;
  border-color: #46638F;
}
.search-form__input:active {
  border-color: transparent;
}
.search-form__input::-moz-placeholder {
  color: #999999;
}
.search-form__input::placeholder {
  color: #999999;
}
@media screen and (min-width: 576px) {
  .search-form__input {
    padding: 20px 25% 16px 57px;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 767px) {
  .search-form__input:hover {
    background-color: #EAEAEA;
  }
  .search-form__input:focus-visible {
    background-color: #F6F6F6;
  }
}
.search-form__icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 32px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  fill: #999999;
  transition: fill 0.3s ease;
}
.search-form__input:focus ~ .search-form__icon {
  fill: #46638F;
}
.search-form__btn {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 32px;
  height: 32px;
  transform: translateY(-55%);
}
@media screen and (min-width: 576px) {
  .search-form__btn {
    right: 34px;
  }
}

.header-category-filter {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .header-category-filter {
    width: 30%;
  }
}
@media screen and (min-width: 992px) {
  .header-category-filter {
    width: calc(32% - 7px);
  }
}
@media screen and (min-width: 1200px) {
  .header-category-filter {
    width: 28%;
  }
}
.header-category-filter__btn {
  position: relative;
  padding: 19px 31px 19px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  border: 2px solid #F6F6F6;
  border-radius: 10px;
  color: #46638F;
  background-color: #ffffff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 576px) {
  .header-category-filter__btn {
    padding: 19px 30px 19px 28px;
    border-radius: 0 10px 10px 0;
  }
}
.header-category-filter__btn-icon {
  width: 13px;
  height: 8px;
  fill: #46638F;
  transition: transform 0.3s ease;
}
.header-category-filter__btn:active {
  border-color: #7033AC;
}
.header-category-filter__btn.active .header-category-filter__btn-icon {
  transform: rotate(180deg);
}
@media screen and (min-width: 767px) {
  .header-category-filter__btn:focus-visible {
    border-color: #46638F;
    background-color: #F6F6F6;
  }
  .header-category-filter__btn:hover {
    border-color: #46638F;
    background-color: #ffffff;
  }
  .header-category-filter__btn:active {
    border-color: #7033AC;
  }
}
.header-category-filter__submenu {
  position: absolute;
  left: 0;
  top: 90%;
  padding: 23px 30px;
  width: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  border: 2px solid #F6F6F6;
  border-radius: 0 0 10px 10px;
  transition: height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.header-category-filter__submenu.active {
  opacity: 1;
  visibility: visible;
}
.header-category-filter__submenu-list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-width: auto;
       column-width: auto;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media screen and (min-width: 576px) {
  .header-category-filter__submenu-list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (min-width: 992px) {
  .header-category-filter__submenu-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.header-category-filter__submenu-item {
  margin-bottom: 11px;
}
.header-category-filter__submenu-link {
  color: #324A6E;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.header-category-filter__submenu-link:active {
  color: #7033AC;
}
@media screen and (min-width: 767px) {
  .header-category-filter__submenu-link:focus-visible {
    color: #7033AC;
    background-color: #EBD1FF;
    outline-color: #EBD1FF;
  }
  .header-category-filter__submenu-link:hover {
    color: #46638F;
    background-color: transparent;
    outline-color: transparent;
  }
  .header-category-filter__submenu-link:active {
    color: #7033AC;
  }
}

.footer__main {
  padding: 23px 0 0;
  background-color: #EAEAEA;
}
@media screen and (min-width: 992px) {
  .footer__main {
    padding: 24px 0 23px;
  }
}
@media screen and (min-width: 992px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
  }
}
.footer__logo-socmedia-wrap {
  margin-bottom: 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .footer__logo-socmedia-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .footer__logo-socmedia-wrap {
    max-width: 23%;
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .footer__logo-socmedia-wrap {
    max-width: 20%;
  }
}
.footer__logo {
  margin-bottom: 24px;
  display: block;
  width: 250px;
  height: 27px;
}
.footer__logo:focus-visible {
  outline: 1px solid #46638F;
  outline-offset: 3px;
}
@media screen and (min-width: 576px) {
  .footer__logo {
    margin-bottom: 0;
  }
}
.footer__soc-media {
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .footer__soc-media {
    margin-right: 49px;
  }
}
@media screen and (min-width: 992px) {
  .footer__soc-media {
    margin-right: 0px;
  }
}
.footer__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
}
@media screen and (min-width: 576px) {
  .footer__links {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
  }
}
@media screen and (min-width: 992px) {
  .footer__links {
    justify-items: end;
    grid-row-gap: 16px;
  }
}
.footer__copyrights {
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  color: #999999;
  background-color: #F6F6F6;
}
.footer__copyrights-content {
  margin-right: 9px;
}
@media screen and (min-width: 992px) {
  .footer__copyrights {
    padding: 6px 0 8px;
  }
}

@media screen and (min-width: 992px) {
  .footer-links {
    padding-top: 3px;
    width: 82%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-links {
    width: 71%;
  }
}
.footer-links__part {
  margin-bottom: 24px;
  grid-column: auto/span 1;
}
@media screen and (min-width: 576px) {
  .footer-links__part {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .footer-links__part {
    margin-bottom: 0;
    justify-self: center;
  }
  .footer-links__part:nth-of-type(4n) {
    justify-self: end;
  }
}
.footer-links__title {
  margin: 0;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  color: #324A6E;
  display: block;
}
.footer-links__item:not(:last-of-type) {
  margin-bottom: 6px;
}
@media screen and (min-width: 992px) {
  .footer-links__item:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.footer-links__link {
  font-size: 14px;
  color: #999999;
  outline: 4px solid transparent;
  outline-offset: 0;
  transition: color 0.3s ease, background-color 0.3s ease, outline-color 0.3s ease;
}
.footer-links__link:focus-visible {
  color: #7033AC;
  background-color: #EBD1FF;
  outline-color: #EBD1FF;
}
.footer-links__link:active {
  color: #7033AC;
}
@media screen and (min-width: 767px) {
  .footer-links__link:hover {
    color: #46638F;
    background-color: transparent;
    outline-color: transparent;
  }
  .footer-links__link:active {
    color: #7033AC;
  }
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

body {
  background: #B5D4D6;
  min-width: 320px;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
}
body.lock {
  width: 100vw;
  position: fixed;
  overflow-y: scroll;
}

img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  fill: inherit;
}

svg path {
  stroke: inherit;
  stroke-width: inherit;
  fill: inherit;
}

picture img {
  margin: 0;
  padding: 0;
  display: block;
  height: auto;
}

input, textarea {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
input::placeholder, textarea::placeholder {
  transition: color 0.3s ease;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.h2-title {
  margin: 0;
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 32px;
  color: #333;
}

.h3-title {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #324A6E;
}

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

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.button-bg {
  border-radius: 10px;
  padding: 22px 47px 22px 50px;
  background: #46638F;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

.button-br {
  border-radius: 10px;
  padding: 17px 32px 14px 35px;
  border: 2px solid #46638F;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #46638F;
}

.section-descr {
  margin: 0;
}

.section-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.3em;
  color: #324A6E;
}
@media screen and (min-width: 767px) {
  .section-title {
    font-size: 18px;
  }
}

.section-title {
  margin-bottom: 26px;
  display: inline-block;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  line-height: 1em;
}
@media screen and (min-width: 576px) {
  .section-title {
    font-size: 32px;
  }
}

.flex {
  display: flex;
}

.btn {
  display: inline-block;
  padding: 19px 48px;
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  background-color: #46638F;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn:active {
  background-color: #7033AC;
  border-color: transparent;
}
@media screen and (min-width: 576px) {
  .btn {
    width: auto;
  }
}
@media screen and (min-width: 767px) {
  .btn:focus-visible {
    border-color: #7033AC;
    background-color: #C998FB;
  }
  .btn:hover {
    background-color: #B5D3D6;
    border-color: transparent;
  }
  .btn:active {
    background-color: #7033AC;
    border-color: transparent;
  }
}

.btn-arrow-right, .btn-arrow-left {
  display: block;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #46638F;
  border-radius: 50%;
  background-color: transparent;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.btn-arrow-right__icon, .btn-arrow-left__icon {
  padding: 0;
  padding-left: 1px;
  display: block;
  flex: 0 0 9px;
  height: 12px;
  stroke-width: 2px;
  fill: #ffffff;
  stroke: #46638F;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.btn-arrow-right:focus-visible, .btn-arrow-left:focus-visible {
  outline: none;
}
.btn-arrow-right:active, .btn-arrow-left:active {
  background: #7033AC;
  border-color: #7033AC;
}
.btn-arrow-right:active .btn-arrow-right__icon, .btn-arrow-right:active .btn-arrow-left__icon, .btn-arrow-left:active .btn-arrow-right__icon, .btn-arrow-left:active .btn-arrow-left__icon {
  fill: #7033AC;
  stroke: #ffffff;
}
@media screen and (min-width: 767px) {
  .btn-arrow-right:focus-visible, .btn-arrow-left:focus-visible {
    background-color: #C998FB;
    border-color: #46638F;
  }
  .btn-arrow-right:focus-visible .btn-arrow-right__icon, .btn-arrow-right:focus-visible .btn-arrow-left__icon, .btn-arrow-left:focus-visible .btn-arrow-right__icon, .btn-arrow-left:focus-visible .btn-arrow-left__icon {
    fill: #C998FB;
    stroke: #ffffff;
  }
  .btn-arrow-right:hover, .btn-arrow-left:hover {
    background-color: #46638F;
    border-color: #46638F;
  }
  .btn-arrow-right:hover .btn-arrow-right__icon, .btn-arrow-right:hover .btn-arrow-left__icon, .btn-arrow-left:hover .btn-arrow-right__icon, .btn-arrow-left:hover .btn-arrow-left__icon {
    fill: #46638F;
    stroke: #ffffff;
  }
  .btn-arrow-right:active, .btn-arrow-left:active {
    background: #7033AC;
    border-color: #7033AC;
  }
  .btn-arrow-right:active .btn-arrow-right__icon, .btn-arrow-right:active .btn-arrow-left__icon, .btn-arrow-left:active .btn-arrow-right__icon, .btn-arrow-left:active .btn-arrow-left__icon {
    fill: #7033AC;
    stroke: #ffffff;
  }
}

.btn-arrow-left__icon {
  transform: rotate(180deg);
}

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

.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .swiper-nav {
    position: absolute;
    right: 20px;
    top: 0;
  }
}
@media screen and (min-width: 767px) {
  .swiper-nav {
    right: 72px;
  }
}
@media screen and (min-width: 992px) {
  .swiper-nav {
    right: 36px;
  }
}
.swiper-nav__btn {
  width: 32px;
  height: 32px;
}
.swiper-nav__btn-prev {
  margin-right: 13px;
}
.swiper-nav__btn.swiper-button-disabled {
  pointer-events: none;
  border-color: #999999;
}
.swiper-nav__btn.swiper-button-disabled svg {
  stroke: #999999;
}

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.btn-ghost {
  display: inline-block;
  padding: 19px 48px;
  font-family: "OpenSans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #46638F;
  background-color: transparent;
  border: 2px solid #46638F;
  border-radius: 10px;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.btn-ghost:active {
  color: #ffffff;
  background-color: #7033AC;
  border-color: transparent;
}
@media screen and (min-width: 576px) {
  .btn-ghost {
    width: auto;
  }
}
@media screen and (min-width: 767px) {
  .btn-ghost:focus-visible {
    outline: none;
    color: #ffffff;
    border-color: #46638F;
    background-color: #C998FB;
  }
  .btn-ghost:hover {
    color: #ffffff;
    background-color: #46638F;
    border-color: transparent;
  }
  .btn-ghost:active {
    color: #ffffff;
    background-color: #7033AC;
    border-color: transparent;
  }
}

.input, .textarea {
  padding: 15px 18px 17px;
  width: 100%;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  color: #324A6E;
  border-radius: 10px;
  background-color: #F6F6F6;
  outline: 1px solid transparent;
  transition: background-color 0.3s ease, outline-color 0.3s ease;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: #999999;
}
.input::placeholder, .textarea::placeholder {
  color: #999999;
}
.input:hover, .textarea:hover {
  background-color: #EAEAEA;
}
.input:focus, .textarea:focus {
  outline-color: #46638F;
  background-color: transparent;
}
.input:active, .textarea:active {
  outline-color: #b8ec64;
  background-color: transparent;
}
.input.is-invalid, .textarea.is-invalid {
  outline-color: #ff6972;
}
.input.is-success, .textarea.is-success {
  outline-color: #b8ec64;
}
@media screen and (min-width: 576px) {
  .input, .textarea {
    padding: 15px 18px 17px;
  }
}

.input-wrap {
  position: relative;
  width: 100%;
}

.input-error {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 19px;
  font-size: 12px;
  color: #ff6972;
}

.checkbox {
  position: relative;
}
.checkbox .input-error {
  bottom: auto;
  left: 20px;
}
@media screen and (min-width: 576px) {
  .checkbox .input-error {
    left: 22px;
  }
}
.checkbox-label {
  padding-left: 20px;
  position: relative;
  align-items: center;
  font-size: 12px;
  line-height: 1.3em;
}
.checkbox-label:hover {
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .checkbox-label {
    padding-left: 22px;
    font-size: 14px;
  }
}
.checkbox__input {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.checkbox__link {
  color: #46638F;
  text-decoration: underline;
  z-index: 1;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, text-decoration 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.checkbox__link:focus-visible {
  color: #324A6E;
  background-color: #EBD1FF;
  text-decoration: none;
  outline: none;
}
.checkbox__link:active {
  background-color: transparent;
  color: #7033AC;
}
@media screen and (min-width: 767px) {
  .checkbox__link:hover {
    background-color: transparent;
    color: #C998FB;
  }
  .checkbox__link:active {
    background-color: transparent;
    color: #7033AC;
  }
}
.checkbox__span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #46638F;
  border-radius: 2px;
  background: transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.checkbox__input:checked + .checkbox__span::before {
  background: url("/images/check.svg") no-repeat center center/10px 10px, #46638F;
  border-color: #46638F;
}
.checkbox__input:focus + .checkbox__span {
  color: #46638F;
}
.checkbox__input:focus + .checkbox__span::before {
  border-color: #46638F;
}

.submit-btn {
  padding: 16px 34px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .submit-btn {
    margin-bottom: 11px;
  }
}

.container {
  padding: 0 12px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 767px) {
  .container {
    padding: 0 72px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    padding: 0 36px;
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.section-hero {
  padding-bottom: 35px;
}
@media screen and (min-width: 319px) {
  .section-hero {
    padding-bottom: 123px;
  }
}
@media screen and (min-width: 576px) {
  .section-hero {
    padding-bottom: 0;
  }
}

.banner-swiper {
  z-index: 0;
}
.banner-swiper__slide {
  height: auto;
  box-sizing: border-box;
  margin-bottom: 92px;
  padding: 30px 0 98px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 319px) {
  .banner-swiper__slide {
    margin-bottom: 0;
    padding: 30px 0 73px;
  }
}
@media screen and (min-width: 576px) {
  .banner-swiper__slide {
    margin-bottom: 0;
    padding: 160px 0;
  }
}
.banner-swiper__slide_bg_1 {
  background-image: url("/images/ban-0.png");
}
@media screen and (min-width: 576px) {
  .banner-swiper__slide_bg_1 {
    background-image: url("/images/ban-0.png");
  }
}
@media screen and (min-width: 992px) {
  .banner-swiper__slide_bg_1 {
    background-image: url("/images/ban-0.png");
  }
}
@media screen and (min-width: 1200px) {
  .banner-swiper__slide_bg_1 {
    background-image: url("/images/ban-0.png");
  }
}
.banner-swiper__title {
  margin: 0;
  padding-left: 18px;
  max-width: 75%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35em;
  color: #999999;
}
.banner-swiper__title_color_white {
  color: #ffffff;
}
@media screen and (min-width: 576px) {
  .banner-swiper__title {
    padding-left: 0;
    margin-bottom: 50px;
    max-width: 560px;
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .banner-swiper__title {
    padding-left: 0;
    margin-bottom: 50px;
    max-width: 555px;
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-swiper__title {
    max-width: 551px;
  }
}
.banner-swiper__btn {
  top: calc(100% + 32px);
  padding: 19px 30px;
  display: block;
  width: auto;
}
@media screen and (min-width: 319px) {
  .banner-swiper__btn {
    width: 100%;
    padding: 19px 47px;
    position: relative;
    transform: translateY(161px);
  }
}
@media screen and (min-width: 576px) {
  .banner-swiper__btn {
    top: calc(100% + 32px);
    padding: 19px 47px;
    position: static;
    top: auto;
    width: auto;
    transform: none;
  }
}

/*spec*/
.section-spec-offer {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 576px) {
  .section-spec-offer {
    padding-top: 70px;
  }
}
@media screen and (min-width: 576px) {
  .section-spec-offer__title {
    max-width: calc(100% - 97px);
  }
}

.spec-offer-swiper__wrap {
  display: grid;
  -moz-column-gap: 32px;
       column-gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__wrap {
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 576px) {
  .spec-offer-swiper__wrap {
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 767px) {
  .spec-offer-swiper__wrap {
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
  }
}
@media screen and (min-width: 992px) {
  .spec-offer-swiper__wrap {
    grid-template-columns: repeat(9, 1fr);
    gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .spec-offer-swiper__wrap {
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 32px;
         column-gap: 32px;
    margin: 0;
  }
}
@media screen and (min-width: 1300px) {
  .spec-offer-swiper__wrap {
    grid-template-columns: repeat(12, 1fr);
  }
}
.spec-offer-swiper__item:nth-child(1) {
  grid-column: 1/4;
  grid-row: 1;
  order: 1;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__item:nth-child(1) {
    grid-column: 1/7;
    grid-row: 1;
  }
}
@media screen and (min-width: 767px) {
  .spec-offer-swiper__item:nth-child(1) {
    grid-column: 1/4;
    grid-row: 1;
  }
}
@media screen and (min-width: 992px) {
  .spec-offer-swiper__item:nth-child(1) {
    grid-column: 1/4;
    grid-row: 1;
  }
}
@media screen and (min-width: 1200px) {
  .spec-offer-swiper__item:nth-child(1) {
    grid-column: 1/4;
    grid-row: 1;
    order: 1;
  }
}
.spec-offer-swiper__item:nth-child(2) {
  grid-column: 4/10;
  grid-row: 1;
  order: 2;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__item:nth-child(2) {
    grid-column: 1/7;
    grid-row: 2;
  }
}
@media screen and (min-width: 767px) {
  .spec-offer-swiper__item:nth-child(2) {
    grid-column: 4/7;
    grid-row: 1;
  }
}
@media screen and (min-width: 992px) {
  .spec-offer-swiper__item:nth-child(2) {
    grid-column: 4/7;
    grid-row: 1;
  }
}
@media screen and (min-width: 1200px) {
  .spec-offer-swiper__item:nth-child(2) {
    grid-column: 4/10;
    grid-row: 1;
    order: 2;
  }
}
.spec-offer-swiper__item:nth-child(3) {
  grid-column: 10/13;
  grid-row: 1;
  order: 3;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__item:nth-child(3) {
    grid-column: 1/7;
    grid-row: 3;
  }
}
@media screen and (min-width: 767px) {
  .spec-offer-swiper__item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .spec-offer-swiper__item:nth-child(3) {
    display: flex;
    grid-column: 7/10;
    grid-row: 1;
  }
}
@media screen and (min-width: 1200px) {
  .spec-offer-swiper__item:nth-child(3) {
    grid-column: 10/13;
    grid-row: 1;
    order: 3;
  }
}
.spec-offer-swiper__item:nth-child(4) {
  grid-column: 1/7;
  grid-row: 4;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__item:nth-child(4) {
    grid-column: 1/7;
    grid-row: 4;
  }
}
@media screen and (min-width: 576px) {
  .spec-offer-swiper__item:nth-child(4) {
    display: none;
  }
}
.spec-offer-swiper__item:nth-child(5) {
  grid-column: 1/7;
  grid-row: 5;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__item:nth-child(5) {
    grid-column: 1/7;
    grid-row: 5;
  }
}
@media screen and (min-width: 576px) {
  .spec-offer-swiper__item:nth-child(5) {
    display: none;
  }
}
.spec-offer-swiper__item:nth-child(6) {
  grid-column: 1/7;
  grid-row: 6;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__item:nth-child(6) {
    grid-column: 1/7;
    grid-row: 6;
  }
}
@media screen and (min-width: 576px) {
  .spec-offer-swiper__item:nth-child(6) {
    display: none;
  }
}
.spec-offer-swiper__item {
  display: flex;
  flex-direction: column;
  background: #F6F6F6;
  border-radius: 10px;
  justify-content: space-between;
  padding: 30px 30px 30px 30px;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__item {
    padding: 30px 24px 30px 24px;
  }
}
@media screen and (min-width: 576px) {
  .spec-offer-swiper__item {
    padding: 30px 24px 30px 24px;
  }
}
@media screen and (min-width: 767px) {
  .spec-offer-swiper__item {
    padding: 30px 24px 30px 24px;
  }
}
@media screen and (min-width: 992px) {
  .spec-offer-swiper__item {
    padding: 30px 30px 30px 30px;
  }
}
.spec-offer-swiper__slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.spec-offer-swiper__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .spec-offer-swiper__box {
    padding-left: 7px;
  }
}
@media screen and (min-width: 992px) {
  .spec-offer-swiper__box {
    padding-left: 0;
  }
}
.spec-offer-swiper__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__text {
    padding-left: 7px;
  }
}
@media screen and (min-width: 767px) {
  .spec-offer-swiper__text {
    padding-left: 7px;
  }
}
@media screen and (min-width: 992px) {
  .spec-offer-swiper__text {
    padding-left: 0;
  }
}
.spec-offer-swiper__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.spec-offer-swiper__second {
  padding-left: 20px;
  padding-top: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__second {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media screen and (min-width: 576px) {
  .spec-offer-swiper__second {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media screen and (min-width: 767px) {
  .spec-offer-swiper__second {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media screen and (min-width: 992px) {
  .spec-offer-swiper__second {
    padding-left: 20px;
    padding-top: 22px;
    padding-right: 22px;
  }
}
.spec-offer-swiper__image {
  margin-bottom: 0px;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__image {
    padding-top: 23px;
  }
}
@media screen and (min-width: 576px) {
  .spec-offer-swiper__image {
    padding-top: 25px;
  }
}
@media screen and (min-width: 767px) {
  .spec-offer-swiper__image {
    padding-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .spec-offer-swiper__image {
    margin-bottom: 0px;
    padding-top: 0;
  }
}
.spec-offer-swiper__image2 {
  margin-bottom: 21px;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__image2 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 767px) {
  .spec-offer-swiper__image2 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .spec-offer-swiper__image2 {
    margin-bottom: 21px;
  }
}
.spec-offer-swiper__info {
  padding-right: 0px;
}
.spec-offer-swiper__clock {
  padding-left: 44px;
  padding-top: 18px;
  padding-right: 43px;
  margin-bottom: 5px;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__clock {
    padding-left: 47px;
    padding-top: 20px;
    padding-right: 46px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 576px) {
  .spec-offer-swiper__clock {
    padding-left: 44px;
    padding-top: 18px;
    padding-right: 43px;
    margin-bottom: 5px;
  }
}
.spec-offer-swiper__dear {
  padding-left: 65px;
  padding-top: 23px;
  padding-right: 65px;
  margin-bottom: 0px;
}
@media screen and (min-width: 319px) {
  .spec-offer-swiper__nav {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .spec-offer-swiper__nav {
    display: flex;
  }
}
.spec-offer-swiper__term {
  padding-left: 34px;
  padding-top: 21px;
  padding-right: 34px;
  margin-bottom: 0px;
}

.product-card__info-wrap {
  display: flex;
}
.product-card__new {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #EAAD2F;
  margin-right: 26px;
}
.product-card__old {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-decoration: line-through;
  color: #999999;
}
.product-card__wrap {
  height: 245px;
}
.product-card__picture {
  height: 245px;
}
.product-card__sofa {
  width: 100%;
}
.product-card__sale {
  position: relative;
}
.product-card__number {
  position: absolute;
  top: 9px;
  left: -8px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.product-card__svg {
  fill: #EAAD2F;
  position: absolute;
  left: -30px;
}
@media screen and (min-width: 319px) {
  .product-card__svg {
    position: absolute;
    left: -24px;
  }
}
@media screen and (min-width: 576px) {
  .product-card__svg {
    left: -30px;
  }
}
.product-card__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #333333;
  margin-bottom: 20px;
}
.product-card__title-sofa {
  padding-right: 138px;
}
@media screen and (min-width: 319px) {
  .product-card__title-sofa {
    padding-right: 40px;
  }
}
@media screen and (min-width: 767px) {
  .product-card__title-sofa {
    padding-right: 40px;
  }
}
@media screen and (min-width: 992px) {
  .product-card__title-sofa {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .product-card__title-sofa {
    padding-right: 138px;
  }
}
.product-card__price-wrap {
  margin-bottom: 23px;
}
.product-card__sheme {
  margin-top: auto;
  width: 50%;
}
@media screen and (min-width: 319px) {
  .product-card__sheme {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .product-card__sheme {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .product-card__sheme {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .product-card__sheme {
    display: block;
  }
}
.product-card__sheme-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card__btn {
  margin-top: auto;
  padding: 10px 23px;
}
@media screen and (min-width: 319px) {
  .product-card__btn {
    padding: 16px 33px;
  }
}
@media screen and (min-width: 576px) {
  .product-card__btn {
    padding: 16px 33px;
  }
}
.product-card__clock {
  padding-right: 12px;
}
@media screen and (min-width: 319px) {
  .product-card__clock {
    padding-right: 26px;
  }
}
@media screen and (min-width: 576px) {
  .product-card__clock {
    padding-right: 12px;
  }
}
.product-card__img {
  height: 124px;
}
@media screen and (min-width: 576px) {
  .product-card__img {
    height: 53px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 576px) {
  .product-card__img {
    height: 124px;
  }
}

.swiper-wrapper {
  box-sizing: border-box;
}

.product-rating {
  padding-left: 19px;
  font-size: 12px;
  line-height: 1.3em;
  color: #EAAD2F;
  background: url("/images/star.svg") no-repeat left center/13px 12px;
}
@media screen and (min-width: 576px) {
  .product-rating {
    padding-left: 22px;
    font-size: 16px;
    background-size: 15.7px 15px;
  }
}

/*high*/
.section-high-rating {
  padding-top: 35px;
}
@media screen and (min-width: 576px) {
  .section-high-rating {
    padding-top: 34px;
  }
}
@media screen and (min-width: 576px) {
  .section-high-rating__title {
    margin-bottom: 28px;
  }
}
.section-high-rating__container {
  padding-bottom: 75px;
}
@media screen and (min-width: 319px) {
  .section-high-rating__container {
    padding-bottom: 71px;
  }
}
@media screen and (min-width: 576px) {
  .section-high-rating__container {
    padding-bottom: 67px;
  }
}
@media screen and (min-width: 767px) {
  .section-high-rating__container {
    padding-bottom: 71px;
  }
}
@media screen and (min-width: 992px) {
  .section-high-rating__container {
    padding-bottom: 67px;
  }
}
.section-high-rating__list {
  display: flex;
}
.section-high-rating__orange {
  padding-top: 80px;
}
@media screen and (min-width: 319px) {
  .section-high-rating__orange {
    padding-top: 43px;
  }
}
@media screen and (min-width: 576px) {
  .section-high-rating__orange {
    padding-top: 65px;
  }
}
@media screen and (min-width: 767px) {
  .section-high-rating__orange {
    padding-top: 65px;
  }
}
@media screen and (min-width: 992px) {
  .section-high-rating__orange {
    padding-top: 69px;
  }
}
@media screen and (min-width: 1300px) {
  .section-high-rating__orange {
    padding-top: 63px;
  }
}
.section-high-rating__gray {
  padding-top: 64px;
}

.high-rating-products__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: space-between;
  transition: opacity 0.5s ease;
}
.high-rating-products__item.is-hidden {
  margin-bottom: 0;
  padding: 0;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.product-card2 {
  position: relative;
  padding: 16px;
  padding-top: 106px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  border-radius: 10px;
  background-color: #F6F6F6;
  width: auto;
}
.product-card2:focus-visible {
  outline-width: 1px;
  outline-color: #46638F;
}
@media screen and (min-width: 319px) {
  .product-card2 {
    padding: 30px 17px 16px 17px;
    padding-top: 45px;
  }
}
@media screen and (min-width: 576px) {
  .product-card2 {
    padding: 30px 17px 33px 17px;
    padding-top: 75px;
  }
}
@media screen and (min-width: 767px) {
  .product-card2 {
    padding: 30px 17px 33px 17px;
    padding-top: 72px;
  }
}
@media screen and (min-width: 992px) {
  .product-card2 {
    padding: 30px 17px 33px 17px;
    padding-top: 75px;
  }
}
@media screen and (min-width: 1300px) {
  .product-card2 {
    padding: 30px 17px 33px 17px;
    padding-top: 74px;
  }
}
.product-card2__rating {
  position: absolute;
  top: 16px;
  left: 16px;
}
@media screen and (min-width: 576px) {
  .product-card2__rating {
    top: 30px;
    left: 30px;
  }
}
.product-card2__img-wrap {
  padding: 0 0px;
  margin-bottom: 0px;
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 319px) {
  .product-card2__img-wrap {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 576px) {
  .product-card2__img-wrap {
    margin-bottom: 8px;
  }
}
.product-card2__img-wrap .product-card__img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
}
.product-card2__img-bottom {
  margin-bottom: 6px;
}
.product-card2__img {
  height: 124px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 319px) {
  .product-card2__img {
    height: 53px;
  }
}
@media screen and (min-width: 576px) {
  .product-card2__img {
    height: 124px;
  }
}
.product-card2__img2 {
  height: 125px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 319px) {
  .product-card2__img2 {
    height: 53px;
  }
}
@media screen and (min-width: 576px) {
  .product-card2__img2 {
    height: 125px;
  }
}
.product-card2__title {
  margin-top: 0;
  margin-bottom: 17px;
  padding-right: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
  color: #324A6E;
}
@media screen and (min-width: 576px) {
  .product-card2__title {
    margin-bottom: 24px;
    padding-right: 0;
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .product-card2__title {
    margin-bottom: 23px;
    padding-right: 15px;
  }
}
.product-card2__price {
  margin-bottom: 16px;
  font-size: 16px;
  color: #666666;
}
@media screen and (min-width: 576px) {
  .product-card2__price {
    margin-bottom: 24px;
  }
}
.product-card2__price_new {
  margin-right: 26px;
  font-size: 18px;
  color: #EAAD2F;
}
.product-card2__price_old {
  position: relative;
  color: #999999;
}
.product-card2__price_old::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 54%;
  width: 100%;
  height: 1px;
  background-color: #999999;
}
.product-card2__btn {
  margin-top: auto;
  padding: 10px 23px;
}
@media screen and (min-width: 576px) {
  .product-card2__btn {
    padding: 16px 33px;
  }
}
.product-card2__black {
  padding-top: 80px;
}
@media screen and (min-width: 319px) {
  .product-card2__black {
    padding-top: 0px;
  }
}
.product-card2__app {
  padding-right: 11px;
}
.product-card2__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 11px;
}
@media screen and (min-width: 319px) {
  .product-card2__bottom {
    padding-left: 0px;
  }
}
@media screen and (min-width: 576px) {
  .product-card2__bottom {
    padding-left: 11px;
  }
}

.product-card3 {
  position: relative;
  padding: 16px;
  padding-top: 106px;
  display: flex;
  flex-direction: column;
  height: auto;
  border-radius: 10px;
  background-color: #F6F6F6;
  width: auto;
}
.product-card3:focus-visible {
  outline-width: 1px;
  outline-color: #46638F;
}
@media screen and (min-width: 319px) {
  .product-card3 {
    padding: 30px 17px 16px 17px;
    padding-top: 45px;
  }
}
@media screen and (min-width: 576px) {
  .product-card3 {
    padding: 30px 17px 33px 17px;
    padding-top: 75px;
  }
}
@media screen and (min-width: 767px) {
  .product-card3 {
    padding: 30px 17px 33px 17px;
    padding-top: 72px;
  }
}
@media screen and (min-width: 992px) {
  .product-card3 {
    padding: 30px 17px 33px 17px;
    padding-top: 71px;
  }
}
@media screen and (min-width: 1300px) {
  .product-card3 {
    padding: 30px 17px 33px 17px;
    padding-top: 71px;
  }
}
.product-card3__rating {
  position: absolute;
  top: 16px;
  left: 16px;
}
@media screen and (min-width: 576px) {
  .product-card3__rating {
    top: 30px;
    left: 30px;
  }
}
.product-card3__img-wrap {
  padding: 0 0px;
  margin-bottom: 0px;
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 319px) {
  .product-card3__img-wrap {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 576px) {
  .product-card3__img-wrap {
    margin-bottom: 9px;
  }
}
.product-card3__img-wrap .product-card__img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
}
.product-card3__img-bottom {
  margin-bottom: 6px;
}
.product-card3__img2 {
  height: 125px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 319px) {
  .product-card3__img2 {
    height: 53px;
  }
}
@media screen and (min-width: 576px) {
  .product-card3__img2 {
    height: 125px;
  }
}
.product-card3__title {
  margin-top: 0;
  margin-bottom: 17px;
  padding-right: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
}
@media screen and (min-width: 576px) {
  .product-card3__title {
    margin-bottom: 24px;
    padding-right: 0;
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .product-card3__title {
    margin-bottom: 23px;
    padding-right: 15px;
  }
}
.product-card3__price {
  margin-bottom: 16px;
  font-size: 16px;
  color: #666666;
}
@media screen and (min-width: 576px) {
  .product-card3__price {
    margin-bottom: 24px;
  }
}
.product-card3__price_new {
  margin-right: 26px;
  font-size: 18px;
  color: #EAAD2F;
}
.product-card3__price_old {
  position: relative;
  color: #999999;
}
.product-card3__price_old::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 54%;
  width: 100%;
  height: 1px;
  background-color: #999999;
}
.product-card3__btn {
  margin-top: auto;
  padding: 10px 23px;
}
@media screen and (min-width: 576px) {
  .product-card3__btn {
    padding: 16px 33px;
  }
}
.product-card3__black {
  padding-top: 80px;
}
@media screen and (min-width: 319px) {
  .product-card3__black {
    padding-top: 0px;
  }
}
.product-card3__app {
  padding-right: 11px;
}
.product-card3__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 11px;
}
@media screen and (min-width: 319px) {
  .product-card3__bottom {
    padding-left: 0px;
  }
}
@media screen and (min-width: 576px) {
  .product-card3__bottom {
    padding-left: 11px;
  }
}

.products-grid {
  display: grid;
  grid-template: auto/repeat(6, 1fr);
  grid-auto-flow: row;
  grid-column-gap: 16px;
}
@media screen and (min-width: 319px) {
  .products-grid {
    gap: 16px;
  }
}
@media screen and (min-width: 576px) {
  .products-grid {
    gap: 32px;
  }
}
@media screen and (min-width: 992px) {
  .products-grid {
    grid-template: auto/repeat(9, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .products-grid {
    grid-template: auto/repeat(12, 1fr);
    gap: 32px;
  }
}
.products-grid__item {
  grid-column: span 3;
}
@media screen and (min-width: 319px) {
  .products-grid__mob {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .products-grid__mob {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .products-grid__mob {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .products-grid__mob {
    display: flex;
  }
}

/*new-collection*/
.new-collection-section {
  padding-bottom: 35px;
}
@media screen and (min-width: 319px) {
  .new-collection-section {
    padding-bottom: 128px;
  }
}
@media screen and (min-width: 576px) {
  .new-collection-section {
    padding-bottom: 0;
  }
}

.new-collection-section {
  z-index: 0;
}
.new-collection-section__slide {
  height: auto;
  box-sizing: border-box;
  margin-bottom: 92px;
  padding: 30px 0 98px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 319px) {
  .new-collection-section__slide {
    margin-bottom: 0;
    padding: 30px 0 51px;
  }
}
@media screen and (min-width: 576px) {
  .new-collection-section__slide {
    margin-bottom: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 767px) {
  .new-collection-section__slide {
    margin-bottom: 0;
    padding: 154px 0 152px 0;
  }
}
@media screen and (min-width: 992px) {
  .new-collection-section__slide {
    margin-bottom: 0;
    padding: 280px 0 280px 0;
  }
}
.new-collection-section__slide_bg_1 {
  background-image: url("/images/banner-bott-3.webp");
}
@media screen and (min-width: 576px) {
  .new-collection-section__slide_bg_1 {
    background-image: url("/images/banner-bott-2.webp");
  }
}
@media screen and (min-width: 992px) {
  .new-collection-section__slide_bg_1 {
    background-image: url("/images/banner-bott-1.webp");
  }
}
@media screen and (min-width: 1200px) {
  .new-collection-section__slide_bg_1 {
    background-image: url("/images/banner-bott.png");
  }
}
.new-collection-section__title {
  margin: 0;
  padding-left: 18px;
  max-width: 75%;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #324A6E;
}
.new-collection-section__title_color_white {
  color: #ffffff;
}
@media screen and (min-width: 319px) {
  .new-collection-section__title {
    font-size: 16px;
    padding-left: 0;
  }
}
@media screen and (min-width: 576px) {
  .new-collection-section__title {
    padding-left: 0;
    margin-bottom: 50px;
    max-width: 560px;
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .new-collection-section__title {
    padding-left: 0;
    margin-bottom: 50px;
    max-width: 555px;
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .new-collection-section__title {
    max-width: 551px;
  }
}
.new-collection-section__btn {
  top: calc(100% + 32px);
  padding: 19px 30px;
  display: block;
  width: auto;
}
@media screen and (min-width: 319px) {
  .new-collection-section__btn {
    width: 100%;
    padding: 19px 47px;
    position: relative;
    transform: translateY(145px);
  }
}
@media screen and (min-width: 576px) {
  .new-collection-section__btn {
    padding: 19px 30px;
    position: static;
    top: auto;
    width: auto;
    transform: none;
  }
}
.new-collection-section__sp {
  font-weight: 900;
  line-height: 120%;
  color: #ffffff;
  font-family: "PlayfairDisplay", sans-serif;
}
@media screen and (min-width: 319px) {
  .new-collection-section__sp {
    font-size: 24px;
  }
}
@media screen and (min-width: 576px) {
  .new-collection-section__sp {
    padding-left: 0;
    margin-bottom: 50px;
    max-width: 560px;
    font-size: 48px;
  }
}
@media screen and (min-width: 767px) {
  .new-collection-section__sp {
    font-size: 60px;
  }
}
@media screen and (min-width: 992px) {
  .new-collection-section__sp {
    padding-left: 0;
    margin-bottom: 50px;
    max-width: 555px;
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .new-collection-section__sp {
    max-width: 551px;
    font-size: 60px;
  }
}
.new-collection-section__mob {
  padding: 0 72px 0 36px;
}
@media screen and (min-width: 319px) {
  .new-collection-section__mob {
    padding: 0 12px 0 12px;
  }
}
@media screen and (min-width: 576px) {
  .new-collection-section__mob {
    padding: 0 72px 0 36px;
  }
}

/*top*/
.top-categories-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 319px) {
  .top-categories-section {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 576px) {
  .top-categories-section {
    padding-top: 71px;
    padding-bottom: 35px;
  }
}
.top-categories-section__grid {
  display: grid;
  grid-template: auto/repeat(6, 1fr);
  grid-auto-flow: dense;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
}
.top-categories-section__grid-item {
  grid-column: span 3;
}
.top-categories-section__grid-item_cat_sofa {
  grid-column: span 6;
}
@media screen and (min-width: 576px) {
  .top-categories-section__grid {
    grid-column-gap: 32px;
  }
}
@media screen and (min-width: 992px) {
  .top-categories-section__grid {
    grid-template: auto/repeat(9, 1fr);
  }
  .top-categories-section__grid-item_cat_pedestal {
    grid-column: 1/4;
  }
  .top-categories-section__grid-item_cat_armchair {
    grid-column: 4/7;
  }
}
@media screen and (min-width: 1200px) {
  .top-categories-section__grid {
    grid-template: auto/repeat(12, 1fr);
  }
  .top-categories-section__grid-item {
    grid-column: span 4;
  }
  .top-categories-section__grid-item_cat_sofa {
    grid-column: span 6;
  }
  .top-categories-section__grid-item_cat_armchair {
    grid-column: 7/span 6;
  }
  .top-categories-section__grid-item_cat_bed {
    grid-column: 1/5;
  }
}

.top-category-card {
  position: relative;
  padding: 16px;
  min-height: 206px;
  border-radius: 10px;
  background-color: #F6F6F6;
  background-position: left calc(100% - 16px);
  background-repeat: no-repeat;
  background-size: auto 50%;
}
@media screen and (min-width: 576px) {
  .top-category-card {
    padding: 29px 30px 30px;
    min-height: 511px;
    background-position: 0 calc(100% - 88px);
    background-size: auto 58%;
  }
}
@media screen and (min-width: 1200px) {
  .top-category-card {
    min-height: 405px;
    background-size: auto 50%;
    background-position: 0 calc(100% - 82px);
  }
}
.top-category-card_cat_sofa {
  padding: 29px 30px 30px;
  min-height: 332px;
  background-size: 100% 64%;
  background-image: url("/images/sofa-mob-0.webp");
}
@media screen and (min-width: 576px) {
  .top-category-card_cat_sofa {
    min-height: 511px;
    background-image: url("/images/sofa-0.webp");
    background-size: auto 60%;
    background-position: 0 calc(100% - 82px);
  }
}
@media screen and (min-width: 1200px) {
  .top-category-card_cat_sofa {
    background-size: auto 60%;
  }
}
.top-category-card_cat_sofa .top-category-card__subcategory-list {
  margin-bottom: 19px;
  flex-direction: row;
}
.top-category-card_cat_sofa .top-category-card__subcategory-item:not(:last-of-type) {
  margin-bottom: 0;
  margin-right: 20px;
}
@media screen and (min-width: 576px) {
  .top-category-card_cat_sofa .top-category-card__subcategory-item:not(:last-of-type) {
    margin-right: 30px;
  }
}
.top-category-card_cat_sofa .top-category-card__subcategory-link {
  font-size: 14px;
}
.top-category-card_cat_sofa .top-category-card__title {
  font-size: 24px;
}
.top-category-card_cat_bed {
  background-image: url("/images/bed-mob-0.webp");
}
@media screen and (min-width: 576px) {
  .top-category-card_cat_bed {
    background-image: url("/images/bed-0.webp");
  }
}
.top-category-card_cat_armchair {
  background-image: url("/images/armchair-mob.webp");
}
@media screen and (min-width: 576px) {
  .top-category-card_cat_armchair {
    background-image: url("/images/armchair.webp");
    background-position: calc(100% - 36px) calc(100% - 88px);
  }
}
@media screen and (min-width: 1200px) {
  .top-category-card_cat_armchair {
    background-position: 0 calc(100% - 82px);
    background-size: auto 60%;
  }
}
.top-category-card_cat_pedestal {
  background-size: auto 42%;
  background-image: url("/images/pedestal-mob-0.webp");
}
@media screen and (min-width: 576px) {
  .top-category-card_cat_pedestal {
    background-image: url("/images/pedestal-0.webp");
    background-size: auto 58%;
    background-position: calc(100% - 44px) calc(100% - 88px);
  }
}
@media screen and (min-width: 1200px) {
  .top-category-card_cat_pedestal {
    background-size: auto 50%;
    background-position: 0 calc(100% - 82px);
  }
}
.top-category-card_cat_chair {
  background-image: url("/images/chair-mob-0.webp");
}
@media screen and (min-width: 576px) {
  .top-category-card_cat_chair {
    background-image: url("/images/chair-0.webp");
    background-position: calc(100% - 32px) calc(100% - 88px);
  }
}
@media screen and (min-width: 1200px) {
  .top-category-card_cat_chair {
    background-position: 0 calc(100% - 82px);
  }
}
.top-category-card__subcategory-list {
  margin-bottom: 9px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .top-category-card__subcategory-list {
    margin-bottom: 20px;
    flex-direction: row;
  }
}
.top-category-card__subcategory-item {
  display: flex;
  line-height: 1em;
}
.top-category-card__subcategory-item:not(:last-of-type) {
  margin-bottom: 4px;
}
@media screen and (min-width: 576px) {
  .top-category-card__subcategory-item:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.top-category-card__subcategory-link {
  font-size: 10px;
  line-height: 1em;
  color: #999999;
  outline: 4px solid transparent;
  outline-offset: 0;
  transition: color 0.3s ease, background-color 0.3s ease, outline-color 0.3s ease;
}
@media screen and (min-width: 576px) {
  .top-category-card__subcategory-link {
    font-size: 14px;
  }
}
.top-category-card__subcategory-link:active {
  color: #7033AC;
}
@media screen and (min-width: 767px) {
  .top-category-card__subcategory-link:focus-visible {
    color: #7033AC;
    background-color: #EBD1FF;
    outline-color: #EBD1FF;
  }
  .top-category-card__subcategory-link:hover {
    color: #46638F;
    background-color: transparent;
    outline-color: transparent;
  }
  .top-category-card__subcategory-link:active {
    color: #7033AC;
  }
}
.top-category-card__wrap {
  display: flex;
  align-items: center;
}
.top-category-card__title {
  margin: 0;
  margin-right: 5px;
  display: inline-block;
  line-height: 1em;
  font-size: 16px;
  font-weight: 400;
  color: #324A6E;
}
@media screen and (min-width: 576px) {
  .top-category-card__title {
    font-size: 24px;
  }
}
.top-category-card__link {
  margin-top: auto;
  display: flex;
  align-items: center;
  font-size: 0;
}
@media screen and (min-width: 576px) {
  .top-category-card__link {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    color: #46638F;
    transition: color 0.3s ease;
  }
  .top-category-card__link::after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    bottom: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #46638F;
    opacity: 0;
    transition: background-color 0.3s ease, opacity 0.3s ease;
  }
}
.top-category-card__link-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid #46638F;
  border-radius: 50%;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 576px) {
  .top-category-card__link-icon-wrap {
    margin-left: 5px;
  }
}
.top-category-card__link-icon {
  display: block;
  width: 5px;
  height: 9px;
  fill: transparent;
  stroke-width: 2px;
  stroke: #46638F;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.top-category-card__link:focus-visible {
  outline: none;
}
@media screen and (min-width: 576px) {
  .top-category-card__link:active {
    color: #7033AC;
  }
  .top-category-card__link:active::after {
    background-color: #7033AC;
    opacity: 1;
  }
}
.top-category-card__link:active .top-category-card__link-icon-wrap {
  background: #7033AC;
  border-color: #7033AC;
}
.top-category-card__link:active .top-category-card__link-icon {
  fill: #7033AC;
  stroke: #ffffff;
}
@media screen and (min-width: 767px) {
  .top-category-card__link:focus-visible::after {
    background-color: #46638F;
    opacity: 1;
  }
  .top-category-card__link:focus-visible .top-category-card__link-icon-wrap {
    background-color: #C998FB;
    border-color: #46638F;
  }
  .top-category-card__link:focus-visible .top-category-card__link-icon {
    fill: #C998FB;
    stroke: #ffffff;
  }
  .top-category-card__link:hover::after {
    background-color: #46638F;
    opacity: 1;
  }
  .top-category-card__link:hover .top-category-card__link-icon-wrap {
    background-color: #46638F;
    border-color: #46638F;
  }
  .top-category-card__link:hover .top-category-card__link-icon {
    fill: #46638F;
    stroke: #ffffff;
  }
  .top-category-card__link:active {
    color: #7033AC;
  }
  .top-category-card__link:active::after {
    background-color: #7033AC;
    opacity: 1;
  }
  .top-category-card__link:active .top-category-card__link-icon-wrap {
    background: #7033AC;
    border-color: #7033AC;
  }
  .top-category-card__link:active .top-category-card__link-icon {
    fill: #7033AC;
    stroke: #ffffff;
  }
}

/*useful*/
.useful-section {
  padding-top: 36px;
  padding-bottom: 35px;
}
@media screen and (min-width: 576px) {
  .useful-section {
    padding-top: 34px;
  }
}
.useful-section__container {
  position: relative;
}
.useful-section__title {
  line-height: 1.7em;
  margin-bottom: 17px;
}
@media screen and (min-width: 576px) {
  .useful-section__title {
    line-height: 1em;
    margin-bottom: 26px;
  }
}
.useful-section__swiper {
  overflow: hidden;
}

.useful-swiper__wrapper {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  overflow: hidden;
}
@media screen and (min-width: 319px) {
  .useful-swiper__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (min-width: 576px) {
  .useful-swiper__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .useful-swiper__wrapper > .useful-swiper__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 767px) {
  .useful-swiper__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .useful-swiper__wrapper > .useful-swiper__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .useful-swiper__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .useful-swiper__wrapper > .useful-swiper__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .useful-swiper__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .useful-swiper__wrapper > .useful-swiper__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .useful-swiper__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .useful-swiper__wrapper > .useful-swiper__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 767px) {
  .useful-swiper__item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .useful-swiper__item:nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .useful-swiper__item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .useful-swiper__item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .useful-swiper__item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .useful-swiper__item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .useful-swiper__item:nth-child(5) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .useful-swiper__item:nth-child(5) {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .useful-swiper__item:nth-child(5) {
    display: none;
  }
}
@media screen and (min-width: 319px) {
  .useful-swiper__item {
    min-height: 456px;
  }
}
@media screen and (min-width: 576px) {
  .useful-swiper__item {
    height: 100%;
  }
}

@media screen and (min-width: 319px) {
  .useful-swiper__nav {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .useful-swiper__nav {
    display: flex;
  }
}

.useful-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: auto;
  border-radius: 10px;
  background-color: #F6F6F6;
  width: 296px;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .useful-card {
    width: 296px;
  }
}
@media screen and (min-width: 992px) {
  .useful-card {
    width: 296px;
  }
}
@media screen and (min-width: 1300px) {
  .useful-card {
    width: 624px;
  }
}
.useful-card__img {
  max-height: 202px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1200px) {
  .useful-card__img {
    max-height: 426px;
  }
}
.useful-card__wrap {
  padding: 30px 37px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.useful-card__desc {
  margin-top: 0;
  margin-bottom: 28px;
  line-height: 1.38em;
}
@media screen and (min-width: 1200px) {
  .useful-card__desc {
    margin-bottom: 37px;
    font-size: 24px;
  }
}
.useful-card__link {
  padding: 16px 34px;
  margin-top: auto;
}

.section-feedback {
  padding-top: 34px;
}
@media screen and (min-width: 319px) {
  .section-feedback {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .section-feedback {
    padding-top: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .section-feedback {
    padding-top: 34px;
  }
}
@media screen and (min-width: 576px) {
  .section-feedback__container {
    background: url("/images/feedback-bg-7680.webp") no-repeat calc(100% - 20px) center/calc((100% - 40px) / 100 * 35 - 32px) 94%;
  }
}
@media screen and (min-width: 767px) {
  .section-feedback__container {
    background: url("/images/feedback-bg-7680.webp") no-repeat calc(100% - 72px) center/calc((100% - 144px) / 100 * 35 - 32px) 94%;
  }
}
@media screen and (min-width: 992px) {
  .section-feedback__container {
    background: url("/images/feedback-bg-10240.webp") no-repeat calc(100% - 36px) center/calc((100% - 72px) / 100 * 57.5 - 32px) auto;
  }
}
@media screen and (min-width: 1200px) {
  .section-feedback__container {
    background: url("/images/feedback-bg-0.webp") no-repeat calc(100% - 36px) center/calc((100% - 72px) / 100 * 50 - 16px) auto;
  }
}
@media screen and (min-width: 576px) {
  .section-feedback__content-wrap {
    max-width: 65%;
  }
}
@media screen and (min-width: 992px) {
  .section-feedback__content-wrap {
    max-width: 42.5%;
  }
}
@media screen and (min-width: 1200px) {
  .section-feedback__content-wrap {
    max-width: calc(50% - 16px);
  }
}
.section-feedback__title {
  margin-bottom: 7px;
  line-height: 1.2em;
}
@media screen and (min-width: 576px) {
  .section-feedback__title {
    margin-bottom: 12px;
    line-height: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .section-feedback__title {
    margin-bottom: 10px;
  }
}
.section-feedback__desc {
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.35em;
  color: #666666;
}
@media screen and (min-width: 576px) {
  .section-feedback__desc {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .section-feedback__desc {
    margin-bottom: 16px;
  }
}

.feedback-form__input-wrap {
  margin-bottom: 30px;
}

.soc-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .soc-media {
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .soc-media {
    max-width: 100%;
  }
}
.soc-media__item:not(:last-of-type) {
  margin-right: 20px;
}
.soc-media__link {
  display: block;
  width: 30px;
  height: 30px;
  outline: 3px solid transparent;
  outline-offset: -1px;
  transition: outline-color 0.3s ease, background-color 0.3s ease;
}
.soc-media__icon {
  fill: #999999;
  transition: fill 0.3s ease;
}
.soc-media__link:focus-visible {
  outline-color: #C998FB;
  background-color: #C998FB;
}
.soc-media__link:focus-visible .soc-media__icon {
  position: relative;
  fill: #ffffff;
}
.soc-media__link:active {
  outline-color: transparent;
}
.soc-media__link:active .soc-media__icon {
  fill: #46638F;
  stroke: transparent;
}
@media screen and (min-width: 767px) {
  .soc-media__link:hover {
    outline-color: transparent;
    background-color: transparent;
  }
  .soc-media__link:hover .soc-media__icon {
    fill: #EAAD2F;
  }
  .soc-media__link:active {
    outline-color: transparent;
  }
  .soc-media__link:active .soc-media__icon {
    fill: #46638F;
    stroke: transparent;
  }
}

/*catalog*/
.section-catalog {
  padding-bottom: 52px;
}
@media screen and (min-width: 319px) {
  .section-catalog {
    padding-bottom: 68px;
  }
}
@media screen and (min-width: 767px) {
  .section-catalog {
    padding-bottom: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .section-catalog {
    padding-bottom: 69px;
  }
}
.section-catalog__title {
  margin-bottom: 16px;
  line-height: 1.3em;
}
@media screen and (min-width: 576px) {
  .section-catalog__title {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 992px) {
  .section-catalog__title {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .section-catalog__title {
    margin-bottom: 26px;
    grid-column: 4/span 9;
  }
}
@media screen and (min-width: 1200px) {
  .section-catalog__container {
    display: grid;
    grid-template: repeat(2, auto) 425px/repeat(12, 1fr);
    grid-auto-flow: row;
    grid-column-gap: 32px;
  }
}
.section-catalog__advertising {
  display: none;
}
@media screen and (min-width: 1200px) {
  .section-catalog__advertising {
    padding: 221px 30px 30px;
    display: block;
    margin-bottom: 64px;
    grid-area: 3/1/3/span 3;
    overflow: hidden;
    border-radius: 10px;
    background: url("/images/advertising-bg-0.jpg") no-repeat center top/100% 53%, #ffffff;
  }
  .section-catalog__advertising-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.33em;
    font-family: "PlayfairDisplay", sans-serif;
    font-weight: 900;
    color: #EAAD2F;
  }
  .section-catalog__advertising-text {
    margin: 0;
    margin-bottom: 14px;
    line-height: 1.3em;
    color: #46638F;
  }
  .section-catalog__advertising-link {
    position: relative;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    color: #46638F;
    transition: color 0.3s ease;
  }
  .section-catalog__advertising-link::after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    bottom: 0;
    width: calc(100% - 25px);
    height: 2px;
    background-color: #46638F;
    opacity: 0;
    transition: background-color 0.3s ease, opacity 0.3s ease;
  }
  .section-catalog__advertising-link-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 2px solid #46638F;
    border-radius: 50%;
    transition: border-color 0.3s ease, background-color 0.3s ease;
  }
}
@media screen and (min-width: 1200px) and (min-width: 576px) {
  .section-catalog__advertising-link-icon-wrap {
    margin-left: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .section-catalog__advertising-link-icon {
    display: block;
    width: 5px;
    height: 9px;
    fill: transparent;
    stroke-width: 2px;
    stroke: #46638F;
    transition: fill 0.3s ease, stroke 0.3s ease;
  }
  .section-catalog__advertising-link:focus-visible {
    outline: none;
  }
  .section-catalog__advertising-link:focus-visible::after {
    background-color: #46638F;
    opacity: 1;
  }
  .section-catalog__advertising-link:focus-visible .section-catalog__advertising-link-icon-wrap {
    background-color: #C998FB;
    border-color: #46638F;
  }
  .section-catalog__advertising-link:focus-visible .section-catalog__advertising-link-icon {
    fill: #C998FB;
    stroke: #ffffff;
  }
  .section-catalog__advertising-link:hover::after {
    background-color: #46638F;
    opacity: 1;
  }
  .section-catalog__advertising-link:hover .section-catalog__advertising-link-icon-wrap {
    background-color: #46638F;
    border-color: #46638F;
  }
  .section-catalog__advertising-link:hover .section-catalog__advertising-link-icon {
    fill: #46638F;
    stroke: #ffffff;
  }
  .section-catalog__advertising-link:active {
    color: #7033AC;
  }
  .section-catalog__advertising-link:active::after {
    background-color: #7033AC;
    opacity: 1;
  }
  .section-catalog__advertising-link:active .section-catalog__advertising-link-icon-wrap {
    background: #7033AC;
    border-color: #7033AC;
  }
  .section-catalog__advertising-link:active .section-catalog__advertising-link-icon {
    fill: #7033AC;
    stroke: #ffffff;
  }
}

.catalog-products {
  grid-column: 1/span 6;
}
@media screen and (min-width: 992px) {
  .catalog-products {
    grid-column: 1/span 9;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-products {
    margin: 0;
    grid-column: 4/span 9;
    grid-row: 2/span 2;
    padding-bottom: 0px;
  }
}
.catalog-products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (min-width: 319px) {
  .catalog-products__list {
    grid-column: 1/7;
    grid-template-columns: repeat(2, 1fr);
    /*width: 936px;*/
    gap: 16px;
  }
}
@media screen and (min-width: 576px) {
  .catalog-products__list {
    grid-column: 1/7;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .catalog-products__list {
    grid-column: 1/10;
    grid-template-columns: repeat(3, 1fr);
  }
}
.catalog-products__slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: space-between;
}
.catalog-products__wrap {
  display: grid;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .catalog-products .product-card__price {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 319px) {
  .catalog-products__mob {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .catalog-products__mob {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .catalog-products__mob {
    display: flex;
  }
}
.catalog-products__pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-products__pagination .swiper-pagination-bullet {
  margin: 0;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #46638F;
  border: 2px solid #46638F;
  border-radius: 10px;
  outline: none;
  background-color: transparent;
  opacity: 1;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.catalog-products__pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 8px;
}
.catalog-products__pagination .swiper-pagination-bullet:focus-visible {
  color: #ffffff;
  background-color: #C998FB;
  border-color: #46638F;
}
.catalog-products__pagination .swiper-pagination-bullet:active {
  color: #ffffff;
  border-color: #324A6E;
  background-color: #324A6E;
}
.catalog-products__pagination .swiper-pagination-bullet-active {
  pointer-events: none;
  color: #ffffff;
  border-color: #324A6E;
  background-color: #324A6E;
}
@media screen and (min-width: 767px) {
  .catalog-products__pagination .swiper-pagination-bullet:hover {
    color: #ffffff;
    background-color: #46638F;
    border-color: #46638F;
  }
  .catalog-products__pagination .swiper-pagination-bullet:focus-visible {
    color: #ffffff;
    background-color: #C998FB;
    border-color: #46638F;
  }
  .catalog-products__pagination .swiper-pagination-bullet:active {
    color: #ffffff;
    border-color: #324A6E;
    background-color: #324A6E;
  }
}
@media screen and (min-width: 992px) {
  .catalog-products__btn {
    display: none;
  }
}
.catalog-products__orange {
  padding-top: 80px;
}
@media screen and (min-width: 319px) {
  .catalog-products__orange {
    padding-top: 43px;
  }
}
@media screen and (min-width: 576px) {
  .catalog-products__orange {
    padding-top: 65px;
  }
}
@media screen and (min-width: 767px) {
  .catalog-products__orange {
    padding-top: 65px;
  }
}
@media screen and (min-width: 992px) {
  .catalog-products__orange {
    padding-top: 69px;
  }
}
@media screen and (min-width: 1300px) {
  .catalog-products__orange {
    padding-top: 63px;
  }
}
.catalog-products__gray {
  padding-top: 64px;
}

.product-filtres {
  margin-bottom: 17px;
  display: grid;
  grid-template: auto/repeat(6, 1fr);
  grid-auto-flow: row;
  grid-column-gap: 16px;
}
@media screen and (min-width: 576px) {
  .product-filtres {
    grid-column-gap: 32px;
  }
}
@media screen and (min-width: 992px) {
  .product-filtres {
    margin-bottom: 32px;
    grid-template: auto/repeat(9, 1fr);
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .product-filtres {
    display: block;
    grid-area: 1/1/span 2/span 3;
  }
}
.product-filtres__title {
  grid-column: 1/span 6;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3em;
  color: #324A6E;
}
@media screen and (min-width: 992px) {
  .product-filtres__title {
    margin-bottom: 0;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1200px) {
  .product-filtres__title {
    position: relative;
    font-size: 0;
  }
  .product-filtres__title::after {
    content: "Фильтровать по:";
    margin-bottom: 22px;
    display: flex;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    color: #324A6E;
  }
}
.product-filtres__filter {
  margin-bottom: 16px;
  grid-column: auto/span 3;
}
@media screen and (min-width: 576px) {
  .product-filtres__filter {
    grid-column: 1/span 2;
  }
  .product-filtres__filter:nth-of-type(2n) {
    grid-column: 3/span 2;
  }
}
@media screen and (min-width: 992px) {
  .product-filtres__filter {
    margin-bottom: 0;
    grid-column: auto/span 2;
  }
  .product-filtres__filter:nth-of-type(2n) {
    grid-column: auto/span 2;
  }
}

.product-filter {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .product-filter {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .product-filter:first-of-type {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 767px) {
  .product-filter-price {
    grid-column: 5/span 2;
  }
}
@media screen and (min-width: 992px) {
  .product-filter-price {
    grid-column: auto/span 2;
  }
}
@media screen and (min-width: 1200px) {
  .product-filter-price {
    margin-bottom: 38px;
  }
}
.product-filter__btn {
  position: relative;
  padding: 8px 12px 9px 13px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 10px;
  color: #324A6E;
  background-color: #F6F6F6;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.product-filter__btn-icon {
  width: 13px;
  height: 8px;
  fill: #46638F;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .product-filter__btn-icon {
    display: none;
  }
}
.product-filter__btn:focus-visible {
  border-color: #46638F;
  background-color: #f8efff;
}
.product-filter__btn:active {
  border-color: #7033AC;
}
.product-filter__btn.active {
  border-color: #324A6E;
  background-color: #ffffff;
  z-index: 3;
}
.product-filter__btn.active .product-filter__btn-icon {
  transform: rotate(180deg);
}
@media screen and (min-width: 767px) {
  .product-filter__btn:focus-visible {
    border-color: #46638F;
    background-color: #f8efff;
  }
  .product-filter__btn:hover {
    border-color: #46638F;
    background-color: #ffffff;
  }
  .product-filter__btn:active {
    border-color: #7033AC;
  }
}
@media screen and (min-width: 1200px) {
  .product-filter__btn {
    padding: 0;
    margin-bottom: 10px;
    display: block;
    text-align: start;
    font-weight: 600;
    font-size: 16px;
    color: #EAAD2F;
    pointer-events: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
  .product-filter__btn:focus-visible {
    background-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .product-filter__btn-price {
    margin-bottom: 5px;
  }
}
.product-filter__wrap {
  position: absolute;
  left: 0;
  top: 90%;
  padding: 23px 11px 27px 14px;
  width: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 0 0 10px 10px;
  transition: height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.product-filter__wrap.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .product-filter__wrap {
    padding: 26px 12px 28px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .product-filter__wrap {
    position: relative;
    overflow: visible;
    padding: 0;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
}
.product-filter__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-filter__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.product-filter__checkbox-label {
  padding-left: 26px;
}
@media screen and (min-width: 576px) {
  .product-filter__checkbox-label {
    padding-left: 32px;
  }
}
.product-filter__checkbox-input:checked + .product-filter__checkbox-text::before {
  background-size: 13px 10px;
}
.product-filter__checkbox-text {
  font-size: 16px;
  line-height: 1.37em;
  color: #46638F;
}
.product-filter__checkbox-text::before {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 767px) {
  .product-filter__checkbox-sale-mob {
    display: none;
  }
}
.product-filter__checkbox-sale {
  display: none;
}
@media screen and (min-width: 767px) {
  .product-filter__checkbox-sale {
    display: inline-block;
  }
}
.product-filter__more-btn {
  font-size: 16px;
  line-height: 1.3em;
  color: #46638F;
  outline: none;
  border: none;
}
.product-filter__more-btn::before {
  content: "+ ещё ";
  display: inline;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
  color: #46638F;
}
@media screen and (min-width: 1200px) {
  .product-filter__more-btn {
    display: none;
  }
}
.product-filter__price-number {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .product-filter__price-number {
    margin-bottom: 10px;
    flex-direction: row;
    align-items: center;
  }
}
.product-filter__price-field {
  display: flex;
  align-items: center;
}
.product-filter__price-field:not(:last-of-type) {
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .product-filter__price-field:not(:last-of-type) {
    margin-bottom: 0;
    justify-content: flex-start;
  }
}
.product-filter__price-text {
  font-size: 16px;
  line-height: 1.3em;
  color: #666666;
}
@media screen and (min-width: 1200px) {
  .product-filter__price-text {
    margin-right: 11px;
  }
}
.product-filter__price-input {
  width: 80%;
  padding: 4px 11px 5px;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
  color: #46638F;
  outline: none;
  border: 1px solid #46638F;
  border-radius: 2px;
}
@media screen and (min-width: 576px) {
  .product-filter__price-input {
    padding: 4px 13px 5px;
  }
}
@media screen and (min-width: 1200px) {
  .product-filter__price-input {
    width: 86px;
    margin-right: 7px;
  }
}

.section-related-products {
  padding-top: 37px;
}
@media screen and (min-width: 576px) {
  .section-related-products {
    padding-top: 20px;
    padding-bottom: 54px;
  }
}
@media screen and (min-width: 992px) {
  .section-related-products {
    padding-top: 35px;
    padding-bottom: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .section-related-products {
    padding-top: 41px;
  }
}
.section-related-products__container {
  position: relative;
}
.section-related-products__title {
  margin-bottom: 28px;
}
@media screen and (min-width: 576px) {
  .section-related-products__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.3em;
  }
}

.related-products-swiper {
  overflow: hidden;
}
.related-products-swiper__slide {
  width: 296px;
  margin-right: 32px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.related-products-swiper__slide:last-child {
  margin-right: 0;
}
@media screen and (min-width: 319px) {
  .related-products-swiper__slide {
    width: auto;
  }
}
@media screen and (min-width: 576px) {
  .related-products-swiper__slide {
    width: 283px;
  }
}
.related-products-swiper__list {
  display: grid;
}
@media screen and (min-width: 319px) {
  .related-products-swiper__item:nth-child(1) {
    grid-column: 1/4;
  }
}
@media screen and (min-width: 576px) {
  .related-products-swiper__item:nth-child(1) {
    grid-column: span 3;
  }
}
@media screen and (min-width: 319px) {
  .related-products-swiper__item:nth-child(2) {
    grid-column: 4/7;
  }
}
@media screen and (min-width: 576px) {
  .related-products-swiper__item:nth-child(2) {
    grid-column: span 3;
  }
}
@media screen and (min-width: 319px) {
  .related-products-swiper__item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .related-products-swiper__item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .related-products-swiper__item:nth-child(3) {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .related-products-swiper__item:nth-child(3) {
    display: flex;
  }
}
@media screen and (min-width: 319px) {
  .related-products-swiper__item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .related-products-swiper__item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .related-products-swiper__item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .related-products-swiper__item:nth-child(4) {
    display: flex;
  }
}
.related-products-swiper__wrap {
  margin-bottom: 16px;
}
.related-products-swiper__item {
  display: flex;
  flex-direction: column;
  grid-column: span 3;
}
.related-products-swiper__product-card1 {
  padding-top: 85px;
}
@media screen and (min-width: 992px) {
  .related-products-swiper__product-card1 {
    padding-top: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .related-products-swiper__product-card1 {
    padding-top: 75px;
  }
}
.related-products-swiper__product-card2 {
  padding-top: 85px;
}
@media screen and (min-width: 992px) {
  .related-products-swiper__product-card2 {
    padding-top: 63px;
  }
}
@media screen and (min-width: 1200px) {
  .related-products-swiper__product-card2 {
    padding-top: 75px;
  }
}

.section-single-product {
  padding-bottom: 38px;
}
@media screen and (min-width: 576px) {
  .section-single-product {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-single-product {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .section-single-product {
    padding-bottom: 41px;
  }
}
.section-single-product__container {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .section-single-product__container {
    display: grid;
    grid-template: auto/repeat(6, 1fr);
    grid-auto-flow: row;
    grid-column-gap: 32px;
  }
}
@media screen and (min-width: 992px) {
  .section-single-product__container {
    grid-template: repeat(4, auto)/repeat(9, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .section-single-product__container {
    grid-template: repeat(4, auto)/repeat(12, 1fr);
  }
}
.section-single-product__schemes {
  margin-bottom: 33px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .section-single-product__schemes-item {
    flex: 1 0 calc(50% - 14px);
  }
  .section-single-product__schemes-item:not(:last-of-type) {
    margin-right: 28px;
  }
}
@media screen and (min-width: 992px) {
  .section-single-product__schemes-item {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .section-single-product__schemes-item {
    flex: 0 0 auto;
  }
  .section-single-product__schemes-item:not(:last-of-type) {
    margin-right: 32px;
  }
}
.section-single-product__schemes-img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 20vw;
}
@media screen and (min-width: 576px) {
  .section-single-product__schemes-img {
    max-height: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .section-single-product__schemes-img {
    max-height: 113px;
    -o-object-position: left;
       object-position: left;
  }
}
@media screen and (min-width: 576px) {
  .section-single-product__schemes {
    margin-bottom: 38px;
    grid-column: 1/span 5;
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .section-single-product__schemes {
    margin-bottom: 0;
    grid-row: 4/4;
  }
}
@media screen and (min-width: 1200px) {
  .section-single-product__schemes {
    grid-column: 1/span 6;
  }
}

.single-product-swiper-top {
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .single-product-swiper-top {
    margin-bottom: 82px;
    grid-column: 1/span 6;
  }
}
@media screen and (min-width: 992px) {
  .single-product-swiper-top {
    margin-bottom: 107px;
    grid-column: 1/span 5;
    grid-row: 1/1;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .single-product-swiper-top {
    grid-column: 1/span 6;
    padding-top: 14px;
  }
}
.single-product-swiper-top__swiper-slide {
  outline: 1px solid transparent;
  border: none;
  transition: outline-color 0.3s ease;
}
.single-product-swiper-top__swiper-slide:focus-visible {
  outline-color: #46638F;
}
.single-product-swiper-top__img {
  max-height: 36.4vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 576px) {
  .single-product-swiper-top__img {
    max-height: 245px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 992px) {
  .single-product-swiper-top__img {
    max-height: 202px;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (min-width: 1200px) {
  .single-product-swiper-top__img {
    max-height: 245px;
  }
}

.single-product-info {
  margin-bottom: 29px;
}
@media screen and (min-width: 576px) {
  .single-product-info {
    padding-top: 3px;
    align-self: center;
    grid-column: 1/span 4;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 767px) {
  .single-product-info {
    margin-bottom: 76px;
  }
}
@media screen and (min-width: 992px) {
  .single-product-info {
    padding-top: 0px;
    margin-bottom: 32px;
    align-self: auto;
    grid-row: 1/span 2;
    grid-column: 6/span 4;
  }
}
@media screen and (min-width: 1200px) {
  .single-product-info {
    grid-column: 7/span 6;
  }
}
.single-product-info__rating {
  display: block;
  margin-bottom: 2px;
  padding-left: 22px;
  font-size: 16px;
  background-size: 15.7px 15px;
}
.single-product-info__title {
  margin: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  color: #324A6E;
}
@media screen and (min-width: 767px) {
  .single-product-info__title {
    margin-bottom: 5px;
    font-size: 24px;
  }
}
.single-product-info__desc {
  margin: 0;
  max-width: 80%;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1em;
  color: #EAAD2F;
}
@media screen and (min-width: 576px) {
  .single-product-info__desc {
    margin-bottom: 21px;
  }
}
.single-product-info__price {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3em;
  color: #324A6E;
}
@media screen and (min-width: 767px) {
  .single-product-info__price {
    margin-bottom: 21px;
    font-size: 36px;
  }
}
@media screen and (min-width: 576px) {
  .single-product-info__btns-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
}
.single-product-info__btn {
  margin-bottom: 13px;
  width: 100%;
  padding: 15px 10px;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .single-product-info__btn {
    width: auto;
    padding: 16px 35px 16px 34px;
  }
}
.single-product-info__btn-add-to-cart {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2px 2px 2px;
  line-height: 1.3em;
  font-size: 16px;
  color: #46638F;
  border: none;
  outline: none;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}
.single-product-info__btn-add-to-cart:focus-visible {
  border-bottom-color: #C998FB;
  color: #C998FB;
}
.single-product-info__btn-add-to-cart:active {
  border-bottom-color: #7033AC;
  color: #7033AC;
}
@media screen and (min-width: 576px) {
  .single-product-info__btn-add-to-cart {
    margin: 0;
  }
}

.single-product-desc {
  margin-bottom: 33px;
  color: #ffffff;
}
@media screen and (min-width: 576px) {
  .single-product-desc {
    grid-column: 1/span 5;
  }
}
@media screen and (min-width: 992px) {
  .single-product-desc {
    grid-row: 3/3;
    grid-column: 1/span 5;
  }
}
@media screen and (min-width: 1200px) {
  .single-product-desc {
    grid-column: 1/span 6;
  }
}
.single-product-desc__title {
  margin: 0;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1em;
  color: #324A6E;
}
.single-product-desc__text {
  margin: 0;
  padding-right: 5px;
  font-size: 14px;
  line-height: 1.79em;
}
.single-product-desc__text:not(:last-child) {
  margin-bottom: 7px;
}
@media screen and (min-width: 576px) {
  .single-product-desc__text:not(:last-child) {
    margin-bottom: 8px;
  }
}

.single-product-parameters__item:not(:last-of-type) {
  margin-bottom: 9px;
}
@media screen and (min-width: 576px) {
  .single-product-parameters__item:not(:last-of-type) {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 576px) {
  .single-product-parameters__item {
    display: flex;
    justify-content: space-between;
  }
  .single-product-parameters__item::after {
    content: "";
    display: block;
    padding-top: 10px;
    height: 12px;
    flex: 1 1 auto;
    order: 2;
    border-bottom: 1px dotted #999999;
  }
}
.single-product-parameters__key {
  margin: 0;
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 400;
  color: #46638F;
}
@media screen and (min-width: 576px) {
  .single-product-parameters__key {
    margin-right: 5px;
    margin-bottom: 0;
    max-width: 35.5%;
    line-height: 0.8em;
    font-size: 14px;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 992px) {
  .single-product-parameters__key {
    max-width: 46.6%;
  }
}
@media screen and (min-width: 1200px) {
  .single-product-parameters__key {
    max-width: 46.6%;
  }
}
.single-product-parameters__value {
  font-size: 14px;
  color: #EAAD2F;
}
@media screen and (min-width: 576px) {
  .single-product-parameters__value {
    width: 34.6%;
    margin-left: 5px;
    line-height: 0.8em;
    order: 3;
  }
}
@media screen and (min-width: 992px) {
  .single-product-parameters__value {
    width: 53.4%;
  }
}
@media screen and (min-width: 1200px) {
  .single-product-parameters__value {
    width: 47.4%;
  }
}
@media screen and (min-width: 576px) {
  .single-product-parameters {
    grid-column: 1/span 6;
  }
}
@media screen and (min-width: 992px) {
  .single-product-parameters {
    padding-bottom: 6px;
    padding-top: 7px;
    grid-row: 3/span 2;
    grid-column: 6/span 4;
  }
}
@media screen and (min-width: 1200px) {
  .single-product-parameters {
    grid-column: 7/span 6;
  }
}

.breadcrumps__item:not(:last-of-type) {
  position: relative;
  margin-right: 15px;
}
.breadcrumps__item:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: calc(100% + 6px);
  display: block;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.breadcrumps__link {
  font-size: 14px;
  line-height: 1em;
  color: #999999;
  outline: 4px solid transparent;
  outline-offset: 0;
  transition: color 0.3s ease, background-color 0.3s ease, outline-color 0.3s ease;
}
.breadcrumps__link:focus-visible {
  color: #7033AC;
  background-color: #EBD1FF;
  outline-color: #EBD1FF;
}
.breadcrumps__link:active {
  color: #7033AC;
}
@media screen and (min-width: 767px) {
  .breadcrumps__link:hover {
    color: #46638F;
    background-color: transparent;
    outline-color: transparent;
  }
  .breadcrumps__link:active {
    color: #7033AC;
  }
}
.breadcrumps__active-page {
  font-size: 14px;
  line-height: 1em;
  color: #324A6E;
}

.collaboration {
  padding-bottom: 47px;
  position: relative;
}
.collaboration__svg {
  fill: #ffffff;
  stroke: #EAAD2F;
}
.collaboration__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #333333;
  margin-bottom: 32px;
}
@media screen and (min-width: 319px) {
  .collaboration__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 576px) {
  .collaboration__title {
    font-size: 32px;
  }
}
.collaboration__text {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 14px;
}
@media screen and (min-width: 319px) {
  .collaboration__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .collaboration__text {
    font-size: 24px;
  }
}
.collaboration__text-benefit {
  margin-bottom: 15px;
}
.collaboration__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #666666;
}
@media screen and (min-width: 319px) {
  .collaboration__descr {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .collaboration__descr {
    font-size: 16px;
  }
}
.collaboration__top {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .collaboration__top {
    width: 87%;
  }
}
@media screen and (min-width: 1200px) {
  .collaboration__top {
    width: 66%;
  }
}
.collaboration__article {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #666666;
}
@media screen and (min-width: 319px) {
  .collaboration__article {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .collaboration__article {
    font-size: 16px;
  }
}
.collaboration__icon {
  margin-right: 12px;
}
.collaboration__item:not(:last-child) {
  margin-bottom: 12px;
}
.collaboration__result {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .collaboration__result {
    width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .collaboration__result {
    width: 49%;
  }
}
.collaboration__benefit {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .collaboration__benefit {
    width: 89%;
  }
}
@media screen and (min-width: 1200px) {
  .collaboration__benefit {
    width: 66%;
  }
}
.collaboration__one {
  font-weight: 600;
  font-size: 16px;
  color: #EAAD2F;
  margin-bottom: 16px;
}
.collaboration__point {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #666666;
  margin-bottom: 12px;
}
@media screen and (min-width: 319px) {
  .collaboration__point {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .collaboration__point {
    font-size: 16px;
  }
}
.collaboration__guarantees {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .collaboration__guarantees {
    width: 88%;
  }
}
@media screen and (min-width: 1200px) {
  .collaboration__guarantees {
    width: 65%;
  }
}
.collaboration__listing {
  position: relative;
  counter-reset: item;
}
.collaboration__para {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #666666;
  padding-left: 27px;
}
@media screen and (min-width: 319px) {
  .collaboration__para {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .collaboration__para {
    font-size: 16px;
  }
}
.collaboration__para:not(:last-child) {
  margin-bottom: 12px;
}
.collaboration__para::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  color: #EAAD2F;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
}
.collaboration__text-guarant {
  margin-bottom: 15px;
}
.collaboration__period {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #333333;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 319px) {
  .collaboration__period {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .collaboration__period {
    font-size: 24px;
  }
}
.collaboration__bottom {
  background-image: url("/images/pensol.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  padding-left: 109px;
  height: 116px;
  display: flex;
}
@media screen and (min-width: 992px) {
  .collaboration__bottom {
    width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .collaboration__bottom {
    width: 50%;
  }
}