@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 */
  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;
}

[type=file] {
  margin-top: 1rem;
}

/**
 * 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;
}

:root {
  --accent: #ff9566;
  --dark: #29333a;
  --white: #F4F4F4;
  --black: #2C2C2C;
  --grey: #424241;
  --card: #3A3A39;
  --white: #ffffff;
  --button: #FF8650;
  --text-menu: #f4f4f4;
  --text-black: #000000;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html {
  box-sizing: border-box;
}

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

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.16;
  background: var(--black);
  color: #ffffff;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: var(--black);
}

body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px var(--accent);
  box-shadow: inset 0 0 6px var(--accent);
  height: 56px;
  border-radius: 8px;
  background-clip: content-box;
  background-color: var(--accent);
}

body::-webkit-scrollbar-thumb:hover {
  background-color: var(--accent);
}

img {
  max-width: 100%;
}

button,
input,
label {
  font-family: "Inter", sans-serif;
  outline: none;
}

form {
  margin-block-end: 0px;
}

.container {
  margin: auto;
  max-width: 1480px;
  padding: 0 15px;
}

.btn {
  cursor: pointer;
  border-radius: 6px;
  background-color: var(--button);
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.25s ease box-shadow, 0.25s ease color;
  padding: 0.7rem 1.25rem;
  border: none;
}

.btn:hover {
  box-shadow: 0px 6px 27px 0px rgba(255, 124, 66, 0.33);
}

.btn:active {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset;
}

.banner-products-form__btn {
  height: 37px;
  padding-inline: 1.95rem;
  font-size: 0.9rem;
}

.btn--crystal {
  border: 1px solid var(--button);
  background: var(--black);
  color: var(--button);
}

.btn--crystal:hover {
  color: #fff;
}

.btn.disabled {
  background-color: #888;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
  color: var(--white);
}

.section-title--mb-32 {
  margin-bottom: 2rem;
}

.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5 {
  font-size: inherit;
  font-weight: inherit;
}

.section-title--md {
  font-size: 2.25rem;
}

.section-text {
  margin-bottom: 30px;
}

.section-text p {
  line-height: 1.618;
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}

.select {
  border: solid 1px #505d66;
  background: transparent;
  border-radius: 6px;
  padding: 5px;
  width: 296px;
  height: 45px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  appearance: none;
}

.select:focus-visible {
  outline: 0;
}

.select-option {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  background: #29333afc;
}

.tab-mobile select {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #a1a8ac;
}

.h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-style: 400;
  font-size: 48px;
  color: #ff9566;
}

.icon {
  fill: black;
  width: 32px;
  height: 32px;
}

.link {
  color: var(--accent);
  text-decoration: none;
  cursor: pointer;
}

.input {
  border: 1px solid #D5D5D5;
  padding: 0.6875rem 0.8125rem;
  border-radius: 6px;
  font-weight: 300;
  background: #696968;
  max-width: 200px;
  height: 37px;
  color: var(--white);
}

.input::placeholder {
  color: var(--white);
}

.form__input {
  border: none;
  border-radius: 0;
  font-weight: 300;
  padding: 0.875rem 1rem;
  width: 100%;
  background: #f2f2f2;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  color: var(--dark);
}

.form__input::placeholder {
  color: #CBCACA;
}

.form__btn {
  padding: 0.8125rem 1.1875rem 0.6875rem 1.375rem;
  display: block;
}

.form__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-input {
  border: none;
  border-radius: 0;
  font-weight: 300;
  padding: 0.625rem;
  width: 100%;
  background: #f2f2f2;
  max-width: 100%;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  color: var(--dark);
}

.form-input::placeholder {
  color: #CBCACA;
}

.form-fields {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.form-attacments {
  border: none;
  font-weight: 300;
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #D4D4D4;
  color: #CBCACA;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.form-attacments__text {
  padding: 0.875rem 1rem;
}

.form-attacments__btn {
  background: #D9D9D9;
  color: #313131;
  font-size: 0.625rem;
}

.form__btn {
  padding: 0.8125rem 1.1875rem 0.6875rem 1.375rem;
  display: block;
}

.form-politics {
  color: #858383;
  margin-block: 16px;
  font-size: .7rem;
  text-align: center;
}

.form-politics a {
  color: inherit;
}

.request-form-btn {
  font-size: 1.5rem;
  width: 100%;
}

.pagination {
  padding: 20px 0;
}

.pagination__list {
  list-style: none;
  display: flex;
  gap: 16px;
  color: var(--white);
}

.pagination__list .current {
  background-color: var(--accent);
}

.pagination__list span,
.pagination__list a {
  padding: 0.625rem;
  user-select: none;
  border-radius: 1000rem;
  overflow: hidden;
  height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination__list a {
  text-decoration: none;
  transition: 0.25s ease transform;
  color: var(--white);
}

.pagination__list a:hover {
  transform: translateY(-5px);
}

.hide {
  display: none;
}

.page-header {
  margin-bottom: 32px;
}

.page-header__top {
  font-weight: 300;
  color: #67747D;
  font-size: 16px;
  margin: 0;
}

.page-header__title {
  font-size: 1.6875rem;
  line-height: 1.185;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.page-header__title b,
.page-header__title strong {
  color: var(--accent);
  font-weight: inherit;
}

.page-header__title h1 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: inherit;
}

.page-header__title h1 b,
.page-header__title h1 strong {
  color: var(--accent);
  font-weight: inherit;
}

.page-header__subtitle {
  font-weight: 300;
  color: #FF9566;
  font-size: 1.5rem;
  margin: 0;
}

.footer {
  padding: 46px 0 38px;
  background: var(--card);
  color: #E3D1C2;
  margin-top: 160px;
}

.footer__menu-arrow {
  display: none;
}

.footer__social {
  width: 24px;
  height: 24px;
}

.footer__social img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer__contacts {
  display: flex;
  gap: 42px;
  align-items: center;
}

.footer__logo {
  width: 160px;
  height: 50px;
}

.footer__logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer__media {
  display: flex;
  gap: 15px;
  align-items: flex-end;
}

.footer__media__icon-favorites {
  width: 2px;
}

.footer__inner {
  grid-template-columns: 80% max-content;
  display: grid;
  justify-content: space-between;
  gap: 40px;
}

.footer__contact-box .contact-box__link {
  color: #fff;
}

.footer__contact-box .contact-box__row {
  justify-content: flex-start;
}

.footer__name {
  line-height: 1.618;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5625rem;
}

.footer__link {
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0.5625rem;
  display: block;
  max-width: max-content;
}

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

.footer__menu-title {
  font-weight: 600;
  color: #ff9566;
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
  margin: 0 0 0.875rem;
}

.footer__menu-title.active {
  transform: rotate(-180deg);
}

.footer__menu-title.active .footer__menu-arrow {
  display: none;
  transform-origin: center;
  transition: transform 0.3s ease-in;
}

.footer__nav-items {
  max-width: 83.3333333333%;
  display: flex;
  justify-content: space-between;
}

.footer__nav-list {
  width: 100%;
}

.footer__input {
  width: 170px;
  background-color: transparent;
  border-radius: 7.35px;
  border: 1px solid #AEAEAE;
  padding: 13px 12px;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #FFFFFF;
}

.footer__form-box {
  max-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer__form-box .form-box__btn {
  margin: 0 0 0 auto;
  padding: 100px;
}

.footer__form-box .form-btn {
  max-width: 180px;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
}

.footer__form-box .form {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer__politics-box {
  padding-top: 16px;
  border-top: 1px solid #8E8E8E;
  max-width: 772px;
  margin: 16px auto 0;
  text-align: center;
}

.footer__politics-link {
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #8E8E8E;
}

.footer-nav {
  padding-left: 0;
  list-style: none;
}

.footer-nav__item {
  margin: 0 0 7px;
}

.footer-nav__link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
  line-height: 24px;
  font-size: 1rem;
}

.request-nav {
  display: none;
  list-style: none;
}

.footer-input {
  max-width: 193px;
}

.logo {
  width: 180px;
  height: 50px;
}

.logo__link {
  text-decoration: none;
  display: block;
}

.logo__link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-favorites {
  position: relative;
  fill: transparent;
  stroke: var(--accent);
  stroke-width: 2px;
  transition: 0.2s ease;
  width: 52px;
  height: 46px;
  color: var(--accent);
}

.icon-favorites:hover,
.icon-favorites.active {
  fill: var(--accent);
}

.favorites-box a {
  color: var(--accent);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header-top {
  padding: 32px 0 13px;
}

.header-top__wrap {
  display: flex;
  gap: 32px;
  align-items: center;
  width: 100%;
}

.header-top__content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  gap: 65px;
}

.header-top__icons {
  display: flex;
  gap: 24px;
  align-items: center;
}

.header-top__input {
  width: 100%;
}

.header {
  background-color: var(--black);
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header.sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.35s ease-out;
}

.header.sticky .header-top {
  display: none;
}

.header+* {
  padding-top: 120px;
}

.header__social {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
}

.header__social img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.header__link-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.header__link-wrap .icon {
  display: none;
}

.header__text {
  color: var(--accent);
  font-size: 1.25rem;
  font-weight: 300;
}

/* .header__dot {
  display: flex;
  background-color: var(--accent);
  align-items: center;
  width: 5px;
  border-radius: 3px;
  height: 5px;
} */

.header__callback {
  padding: 12px 0;
  background-color: var(--grey);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__callback .container {
  background-color: var(--grey);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__contacts {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.header__link {
  text-decoration: none;
  color: var(--accent);
  font-size: 1.25rem;
  font-weight: 300;
}

.header__top-content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.header__search-mobile {
  display: none;
  width: 26px;
  height: 26px;
}

.header__search-mobile .icon {
  width: 100%;
  height: 100%;
  fill: var(--accent);
}

.header__search {
  flex-grow: 1;
}

.header__search.active {
  transform: unset;
}

.header__nav-box {
  justify-content: space-between;
  display: flex;
}

.header__nav-box.active {
  display: block;
}

.header__bottom {
  background-color: inherit;
}

.header__media {
  max-width: 125px;
}

.nav-last {
  display: flex;
  list-style: none;
  gap: 10px;
}

.nav {
  display: flex;
  list-style: none;
  justify-content: space-between;
  width: 100%;
}

.nav__item {
  position: relative;
}

.nav__item:hover .second-nav {
  display: block;
}

.nav__item.big .nav__link {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
}

.nav__item.active .nav__link {
  color: var(--accent);
}

.nav__item.has-child {
  padding-right: 16px;
  min-width: 200px;
}

.nav__item.has-child .nav__link>.nav__text::after {
  background: url(../img/arrow-right.svg) no-repeat center center;
  background-size: 16px 16px;
  width: 18px;
  height: 18px;
  border-radius: 1000rem;
  position: absolute;
  right: -24px;
  content: "";
  transition: 0.25s ease transform;
  top: 0px;
}

.nav__item.has-child:hover .nav__link>.nav__text::after {
  transform: rotate(-180deg);
  background: url(../img/arrow-down-accent.svg) no-repeat center center;
  background-size: 16px 16px;
  display: none;
}

.nav__text {
  position: relative;
}

.nav__link {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.875rem 0 8px;
  display: inline-block;
  transition: 0.25s ease;
  line-height: 1;
  width: 100%;
}

.nav__link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--accent);
  border-radius: 10px;
  transform: scale(0);
  transition: 0.25s ease transform;
}

.nav__link:hover,
.nav__link:focus,
.nav__link.active {
  color: var(--accent);
}

.nav__link:hover::after,
.nav__link:focus::after,
.nav__link.active::after {
  transform: scale(1);
}

.second-nav {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  flex-direction: column;
  list-style: none;
  background-color: var(--black);
  min-width: 200px;
  max-width: 320px;
  padding: 8px 0;
  user-select: none;
  text-transform: uppercase;
  border-radius: 0 0 8px 8px;
  background: #41403F;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
}

.second-nav__item {
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.second-nav__item:last-child {
  margin-bottom: 0;
}

.second-nav__item:hover {
  background-color: var(--accent);
  transition: 0.25s;
}

.second-nav__link {
  text-decoration: none;
  color: #fff;
  will-change: color;
  transition: 0.2s ease;
  text-decoration: none;
  padding: 0.5rem;
  width: 100%;
}

.search {
  position: relative;
}

.search__input {
  width: 100%;
  background: #424241;
  color: #fff;
  border: 1px solid #717171;
  padding: 15px 20px;
  font-weight: 300;
  font-size: 0.875rem;
  border-radius: 8px;
}

.search__input::placeholder {
  color: #a1a8ac;
}

.search__btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
}

.search__btn .icon {
  width: 100%;
  height: 100%;
  fill: var(--accent);
}

.timetable {
  color: #e3d1c2;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
}

.timetable__value {
  color: var(--accent);
}

.contacts-mobile {
  margin-top: 5px;
  padding-left: 8px;
  display: none;
}

.contacts-mobile__row {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: var(--accent);
  text-decoration: none;
}

.contacts-mobile__icon {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  fill: var(--accent);
}

.shop-icons {
  display: flex;
  gap: 20px;
}

.shop-icons__item {
  width: 34px;
  height: 34px;
  display: inline-block;
}

.basket-item {
  position: relative;
}

.basket-item .icon {
  fill: var(--accent);
  transition: transform 0.25s;
  color: #fff;
  width: 55px;
  height: 44px;
  line-height: 1.16;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.burger {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  height: 28px;
  width: 28px;
  padding: 4px;
  background: none;
  border: none;
  flex-shrink: 0;
}

.burger__line {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  display: block;
  background: var(--accent);
  transition: transform 0.3s ease;
}

.burger__line:nth-child(1) {
  transform-origin: right;
}

.burger__line:nth-child(2) {
  transform: scaleX(1);
  transform-origin: center;
}

.burger__line:nth-child(3) {
  transform-origin: right;
}

.burger.active .burger__line:nth-child(1) {
  transform: rotate(-48deg) scale(1.2);
}

.burger.active .burger__line:nth-child(2) {
  transform: scaleX(0);
}

.burger.active .burger__line:nth-child(3) {
  transform: rotate(47deg) scale(1.2);
}

.media__icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-top: 3px;
}

.media__row {
  font-weight: 300;
  display: flex;
  gap: 10px;
  color: var(--accent);
  text-decoration: none;
}

.breadcrumbs,
.woocommerce-breadcrumb {
  margin: 30px 0;
  color: #fff;
}

.breadcrumbs a,
.woocommerce-breadcrumb a {
  color: var(--accent);
  text-decoration: none;
}

.breadcrumbs__wrap,
.woocommerce-breadcrumb__wrap {
  display: flex;
  gap: 6px;
  list-style: none;
  flex-wrap: wrap;
}

.breadcrumbs__wrap a,
.woocommerce-breadcrumb__wrap a {
  color: var(--accent);
  text-decoration: none;
}

.text-box {
  color: var(--text-menu);
}

.text-box h1 {
  font-size: 2.25em;
  font-weight: 600;
  margin: 0 0 0.625rem;
  line-height: 1.41;
}

.text-box h2 {
  font-size: 2em;
  margin: 0 0 0.625rem;
  line-height: 1.41;
}

.text-box h3,
.text-box h4,
.text-box h5 {
  font-size: 1.75em;
  margin: 0 0 0.625rem;
  line-height: 1.41;
  font-weight: 300;
}

.text-box p {
  color: inherit;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.22;
  margin: 0 0 0.9375rem;
}

.text-box p:last-child {
  margin-bottom: 0;
}

.text-box a {
  text-decoration: none;
  font-weight: 500;
  color: var(--accent);
  position: relative;
  transition: 0.2s ease;
}

.text-box ol {
  padding-left: 1.5625rem;
  margin-bottom: 15px;
}

.text-box ul {
  list-style: none;
  margin-bottom: 15px;
}

.text-box ul li {
  padding-left: 22px;
}

.text-box ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  margin-right: 10px;
  color: var(--accent);
}

.text-box li {
  font-size: 1em;
  margin: 0 0 0.5rem;
  line-height: 1.41;
  position: relative;
}

.text-box img {
  margin: 15px 0 15px;
  object-fit: cover;
  width: 100%;
  max-height: 70vh;
  border-radius: 5px;
  overflow: hidden;
}

.text-box blockquote {
  margin: 0;
  color: #fff;
  padding: 30px 30px 30px 60px;
  border-left: 8px solid var(--accent);
  position: relative;
  font-weight: 300;
}

.text-box blockquote::before {
  content: "“";
  font-family: Arial;
  color: var(--accent);
  font-size: 70px;
  position: absolute;
  left: 15px;
  top: 5px;
}

.text-box blockquote p {
  font-style: italic;
  font-size: 1.5rem;
  margin-top: 0;
}

.text-box small {
  display: block;
  margin: 0.625rem 0;
  font-size: 1rem;
  color: inherit;
}

.notices-box {
  background: #3C4952;
  padding: 14px 16px;
  border-radius: 6px;
  margin: 20px 0;
  max-width: 740px;
}

.popup-white {
  background-color: #fff;
  color: #000;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  position: relative;
  height: max-content;
  border-radius: 10px;
  padding: 1.5625rem 1.875rem 2.8125rem;
  margin: auto;
}

.popup-white .mfp-close {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--accent);
  font-size: 2.5rem;
}

.popup-white__title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 1.1875rem;
  color: var(--accent);
  text-align: center;
}

.popup-white__text-box {
  margin-bottom: 20px;
}

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

.popup-white__btn.btn--crystal:hover {
  color: var(--accent);
}

.popup-white__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.popup-product-add {
  text-align: center;
}

#succes-send {
  text-align: center;
}

.form-popup {
  display: flex;
  flex-direction: column;
}

.form-popup__input {
  margin-bottom: 0.8125rem;
}

.form-popup__btn {
  margin-top: 0.75rem;
  display: inline-block;
  width: fit-content;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
}

.form-popup__label {
  font-weight: 300;
  font-size: 1rem;
}

.mfp-ajax-holder .mfp-content {
  width: unset;
  cursor: auto;
}

.product-popup-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 45px;
  height: fit-content;
}

.product-popup-slider__img-box {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.product-popup-slider__img-box:first-child {
  grid-column: 1/3;
  height: 374px;
}

.product-popup-slider picture {
  display: block;
  width: 100%;
  height: 100%;
}

.product-popup-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-popup {
  background-color: var(--black);
  border-radius: 20px;
  padding: 56px 53px;
  max-width: 1144px;
}

.product-popup__body {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 90px;
}

.product-popup__left {
  display: grid;
  max-width: 470px;
  grid-gap: 20px 30px;
}

.product-popup__picture {
  padding-bottom: 0.625rem;
}

.product-popup__container {
  display: flex;
  justify-content: center;
}

.product-popup__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-popup__header {
  margin-bottom: 24px;
}

.product-popup__title {
  flex-grow: 1;
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
  line-height: 1.2;
  color: var(--accent);
}

.product-popup__price-box {
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  gap: 30px;
  color: var(--accent);
  align-items: center;
  margin: 0 0 30px;
}

.product-popup__description {
  flex-grow: 1;
}

.product-popup__caption-text {
  background: var(--accent);
  padding: 0.1875rem 0.3125rem;
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: uppercase;
  user-select: none;
  display: inline-block;
  border: 1px solid var(--accent);
}

.product-popup__colors {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.product-popup__color {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 2px solid #A1A1A1;
}

.product-popup .pink {
  background-color: #A26C6C;
}

.product-popup .green {
  background-color: #4A4F41;
}

.product-popup .blue {
  background-color: #546182;
}

.product-popup .yellow {
  background-color: #B39C8C;
}

.product-popup__more {
  font-size: 1.5625rem;
  line-height: 1.52;
  font-weight: 300;
  color: #A1A1A1;
  text-decoration: none;
}

.product-popup__switch {
  display: flex;
}

.product-popup__text {
  padding-right: 1.3125rem;
  font-size: 1.604375rem;
  color: #E3D1C2;
}

.product-popup__checkbox {
  position: relative;
  width: 36px;
  height: 22px;
  -webkit-appearance: none;
  background-color: #D0D0D0;
  outline: none;
  border-radius: 20px;
  transition: 0.5s;
  margin-top: 5px;
}

.product-popup__checkbox:checked {
  background-color: var(--accent);
}

.product-popup__checkbox:checked::before {
  left: 15px;
  transition: 0.5s;
}

.product-popup__checkbox::before {
  margin-top: 2px;
  content: "";
  position: absolute;
  width: 19px;
  height: 18px;
  border-radius: 20px;
  background-color: #fff;
  transition: 0.5s;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.product-popup__description-title {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--text-menu);
  margin: 0 0 1rem;
}

.product-popup__row {
  display: flex;
  justify-content: space-between;
  color: var(--text-menu);
  border-bottom: 1px solid #A1A1A1;
  font-weight: 300;
  margin-top: 13px;
}

.product-popup__value {
  max-width: 50%;
  text-align: right;
}

.product-popup__calc {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 1rem 0 1.25rem;
  color: var(--text-menu);
}

.product-popup__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.product-popup__buttons-items {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: 1fr 34px;
  justify-items: center;
}

.product-popup__more-info {
  padding: 1.25rem;
  font-size: 1.25rem;
  text-align: center;
}

.product-popup__consultation {
  padding: 1.25rem;
  width: 100%;
  flex-shrink: 0;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
}

.product-popup .icon-favorites {
  width: 34px;
  height: 38px;
}

.product-popup .mfp-close {
  color: var(--accent);
  font-size: 2.5rem;
}

.for-order-popup-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 45px;
  height: fit-content;
}

.for-order-popup-slider__img-box {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.for-order-popup-slider__img-box:first-child {
  grid-column: 1/3;
  height: 374px;
}

.for-order-popup-slider picture {
  display: block;
  width: 100%;
  height: 100%;
}

.for-order-popup-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.for-order-popup {
  background-color: var(--black);
  border-radius: 20px;
  padding: 63px 56px 56px;
  max-width: 1176px;
}

.for-order-popup__body {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 76px;
}

.for-order-popup__left {
  display: grid;
  width: 535px;
  grid-gap: 20px 30px;
}

.for-order-popup__picture {
  padding-bottom: 0.625rem;
}

.for-order-popup__container {
  display: flex;
  justify-content: center;
}

.for-order-popup__header {
  margin-bottom: 25px;
}

.for-order-popup__title {
  flex-grow: 1;
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
  line-height: 1.2;
  color: var(--accent);
}

.for-order-popup__price-box {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  gap: 30px;
  color: var(--accent);
  align-items: center;
  margin: 0 0 1.5rem 0;
}

.for-order-popup__caption-text {
  background: var(--accent);
  padding: 0.1875rem 0.3125rem;
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: uppercase;
  user-select: none;
  display: inline-block;
  border: 1px solid var(--accent);
}

.for-order-popup__more {
  font-size: 1.5625rem;
  line-height: 1.52;
  font-weight: 300;
  color: #A1A1A1;
  text-decoration: none;
}

.for-order-popup__switch {
  display: flex;
}

.for-order-popup__text {
  padding-right: 1.3125rem;
  font-size: 1.604375rem;
  color: #E3D1C2;
}

.for-order-popup__checkbox {
  position: relative;
  width: 36px;
  height: 22px;
  -webkit-appearance: none;
  background-color: #D0D0D0;
  outline: none;
  border-radius: 20px;
  transition: 0.5s;
  margin-top: 5px;
}

.for-order-popup__checkbox:checked {
  background-color: var(--accent);
}

.for-order-popup__checkbox:checked::before {
  left: 15px;
  transition: 0.5s;
}

.for-order-popup__checkbox::before {
  margin-top: 2px;
  content: "";
  position: absolute;
  width: 19px;
  height: 18px;
  border-radius: 20px;
  background-color: #fff;
  transition: 0.5s;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.for-order-popup__description-title {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--text-menu);
  margin: 0 0 1rem;
}

.for-order-popup__row {
  display: flex;
  justify-content: space-between;
  color: var(--text-menu);
  border-bottom: 1px solid #A1A1A1;
  font-weight: 300;
  margin-top: 13px;
}

.for-order-popup__value {
  max-width: 50%;
  text-align: right;
}

.for-order-popup__calc {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 1rem 0 1.25rem;
  color: var(--text-menu);
}

.for-order-popup__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.for-order-popup__buttons-items {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: 1fr 34px;
  justify-items: center;
}

.for-order-popup__more-info {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-size: 1.25rem;
  width: 100%;
  font-weight: 400;
}

.for-order-popup__consultation {
  padding: 1.25rem;
  width: 100%;
  flex-shrink: 0;
  font-size: 1.25rem;
}

.for-order-popup .icon-favorites {
  width: 34px;
  height: 38px;
}

.for-order-popup .mfp-close {
  color: var(--accent);
  font-size: 3.75rem;
  font-weight: 400;
  right: 32px;
  top: 32px;
}

.for-order-popup__description .text-box ul {
  margin-bottom: 40px;
}

.for-order-popup__description .text-box ul li {
  font-size: 1.25rem;
  padding-left: 64px;
  margin-bottom: 1.5625rem;
  line-height: 20.88px;
}

.for-order-popup__description .text-box ul li::before {
  font-size: 2.875rem;
  margin-right: 1.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.for-order-popup__description .text-box__calculation {
  color: #F4F4F4;
  font-weight: 300;
  line-height: 20.88px;
  margin-bottom: 40px;
}

.product-label {
  color: #fff;
  background: var(--accent);
  padding: 0.39rem;
  font-size: .85rem;
  text-transform: uppercase;
  user-select: none;
  display: inline-block;
  border: 1px solid var(--accent);
  border-top-right-radius: 10px;
  font-weight: 300;
}

.product-label--dark {
  background: var(--dark);
}

.product {
  width: 23%;
  border-radius: 22px;
  overflow: hidden;
  background: var(--card);
  position: relative;
  transition: 0.25s ease box-shadow;
  gap: 10px;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.product:hover {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.44);
}

.product:hover .product__text {
  opacity: 1;
}

.product__img-box {
  /* min-height: 198px; */
  min-height: 10.5vw;
  width: 100%;
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product__img-box picture {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.product__img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.product__header {
  height: 100%;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
}

.product__favorites {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
  align-self: flex-end;
  margin: 2px;
  right: 8px;
}

.product__favorites svg {
  width: 100%;
  height: 100%;
}

.product__favorites .icon-favorites::before {
  font-size: 2rem !important;
}

.product__text {
  text-decoration: none;
  font-size: 0.9375rem;
  position: absolute;
  color: #444444;
  background-color: #F5F2EFE5;
  opacity: 0;
  transition: all 0.1s;
  left: 50%;
  top: 50%;
  padding: 0.625rem;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  text-align: center;
  text-wrap: nowrap;
}

.product__title {
  flex-grow: 1;
  font-weight: 400;
  color: #f4f4f4;
  font-size: 1rem;
  margin: 0;
}

.product__title.center {
  text-align: center;
  text-decoration: underline;
}

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

.product__article {
  color: #80868b;
  font-weight: 300;
  margin: 0 0 0.625rem;
  text-decoration: none;
}

.product__content {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.product__info {
  border-top: 1px solid #36424b;
  transition: 0.25s ease height;
  margin-top: 20px;
  padding-top: 14px;
}

.product__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product__colors {
  display: flex;
  gap: 10px;
  align-items: center;
}

.product__color {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #A1A1A1;
  background-color: red;
  color: transparent;
}

.product__link {
  text-decoration: underline;
  font-size: 1.0625rem;
  line-height: 1.7;
  font-weight: 300;
  color: #F4F4F4;
  text-align: center;
}

.product__more {
  font-size: 1.25rem;
  line-height: 1.45;
  color: #f4f4f4;
  text-decoration: none;
}

.product .pink {
  background-color: #A26C6C;
}

.product .green {
  background-color: #4A4F41;
}

.product .blue {
  background-color: #546182;
}

.product .yellow {
  background-color: #B39C8C;
}

.product__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  padding: 0 20px;
  font-weight: 300;
  line-height: 1.2;
  min-height: 42px;
  margin-bottom: 5px;
  display: none;
}

.product__btns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.product__btn {
  font-size: 0.75rem;
  padding: 0.8rem;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.product__arrow {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto;
}

.price-box {
  font-size: 1.5rem;
  color: var(--accent);
  font-weight: 600;
}

.price-box del,
.price-box .old {
  color: #80868B;
  text-decoration: line-through;
}

a.sidebar {
  position: relative;
  padding: 30px 26px;
  z-index: 5;
}

a.sidebar:not(:empty) {
  min-height: 250px;
}

a.sidebar::before,
a.sidebar:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 130px;
  aspect-ratio: 1;
  background: url(../img/corner.svg) no-repeat left top;
  background-size: contain;
  z-index: -1;
}

a.sidebar::after {
  bottom: 0;
  top: auto;
  transform: scale(-1);
  top: auto;
  right: 0;
  left: auto;
}

.sidebar-filter-btn {
  margin: 10px 0;
  top: 20px;
  z-index: 5;
  position: sticky;
  width: 100%;
  text-align: center;
}

.banner {
  background: #35424a url(../img/bg1.jpg) no-repeat left top;
  background-size: cover;
  min-height: 520px;
  position: relative;
  margin-bottom: 70px;
}

.banner__wrap {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.banner__text-side {
  padding: 30px 10px 30px 0;
  max-width: 50%;
}

.banner__title {
  font-size: 3.0625rem;
  color: var(--accent);
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 3.125rem;
}

.banner__text-box {
  margin-bottom: 44px;
}

.banner__text-box p {
  max-width: 390px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #e3d1c2;
}

.banner__img-side {
  position: absolute;
  top: 0;
  left: 50vw;
  z-index: 1;
  height: 100%;
  width: 50vw;
}

.banner__img-side picture {
  width: 100%;
  height: 100%;
}

.banner__img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__form {
  max-width: 380px;
}

.form-order__row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-powers {
  margin: 32px 0 64px;
}

.section-powers--about {
  margin: 64px 0 72px;
}

.power-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  justify-content: space-between;
}

.power-item {
  display: grid;
  grid-auto-flow: column;
  background-color: var(--card);
  border-radius: 13px;
  gap: 70px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.power-item__left {
  display: flex;
  align-items: center;
}

.power-item__right {
  padding: 24px 16px 48px 0;
}

.power-item__image-box {
  width: 90px;
  height: 90px;
}

.power-item__image-box picture {
  width: 100%;
  height: 100%;
}

.power-item__image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.power-item__title {
  color: var(--accent);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}

.power-item__text {
  font-weight: 300;
  color: var(--white);
  line-height: 1.5;
}

.section-request {
  margin: 64px 0;
}

.section-request--show-room {
  margin: 50px 0;
}

.request {
  background-color: var(--card);
  padding: 24px 36px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 64px;
}

.request__content {
  display: grid;
}

.request__title {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0 0 2rem;
}

.request__text {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
}

.request__btn {
  flex-shrink: 0;
  font-size: 1rem;
  max-width: 196px;
  width: 100%;
}

.variants-popup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 646px;
  margin-left: auto;
  background-color: var(--white);
  min-height: 100vh;
  position: relative;
}

.variants-popup .mfp-close {
  left: 16px;
  top: 9px;
  font-weight: 300;
  font-size: 4.125rem;
  color: var(--grey);
}

.variants-popup__main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.variants-popup__content {
  display: flex;
  padding: 32px 44px 44px 68px;
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.variants-popup__title {
  font-size: 2.5rem;
  margin: 0 0 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #414141;
}

.variants-popup__body {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}

.variants-popup__footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 20px 0 24px 60px;
  background: var(--white);
  z-index: 1;
}

.variants-popup__link {
  color: #6D6D6D;
  font-size: 1.5rem;
  font-weight: 500;
}

.variants-popup__item.active .description-toggle__text {
  height: auto;
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 12px;
}

.variants-popup__item.active .item-arrow {
  transform: rotate(180deg);
}

.variants-popup .color-picker__list {
  min-height: 120px;
}

.description-toggle {
  color: var(--text-black);
  font-size: 1.125rem;
  font-weight: 400;
}

.description-toggle__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 12px;
}

.description-toggle__text {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: var(--text-black);
  font-size: 0.875rem;
  font-weight: 400;
  height: 0;
  transition: 0.4s ease;
  max-height: 50vh;
  width: 100%;
  opacity: 0;
}

.description-toggle__link {
  color: var(--text-black);
  font-size: 0.875rem;
  margin-bottom: 22px;
}

.colors-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}

.colors-header.active .description-toggle__text {
  height: auto;
  max-height: 1000px;
}

.colors-header.active .item-arrow {
  transform: rotate(180deg);
}

.colors-header__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  cursor: pointer;
}

.colors-header__title {
  color: var(--text-black);
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 8px;
}

.colors-header__text {
  color: #A1A1A1;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

.colors-header__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 24px;
}

.colors-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}

.colors-list__list {
  cursor: pointer;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  min-height: 120px;
}

.colors-list__list.active .colors-list__btn {
  display: block;
}

.colors-list__btn {
  display: none;
  padding: 2px 3px;
  border-radius: 5px;
  font-weight: 300;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
}

.colors-list__item {
  max-width: 120px;
  max-height: 120px;
}

.colors-list__item:hover .colors-list__list-btn {
  display: block;
  position: relative;
  top: -135px;
  left: 12px;
}

.colors-list__label {
  position: absolute;
  z-index: 1;
  background-color: var(--white);
  padding: 0;
  bottom: 16px;
  left: 16px;
  color: var(--text-black);
  font-size: 1.125rem;
  font-weight: 500;
  width: fit-content;
  border-color: var(--white);
}

.colors-list__img-box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  background: #e3e3e3;
}

.colors-list__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-width: 120px;
  max-height: 120px;
}

.popup-base {
  display: flex;
  flex-direction: column;
  align-items: end;
  max-width: 646px;
  margin-left: auto;
  background-color: var(--white);
  height: 100vh;
  position: relative;
}

.popup-base .mfp-close {
  right: 13px;
  top: 2px;
  font-weight: 300;
  font-size: 2.875rem;
  color: var(--grey);
}

.popup-base__main {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.popup-base__content {
  height: 100%;
  display: flex;
  padding: 32px 64px 48px 68px;
  margin: 0;
  flex-direction: column;
}

.popup-base__title {
  font-size: 2.5rem;
  margin: 4rem 0;
  font-weight: 500;
  line-height: 1.2;
  color: #414141;
}

.popup-base__text {
  margin-bottom: 2rem;
  text-align: center;
  color: #858383;
  font-weight: 400;
  line-height: 2;
}

.popup-base__form {
  height: 70%;
  display: flex;
  flex-direction: column;
}

.popup-base__btn-accept {
  padding: 13px 23px 10px;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20.7px;
  font-size: 16px;
  position: absolute;
  right: 64px;
  color: #313131;
}

.popup-base__politics {
  color: #858383;
}

.callback-title {
  font-size: 2.40625rem;
}

.init {
  display: flex;
  flex-direction: column;
}

.banner-main {
  background: #35424a url(../img/bg1.jpg) no-repeat left top;
  background-size: cover;
  min-height: 520px;
  position: relative;
  margin-bottom: 70px;
}

.banner-main__wrap {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.banner-main__text-side {
  padding: 30px 10px 30px 0;
  max-width: 50%;
}

.banner-main__title {
  font-size: 3.0625rem;
  color: var(--accent);
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 3.125rem;
}

.banner-main__text-box {
  margin-bottom: 44px;
}

.banner-main__text-box p {
  max-width: 390px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #e3d1c2;
}

.banner-main__img-side {
  position: absolute;
  top: 0;
  left: 50vw;
  z-index: 1;
  height: 100%;
  width: 50vw;
}

.banner-main__img-side picture {
  width: 100%;
  height: 100%;
}

.banner-main__img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-main__input {
  background: transparent;
  color: #fff;
  max-width: 198px;
  margin-bottom: 10px;
}

.banner-main__btn {
  margin-top: 0.625rem;
}

.banner-products {
  margin: 64px auto;
}

.swiper {
  border-radius: 20px;
}

.banner-products .swiper-container {
  width: 1173px;
  margin: 0 auto;
}

.banner-products .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.banner-products__arrow {
  background: #D9D9D9;
  aspect-ratio: 1;
  width: 39px;
  height: auto;
  border-radius: 1000rem;
}

.banner-products__arrow::after {
  font-size: 1.125rem;
  font-weight: bold;
  color: #424241;
}

.banner-products__arrow--prev {
  left: -20px;
}

.banner-products__arrow--next {
  right: -20px;
}

.banner-products-slider {
  position: relative;
}

.banner-products-slide {
  padding: 50px 58px 70px;
  min-height: 493px;
  box-sizing: border-box;
  background: var(--card);
  width: 100%;
  display: grid;
}

.banner-products-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 470px;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  height: 100%;
}

.banner-products-slide__title {
  font-size: 3rem;
  line-height: 1.41;
  color: var(--accent);
}

.banner-products-slide__title b {
  font-size: 1.25rem;
  padding: 0.5rem;
  background: var(--accent);
  text-wrap: nowrap;
  line-height: 2;
}

.banner-products-slide__btn {
  padding: 0.8125rem 3rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.16;
  height: fit-content;
}

.banner-products-slide picture {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.banner-products-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-products-slide__form-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.banner-products-form__content {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.banner-products-form__field {
  height: fit-content;
}

.section-categories {
  margin-top: 70px;
  margin-bottom: 70px;
}

.section-categories__title {
  margin-bottom: 30px;
}

.section-categories__wrap {
  position: relative;
}

.section-categories-tabs {
  position: relative;
  z-index: 1;
}

.categories-tabs {
  position: relative;
  z-index: 1;
}

.categories-tabs__list {
  border-bottom: 1px solid #505d66;
}

.categories-tabs__items {
  display: flex;
  gap: 40px;
}

.categories-tabs__items::-webkit-scrollbar {
  height: 6px;
  background-color: transparent;
}

.categories-tabs__items::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #ffffff;
  border-radius: 8px;
}

.categories-tabs__items::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px var(--accent);
  box-shadow: inset 0 0 6px var(--accent);
  width: 56px;
  border-radius: 8px;
  background-clip: content-box;
  background-color: var(--accent);
}

.categories-tabs__items::-webkit-scrollbar-thumb:hover {
  background-color: var(--accent);
}

.categories-tabs__link {
  font-size: 1.5rem;
  line-height: 1;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 8px;
  transition: 0.3s;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.239);
  border-bottom: 4px solid transparent;
  text-decoration: none;
}

.categories-tabs__link.active,
.categories-tabs__link:hover {
  border-bottom: 2px solid var(--accent);
  color: #ffffff;
}

.categories-tabs__select {
  display: none;
  width: 100%;
  padding: 0;
  background: #fff;
  color: #000;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 10px;
  font-weight: 300;
}

.categories-tabs__content {
  display: none;
  grid-gap: 30px;
  margin-top: 32px;
}

.categories-tabs__content.active {
  display: block;
}

.categories-tabs__img-side {
  border-radius: 10px;
  overflow: hidden;
  min-height: 300px;
  background: #e3e3e3;
}

.categories-tabs__img-side:hover img {
  transform: scale(1.05);
}

.categories-tabs__img-side picture {
  width: 100%;
  height: 100%;
  display: block;
}

.categories-tabs__img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.25s ease transform;
}

.categories-tabs__text-box h2,
.categories-tabs__text-box h3 {
  color: var(--accent);
  font-size: 2.6875rem;
  margin: 0 0 0.875rem;
  font-weight: 400;
}

.categories-tabs__text-box p {
  color: var(--text-menu);
  margin: 0.75rem 0 1.5rem;
  font-size: 1.0625rem;
}

.categories-tabs__text-box p:last-child {
  margin-bottom: 0;
  margin-top: 0;
}

.categories-tabs--product-info {
  max-width: calc(71.4285714286% - 34px);
}

.categories-tabs--product-info .categories-tabs__items {
  justify-content: unset;
}

.categories-tabs--product-info .categories-tabs__content {
  grid-template-columns: 1fr;
}

.categories-tabs--product-info .categories-tabs__text-box {
  overflow-x: auto;
}

.categories-tabs--product-info .categories-tabs__text-box::-webkit-scrollbar {
  height: 12px;
  background-color: transparent;
}

.categories-tabs--product-info .categories-tabs__text-box::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #ffffff;
  border-radius: 8px;
}

.categories-tabs--product-info .categories-tabs__text-box::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px var(--accent);
  box-shadow: inset 0 0 6px var(--accent);
  width: 56px;
  border-radius: 8px;
  background-clip: content-box;
  background-color: var(--accent);
}

.categories-tabs--product-info .categories-tabs__text-box::-webkit-scrollbar-thumb:hover {
  background-color: var(--accent);
}

.categories-slider {
  position: relative;
}

.categories-slider__arrows-wrap {
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1480px;
}

.categories-slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.categories-slide {
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  height: 100%;
}

.categories-slide__bg {
  border-radius: 6px;
  overflow: hidden;
  filter: brightness(0.4);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.categories-slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.categories-slide__btn {
  align-self: flex-end;
  padding: 1rem 3.125rem;
  margin-top: 2.5rem;
}

.categories-slide__text-box h2:first-child,
.categories-slide__text-box h3:first-child {
  margin-bottom: 2.5rem;
}

.section-on-order {
  min-height: 540px;
  background: #374249 url(../img/bg2.jpg) no-repeat right top;
  background-size: cover;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}

.section-on-order__wrap {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.section-on-order__img-side {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
}

.section-on-order__img-side picture {
  display: block;
  width: 100%;
  height: 100%;
}

.section-on-order__img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-on-order__text-side {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0 0 30px auto;
  padding-left: 30px;
}

.section-on-order__text-box {
  max-width: 454px;
}

.section-on-order__text-box h2,
.section-on-order__text-box h3 {
  margin: 0 0 2.5rem;
  margin-bottom: 0 0 0.75rem;
}

.section-on-order__btn {
  width: fit-content;
  margin-top: 30px;
}

.section-advantages {
  padding-top: 40px;
}

.section-advantages__list-wrapper {
  position: relative;
}

.section-advantages__wrap {
  position: relative;
}

.section-advantages__bg {
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--dark);
}

.section-advantages__bg picture {
  width: 100%;
  height: 100%;
}

.section-advantages__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-advantages__list {
  padding: 62px 0 20px 0;
}

.advantages-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 220px);
  grid-gap: 30px;
  justify-content: space-between;
}

.advantage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.advantage:hover .advantage__img-box {
  transform: translateY(-5px);
}

.advantage__img-box {
  border: 5px solid var(--accent);
  border-radius: 100%;
  height: 220px;
  width: 220px;
  margin-bottom: 10px;
  padding: 47px 46px;
  transition: 0.25s ease transform;
}

.advantage__img-box picture {
  width: 100%;
  height: 100%;
  display: block;
}

.advantage__img-box img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.advantage__title {
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  color: #e3d1c2;
  font-weight: normal;
  font-size: 1.25rem;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  width: 220px;
  margin-bottom: 2px;
  color: var(--accent);
}

.advantage__text {
  text-align: center;
  width: 184px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #E3D1C2;
}

.section-products-popular {
  margin: 60px 0 0 0;
}

.section-products-popular__wrap {
  position: relative;
  padding-bottom: 80px;
}

.section-products-popular__title {
  text-align: center;
  margin: 0 0 3.125rem;
}

.products-slider {
  position: relative;
}

.products-slider .swiper {
  margin: 0 -20px;
  padding: 20px;
}

.products-slider .swiper-wrapper {
  border-radius: 0;
  align-items: stretch;
}

.products-slider .swiper-pagination {
  bottom: -23px;
}

.products-slider .swiper-slide {
  height: auto;
}

.products-slider .product {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.products-slider__arrows-wrap {
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  top: 50%;
  width: calc(100% + 148px);
  left: -74px;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #d9d9d9;
}

.slider-arrow,
.swiper-button-next,
.swiper-button-prev {
  opacity: 0.8;
  transition: 0.25s ease opacity;
  background: #D9D9D9;
  aspect-ratio: 1;
  width: 39px;
  height: auto;
  border-radius: 1000rem;
}

.slider-arrow:hover,
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

.slider-arrow:after {
  font-size: 1.125rem;
  font-weight: bold;
  color: #424241;
}

.section-order-feedback {
  margin: 64px 0;
}

.section-order-feedback__list {
  display: grid;
  grid-template-columns: calc(58% - 32px) 42%;
  gap: 32px;
}

.section-order-feedback__box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 272px;
}

.section-order-feedback__box:first-child {
  grid-row: 1/3;
}

.section-order-feedback__box picture {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.section-order-feedback__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-order-feedback-form {
  backdrop-filter: brightness(0.8);
  padding: 32px 50px 36px 16px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  min-height: 344px;
}

.section-order-feedback-form__title {
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
}

.section-order-feedback-form__fields {
  display: flex;
  max-width: 160px;
  flex-direction: column;
  gap: 6px;
}

.section-order-feedback-form__input {
  background: var(--white);
  border-color: #F4F4F4;
  background: rgba(212, 212, 212, 0.3);
  font-size: 0.625rem;
  padding: 0.625rem 0.75rem;
  color: var(--white);
  line-height: 1.3;
}

.section-order-feedback-form__input::placeholder {
  color: var(--white);
}

.section-order-feedback-form__btn {
  font-size: 0.8125rem;
  line-height: 1.3;
  padding: 0.625rem 1rem;
}

.section-ideas {
  margin: 64px 0;
}

.ideas-list {
  display: grid;
  grid-template-columns: 2fr 3fr 2fr;
  grid-gap: 32px;
  grid-auto-flow: row;
  grid-template-rows: repeat(auto-fill, 250px);
}

.ideas-list .ideas-item:nth-child(1),
.ideas-list .ideas-item:nth-child(3) {
  grid-row: 1/3;
}

.ideas-list .ideas-item:nth-child(2) {
  grid-row: 1/4;
  grid-column: 2;
}

.ideas-list .ideas-item:nth-child(4),
.ideas-list .ideas-item:nth-child(6) {
  grid-row: 3/5;
}

.ideas-list .ideas-item:nth-child(5) {
  grid-column: 2;
  grid-row: 4/8;
}

.ideas-list .ideas-item:nth-child(7),
.ideas-list .ideas-item:nth-child(8) {
  grid-row: 5/8;
}

.ideas-list__more-btn {
  grid-column: 1/4;
  margin: 0 auto;
  padding: 0.75rem 3.125rem;
  font-weight: 600;
}

.ideas-item {
  border-radius: 20px;
  overflow: hidden;
}

.ideas-item picture {
  width: 100%;
  height: 100%;
}

.ideas-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-page {
  margin-bottom: 86px;
}

.text-page__header {
  margin-bottom: 24px;
}

.text-page__top-title {
  font-weight: 300;
  color: #67747D;
  font-size: 16px;
  margin: 0;
}

.text-page__title {
  font-weight: 500;
  color: #FF9566;
  font-size: 2.25rem;
  margin: 0 0 0.3125rem;
}

.text-page__sub-title {
  font-weight: 300;
  color: #FF9566;
  font-size: 1.5rem;
  margin: 0;
}

.catalog {
  margin: 48px 0;
}

/* .catalog__wrap {
  display: grid;
  grid-template-columns: 263px 1fr;
  justify-content: space-between;
  grid-gap: 40px;
} */

.catalog__seo-block {
  color: var(--text-black);
}

.catalog-tags {
  display: none;
}

.catalog-tags__item {
  color: var(--white);
  padding: 5px 10px;
  border: 1px solid var(--accent);
  border-radius: 6px;
  text-decoration: none;
  transition: 0.25s ease all;
}

.catalog-tags__item:hover {
  box-shadow: 0px 6px 27px 0px rgba(255, 124, 66, 0.33);
}

.catalog-list {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 80vw;
}

.photo-list__item {
  height: 130px;
  opacity: 0.6;
  background: rgba(217, 217, 217, 0.5);
  border-radius: 6px;
  overflow: hidden;
  max-width: 170px;
}

.photo-list__item:hover {
  opacity: 1;
  cursor: pointer;
}

.photo-list__item picture {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-full1 {
  height: 433px;
}

.photo-full1__img-box {
  height: 100%;
  background: rgba(217, 217, 217, 0.5);
  border-radius: 6px;
  overflow: hidden;
}

.photo-full1__img-box picture {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-full1__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page {
  margin: 30px 0 40px;
}

.product-content {
  margin-bottom: 32px;
}

.product-content__prompt {
  font-size: 0.875rem;
  font-weight: 300;
}

.product-content__prompt-price {
  display: block;
}

.product-content__img-side {
  height: max-content;
  width: 100%;
  display: grid;
  grid-row: 1/3;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px 32px;
}

.product-content__img-side .swiper-button-next,
.product-content__img-side .swiper-button-prev {
  display: none;
}

.product-content__img-side .swiper-button-next::after,
.product-content__img-side .swiper-button-prev::after {
  font-size: 20px;
}

.product-content__img-side .swiper-button-next {
  right: -16px;
}

.product-content__img-side .swiper-button-prev {
  left: 0;
}

.product-content__photo-list {
  max-width: inherit;
}

.product-content__photo-list .swiper-slide-thumb-active .photo-list__item {
  opacity: 1;
}

.product-content__photo-full {
  background: rgba(217, 217, 217, 0.5);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: inherit;
}

.product-content__header {
  display: flex;
  flex-direction: column;
}

.product-content__title {
  flex-grow: 1;
  font-weight: 700;
  font-size: 2.25rem;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--accent);
}

.product-content__text-box {
  border-bottom: 1px solid #505d66;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.product-content__btns {
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
}

.variations {
  width: 100%;
}

.variations_form {
  width: 100%;
}

.variations_form table tr {
  display: flex;
  flex-direction: column;
}

.variations_form table tr th.label {
  font-size: 1.125em;
  font-weight: 500;
}

.product-content__btn {
  padding: 1.125rem;
  text-wrap: nowrap;
  font-size: 1.125rem;
  font-weight: 400;
  width: 100%;
  text-align: center;
  border-radius: 10px;
}

.product-content__info-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.product-content__price-block {
  display: flex;
  flex-direction: column;
}

.product-content__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product-content__price-box {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  gap: 5px;
}

.product-content__price-box del {
  font-size: 1.125rem;
  font-weight: 300;
  margin-left: 0.9375rem;
  color: #E3D1C2;
}

.product-content__img-box {
  height: 130px;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 20/13;
  height: auto;
  min-height: 70px;
  max-height: 130px;
}

.product-content__img-box picture {
  display: block;
  width: 100%;
  height: 100%;
}

.product-content__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-content__img-box:first-child {
  grid-column: 1/4;
  aspect-ratio: unset;
  min-height: 200px;
  max-height: 450px;
}

.product-content__img-box:nth-child(n+5) {
  display: none;
}

.product-content__prompt p {
  color: var(--white);
  font-weight: 500;
  line-height: 1.3;
  font-size: 1rem;
}

.product-content__link {
  text-decoration: underline;
  color: var(--white);
}

.product-content__favorites {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  margin: 2px;
}

.product-info-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
}

.product-info-box__title {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.16;
}

.product-features-chars {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.product-features-chars__header {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.16;
}

.product-features-chars__row {
  display: flex;
  justify-content: space-between;
  color: var(--white);
  font-weight: 300;
  width: 100%;
  background-image: linear-gradient(to right, var(--text-menu) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: 100% 14px;
  background-size: 5px 1px;
  background-repeat: repeat-x;
}

.product-features-chars__value {
  max-width: 50%;
  text-align: right;
}

.product-features-chars__name {
  background: var(--black);
  line-break: anywhere;
  padding-right: 2px;
}

.product-features-chars__value {
  padding-left: 2px;
  background: var(--black);
}

.product-info {
  margin-bottom: 64px;
}

.color-picker {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 23px 10px 16px;
  background: #3A3A39;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.color-picker__text-box {
  display: flex;
}

.color-picker__value {
  text-decoration: underline;
  color: inherit;
}

.color-picker__label {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-weight: 300;
}

.color-picker__list {
  align-items: center;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.color-picker__item,
.color-picker__more {
  width: 30px;
  height: 30px;
  background: var(--accent);
  border-radius: 1000rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
}

.color-picker__item.active,
.color-picker__more.active {
  cursor: unset;
}

.color-picker__item.active::before,
.color-picker__more.active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: transparent;
  border: 2px solid #AAA;
  border-radius: 1000rem;
}

.color-picker__more {
  background: #D9D9D9;
  text-decoration: none;
}

.product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.product-img-side {
  display: grid;
  grid-row: 1/span 3;
  margin-right: 34px;
}

.product-caption {
  display: grid;
  grid-template-columns: 1fr 290px;
  grid-gap: 80px;
}

.product-caption__header {
  margin-bottom: 34px;
}

.product-features {
  display: grid;
  grid-template-columns: 1fr 290px;
  grid-gap: 80px;
  height: fit-content;
}

.product-features-specs {
  display: grid;
}

.product-description {
  margin-top: 32px;
}

.categories-tabs .text-box p {
  color: var(--text-menu, #F4F4F4);
  text-align: justify;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 20.88px;
}

.categories-tabs__content {
  padding-top: 20px;
  margin-top: 0;
}

.categories-tabs__description-link {
  font-size: 0.9375rem;
}

.categories-tabs__description-link.active {
  border-bottom: 4px solid var(--accent);
}

.product-btn {
  /* margin-top: 15px; */
}

.product-btn-mob {
  display: none;
}

.cart-page {
  margin: 0 0 64px;
}

.cart-page__wrap {
  margin-bottom: 32px;
}

.order-table {
  width: 100%;
  border-spacing: 0 20px;
}

.order-table td {
  padding: 24px 0;
  background: var(--card, #3A3A39);
}

.order-table td:first-child {
  border-radius: 20px 0 0 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.order-table td:last-child {
  border-radius: 0 20px 20px 0;
}

.order-table .amount {
  font-size: 2rem;
  color: var(--accent);
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  padding-right: 24px;
}

.order-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.order-total a {
  color: var(--text-menu, #F4F4F4);
  text-align: center;
  font-size: 1.4081875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.order-total__row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: var(--accent);
}

.order-total__name {
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
}

.order-total__value {
  color: var(--accent);
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.order-item__chevron {
  padding-left: 8px;
  object-fit: contain;
  cursor: pointer;
}

.order-item__chevron .icon {
  stroke: var(--white);
  fill: var(--card);
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
}

.order-item__color {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #A1A1A1;
  background-color: #72A2C8;
  color: transparent;
}

.order-item__img-box {
  max-width: 300px;
}

.order-item__img-box img {
  width: 100%;
  height: 100%;
}

.order-item__img-link {
  display: block;
  height: 225px;
  width: 100%;
  min-width: 100px;
  border-radius: 6px;
  overflow: hidden;
}

.order-item__img-link .size-woocommerce_thumbnail {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.order-item__name-description {
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.order-item__name-info {
  height: 0;
}

.order-item__name-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
}

.order-item__name-title {
  text-decoration: none;
  color: var(--accent);
  font-size: 1.6875rem;
  font-weight: 600;
}

.order-item__name-title a {
  color: inherit;
  text-decoration: none;
}

.order-item__liner {
  display: flex;
  gap: 12px;
  align-items: center;
}

.order-item__characteristics {
  display: flex;
  gap: 12px;
}

.order-item__characteristics p {
  display: flex;
  gap: 10px;
}

.order-item__del-btn {
  font-weight: 300;
  font-size: 1.875rem;
  color: var(--accent);
  text-decoration: none;
}

.order-item__price-box {
  min-width: 100px;
}

.product-subtotal {
  min-width: 100px;
  height: 0px;
}

.product-subtotal__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-subtotal__img-box {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding-right: 24px;
}

.product-subtotal__img {
  list-style: none;
}

.product-subtotal__img .icon-favorites {
  stroke: #A8A8A8;
  width: 32px;
  height: 32px;
}

.product-subtotal__icon {
  width: 32px;
  height: 32px;
  stroke: #A8A8A8;
  fill: transparent;
}

.product-subtotal__icon:hover {
  stroke: var(--accent);
}

.quantity {
  display: flex;
  gap: 6px;
  align-items: center;
  border: 1px solid #e3d1c2;
  max-width: 118px;
  border-radius: 10px;
  padding: 10px;
  justify-content: space-evenly;
  max-height: 42px;
}

.quantity__btn {
  width: auto;
  font-size: 1.5rem;
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 1.875rem;
  font-weight: 300;
  cursor: pointer;
}

.quantity__input {
  background: transparent;
  border-radius: 6px;
  border: none;
  color: #fff;
  width: 20px;
  font-size: 1.375rem;
  font-weight: 300;
  -moz-appearance: textfield;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shop-errors-list,
.shop-messages,
.shop-notices {
  list-style: none;
}

.shop-errors-list__item,
.shop-messages__item,
.shop-notices__item {
  margin-bottom: 1.25rem;
}

.shop-errors-list__text,
.shop-messages__text,
.shop-notices__text {
  font-size: 1.125rem;
}

.shop-errors-list__text a,
.shop-messages__text a,
.shop-notices__text a {
  color: var(--accent);
  text-decoration: none;
}

.order-table-mob {
  display: none;
}

.order-table-mob__items {
  background-color: var(--card);
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 24px;
}

.order-table-mob__product-item {
  display: flex;
  margin-bottom: 16px;
  gap: 16px;
}

.order-table-mob__product-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.order-table-mob__price .cart-checkout__amount {
  font-size: 0.875rem;
  color: var(--accent);
  font-weight: 600;
  display: flex;
  padding-right: 24px;
}

.order-table-mob__info-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-table-mob__info-main .order-item__name-title {
  font-size: 0.875rem;
}

.order-table-mob__chars .order-item__name-description {
  font-size: 0.625rem;
  gap: 8px;
}

.order-table-mob__chars .order-item__characteristics {
  gap: 6px;
  font-size: 0.75rem;
  flex-wrap: wrap;
}

.order-table-mob__chars .order-item__characteristics .item-arrow .img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  cursor: pointer;
}

.order-table-mob__chars__liner {
  gap: 6px;
}

.order-table-mob__icons-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-table-mob__icons-item .product-subtotal__img-box {
  padding-right: 0;
}

.order-table-mob__icons-item .product-subtotal__img .icon-favorites {
  width: 28px;
  height: 28px;
}

.order-table-mob__icons-item .product-subtotal__icon {
  width: 28px;
  height: 28px;
}

.order-table-mob__icons-item .quantity {
  padding: 5px;
  max-height: 30px;
  border-radius: 6px;
}

.order-table-mob__icons-item .quantity__input {
  display: flex;
  padding-left: 6px;
  font-size: 0.875rem;
}

.order-table-mob__icons-item .quantity__btn {
  font-size: 1.25rem;
}

.form-checkout input {
  width: 100%;
  border-radius: 6px;
  border: none;
  padding: 10px;
  max-width: 500px;
  display: block;
  font-weight: 300;
  margin: 10px 0;
}

.form-checkout__btn {
  margin-top: 20px;
}

.checkout-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.order-info__title {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
  color: var(--accent);
}

.table-checkout {
  width: 100%;
  max-width: 500px;
  border-spacing: 0 20px;
  margin-bottom: 20px;
}

.table-checkout thead,
.table-checkout tfoot {
  text-align: left;
}

.table-checkout__item td {
  padding-bottom: 20px;
  border-bottom: 1px solid #6c6c6c;
}

.table-checkout .order-total {
  display: contents;
  color: var(--accent);
  font-size: 1.5rem;
}

.contacts-page__items {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.contacts-page__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contacts-page__text {
  color: var(--white);
  font-size: 1.25rem;
  text-decoration: none;
  transition: 0.25s ease color;
}

.contacts-page__text:hover {
  color: var(--accent);
}

.contacts-page__description {
  font-size: 0.9375rem;
  margin-top: 30px;
  line-height: 20px;
  color: #A1A1A1;
}

.contacts-page__info {
  border-radius: 20px;
  margin-top: 64px;
  padding: 16px;
  display: grid;
  grid-template-columns: 44% 44%;
  justify-content: space-between;
  grid-gap: 30px;
  background-color: var(--card);
}

.contacts-page__map-side {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contacts-page__map-side .map {
  border-radius: 20px;
  max-height: 330px;
  height: 50vh;
  width: 100%;
}

.contacts-page__icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.contacts-page__right-side {
  display: flex;
}

.map {
  background: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.search-page {
  padding: 80px 0;
}

.search-page__wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
  overflow: hidden;
}

.order-page {
  margin-bottom: 55px;
}

.order-page__header {
  margin-bottom: 24px;
}

.order-page__top-title {
  font-weight: 300;
  color: #67747D;
  font-size: 1rem;
  margin: 0;
}

.order-page__link {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  text-decoration: none;
  color: #E3D1C2;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 20.88px;
  max-width: 850px;
  border: 1px solid var(--accent);
  border-radius: 20px;
  background-color: #29333A;
  padding: 32px 20px;
}

.order-page__title {
  font-weight: 500;
  color: var(--accent);
  font-size: 2.5rem;
  margin: 0 0 0.3125rem;
}

.order-page__sub-title {
  font-weight: 500;
  line-height: 15.4px;
  color: #E3D1C2;
  font-size: 1.5rem;
  padding-top: 40px;
  text-decoration: underline;
}

.order-page__price {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 20.88px;
  color: var(--accent);
}

.order-page__text {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 27px;
  color: #989898;
  max-width: 900px;
  padding-bottom: 52px;
}

.order-page__content {
  max-width: 850px;
}

.for-order-page {
  margin: 0 0 160px;
}

.banner-for-order {
  margin: 30px 0 120px;
}

.banner-for-order__wrap {
  min-height: 617px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.banner-for-order__img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0.5);
}

.banner-for-order__img-box picture {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-for-order__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-for-order__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex-grow: 1;
  border-radius: 20px;
  overflow: hidden;
  padding: 51px 57px 66px;
  position: relative;
}

.banner-for-order__title {
  max-width: 864px;
  margin: 0;
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}

.banner-for-order__btn {
  width: fit-content;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.33;
  padding: 1.0625rem 4.25rem;
  border-radius: 8px;
}

.section-for-order-list {
  margin: 118px 0;
}

.section-for-order-list__title {
  text-transform: unset;
  margin: 0 0 3.25rem;
}

.section-for-order-list__description {
  margin-top: 62px;
}

.section-for-order-list__description p {
  font-size: 1.75rem;
  line-height: 1.12;
  color: #989898;
}

.for-order-list .swiper {
  margin: 0 -20px;
  padding: 20px;
}

.for-order-list .swiper-slide {
  height: auto;
}

.for-order-list .for-order-item {
  height: 100%;
}

.for-order-item {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 10px 0px #00000040;
  gap: 36px;
  background: var(--card);
}

.for-order-item__img-box {
  height: 298px;
  border-radius: 20px;
  overflow: hidden;
}

.for-order-item__img-box picture {
  width: 100%;
  height: 100%;
  display: block;
}

.for-order-item__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.for-order-item__body {
  padding: 0 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

.for-order-item__title {
  font-size: 2rem;
  font-weight: 400;
  color: var(--white);
  flex-grow: 1;
}

.for-order-item__title a {
  color: inherit;
  text-decoration: none;
}

.for-order-item__price {
  font-size: 2rem;
  font-weight: 600;
  color: var(--accent);
}

.error-page {
  padding: 50px 0;
}

.error-page__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 50vh;
}

.error-page__btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected:hover {
  padding: 0;
  box-shadow: none;
}

.woo-variation-swatches .variable-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  margin: 10px 0;
}

.variable-item-radio-input-wrapper input {
  display: none;
}

.variable-item-radio-input-wrapper input:checked+span {
  background-color: var(--accent);
  color: #fff;
  border: 1px solid var(--accent) !important;
}

.variable-item-radio-input-wrapper .variable-item-radio-value-wrapper {
  width: 100%;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  font-size: .9rem;
  text-transform: uppercase;
  transition: box-shadow 0.25s, color 0.25s;
  padding: 1.125rem;
  border: none;
  border: 1px solid var(--accent);
}

.variable-item-radio-input-wrapper .variable-item-radio-value-wrapper .price {
  display: none;
}

.variable-item-radio-value-wrapper img {
  display: none !important;
}


.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item {
  width: 100%;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item[aria-checked="false"] {
  opacity: 0.5;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 5px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  color: #ff9566;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #ff9566);
  box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #ff9566);
  opacity: 0.4;
  /* -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #4c2c1e);
  box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #4c2c1e); */
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  padding: 0px 9px;
  background-color: transparent !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  border: none !important;
  box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 1px #ff9566) !important;
  opacity: 1;
}

/* Toggler */
ul[data-attribute_name="attribute_pa_sistema-hraneniya"] {
  display: none !important;
}

.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 65px;
  height: 32px;
  overflow: hidden;
}

.button.b2 {
  border-radius: 20px;
  margin: 10px 0;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  /* background-color: #ebf7fc; */
  border: 1px solid var(--accent);
  border-radius: 20px;
  transition: 0.3s ease all;
  z-index: 1;
}

#toggler .knobs:before,
#toggler .knobs:after,
#toggler .knobs span {
  position: absolute;
  top: 4px;
  width: 30px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 6px 4px;
  border-radius: 20px;
  transition: 0.3s ease all;
}

#toggler .knobs:before,
#toggler .knobs:after {
  color: var(--white);
  z-index: 1;
}

#toggler .knobs:before {
  content: "нет";
  left: 4px;
}

#toggler .knobs:after {
  content: "да";
  right: 4px;
}

#toggler .knobs span {
  width: 24px;
  left: 35px;
  background-color: var(--white);
  z-index: 2;
}

#toggler .checkbox:checked+.knobs span {
  left: 6px;
}

#toggler .checkbox:checked~.layer {
  background-color: var(--accent);
}

/* /Toggler */
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
  padding: 0;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:hover {
  padding: 0;
  box-shadow: unset;
}

.woocommerce-variation-price.price-box {
  margin: 10px 0;
}

.woocommerce-products-header__title {
  width: max-content;
}

div.wishlist_products_counter {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.wishlist_products_counter.top_wishlist-heart:before {
  font-size: 54px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  top: 0;
}

.form-add-to-cart {
  width: 100%;
}

.form-add-to-cart .tinv-wraper {
  display: none;
}

.tinvwl-after-add-to-cart {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 12px;
  margin: 4px 0;
  padding: 4px 8px;
  border-color: var(--black);
  border-width: 1px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--accent);
  background: #858585;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 4px 0;
}

.popup-base__main .wpcf7 {
  flex-grow: 1;
  display: grid;
}

.wpcf7-spinner {
  display: none;
}

form.submitting .wpcf7-spinner {
  display: inline-block;
}

.wpfMainWrapper {
  width: 100%;
}

.tinv-wishlist table.tinvwl-table-manage-list thead {
  display: none;
}

.tinv-wishlist table.tinvwl-table-manage-list tfoot {
  display: none;
}

.tinv-wishlist table.tinvwl-table-manage-list tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.tinv-wishlist table.tinvwl-table-manage-list {
  display: grid;
  grid-template-columns: 2fr;
}

.wishlist_item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  border: 1px solid var(--black);
  background-color: var(--card);
  border-radius: 10px;
  max-width: 220px;
}

.tinv-wishlist td.product-price {
  color: var(--accent);
  font-weight: 600;
}

.tinv-wishlist .tinvwl-table-manage-list .product-remove {
  order: 1;
  padding-left: 4px;
}

.tinv-wishlist table.tinvwl-table-manage-list td {
  padding: 7px 12px;
}

.text-box img {
  max-height: 140px;
  max-width: 192px;
}

.tinv-wishlist .product-remove button {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto;
  height: 27px;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  font-size: 20px;
  padding-left: 1px;
  padding-top: 3px;
  min-height: 0;
}

.wishlist_item .ftinvwl-times:before {
  content: "Удалить" !important;
  color: #AAAAAA;
  margin-left: 8px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.tinv-wishlist .tinvwl-table-manage-list .product-remove {
  width: 100%;
}

.tinv-wishlist .tinvwl-table-manage-list .product-remove button {
  width: 100%;
}

.woocommerce.tinv-wishlist #respond input#submit.alt,
.woocommerce.tinv-wishlist a.tinvwl-button.alt,
.woocommerce.tinv-wishlist button.tinvwl-button.alt,
.woocommerce.tinv-wishlist input.tinvwl-button.alt {
  display: flex;
  align-items: center;
  max-width: 100%;
  border-radius: 5px;
  text-transform: uppercase;
  justify-content: center;
  text-wrap: nowrap;
  cursor: pointer;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tinv-wishlist .product-remove button:hover,
.tinv-wishlist .product-remove button:active,
.tinv-wishlist .product-remove button:focus {
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

.tinv-wishlist td.product-name a {
  text-decoration: none;
  color: var(--white);
}

.cart-checkout {
  display: flex;
  gap: 42px;
}

.cart-checkout__title {
  text-transform: uppercase;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 20px;
}

.cart-checkout__subtitle {
  font-size: 0.8125rem;
  font-weight: 400;
  margin-bottom: 24px;
}

.cart-checkout__form {
  display: flex;
  gap: 32px;
}

.cart-checkout__input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D4D4D4;
  padding: 16px;
  max-width: 510px;
  font-weight: 300;
}

.cart-checkout__btn {
  display: flex;
  width: 281px;
  height: 65px;
  padding: 18.306px 29.571px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.cart-checkout__radio-box {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.cart-checkout__radio {
  width: 20px;
  height: 20px;
  color: var(--accent);
  background-color: var(--accent);
  appearance: none;
  border-radius: 50%;
  border: 2px solid #EFEFEF;
}

.cart-checkout__radio:checked {
  background-color: var(--accent);
}

.cart-checkout__radio::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
}

.cart-checkout__radio:checked::before {
  background-color: var(--accent);
}

.cart-checkout__text-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-checkout__text-first {
  font-size: 0.8125rem;
  font-weight: 600;
}

.cart-checkout__text-second {
  font-size: 0.8125rem;
  font-weight: 400;
}

.cart-checkout__politics {
  margin-bottom: 32px;
  font-size: 0.8125rem;
}

.cart-page__left-side {
  max-width: 400px;
}

.order-total-checkout {
  align-items: flex-start;
}

.order-total-checkout a {
  color: var(--text-menu, #F4F4F4);
  text-align: center;
  font-size: 1.4081875rem;
  font-weight: 600;
  line-height: 29.149px;
  text-transform: uppercase;
}

.section-total-checkout__wrap {
  padding: 0;
}

.show-room__colls {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.show-room__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  color: var(--white);
}

.show-room__request {
  margin-top: 48px;
}

.show-room__img-side {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.show-room__img-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.show-room__img-box picture {
  display: block;
  width: 100%;
  height: 100%;
}

.show-room__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-room-available {
  margin: 64px 0;
}

.section-room-available__title {
  text-transform: unset;
}

.section-room-available__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.about-page__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
}

.section-workshop {
  margin: 64px 0;
}

.workshop-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.workshop-list .workshop-item:nth-child(even) {
  flex-direction: row-reverse;
  margin: 0 0 0 15px;
}

.workshop-item {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.workshop-item__image-side {
  width: calc(50% - 40px);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.workshop-item__img-box {
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.workshop-item__img-box picture {
  width: 100%;
  height: 100%;
  display: block;
}

.workshop-item__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workshop-item__text-side {
  max-width: calc(50% - 40px);
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.workshop-item__title {
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

.workshop-item__title h2,
.workshop-item__title h3,
.workshop-item__title h4,
.workshop-item__title h5 {
  font-size: inherit;
}

.workshop-item__text-box {
  font-weight: 300;
  line-height: 1.31;
}

.workshop-item__text-box p {
  color: var(--white);
  font-size: 2rem;
}

.photos-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 34px;
  justify-content: space-between;
}

.photos-list__btn {
  grid-column: 1/5;
  width: fit-content;
  margin: 0 auto;
}

.photos-list__pagination-wrap {
  grid-column: 1/5;
  width: fit-content;
  margin: 0 auto;
}

.photos-item {
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
}

.photos-item__image-box {
  width: 100%;
  height: 100%;
}

.photos-item__image-box picture {
  display: block;
  width: 100%;
  height: 100%;
}

.photos-item__image-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.delivery__text-box {
  margin-bottom: 32px;
}

.delivery__text-box p {
  font-size: 1.5rem;
  line-height: 35px;
  margin-bottom: 32px;
}

.delivery-questions {
  margin-top: 64px;
  background-color: var(--card);
  margin-bottom: 108px;
  padding: 20px 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 64px;
}

.delivery-questions__contnent {
  display: grid;
}

.delivery-questions__title {
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 30px;
}

.delivery-questions__text {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 24px;
}

.delivery-questions__btn {
  flex-shrink: 0;
  font-size: 1rem;
  max-width: 196px;
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .container {
    max-width: 1170px;
  }

  .product-content__btn {
    font-size: 1rem;
  }

  .product-wrapper {
    grid-template-columns: 30vw 1fr;
  }

  .product-caption {
    grid-template-columns: 1fr 300px;
    grid-gap: 40px;
  }

  .product-features {
    grid-template-columns: 1fr 300px;
    grid-gap: 40px;
  }
}

@media screen and (max-width: 1500px) {
  .catalog-list {
    grid-gap: 21px;
  }
}

@media screen and (max-width: 1400px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .section-title--mb-32 {
    margin-bottom: 0.75rem;
  }

  .footer__inner {
    gap: 20px;
  }

  .for-order-popup {
    padding: 63px 32px 32px;
  }

  .banner-products {
    margin: 32px auto;
  }

  .banner-products-slide {
    padding: 32px;
    max-height: 600px;
    height: 50vh;
    min-height: unset;
  }

  .banner-products-slide__title {
    font-size: 2rem;
  }

  .section-order-feedback {
    margin: 32px 0;
  }

  .section-order-feedback__box {
    min-height: 200px;
  }

  .product-content__img-box {
    aspect-ratio: 1;
  }
}

@media screen and (max-width: 1366px) {
  .power-item {
    gap: 24px;
  }

  .order-table .amount {
    font-size: 1.25rem;
  }

  .cart-page__left-side {
    max-width: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .banner-products .swiper-container {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .ideas-list {
    grid-template-columns: unset;
  }
}

@media screen and (max-width: 992px) {
  .section-title {
    font-size: 1rem;
    margin: 0 0 0.75rem;
  }

  .page-header__title {
    font-size: 1.8125rem;
  }

  .footer {
    margin-top: 40px;
    padding-top: 30px;
  }

  .footer__contacts {
    align-items: normal;
    padding: 0 20px;
    justify-content: space-between;
  }

  .footer__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 73px;
  }

  .footer__nav-items {
    display: flex;
    max-width: 100%;
  }

  .footer__nav-list {
    justify-content: unset;
    max-width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #505d66;
  }

  .footer__form-box {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }

  .footer__form-box .form-box__btn {
    margin: 0;
  }

  .footer__form-box .footer__menu-title {
    text-align: left;
  }

  .logo {
    width: 90px;
    height: 24px;
  }

  .header-top {
    padding: 10px 0 12px;
    justify-content: space-between;
  }

  .header-top__content {
    gap: 20px;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
  }

  .header-top__icons {
    gap: 20px;
  }

  .header-top__input {
    display: none;
  }

  .header.sticky .header-top {
    display: flex;
  }

  .header__link-wrap .icon {
    fill: var(--accent);
    display: block;
    width: 52px;
    height: 46px;
  }

  .header__callback {
    display: none;
  }

  .header__top-content {
    gap: 14px;
  }

  .header__search-mobile {
    display: block;
  }

  .header__search {
    background: var(--black);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: -1;
    border-radius: 0;
    transform: translateY(-100%);
    transition: 0.25s ease transform;
    padding: 6px;
  }

  .header__search .search__btn {
    width: 24px;
    height: 24px;
    top: 12px;
    right: 20px;
  }

  .header__nav-box {
    padding-bottom: 10px;
    display: none;
  }

  .header__contact-box {
    display: none;
  }

  .header__timetable {
    display: none;
  }

  .nav {
    flex-direction: column;
    gap: 8px;
  }

  .nav__link {
    padding: 0.5rem;
  }

  .second-nav {
    position: relative;
    top: unset;
    left: unset;
    max-width: 100%;
  }

  .search__input {
    background: none;
  }

  .search__btn {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .contacts-mobile {
    display: block;
  }

  .shop-icons__item {
    width: 26px;
    height: 26px;
  }

  .shop-icons__item .icon {
    width: 100%;
    height: 100%;
  }

  .burger {
    display: flex;
  }

  .media__text {
    display: none;
  }

  .product {
    width: 30%;
  }

  .product-popup-slider {
    gap: 20px;
  }

  .product-popup-slider__img-box:first-child {
    height: 200px;
  }

  .product-popup__body {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .for-order-popup-slider {
    gap: 20px;
  }

  .for-order-popup {
    padding: 63px 20px;
  }

  .for-order-popup__body {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .for-order-popup__left {
    width: 100%;
  }

  .for-order-popup__header {
    margin-bottom: 16px;
  }

  .for-order-popup__title {
    font-size: 1.625rem;
  }

  .for-order-popup__price-box {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }

  .for-order-popup .mfp-close {
    top: 16px;
    right: 16px;
  }

  .for-order-popup__description .text-box ul li {
    font-size: 1rem;
  }

  .product__title {
    font-size: 1rem;
  }

  .product__info {
    margin-top: 10px;
  }

  .product__description {
    min-height: 38px;
  }

  .product__btn {
    padding: 0.625rem;
    font-size: 0.75rem;
  }

  .price-box {
    font-size: 1rem;
  }

  .price-box {
    font-size: 0.75rem;
  }

  .banner__wrap {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
  }

  .banner__text-side {
    grid-row: 2;
    padding: 0 17px 20px;
    max-width: 100%;
  }

  .banner__title {
    font-size: 1.75rem;
    padding: 0;
    margin: 0 0 1.375rem;
  }

  .banner__text-box {
    padding: 0;
    margin-bottom: 35px;
  }

  .banner__img-side {
    position: relative;
    left: auto;
    width: 100%;
    height: 280px;
    margin-bottom: 25px;
  }

  .power-list {
    grid-template-columns: 1fr;
  }

  .variants-popup {
    padding: 30px 60px;
  }

  .variants-popup__content {
    padding: 0;
  }

  .popup-base {
    padding: 50px 20px;
  }

  .popup-base__content {
    padding: 0;
  }

  .banner-main__wrap {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
  }

  .banner-main__text-side {
    grid-row: 2;
    padding: 0 17px 20px;
    max-width: 100%;
  }

  .banner-main__title {
    font-size: 1.75rem;
    padding: 0;
    margin: 0 0 1.375rem;
  }

  .banner-main__text-box {
    padding: 0;
    margin-bottom: 35px;
  }

  .banner-main__img-side {
    position: relative;
    left: auto;
    width: 100%;
    height: 280px;
    margin-bottom: 25px;
  }

  .banner-products-slide {
    padding: 24px;
  }

  .banner-products-slide__content {
    align-items: center;
    padding: 40px;
  }

  .banner-products-slide__title {
    font-size: 1.125rem;
  }

  .banner-products-slide__title b {
    font-size: 1.125rem;
  }

  .section-categories__wrap {
    padding-bottom: 0;
  }

  .categories-tabs__items {
    overflow-x: auto;
    grid-gap: 20px;
    padding-bottom: 10px;
  }

  .categories-tabs__link {
    white-space: nowrap;
    font-size: 1rem;
  }

  .categories-tabs__content {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .categories-tabs__text-box h2,
  .categories-tabs__text-box h3 {
    font-size: 2rem;
    margin: 0 0 0.625rem;
  }

  .categories-tabs--product-info {
    max-width: 100%;
  }

  .categories-slide {
    min-height: 300px;
    padding: 20px;
  }

  .categories-slide__btn {
    margin-right: 1rem;
    padding: 0.8125rem 1.25rem;
  }

  .categories-slide__text-box h2:first-child,
  .categories-slide__text-box h3:first-child {
    margin-bottom: 0.75rem;
  }

  .section-on-order {
    margin-bottom: 0;
  }

  .section-on-order__wrap {
    display: grid;
    padding: 0;
  }

  .section-on-order__img-side {
    width: 100%;
    height: 260px;
    margin-bottom: 30px;
    position: relative;
  }

  .section-on-order__text-side {
    width: auto;
    padding: 0 17px;
  }

  .section-on-order__text-box {
    max-width: 100%;
  }

  .section-on-order__btn {
    margin-top: 20px;
  }

  .section-advantages__bg {
    text-align: left;
  }

  .section-advantages__list {
    padding: 40px 0;
  }

  .advantages-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantage__title {
    font-size: 1.5rem;
  }

  .section-products-popular__wrap {
    padding-bottom: 0;
  }

  .section-products-popular__title {
    text-align: left;
    max-width: 240px;
    margin: 0 0 1.875rem;
  }

  .products-slider__arrows-wrap {
    top: -50px;
    left: auto;
    right: 0;
    width: 100px;
  }

  .slider-arrow:after {
    font-size: 1.5rem;
  }

  .section-order-feedback__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .section-order-feedback__box {
    min-height: 173px;
  }

  .section-order-feedback__box:first-child {
    grid-row: 1;
  }

  .catalog__wrap {
    grid-template-columns: 1fr;
  }

  .catalog-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .photo-list__item {
    height: 60px;
  }

  .photo-full1 {
    height: 230px;
  }

  .product-content {
    margin-bottom: 20px;
  }

  .product-content__prompt-price {
    display: none;
  }

  .product-content__img-side {
    max-width: 100%;
    grid-gap: 8px;
  }

  .product-content__photo-list {
    margin: 0 20px 25px;
  }

  .product-content__title {
    margin: 0 0 0.3125rem;
  }

  .product-content__btns {
    flex-direction: column;
    position: sticky;
    bottom: 0;
    left: 0;
  }

  .product-content__btn {
    padding: 0.625rem;
    font-size: 0.75rem;
  }

  .product-content__price-block {
    padding-left: 0;
  }

  .product-content__price-box {
    font-size: 2.5rem;
  }

  .product-content__img-box {
    height: 20vw;
    aspect-ratio: unset;
  }

  .product-info-box__title {
    font-size: 1rem;
    line-height: 1.2;
  }

  .product-features-chars__value {
    padding: 0;
  }

  .product-wrapper {
    display: flex;
    flex-direction: column;
  }

  .product-img-side {
    order: 2;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .product-caption {
    order: 1;
    align-items: baseline;
  }

  .product-features {
    grid-template-columns: 1fr;
    order: 3;
  }

  .checkout-box {
    grid-template-columns: 1fr;
  }

  .contacts-page__info {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .banner-for-order {
    margin: 30px 0;
  }

  .banner-for-order__wrap {
    min-height: 400px;
  }

  .banner-for-order__body {
    padding: 36px 20px;
  }

  .banner-for-order__title {
    font-size: 2rem;
  }

  .section-for-order-list {
    margin: 28px 0;
  }

  .section-for-order-list__description p {
    font-size: 1.0625rem;
  }

  .tinv-wishlist table.tinvwl-table-manage-list tbody {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .cart-checkout {
    flex-direction: column-reverse;
  }

  .cart-checkout__politics {
    max-width: 500px;
  }

  .cart-page__left-side {
    max-width: 100%;
  }

  .show-room__colls {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }

  .show-room__text {
    font-size: 1.5rem;
  }

  .section-room-available__list {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .workshop-list .workshop-item:nth-child(even) {
    flex-direction: column-reverse;
    margin: 0;
  }

  .workshop-item {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .workshop-item__image-side {
    width: 100%;
    height: 220px;
    border-radius: 5px;
  }

  .workshop-item__img-box {
    position: relative;
  }

  .workshop-item__text-side {
    max-width: 100%;
    gap: 32px;
  }

  .workshop-item__title {
    font-size: 1.25rem;
  }

  .workshop-item__text-box p {
    font-size: 1.0625rem;
  }

  .photos-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .photos-list__btn {
    grid-column: 1/3;
  }

  .photos-list__pagination-wrap {
    grid-column: 1/3;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .footer__nav-list {
    justify-content: space-between;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) and (max-width: 500px) {
  .footer__nav-list {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) and (max-width: 414px) {
  .footer__nav-list {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .second-nav__item {
    margin-bottom: 1.25rem;
  }

  .product {
    width: 48%;
    height: 300px;
  }

  .product-label {
    padding: 0.1875rem 0.3125rem;
    font-size: 0.75rem;
  }

  .product__img-box {
    height: 400px;
  }

  .request {
    flex-direction: column;
    gap: 16px;
    padding: 20px 16px 28px;
    align-items: unset;
  }

  .request__text {
    font-size: 1rem;
  }

  .request__btn {
    max-width: unset;
  }

  .variants-popup__footer {
    padding-left: 0px;
  }

  .colors-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .advantages-list {
    grid-template-columns: 1fr;
  }

  .advantage__img-box {
    padding: 25px 22px;
    width: 140px;
    height: 140px;
  }

  .products-slider__arrows-wrap {
    display: none;
  }

  .ideas-list .ideas-item:nth-child(n+4) {
    display: none;
  }

  .ideas-list .ideas-item:nth-child(1),
  .ideas-list .ideas-item:nth-child(3) {
    grid-row: unset;
  }

  .ideas-list .ideas-item:nth-child(2) {
    grid-column: 1;
    grid-row: unset;
  }

  .ideas-list .ideas-item:nth-child(4),
  .ideas-list .ideas-item:nth-child(6) {
    grid-row: unset;
  }

  .ideas-list .ideas-item:nth-child(5) {
    grid-column: 1;
    grid-row: unset;
  }

  .ideas-list .ideas-item:nth-child(7),
  .ideas-list .ideas-item:nth-child(8) {
    grid-row: unset;
  }

  .ideas-list__more-btn {
    grid-column: 1;
  }

  .product-content__img-side .swiper-button-next,
  .product-content__img-side .swiper-button-prev {
    display: block;
    top: auto;
    bottom: 8%;
  }

  .search-page__wrap {
    grid-template-columns: 1fr;
  }

  .order-page__title {
    font-size: 2rem;
  }

  .order-page__sub-title {
    font-size: 1rem;
    padding-top: 10px;
  }

  .order-page__text {
    font-size: 1.125rem;
  }

  .tinv-wishlist table.tinvwl-table-manage-list tbody {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .delivery__text-box p {
    font-size: 1.25rem;
  }

  .delivery-questions {
    flex-direction: column;
    gap: 32px;
  }

  .delivery-questions__text {
    font-size: 1.0625rem;
    line-height: 26px;
  }

  .delivery-questions__btn {
    max-width: unset;
  }
}

@media screen and (max-width: 640px) {
  .tinv-wishlist .product-remove button {
    display: flex;
  }

  .tinv-wishlist table.tinvwl-table-manage-list tbody td:first-child,
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td:first-child {
    padding-top: 0px;
  }

  .product {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody {
    grid-template-columns: 1fr 1fr;
  }

}

@media screen and (max-width: 500px) {
  .section-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .input {
    max-width: 100%;
    width: 100%;
  }

  .form-politics {
    font-size: 0.875rem;
  }

  .page-header {
    margin-bottom: 16px;
  }

  .page-header__title {
    font-size: 1rem;
  }

  .footer {
    margin-top: 10px;
    background: transparent;
  }

  .footer__wrap {
    padding: 0;
  }

  .footer__menu-arrow {
    display: block;
    transition: 0.3s ease all;
    fill: var(--accent);
    width: 20px;
    height: 20px;
    stroke: var(--accent);
  }

  .footer__nav-box {
    border-bottom: 1px solid #6A6A6A;
    padding: 15px 13px 3px;
    width: 100%;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .footer__nav-box.active {
    transition: 0.3s;
    height: auto;
    max-height: 300px;
    opacity: 1;
  }

  .footer__nav-box.active .footer__menu-arrow {
    transform: rotate(-180deg);
    transition: 0.3s ease all;
  }

  .footer__nav-box.active .footer-nav {
    height: fit-content;
    max-height: 300px;
    opacity: 1;
  }

  .footer__nav-box .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footer__inner {
    flex-direction: column;
  }

  .footer__menu-title.active .footer__menu-arrow {
    display: block;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
  }

  .footer__nav-items {
    flex-direction: column;
  }

  .footer__form-box {
    align-items: normal;
    padding: 15px 0px 3px 13px;
  }

  .footer__form-box .form {
    display: none;
  }

  .footer-nav {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }

  .request-nav {
    display: block;
  }

  .icon-favorites {
    width: 20px;
    height: 20px;
  }

  .header+* {
    padding-top: 50px;
  }

  .header__link-wrap .icon {
    width: 16px;
    height: 23px;
  }

  .basket-item .icon {
    width: 20px;
    height: 20px;
  }

  .breadcrumbs,
  .woocommerce-breadcrumb {
    font-size: 0.5rem;
  }

  .for-order-popup__body {
    max-height: 80dvh;
    overflow-y: auto;
    height: 100%;
  }

  .product {
    padding: 8px;
    gap: 8px;
    border-radius: 10px;
  }

  .product__img-box {
    min-height: 100px;
  }

  .product__header {
    gap: 5px;
  }

  .product__favorites {
    width: 20px;
    height: 20px;
  }

  .product__title {
    font-size: 0.75rem;
  }

  .product__article {
    font-size: 0.75rem;
    margin-bottom: 0.3125rem;
  }

  .product__info {
    margin-top: 2px;
    padding-top: 2px;
  }

  .product__footer {
    gap: 4px;
  }

  .product__colors {
    gap: 4px;
  }

  .product__color {
    width: 12px;
    height: 12px;
  }

  .product__link {
    font-size: 0.5rem;
  }

  .product__more {
    font-size: 0.625rem;
  }

  .product__btn {
    font-size: 0.55rem;
    padding: 0.425rem;
  }

  .section-powers {
    margin: 16px 0 24px;
  }

  .section-powers--about {
    margin: 16px 0 24px;
  }

  .power-list {
    gap: 8px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    width: calc(100% + 14px);
    overflow-y: auto;
  }

  .power-item {
    min-width: 250px;
    border-radius: 8px;
  }

  .power-item__right {
    padding: 12px 12px 12px 0;
  }

  .power-item__image-box {
    width: 40px;
    height: 40px;
  }

  .power-item__title {
    font-size: 0.625rem;
    margin-bottom: 0.75rem;
  }

  .power-item__text {
    font-size: 0.5rem;
  }

  .section-request {
    margin: 24px 0;
  }

  .section-request--show-room {
    margin: 24px 0;
  }

  .request__title {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }

  .request__text {
    font-size: 0.75rem;
  }

  .request__btn {
    width: fit-content;
  }

  .variants-popup__link {
    font-size: 1rem;
  }

  .description-toggle__text {
    font-size: 0.75rem;
  }

  .popup-base {
    padding: 24px 48px;
  }

  .popup-base__title {
    margin: 0 0 1.5rem;
  }

  .popup-base__title {
    font-size: 1.625rem;
  }

  .popup-base__text {
    font-size: 0.875rem;
  }

  .banner-main__input {
    max-width: 195px;
  }

  .banner-products__wrap {
    padding: 0;
  }

  .banner-products .swiper-slide {
    border-radius: 0;
  }

  .banner-products__arrows-wrap {
    display: none;
  }

  .banner-products-slide__content {
    padding: 16px;
  }

  .banner-products-form__field {
    width: 100%;
  }

  .banner-products-form__field .btn {
    width: 100%;
  }

  .section-order-feedback__box {
    border-radius: 10px;
  }

  .catalog {
    margin: 32px 0;
  }

  .product-content__prompt p {
    font-size: 0.8125rem;
    font-weight: 300;
  }

  .product-content__title {
    font-size: 1.25rem;
  }

  .product-content__price-box {
    font-size: 1.25rem;
    justify-content: flex-end;
    gap: 10px;
    justify-content: flex-start;
  }

  .product-content__link {
    font-size: 0.875rem;
  }

  .product-info-box {
    margin-bottom: 32px;
  }

  .product-info-box__title {
    font-size: 0.875rem;
  }

  .product-features-chars__header {
    font-size: 0.875rem;
  }

  .product-features-chars__name {
    font-size: 0.8125rem;
  }

  .product-features-chars__value {
    font-size: 0.8125rem;
  }

  .color-picker {
    padding: 13px;
  }

  .color-picker__label {
    font-size: 0.875rem;
  }

  .product-caption {
    grid-gap: 0;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .product-caption__header {
    margin-bottom: 0;
  }

  .product-description {
    margin-bottom: 32px;
  }

  .categories-tabs .text-box p {
    font-size: 0.875rem;
  }

  .product-btn {
    display: none;
  }

  .product-btn-mob {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
    padding-bottom: 20px;
  }

  .product-btn-mob .product-content__btns {
    display: flex;
    gap: 10px;
  }

  .product-btn-mob .product-content__btn {
    padding: 16px;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
  }

  .order-table {
    display: none;
  }

  .order-table td:first-child {
    border-radius: 8px 8px 0 0;
  }

  .order-table td:last-child {
    border-radius: 0 0 8px 8px;
  }

  .order-item {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }

  .order-item__img-link {
    max-height: 110px;
    max-width: 165px;
  }

  .order-item__name-info {
    height: auto;
  }

  .product-subtotal {
    height: auto;
  }

  .order-table-mob {
    display: block;
    background-color: var(--black);
    margin-bottom: 24px;
  }

  .contacts-page__items {
    gap: 24px;
  }

  .contacts-page__text {
    font-size: 0.75rem;
  }

  .contacts-page__description {
    margin-top: 16px;
    font-size: 0.5rem;
  }

  .contacts-page__map-side .map {
    height: 160px;
  }

  .contacts-page__icon {
    width: 15px;
    height: 15px;
  }

  .for-order-page {
    margin-bottom: 10px;
  }

  .banner-for-order {
    margin: 24px 0;
  }

  .banner-for-order__wrap {
    min-height: 200px;
    padding: 0;
  }

  .banner-for-order__body {
    border-radius: 0;
    padding: 16px 13px;
  }

  .banner-for-order__title {
    font-size: 1.5rem;
    max-width: 310px;
  }

  .banner-for-order__btn {
    padding: 0.5rem 1.875rem;
    font-size: 0.5625rem;
    width: fit-content;
  }

  .section-for-order-list {
    margin: 24px 0;
    overflow-x: hidden;
  }

  .section-for-order-list__description {
    margin-top: 24px;
  }

  .for-order-item {
    gap: 15px;
    border-radius: 8px;
  }

  .for-order-item__img-box {
    height: 108px;
    border-radius: 8px;
  }

  .for-order-item__body {
    padding: 0 8px 8px;
  }

  .for-order-item__title {
    font-size: 0.75rem;
  }

  .for-order-item__price {
    font-size: 0.75rem;
  }

  a.wishlist_products_counter.top_wishlist-heart:before {
    font-size: 20px;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    margin-right: 10px;
  }

  .show-room__text {
    font-size: 0.9375rem;
  }

  .show-room__img-side {
    min-height: 168px;
  }

  .section-workshop {
    margin: 32px 0;
  }

  .workshop-item {
    gap: 8px;
  }

  .workshop-item__text-side {
    gap: 8px;
  }

  .workshop-item__title {
    font-size: 1rem;
  }

  .workshop-item__text-box p {
    font-size: 0.875rem;
  }

  .delivery__text-box {
    margin-bottom: 24px;
  }

  .delivery__text-box p {
    font-size: 0.875rem;
    line-height: 21px;
  }
}

@media screen and (max-width: 414px) {
  .colors-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantage__text {
    padding-bottom: 10px;
  }

  .order-page__link {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding: 20px 10px;
    font-size: 1.375rem;
  }

  .order-page__price {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 400px) {

  .color-picker__item,
  .color-picker__more {
    width: 21px;
    height: 21px;
  }
}

/*# sourceMappingURL=maps/main.min.css.map */