html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@-webkit-keyframes btn_blick {
  0% {
  left: -7.8125vw;
  }
  100% {
  left: calc(100% + 7.8125vw);
  }
}
@keyframes btn_blick {
  0% {
  left: -7.8125vw;
  }
  100% {
  left: calc(100% + 7.8125vw);
  }
}
@-webkit-keyframes blick {
  0% {
  opacity: 1;
  }
  50% {
  opacity: 0.5;
  }
  100% {
  opacity: 1;
  }
}
@keyframes blick {
  0% {
  opacity: 1;
  }
  50% {
  opacity: 0.5;
  }
  100% {
  opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 1;
  }
  100% {
  -webkit-transform: scale(1.9);
  transform: scale(1.9);
  opacity: 0;
  }
}
@keyframes pulse {
  0% {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 1;
  }
  100% {
  -webkit-transform: scale(1.9);
  transform: scale(1.9);
  opacity: 0;
  }
}
@-webkit-keyframes rotation {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}
@-webkit-keyframes progress_bar {
  0% {
  background-position: -52.0833333333vw center;
  }
  50% {
  background-position: 0 center;
  }
  100% {
  background-position: 52.0833333333vw center;
  }
}
@keyframes progress_bar {
  0% {
  background-position: -52.0833333333vw center;
  }
  50% {
  background-position: 0 center;
  }
  100% {
  background-position: 52.0833333333vw center;
  }
}
:root {
  --ls-global: -0.018em;
}
html,
body {
  height: 100%;
  background-color: #ffffff;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: var(--ls-global);
}
.page__wrapper {
  min-height: 100%;
  margin-bottom: -2.6041666667vw;
}
* html .page__wrapper {
  height: 100%;
}
.page__buffer {
  height: 2.6041666667vw;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus {
  outline: 1px solid gray;
}
.page {
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #1c1c1c;
  overflow-x: hidden;
  padding: 0;
  --tz-body: 1vw;
  --tz-body-line: 1.3541666667vw;
  --tz-caption: 0.8333333333vw;
  --tz-min: 0.7291666667vw;
  --tz-tab: 0.875vw;
  --tz-card-title: 1.25vw;
  --tz-section-h2: 2.4609375vw;
  --tz-section-h2-line: 2.734375vw;
  --tz-section-sub: 2.0833333333vw;
  --tz-section-sub-line: 2.6041666667vw;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrapper {
  width: 81.7708333333vw;
  margin: 0 auto;
}
.wrapper > *:last-child {
  margin-bottom: 0 !important;
}
img {
  display: block;
}
.no-scroll {
  overflow: hidden !important;
}
form.disabled {
  pointer-events: none !important;
}
form.disabled .form-btn::after {
  display: none;
}
[data-on-scroll-display] {
  -webkit-transition: 1s;
  transition: 1s;
}
[data-on-scroll-display=hidden] {
  opacity: 0 !important;
  -webkit-transform: translateY(2.6041666667vw) !important;
  transform: translateY(2.6041666667vw) !important;
}
[data-on-scroll-display=visible] {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
[data-anchor-btn] {
  cursor: pointer;
}
.error {
  border-color: #ff0000 !important;
  color: #ff0000 !important;
}
.error::-webkit-input-placeholder {
  color: #ff0000 !important;
}
.error::-moz-placeholder {
  color: #ff0000 !important;
}
.error:-ms-input-placeholder {
  color: #ff0000 !important;
}
.error::-ms-input-placeholder {
  color: #ff0000 !important;
}
.error::placeholder {
  color: #ff0000 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote {
  margin: 0;
}
*::before,
*::after {
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input.form-error:-webkit-autofill,
input.form-error:-webkit-autofill:hover,
input.form-error:-webkit-autofill:focus {
  -webkit-text-fill-color: #ff0000 !important;
  caret-color: #ff0000 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-color: #ffffff;
  -webkit-text-fill-color: #1c1c1c;
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: #1c1c1c;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
@media only screen and (min-width: 769px) {
.mobile-only {
  display: none !important;
}
}
.bottom-line {
  color: #EF7F1A !important;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.bottom-line::after {
  content: "";
  width: 100%;
  height: 0.1041666667vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #EF7F1A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom-line:hover::after {
  width: 60%;
}
.common-btn,
.common-green-btn,
.common-blue-btn {
  height: 4.1666666667vw;
  padding: 0.5208333333vw 1.5625vw;
  border: none;
  border-radius: 5.2083333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.common-btn .btn-text,
.common-green-btn .btn-text,
.common-blue-btn .btn-text {
  position: relative;
  z-index: 2;
}
.common-btn {
  background-color: #e07835;
  background-image: -webkit-linear-gradient(top, #f8c49a 0%, #f0a16d 42%, #e07835 100%);
  background-image: linear-gradient(180deg, #f8c49a 0%, #f0a16d 42%, #e07835 100%);
}
.common-btn:hover {
  background-color: #e88a4d;
  background-image: -webkit-linear-gradient(top, #fcd4b5 0%, #f5b081 42%, #ed9558 100%);
  background-image: linear-gradient(180deg, #fcd4b5 0%, #f5b081 42%, #ed9558 100%);
}
.common-btn:active {
  background-image: -webkit-linear-gradient(top, #f0a16d 0%, #e07835 55%, #d56d15 100%);
  background-image: linear-gradient(180deg, #f0a16d 0%, #e07835 55%, #d56d15 100%);
}
.common-btn img,
.common-btn svg,
.common-green-btn img,
.common-green-btn svg,
.common-blue-btn img,
.common-blue-btn svg {
  display: none;
}
.common-btn::after,
.common-green-btn::after,
.common-blue-btn::after {
  content: "";
  width: 5.9895833333vw;
  height: 7.2916666667vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/general/btn-blick.svg");
  -webkit-animation: btn_blick 5s linear infinite;
  animation: btn_blick 5s linear infinite;
}
.common-btn.disabled, .common-btn.blocked,
.common-green-btn.disabled,
.common-green-btn.blocked,
.common-blue-btn.disabled,
.common-blue-btn.blocked {
  pointer-events: none;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none !important;
}
.common-btn.disabled::after, .common-btn.blocked::after,
.common-green-btn.disabled::after,
.common-green-btn.blocked::after,
.common-blue-btn.disabled::after,
.common-blue-btn.blocked::after {
  opacity: 0 !important;
}
.common-btn.no-blick::after,
.common-green-btn.no-blick::after,
.common-blue-btn.no-blick::after {
  display: none !important;
}
.common-btn .loader,
.common-green-btn .loader,
.common-blue-btn .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.5);
}
.common-btn .loader .loader-circle,
.common-green-btn .loader .loader-circle,
.common-blue-btn .loader .loader-circle {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../img/general/loader-circle.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;
}
.common-btn:hover::after,
.common-green-btn:hover::after,
.common-blue-btn:hover::after {
  opacity: 0 !important;
}
.common-green-btn {
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.0416666667vw;
  text-align: center;
  text-transform: uppercase;
  background-color: #38bb54;
  background-image: -webkit-linear-gradient(top, #9aebad 0%, #72d888 40%, #38bb54 100%);
  background-image: linear-gradient(180deg, #9aebad 0%, #72d888 40%, #38bb54 100%);
}
.common-green-btn:hover {
  background-color: #42c760;
  background-image: -webkit-linear-gradient(top, #b5f5c4 0%, #82e098 40%, #42c760 100%);
  background-image: linear-gradient(180deg, #b5f5c4 0%, #82e098 40%, #42c760 100%);
}
.common-green-btn:active {
  background-image: -webkit-linear-gradient(top, #72d888 0%, #38bb54 55%, #2a9a42 100%);
  background-image: linear-gradient(180deg, #72d888 0%, #38bb54 55%, #2a9a42 100%);
}
.common-green-btn img,
.common-green-btn svg {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 1.8229166667vw;
  height: 1.8229166667vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 1.3020833333vw;
}
.common-green-btn span {
  font-size: 0.6770833333vw;
}
.common-green-btn:hover::after {
  opacity: 0 !important;
}
.common-blue-btn {
  text-align: left;
  background-color: #d56d15;
  background-image: -webkit-linear-gradient(top, #ffa04a 0%, #ef7f1a 42%, #d56d15 100%);
  background-image: linear-gradient(180deg, #ffa04a 0%, #ef7f1a 42%, #d56d15 100%);
}
.common-blue-btn:hover {
  background-color: #e07835;
  background-image: -webkit-linear-gradient(top, #ffb56a 0%, #f28d2a 42%, #e07835 100%);
  background-image: linear-gradient(180deg, #ffb56a 0%, #f28d2a 42%, #e07835 100%);
}
.common-blue-btn:active {
  background-image: -webkit-linear-gradient(top, #ef7f1a 0%, #d56d15 55%, #b85c10 100%);
  background-image: linear-gradient(180deg, #ef7f1a 0%, #d56d15 55%, #b85c10 100%);
}
.common-blue-btn img,
.common-blue-btn svg {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 1.71875vw;
  height: 1.0416666667vw;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 0.5208333333vw;
}
.common-blue-btn:hover::after {
  opacity: 0 !important;
}
.common-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-social a {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0.5208333333vw;
}
.common-social a:last-child {
  margin-right: 0;
}
.common-social a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.common-social img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.common-slider-buttons {
  width: 5.9895833333vw;
  height: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}
.common-slider-buttons .slider-btn {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border-radius: 50%;
  background-color: #ffffff;
  color: #3a3a3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
  border: 0.1041666667vw solid #c5d5df;
  -webkit-box-shadow: 0 0.1041666667vw 0.4166666667vw rgba(28, 28, 28, 0.1);
  box-shadow: 0 0.1041666667vw 0.4166666667vw rgba(28, 28, 28, 0.1);
  -webkit-transition: border-color 0.25s, background-color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.2s;
  transition: border-color 0.25s, background-color 0.25s, box-shadow 0.25s, transform 0.2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.common-slider-buttons .slider-btn svg {
  width: 1.09375vw;
  height: 1.09375vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.common-slider-buttons .slider-btn svg path {
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
  fill: currentColor !important;
}
.common-slider-buttons .slider-btn:hover {
  border-color: #EF7F1A;
  background-color: #fffaf6;
  color: #EF7F1A;
  -webkit-box-shadow: 0 0.15625vw 0.625vw rgba(239, 127, 26, 0.28);
  box-shadow: 0 0.15625vw 0.625vw rgba(239, 127, 26, 0.28);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.common-slider-buttons .slider-btn:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.common-slider-buttons .slider-btn:focus {
  outline: none;
}
.common-slider-buttons .slider-btn:focus-visible {
  outline: 0.1041666667vw solid #EF7F1A;
  outline-offset: 0.15625vw;
}
.common-slider-buttons .slider-btn.swiper-button-lock, .common-slider-buttons .slider-btn.swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}
.common-slider-buttons.white-buttons .slider-btn {
  border-color: rgba(255, 255, 255, 0.95);
  background-color: rgba(255, 255, 255, 0.98);
  color: #2c2c2c;
  -webkit-box-shadow: 0 0.1041666667vw 0.5208333333vw rgba(0, 0, 0, 0.2), 0 0 0 0.0520833333vw rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.1041666667vw 0.5208333333vw rgba(0, 0, 0, 0.2), 0 0 0 0.0520833333vw rgba(0, 0, 0, 0.06);
}
.common-slider-buttons.white-buttons .slider-btn:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #EF7F1A;
  -webkit-box-shadow: 0 0.2083333333vw 0.78125vw rgba(0, 0, 0, 0.22), 0 0 0 0.1041666667vw rgba(239, 127, 26, 0.35);
  box-shadow: 0 0.2083333333vw 0.78125vw rgba(0, 0, 0, 0.22), 0 0 0 0.1041666667vw rgba(239, 127, 26, 0.35);
}
.skidka {
  color: #E85A28;
}
.common-slider-pagination {
  width: auto !important;
  height: 0.3645833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-slider-pagination .swiper-pagination-bullet {
  width: 0.3645833333vw;
  height: 0.3645833333vw;
  margin: 0 !important;
  margin-left: 0.4166666667vw !important;
  opacity: 0.5;
  background-color: #EF7F1A;
  cursor: pointer;
  pointer-events: auto;
}
.common-slider-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.common-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.common-slider-pagination.white-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
.common-slider-pagination.swiper-pagination-lock {
  opacity: 0 !important;
  pointer-events: none !important;
}
.common-hint {
  display: none;
}
.common-head > :last-child {
  margin-bottom: 0 !important;
}
.common-head .common-title,
.common-head .common-text {
  margin-bottom: 1.5625vw;
}
.common-title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  font-weight: 700;
  line-height: var(--tz-section-h2-line, 2.734375vw);
}
.common-title sup {
  font-size: 0.8203125vw;
  line-height: 1.23046875vw;
  font-weight: 400;
  color: #829196;
  top: -1.1848958333vw;
  right: -0.2604166667vw;
}
.page .popup__content .content-title,
.page .sort-popup .content-title {
  font-family: inherit;
  font-size: var(--tz-section-h2, 2.4609375vw);
  line-height: var(--tz-section-h2-line, 2.734375vw);
  font-weight: 700;
}
.common-text {
  font-size: 1.5625vw;
  line-height: 1.875vw;
  color: #829196;
}
.common-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.common-form .form-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0.78125vw;
}
.common-form .form-container .form-item {
  margin-right: 0.78125vw;
}
.common-form .form-container .form-item .item-text {
  font-size: 0.8333333333vw;
  color: #829196;
  margin-bottom: 0.5208333333vw;
}
.common-form .form-container .form-btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 4.1666666667vw;
  width: 100%;
}
.common-form .form-container .form-input {
  height: 4.1666666667vw;
  border-radius: 5.2083333333vw;
  padding: 0 1.8229166667vw;
}
.common-form .form-container .form-textarea {
  height: 6.25vw;
  resize: none;
  padding: 1.3020833333vw 1.8229166667vw;
  border-radius: 1.3020833333vw;
}
.common-form .form-container .form-input,
.common-form .form-container .form-textarea {
  width: 20.8333333333vw;
  color: #1c1c1c;
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  background: #ffffff;
  border: 0.0520833333vw solid #e0edf1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-form .form-container .form-input::-webkit-input-placeholder, .common-form .form-container .form-textarea::-webkit-input-placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #829196;
}
.common-form .form-container .form-input::-moz-placeholder, .common-form .form-container .form-textarea::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #829196;
}
.common-form .form-container .form-input:-ms-input-placeholder, .common-form .form-container .form-textarea:-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #829196;
}
.common-form .form-container .form-input::-ms-input-placeholder, .common-form .form-container .form-textarea::-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #829196;
}
.common-form .form-container .form-input::placeholder,
.common-form .form-container .form-textarea::placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #829196;
}
.common-form .form-container .form-input:focus::-webkit-input-placeholder, .common-form .form-container .form-textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}
.common-form .form-container .form-input:focus::-moz-placeholder, .common-form .form-container .form-textarea:focus::-moz-placeholder {
  opacity: 1;
}
.common-form .form-container .form-input:focus:-ms-input-placeholder, .common-form .form-container .form-textarea:focus:-ms-input-placeholder {
  opacity: 1;
}
.common-form .form-container .form-input:focus::-ms-input-placeholder, .common-form .form-container .form-textarea:focus::-ms-input-placeholder {
  opacity: 1;
}
.common-form .form-container .form-input:focus::placeholder,
.common-form .form-container .form-textarea:focus::placeholder {
  opacity: 1;
}
.common-form .form-container .form-input.form-error,
.common-form .form-container .form-textarea.form-error {
  color: #ff0000;
  border-color: #ff0000 !important;
}
.common-form .form-container .form-input.form-error::-webkit-input-placeholder, .common-form .form-container .form-textarea.form-error::-webkit-input-placeholder {
  color: #ff0000;
}
.common-form .form-container .form-input.form-error::-moz-placeholder, .common-form .form-container .form-textarea.form-error::-moz-placeholder {
  color: #ff0000;
}
.common-form .form-container .form-input.form-error:-ms-input-placeholder, .common-form .form-container .form-textarea.form-error:-ms-input-placeholder {
  color: #ff0000;
}
.common-form .form-container .form-input.form-error::-ms-input-placeholder, .common-form .form-container .form-textarea.form-error::-ms-input-placeholder {
  color: #ff0000;
}
.common-form .form-container .form-input.form-error::placeholder,
.common-form .form-container .form-textarea.form-error::placeholder {
  color: #ff0000;
}
.common-form .form-container .form-select {
  width: 20.8333333333vw;
  position: relative;
  z-index: 10;
}
.common-form .form-container .form-select * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.common-form .form-container .form-select .select-images {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  position: absolute;
  top: 2.0833333333vw;
  right: 1.8229166667vw;
  z-index: 1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  pointer-events: none;
}
.common-form .form-container .form-select .select-images .select-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.common-form .form-container .form-select .select-images .select-icon.active {
  opacity: 1;
}
.common-form .form-container .form-select .nice-select {
  width: 100%;
  height: 4.1666666667vw;
  border-radius: 5.2083333333vw;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #ffffff;
  padding: 0 1.8229166667vw;
  padding-right: 4.6875vw;
  position: relative;
  z-index: 0;
  color: #1c1c1c;
}
.common-form .form-container .form-select .nice-select::after {
  display: none;
}
.common-form .form-container .form-select .nice-select.open {
  border-radius: 1.0416666667vw;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.common-form .form-container .form-select .nice-select.open .current::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}
.common-form .form-container .form-select .nice-select .current {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 4.1666666667vw;
  position: relative;
}
.common-form .form-container .form-select .nice-select .current::after {
  content: "";
  width: 0.4166666667vw;
  height: 0.2604166667vw;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0.3645833333vw;
  background-image: url("../img/general/select-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-form .form-container .form-select .nice-select .list {
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 12.5vw;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 1.0416666667vw;
  border-bottom-right-radius: 1.0416666667vw;
  z-index: 10;
  overflow: auto;
  background-color: #ffffff;
}
.common-form .form-container .form-select .nice-select .list .option {
  padding: 0 1.8229166667vw;
  padding-right: 4.6875vw;
  font-size: 0.8333333333vw;
  line-height: 3.125vw;
  background-color: #ffffff;
}
.common-form .form-container .form-select .nice-select .list .option.selected, .common-form .form-container .form-select .nice-select .list .option:hover {
  background-color: #d3d6d9;
}
.common-form .form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-form .form-checkbox .checkbox-icon {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-right: 0.5208333333vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.2604166667vw;
  border: 0.0520833333vw solid #F5D0B8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.common-form .form-checkbox .checkbox-icon input {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.common-form .form-checkbox .checkbox-icon img {
  width: 0.3645833333vw;
  height: 0.2604166667vw;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.common-form .form-checkbox .checkbox-icon.checked {
  background-color: #F0A16D;
}
.common-form .form-checkbox .checkbox-icon.checked img {
  opacity: 1;
}
.common-form .form-checkbox .checkbox-text {
  font-size: 0.625vw;
  line-height: 0.8333333333vw;
}
.common-form .form-checkbox .checkbox-text span {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.common-form .form-checkbox .checkbox-text span:hover {
  text-decoration: none;
}
.common-form.form-direction-column .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.78125vw;
}
.common-form.form-direction-column .form-container .form-item {
  width: 100%;
  margin: 0;
  margin-bottom: 0.78125vw;
}
.common-form.form-direction-column .form-container .form-input,
.common-form.form-direction-column .form-container .form-textarea,
.common-form.form-direction-column .form-container .form-select,
.common-form.form-direction-column .form-container .form-btn {
  width: 100%;
}
.common-form.no-borders-form .form-input,
.common-form.no-borders-form .form-textarea {
  border: none !important;
}
.common-video-btn {
  width: 3.3854166667vw;
  height: 3.3854166667vw;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.common-video-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #EF7F1A;
  -webkit-animation: pulse 2.5s linear infinite;
  animation: pulse 2.5s linear infinite;
}
.common-video-btn img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.common-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-rating .rating-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.5208333333vw;
}
.common-rating .rating-icons img {
  width: 0.5729166667vw;
  height: 0.5208333333vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 0.15625vw;
}
.common-rating .rating-icons img:last-child {
  margin-right: 0;
}
.common-rating .rating-icons[data-rating="1"] img:nth-child(n+2) {
  -webkit-filter: grayscale(1) !important;
  filter: grayscale(1) !important;
  opacity: 0.5 !important;
}
.common-rating .rating-icons[data-rating="2"] img:nth-child(n+3) {
  -webkit-filter: grayscale(1) !important;
  filter: grayscale(1) !important;
  opacity: 0.5 !important;
}
.common-rating .rating-icons[data-rating="3"] img:nth-child(n+4) {
  -webkit-filter: grayscale(1) !important;
  filter: grayscale(1) !important;
  opacity: 0.5 !important;
}
.common-rating .rating-icons[data-rating="4"] img:nth-child(n+5) {
  -webkit-filter: grayscale(1) !important;
  filter: grayscale(1) !important;
  opacity: 0.5 !important;
}
.common-rating .rating-text {
  font-size: 0.7291666667vw;
  font-weight: 500;
  line-height: 1.0416666667vw;
}
.woocommerce-ordering-wrap {
  width: 100%;
  display: flex;
}
.woocommerce-ordering-wrap .woocommerce-ordering {
  margin-top: 10px;
}
.woocommerce-ordering-wrap select {
  border: none;
  border-bottom: 1px solid #EF7F1A;
  cursor: pointer;
  color: #575656;
  font-size: 14px;
  font-weight: 700;
  margin-right: 1.0416666667vw;
  background: transparent;
}
.common-page .page-hint {
  display: none;
}
.common-page .page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 0;
}
.common-page .page-top .links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-page .page-top .links-item {
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  font-weight: 500;
  color: #c1d2d8;
  margin-right: 2.6041666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-page .page-top .links-item:last-child {
  margin-right: 0;
}
.common-page .page-top .links-item.active {
  color: #1c1c1c;
  font-weight: 700;
  pointer-events: none;
}
.common-page .page-top .links-item:hover {
  color: #1c1c1c;
}
.common-page .page-top .top-btn {
  display: none;
}
.common-page .page-top .top-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.common-page .page-top .sorting-text {
  display: none;
}
.common-page .page-top .sorting-select {
  height: 1.5625vw;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.5625vw;
}
.common-page .page-top .sorting-select::after {
  border-bottom: 0.1041666667vw solid #c1d2d8;
  border-right: 0.1041666667vw solid #c1d2d8;
  height: 0.4166666667vw;
  margin-top: -0.2604166667vw;
  right: 0.625vw;
  width: 0.4166666667vw;
}
.common-page .page-top .sorting-select .current {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.5625vw;
}
.common-page .page-top .sorting-select .list {
  left: unset;
  right: 0;
}
.common-page .page-top .sorting-select .option {
  font-size: 0.7291666667vw;
  padding: 0 1.5625vw;
  text-align: right;
}
.common-page .page-container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.3020833333vw -0.78125vw;
}
.common-page .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 0;
}
.common-page .pagination .page-numbers,
.common-page .page-pagination .pagination-item {
  min-width: 1.8229166667vw;
  height: 1.8229166667vw;
  font-size: 0.8333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.common-page .pagination .page-numbers {
  list-style: none;
}
.common-page .pagination .page-numbers.current {
  font-weight: 700;
  color: #ffffff;
  background-color: #F0A16D;
  pointer-events: none;
}
.common-page .pagination a.page-numbers:hover {
  text-decoration: underline;
}
.common-page .pagination .next, .common-page .pagination .prev {
  display: none;
}
.common-page .page-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 0;
}
.common-page .page-pagination .pagination-item.active {
  font-weight: 700;
  color: #ffffff;
  background-color: #F5D0B8;
  pointer-events: none;
}
.common-page .page-pagination .pagination-item.disabled {
  pointer-events: none;
}
.common-page .page-pagination .pagination-item a:hover {
  text-decoration: underline;
}
.common-page .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  margin-top: 5.2083333333vw;
}
.common-person-info .person-title {
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.0416666667vw;
  margin-bottom: 0.2604166667vw;
}
.common-person-info .person-text {
  font-size: 0.625vw;
  line-height: 0.8333333333vw;
  color: #829196;
}
.common-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  border-radius: inherit;
}
.common-empty .empty-title {
  font-size: 2.0833333333vw;
  line-height: 2.6041666667vw;
  margin-bottom: 2.0833333333vw;
  font-weight: 500;
}
.common-empty .empty-text {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 2.0833333333vw;
  color: #829196;
}
.common-empty .empty-link {
  min-width: 13.5416666667vw;
}
.nice-select.common-sizes-select {
  width: 100%;
  height: 2.6041666667vw;
  border-radius: 0.5208333333vw;
  padding-left: 1.0416666667vw;
  padding-right: 2.6041666667vw;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0.0520833333vw solid #e0edf1;
  border-color: #e0edf1 !important;
}
.nice-select.common-sizes-select::after {
  width: 0.5729166667vw;
  height: 0.5729166667vw;
  border: 0.15625vw solid #c1d2d8;
  border-top: none;
  border-left: none;
  right: 1.0416666667vw;
  margin-top: -0.3125vw;
}
.nice-select.common-sizes-select.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
.nice-select.common-sizes-select.open::after {
  -webkit-transform: rotate(45deg) scale(-1);
  transform: rotate(45deg) scale(-1);
}
.nice-select.common-sizes-select.open .list {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}
.nice-select.common-sizes-select .current {
  font-size: 0.8333333333vw;
  line-height: 2.6041666667vw;
  font-weight: 700;
}
.nice-select.common-sizes-select .list {
  width: auto;
  left: -0.0520833333vw;
  right: -0.0520833333vw;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  margin-top: -0.1041666667vw;
  border: 0.0520833333vw solid #e0edf1;
  max-height: 14.5833333333vw;
  border-radius: 0.5208333333vw;
  overflow: auto;
}
.nice-select.common-sizes-select .option {
  font-size: 0.8333333333vw;
  line-height: 2.0833333333vw;
  padding-left: 1.0416666667vw;
  padding-right: 2.6041666667vw;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0.2604166667vw;
  border: solid 0.0520833333vw #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.7291666667vw;
  font-weight: normal;
  height: 2.1875vw;
  line-height: 2.0833333333vw;
  outline: none;
  padding-left: 0.9375vw;
  padding-right: 1.5625vw;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 0.1041666667vw solid #999;
  border-right: 0.1041666667vw solid #999;
  content: "";
  display: block;
  height: 0.2604166667vw;
  margin-top: -0.2083333333vw;
  pointer-events: none;
  position: absolute;
  right: 0.625vw;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0.2604166667vw;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 0.625vw;
  height: 1.875vw;
  line-height: 1.7708333333vw;
}
.nice-select.small:after {
  height: 0.2083333333vw;
  width: 0.2083333333vw;
}
.nice-select.small .option {
  line-height: 1.7708333333vw;
  min-height: 1.7708333333vw;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 0.2604166667vw;
  -webkit-box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.2083333333vw;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.0833333333vw;
  list-style: none;
  min-height: 2.0833333333vw;
  outline: none;
  padding-left: 0.9375vw;
  padding-right: 1.5104166667vw;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.all {
  padding: 5.2083333333vw;
}
.all p {
  font-size: 1.8229166667vw;
  margin-bottom: 1.0416666667vw;
}
.all p:last-child {
  margin-bottom: 0;
}
.all ul,
.all ol {
  padding: 0;
  padding-left: 1.5625vw;
  margin-bottom: 1.5625vw;
  font-size: 1.0416666667vw;
}
.all ul:last-child,
.all ol:last-child {
  margin-bottom: 0;
}
.all ul li,
.all ol li {
  margin-bottom: 0.5208333333vw;
}
.all ul li:last-child,
.all ol li:last-child {
  margin-bottom: 0;
}
.all ul a,
.all ul span,
.all ol a,
.all ol span {
  text-decoration: none;
  color: #000000;
}
.all ul a:hover,
.all ul span:hover,
.all ol a:hover,
.all ol span:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
.all {
  padding: 15.625vw 6.25vw;
}
.all p {
  font-size: 3.75vw;
  margin-bottom: 3.125vw;
}
.all p:last-child {
  margin-bottom: 0;
}
.all ul,
  .all ol {
  padding-left: 6.25vw;
  margin-bottom: 3.75vw;
  font-size: 3.125vw;
}
.all ul:last-child,
  .all ol:last-child {
  margin-bottom: 0;
}
.all ul li,
  .all ol li {
  margin-bottom: 3.125vw;
}
}
.basket {
  margin-bottom: 7.8125vw;
}
.basket.basket-empty .basket__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2.0833333333vw;
}
.basket.basket-empty .basket__container {
  display: none;
}
.basket__head {
  margin-bottom: 2.6041666667vw;
}
.basket__empty {
  display: none;
}
.basket__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket__form {
  width: 100%;
  justify-content: space-between;
  margin-right: 40px;
}
.basket__form .form-main {
  width: 100%;
}
.basket__form .form-block {
  width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3.125vw;
}
.basket__form .form-block:last-child {
  margin-bottom: 0;
}
.basket__form .form-title {
  font-size: 1.6666666667vw;
  line-height: 1.7708333333vw;
  margin-bottom: 1.3020833333vw;
  font-weight: 700;
}
.basket__form .form-radio {
  width: 100%;
  overflow: hidden;
}
.basket__form .form-radio .radio-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5208333333vw -0.78125vw;
}
.basket__form .form-radio .radio-item {
  width: 15.625vw;
  height: auto;
  min-height: 3.90625vw;
  border-radius: 0.5208333333vw;
  border: 0.0520833333vw solid #e0edf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0416666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  margin: 0.5208333333vw 0.78125vw;
  cursor: pointer;
  position: relative;
}
.basket__form .form-radio .radio-item.checked {
  background-color: #f2f7fa;
}
.basket__form .form-radio .radio-item.checked .item-icon {
  background-color: #EF7F1A;
}
.basket__form .form-radio .radio-item.checked .item-icon svg path {
  fill: #ffffff;
}
.basket__form .form-radio .item-icon {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  background-color: #f2f7fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.3020833333vw;
  border-radius: 0.2604166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.basket__form .form-radio .item-icon input {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.basket__form .form-radio .item-icon svg {
  width: 0.5729166667vw;
  height: 0.46875vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.basket__form .form-radio .item-icon svg path {
  fill: #c1d2d8;
}
.basket__form .form-radio .item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.basket__form .form-radio .item-main > *:last-child {
  margin-bottom: 0 !important;
}
.basket__form .form-radio .item-title {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.2604166667vw;
  font-weight: 500;
}
.basket__form .form-radio .item-btn,
.basket__form .form-radio .item-price {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  color: #EF7F1A;
  font-weight: 700;
}
.basket__form .form-radio .item-text {
  font-size: 0.625vw;
  line-height: 0.8333333333vw;
  color: #829196;
}
.basket__form .form-container {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket__form .form-container .form-item {
  width: 24.21875vw;
  margin-bottom: 1.0416666667vw;
}
.basket__form .form-container .form-item.wide-item {
  width: 100%;
}
.basket__form .form-container .form-input,
.basket__form .form-container .form-textarea,
.basket__form .form-container .form-select,
.basket__form .form-container .woocommerce-checkout-payment {
  width: 100%;
}
.woocommerce-checkout-payment .collaterals__paymentMethod {
  display: none;
}
.woocommerce-checkout-payment .wc_payment_methods {
  display: none;
}
.basket__form .form-container .form-textarea {
  height: 8.3333333333vw;
}
.basket__thanx {
  width: 50vw;
}
.basket__thanx > *:last-child {
  margin-bottom: 0 !important;
}
.basket__thanx .thanx-title {
  margin-bottom: 2.6041666667vw;
}
.basket__thanx .thanx-text {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 2.6041666667vw;
}
.basket__thanx .thanx-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket__thanx .thanx-link {
  min-width: 13.5416666667vw;
  margin-right: 1.3020833333vw;
}
.basket__thanx .thanx-link:last-child {
  margin-right: 0;
}
.basket__info {
  width: 24.4791666667vw;
  padding: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 1.0416666667vw;
  background-color: #f2f7fa;
}
.basket__info.discount-none .info-container {
  margin-bottom: 2.34375vw;
}
.basket__info.discount-none .info-discount {
  display: none;
}
.basket__info .info-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.6041666667vw;
}
.woocommerce-notices-wrapper {
  display: none;
}
.basket__info .info-top .top-text {
  max-width: 16.6666666667vw;
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  color: #829196;
  text-align: center;
}
.basket__info .info-btn {
  width: 100%;
  margin-bottom: 0.78125vw;
}
.basket__info .info-title {
  font-size: 1.5625vw;
  line-height: 2.0833333333vw;
  margin-bottom: 2.34375vw;
  font-weight: 700;
}
.basket__info .info-container {
  margin-bottom: 0.78125vw;
}
.basket__info .info-item {
  border-bottom: 0.0520833333vw solid #dfe8ef;
  padding-bottom: 0.78125vw;
  margin-bottom: 0.78125vw;
}
.basket__info .info-item:last-child {
  margin-bottom: 0;
}
.basket__info .info-item .item-title {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 500;
  margin-bottom: 0.5208333333vw;
}
.basket__info .info-item .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket__info .info-item .item-price {
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  font-weight: 700;
}
.basket__info .info-item .item-btn {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  color: #829196;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.basket__info .info-item .item-btn:hover {
  text-decoration: none;
}
.basket__info .info-discount {
  margin-bottom: 2.34375vw;
}
.basket__info .info-discount .discount-text {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 500;
  margin-bottom: 0.5208333333vw;
}
.basket__info .info-discount .discount-price {
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  font-weight: 700;
}
.basket__info .info-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  line-height: 2.0833333333vw;
}
.basket__info .info-total .total-text {
  font-size: 1.5625vw;
}
.basket__info .info-total .total-price {
  font-size: 2.0833333333vw;
}
.basket__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0.0520833333vw solid #e0edf1;
  padding-bottom: 2.34375vw;
  margin-bottom: 2.34375vw;
}
.basket__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.basket__item .item-img {
  width: 11.4583333333vw;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  border-radius: 15px;
}
.basket__item .item-main {
  width: 15.625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.basket__item .item-title {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.basket__item .item-title:hover {
  color: #F5D0B8;
}
.basket__item .item-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket__item .item-sizes .sizes-select {
  width: 8.8541666667vw;
  margin-right: 0.78125vw;
}
.basket__item .item-sizes .sizes-text {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 500;
}
.basket__item .item-count {
  width: 8.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.basket__item .item-count__price {
  opacity: 0.5;
}
.basket__item .item-count .count-btn {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5625vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.5208333333vw;
  border: 0.0520833333vw solid #e0edf1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.basket__item .item-count .count-btn:hover {
  border-color: #F5D0B8;
  background-color: #F5D0B8;
  color: #ffffff;
}
.basket__item .item-count .count-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.basket__item .item-count .count-input {
  width: 2.0833333333vw;
  height: 2.6041666667vw;
  border: none;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 500;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.basket__item .item-count .quantity {
  width: 8.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket__item .item-count .quantity .screen-reader-text {
  display: none;
}
.basket__item .item-count .quantity__btn {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  font-weight: 500;
  line-height: 1.5625vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.5208333333vw;
  border: 0.0520833333vw solid #e0edf1;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.basket__item .item-count .quantity__btn:hover {
  border-color: #F0A16D;
  background-color:#F0A16D;
  color: #ffffff;
}
.basket__item .item-count .quantity__btn.quantity_minus::before,
.basket__item .item-count .quantity__btn.quantity_plus::before {
  font-size: 1.25vw;
}
.basket__item .item-count .quantity__btn.quantity_minus::before {
  content: ' \2212';
}
.basket__item .item-count .quantity__btn.quantity_plus::before {
  content: ' \002B';
}
.basket__item .item-count .quantity__btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.basket__item .item-count .quantity__input {
  width: 2.0833333333vw;
  height: 2.6041666667vw;
  border: none;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 500;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.woocommerce [name=update_cart] {
  display: none;
}
.basket__item .item-prices {
  width: 10.4166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.basket__item .item-prices.discount-none .current-price {
  margin: 0;
}
.basket__item .item-prices.discount-none .price-wrap {
  display: none;
}
.basket__item .item-prices .current-price {
  font-size: 2.0833333333vw;
  line-height: 2.0833333333vw;
  font-weight: 700;
}
.basket__item .item-prices .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.basket__item .item-prices .old-price {
  font-size: 1.5vw;
  line-height: 1.5vw;
  color: #c1d2d8;
}
.basket__item .item-prices .price-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(110%, -50%);
}
.basket__item .item-prices .price-discount .discount-icon {
  height: 1.3020833333vw;
  padding: 0 0.2604166667vw 0 0.5208333333vw;
  margin-right: 0.5208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.625vw;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0 0.1041666667vw 0.1041666667vw 0;
  background: url("../img/general/discount-icon.svg") center left no-repeat;
  background-size: cover;
}
.basket__item .item-prices .price-discount .discount-text {
  font-size: 0.5208333333vw;
  line-height: 0.625vw;
  color: #c1d2d8;
  font-weight: 500;
}
.articles {
  margin-bottom: 5.2083333333vw;
  --article-body: var(--tz-body, 1vw);
  --article-body-line: var(--tz-body-line, 1.3541666667vw);
  --article-heading: var(--tz-section-sub, 2.0833333333vw);
  --article-heading-line: var(--tz-section-sub-line, 2.6041666667vw);
}
.articles__head {
  margin-bottom: 2.6041666667vw;
}
.articles__slider .slider-hint {
  display: none;
}
.articles__slider .slider-container {
  overflow: hidden;
  margin-bottom: 2.6041666667vw;
}
.articles__slider .slider-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.articles__slider .slider-container .swiper-slide {
  width: 19.2708333333vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.articles__slider .slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.articles__slider .slider-bottom .bottom-pagination {
  display: none;
}
.articles__slider .slider-bottom .bottom-link {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
}
.articles__slider.other-slider .slider-container {
  margin-bottom: 0;
}
.articles__slider.other-slider .slider-bottom {
  display: none;
}
.articles-item {
  width: 19.2708333333vw;
  height: auto;
  min-height: 23.4375vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.articles-item .item-img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.articles-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: inherit;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.articles-item .item-main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #ffffff;
}
.articles-item .item-date {
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
  margin-bottom: 1.0416666667vw;
}
.articles-item .item-title {
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.3020833333vw;
}
.articles-item .item-title u {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 0.1041666667vw solid #ffffff;
}
.articles-item:hover .item-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.articles-item:hover .item-title u {
  border-color: transparent;
}
.articles__page .page-container {
  overflow: hidden;
  margin-bottom: 3.6458333333vw;
}
.articles__page .articles-item {
  margin: 1.3020833333vw 0.78125vw;
}
.articles__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.0833333333vw;
}
.articles__top .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.articles__top .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--tz-caption, 0.8333333333vw);
  line-height: 1.0416666667vw;
  color: #829196;
  margin-right: 2.0833333333vw;
}
.articles__top .info-item:last-child {
  margin-right: 0;
}
.articles__top .info-item .item-icon {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.5208333333vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.articles__top .top-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.articles__top .tags-item {
  height: 2.0833333333vw;
  padding: 0 0.78125vw;
  background-color: #f2f7fa;
  border-radius: 0.5208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--tz-caption, 0.8333333333vw);
  line-height: 1.5625vw;
  font-weight: 500;
  color: #829196;
  margin-right: 1.0416666667vw;
}
.articles__top .tags-item:last-child {
  margin-right: 0;
}
.articles__typical .typical-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.6041666667vw;
}
.articles__typical .typical-block.md-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.articles__typical .typical-block.md-reversed .typical-image {
  margin: 0;
  margin-left: 3.90625vw;
}
.articles__typical .typical-text {
  width: 40.1041666667vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: var(--article-body);
  line-height: var(--article-body-line);
}
.articles__typical .typical-text > *:last-child {
  margin-bottom: 0;
}
.articles__typical .typical-text h2,
.articles__typical .typical-text h3,
.articles__typical .typical-text h4,
.articles__typical .typical-text h5,
.articles__typical .typical-text h6 {
  font-size: var(--article-heading);
  line-height: var(--article-heading-line);
  margin-bottom: 1.5625vw;
}
.articles__typical .typical-text p {
  margin-bottom: 1.5625vw;
}
.articles__typical .typical-text ul li,
.articles__typical .typical-text ol li {
  margin-bottom: 1.0416666667vw;
}
.articles__typical .typical-text ul li:last-child,
.articles__typical .typical-text ol li:last-child {
  margin-bottom: 0;
}
.articles__typical .typical-text ol {
  padding-left: 1.1458333333vw;
}
.articles__typical .typical-text ul {
  list-style: none;
  padding: 0;
}
.articles__typical .typical-text ul li {
  padding-left: 1.1458333333vw;
  position: relative;
}
.articles__typical .typical-text ul li::before {
  content: "";
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background-color: #1c1c1c;
  position: absolute;
  top: 0.5729166667vw;
  left: 0.5729166667vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.articles__typical .typical-image {
  width: 37.7604166667vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 3.90625vw;
}
.articles__typical .typical-image:last-child {
  margin: 0 !important;
}
.articles__typical .typical-image .image-item {
  margin-bottom: 1.0416666667vw;
}
.articles__typical .typical-image .image-item:last-child {
  margin-bottom: 0;
}
.articles__typical .typical-image .item-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 1.8229166667vw;
  pointer-events: none;
}
.articles__typical .typical-image .item-info {
  margin-top: 1.0416666667vw;
  position: relative;
  padding-left: 1.5625vw;
  font-size: var(--tz-caption, 0.8333333333vw);
  line-height: 1.0416666667vw;
}
.articles__typical .typical-image .item-info::before {
  content: "";
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/general/typical-img-info-icon.svg") center no-repeat;
  background-size: contain;
}
.articles__typical .typical-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.articles__typical .typical-video .video-title {
  font-size: var(--article-heading);
  line-height: var(--article-heading-line);
  font-weight: 700;
  margin-bottom: 2.0833333333vw;
}
.articles__typical .typical-video .video-link {
  width: 100%;
  height: 39.0625vw;
  position: relative;
  border-radius: 1.8229166667vw;
  overflow: hidden;
}
.articles__typical .typical-video .video-link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.articles__typical .typical-video .video-link:hover::after {
  opacity: 0.3;
}
.articles__typical .typical-video .video-link:hover .video-img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.articles__typical .typical-video .video-link:hover .video-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}
.articles__typical .typical-video .video-link:hover .video-btn::before {
  display: none;
}
.articles__typical .typical-video .video-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
  border-radius: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.articles__typical .typical-video .video-btn {
  width: 6.5104166667vw;
  height: 6.5104166667vw;
  z-index: 3;
}
.articles__typical .typical-blockquote {
  width: 100%;
  padding: 2.0833333333vw 1.5625vw;
  font-size: calc(var(--article-heading) * 0.75);
  line-height: var(--article-heading);
  font-weight: 500;
  text-align: center;
  border: 0.0520833333vw solid #e0edf1;
  border-left: none !important;
  border-right: none !important;
}
.articles__typical .wp-block-columns {
  margin-bottom: 2.6041666667vw;
}
.articles__typical p {
  font-size: var(--article-body) !important;
  line-height: var(--article-body-line);
}
.articles__typical > *:last-child {
  margin-bottom: 0;
}
.articles__typical h2,
.articles__typical h3,
.articles__typical h4,
.articles__typical h5,
.articles__typical h6 {
  font-size: var(--article-heading);
  line-height: var(--article-heading-line);
  margin-bottom: 1.5625vw;
}
.articles__typical p,
.articles__typical ul,
.articles__typical ol {
  margin-bottom: 1.5625vw;
}
.articles__typical ul li,
.articles__typical ol li {
  margin-bottom: 1.0416666667vw;
  font-size: var(--article-body) !important;
  line-height: var(--article-body-line);
}
.articles__typical ul li:last-child,
.articles__typical ol li:last-child {
  margin-bottom: 0;
}
.articles__typical ol {
  padding-left: 1.1458333333vw;
}
.articles__typical ul {
  list-style: none;
  padding: 0;
}
.articles__typical ul li {
  padding-left: 1.1458333333vw;
  position: relative;
}
.articles__typical ul li::before {
  content: "";
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background-color: #1c1c1c;
  position: absolute;
  top: 0.5729166667vw;
  left: 0.5729166667vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.articles__typical .wp-block-columns img {
  width: 37.7604166667vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.articles__typical img {
  margin-bottom: 1.0416666667vw;
}
.articles__typical img:last-child {
  margin-bottom: 0;
}
.articles__typical img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 1.8229166667vw;
  pointer-events: none;
}
.articles__typical .wp-block-image .wp-element-caption {
  margin-top: 1.0416666667vw;
  position: relative;
  padding-left: 1.5625vw;
  font-size: var(--tz-caption, 0.8333333333vw);
  line-height: 1.0416666667vw;
}
.articles__typical .wp-block-image .wp-element-caption::before {
  content: "";
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/general/typical-img-info-icon.svg") center no-repeat;
  background-size: contain;
}
.articles__typical .video-link {
  width: 100%;
  height: 39.0625vw;
  position: relative;
  border-radius: 1.8229166667vw;
  overflow: hidden;
  margin-bottom: 1.5625vw;
}
.articles__typical .video-link .wp-block-group__inner-container,
.articles__typical .video-link .wp-block-group__inner-container .wp-block-image:first-child {
  height: 100%;
}
.articles__typical .video-link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.articles__typical .video-link:hover::after {
  opacity: 0.3;
}
.articles__typical .video-link:hover .wp-block-image img {
  transform: scale(1.03);
}
.articles__typical .video-link:hover .video-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}
.articles__typical .video-link:hover .video-btn::before {
  display: none;
}
.articles__typical .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
  border-radius: 1.8229166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.articles__typical .video-btn {
  width: 6.5104166667vw;
  height: 6.5104166667vw;
  z-index: 3;
}
.articles__typical .video-btn::before {
  z-index: 0;
}
.articles__typical .wp-block-quote {
  width: 100%;
  padding: 2.0833333333vw 1.5625vw;
  font-size: calc(var(--article-heading) * 0.75);
  line-height: var(--article-heading);
  font-weight: 500;
  text-align: center;
  border: 0.0520833333vw solid #e0edf1;
  border-left: none !important;
  border-right: none !important;
}
.articles__typical .wp-block-quote p {
  font-size: calc(var(--article-heading) * 0.75) !important;
  line-height: var(--article-heading);
  font-weight: 500;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 769px) {
.articles__slider .swiper {
  margin: -0.78125vw;
}
.articles__slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articles__slider .swiper-slide {
  margin: 0.78125vw;
}
}
.breadcrumbs {
  margin-bottom: 2.6041666667vw;
}
.breadcrumbs__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs__links .links-item {
  color: #829196;
  font-size: 0.78125vw;
  line-height: 1.0416666667vw;
  margin-right: 1.5625vw;
  position: relative;
  white-space: nowrap;
}
.breadcrumbs__links .links-item::after {
  content: "";
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 0.78125vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/general/breadcrumbs-arrow.svg") center no-repeat;
  background-size: contain;
}
.breadcrumbs__links .links-item:last-child {
  margin-right: 0;
}
.breadcrumbs__links .links-item:last-child::after {
  display: none;
}
.breadcrumbs__links .links-item.active {
  pointer-events: none;
}
.breadcrumbs__links .links-item:hover {
  text-decoration: underline;
}
.catalog {
  margin-bottom: 5.2083333333vw;
}
section.catalog.catalog--landing {
  background-color: rgba(250, 240, 216, 0.36);
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
}
section.catalog.catalog--landing .catalog__head {
  text-align: left;
}
.catalog__head {
  margin-bottom: 2.0833333333vw;
}
.catalog .catalog__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.0833333333vw;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (min-width: 1024px) {
section.catalog.catalog--landing .catalog__content {
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.catalog .catalog__content .content-links {
  display: contents;
  margin-bottom: 0;
}
.catalog .catalog__content .links-block {
  display: contents;
}
section.catalog.catalog--landing .catalog__content .catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  min-width: 0;
  min-height: 0;
  background-color: #ffffff;
  border-radius: 0.625vw;
  overflow: hidden;
  border: 0.0520833333vw solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.2083333333vw 1.5625vw rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.2083333333vw 1.5625vw rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
section.catalog.catalog--landing .catalog__content .catalog__item:hover {
  -webkit-box-shadow: 0 0.3125vw 1.8229166667vw rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.3125vw 1.8229166667vw rgba(0, 0, 0, 0.09);
}
section.catalog.catalog--landing .catalog__content .catalog__item .item-main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 7.2916666667vw;
  padding: 0;
  overflow: hidden;
  border-radius: inherit;
  background-color: #ffffff;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-meta {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8020833333vw 0.9114583333vw 0.8385416667vw;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-meta .item-title {
  margin: 0;
  padding: 0;
  font-size: 1.0416666667vw;
  line-height: 1.4;
  font-weight: 600;
  color: #1a1a1a;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: none;
  text-shadow: none;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-meta .item-title .item-title__count {
  margin-left: 0.2604166667vw;
  color: #EF7F1A;
  font-weight: 600;
  font-size: 0.95em;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-visual {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 4.0104166667vw;
  width: calc(100% + 0.9114583333vw);
  margin-right: -0.9114583333vw;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.546875vw;
  margin-bottom: 0.3645833333vw;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-visual::after {
  content: "";
  position: absolute;
  left: -12%;
  right: 0;
  bottom: -5%;
  height: 65%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.08)), color-stop(72%, rgba(255, 255, 255, 0.42)), to(rgba(255, 255, 255, 0.72)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 40%, rgba(255, 255, 255, 0.42) 72%, rgba(255, 255, 255, 0.72) 100%);
  pointer-events: none;
  z-index: 1;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-visual .item-img {
  position: relative;
  z-index: 0;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 6.1979166667vw;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right center;
  object-position: right center;
  pointer-events: none;
  margin: 0;
  margin-left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
section.catalog.catalog--landing .catalog__content .catalog__item:hover .catalog__item-visual .item-img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-meta .item-price {
  display: block;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-top: auto;
  padding: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 0.6770833333vw;
  line-height: 1.45;
  font-weight: 600;
  color: #4a4a4a;
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: none;
  text-shadow: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-meta .item-price span {
  font-size: 1.0416666667vw;
  font-weight: 700;
  color: #EF7F1A;
}
section.catalog.catalog--landing .catalog__content .catalog__item:focus-visible {
  outline: 0.15625vw solid #EF7F1A;
  outline-offset: 0.2083333333vw;
}
@media (prefers-reduced-motion: reduce) {
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-visual .item-img {
  -webkit-transition: none;
  transition: none;
}
section.catalog.catalog--landing .catalog__content .catalog__item:hover .catalog__item-visual .item-img {
  -webkit-transform: none;
  transform: none;
}
}
.catalog-head {
  margin-bottom: 2.0833333333vw;
}
.catalog-head__title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  font-weight: 700;
  line-height: var(--tz-section-h2-line, 2.734375vw);
  margin: 0;
  color: #1c1c1c;
}
.catalog-head__title-count {
  margin-left: 0.2604166667vw;
  color: #EF7F1A;
  font-weight: 600;
  font-size: 0.95em;
}
.catalog-head__description {
  margin-top: 1.0416666667vw;
  font-size: var(--tz-caption, 0.8333333333vw);
  color: inherit;
}
.catalog-head__description > *:last-child {
  margin-bottom: 0;
}
.catalog__content .content-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.0833333333vw;
}
.catalog__content .links-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog__content .large-block {
  width: 100%;
}
.catalog__content .medium-block {
  width: 54.6875vw;
}
.catalog__content .small-block {
  width: 24.4791666667vw;
}
.catalog__item {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  background-color: #f2f7fa;
  border-radius: 1.8229166667vw;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5625vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog__item:hover {
  -webkit-box-shadow: 0 0 2.6041666667vw 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2.6041666667vw 0 rgba(0, 0, 0, 0.1);
}
.catalog__item:last-child {
  margin-bottom: 0;
}
.catalog__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: 0;
  background: url("../img/general/catalog-item-line.svg") center no-repeat;
  background-size: cover;
  display: none;
}
.catalog__item .item-img {
  max-width: 25vw;
  height: 15.625vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
.catalog__item .item-main {
  width: 100%;
  height: 100%;
  min-height: 15.625vw;
  padding: 2.6041666667vw 3.6458333333vw;
  padding-right: 32.8125vw;
  position: relative;
  z-index: 2;
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog__item .item-title {
  font-size: 2.0833333333vw;
  line-height: 2.3958333333vw;
  margin-bottom: 0.78125vw;
  font-weight: 700;
}
.catalog__item .item-title .item-title__count {
  margin-left: 5px;
  color: #EF7F1A;
}
.catalog__item .item-price {
  font-size: 0.9375vw;
  line-height: 1.875vw;
  font-weight: 700;
  color: #EF7F1A;
}
.catalog__item .item-price span {
  font-size: 1.6666666667vw;
}
.catalog__item.large-item .item-main {
  padding-right: 43.2291666667vw;
}
.catalog__item.purple-item {
  color: #ffffff;
  background-color: #EF7F1A;
}
.catalog__item.purple-item::after {
  display: block;
}
.catalog__item.purple-item .item-price {
  color: #ffffff;
}
.catalog__item.white-item {
  background-color: #ffffff;
}
.catalog__item.white-item .item-main {
  border: 0.0520833333vw solid #f2f7fa;
}
.catalog__item.small-item {
  border-radius: 1.0416666667vw;
}
.catalog__item.small-item .item-main {
  min-height: 6.7708333333vw;
  padding: 1.5625vw 2.0833333333vw;
  padding-right: 7.8125vw;
}
.catalog__item.small-item .item-img {
  max-width: 10.9375vw;
  height: 6.7708333333vw;
}
.catalog__item.small-item .item-title {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 0.5208333333vw;
}
.catalog__item.small-item .item-price {
  font-size: var(--tz-caption, 0.8333333333vw);
  line-height: 1.5625vw;
}
.catalog__item.small-item .item-price span {
  font-size: 1.25vw;
}
.certificates {
  margin-bottom: 5.2083333333vw;
}
.certificates__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.certificates__content .content-main {
  width: 17.96875vw;
  padding-bottom: 2.6041666667vw;
}
.certificates__content .content-title {
  font-size: var(--tz-section-sub, 2.0833333333vw);
  line-height: var(--tz-section-sub-line, 2.6041666667vw);
  font-weight: 700;
  margin-bottom: 1.5625vw;
}
.certificates__content .content-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
}
.certificates__slider {
  width: 59.8958333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.certificates__slider .slider-hint {
  display: none;
}
.certificates__slider .slider-container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.certificates__slider .slider-container .swiper {
  width: 100%;
  border-radius: 1.0416666667vw;
}
.certificates__slider .slider-container .swiper-slide {
  width: 10.9375vw;
  height: 15.625vw;
  margin-right: 1.3020833333vw;
}
.certificates__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.certificates__slider .slider-bottom {
  width: 17.96875vw;
  height: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.certificates__slide {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
.certificates__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.certificates__slide:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.contacts {
  margin-bottom: 5.2083333333vw;
}
.contacts__head {
  margin-bottom: 2.0833333333vw;
}
.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__content {
  width: 22.1354166667vw;
  padding: 2.34375vw 3.125vw 2.34375vw 4.1666666667vw;
  border-radius: 1.8229166667vw;
  border: 0.0520833333vw solid #f2f7fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__content > *:last-child {
  margin-bottom: 0 !important;
}
.contacts__content .content-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.0833333333vw;
}
.contacts__content .content-address .address-text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  margin-bottom: 0.78125vw;
  position: relative;
  white-space: pre-line;
}
.contacts__content .content-address .address-text::before {
  content: "";
  width: 0.9375vw;
  height: 1.09375vw;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 0.5208333333vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/general/map-pointer.svg") center no-repeat;
  background-size: contain;
}
.contacts__content .content-address .address-link {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
}
.contacts__content .content-text {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}
.contacts__content .content-text > *:last-child {
  margin-bottom: 0 !important;
}
.contacts__content .content-text p {
  margin-bottom: 0.78125vw;
}
.contacts__content .content-text ul {
  list-style: none;
  padding: 0;
}
.contacts__content .content-link {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 1.5625vw;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__content .content-link:hover {
  color: #F5D0B8;
  text-decoration: none;
}
.contacts__content .content-social {
  margin-bottom: 1.5625vw;
}
.contacts__slider {
  width: 55.7291666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts__slider .slider-hint,
.contacts__slider .slider-bottom {
  display: none;
}
.contacts__slider .slider-container {
  width: 100%;
  height: 28.6458333333vw;
}
.contacts__slider .slider-container .swiper {
  width: 100%;
  height: 100%;
}
.contacts__slider .slider-container .swiper-slide {
  border-radius: 1.0416666667vw;
}
.contacts__slide {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.contacts__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__slide:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
@media only screen and (min-width: 769px) {
.contacts__slider .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__slider .swiper-slide {
  width: 19.2708333333vw;
  height: 13.5416666667vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 1.5625vw;
}
.contacts__slider .swiper-slide:first-child {
  margin-top: 0;
}
.contacts__slider .swiper-slide:first-child:last-child {
  width: 100%;
  height: 100%;
  margin: 0;
}
.contacts__slider .swiper-slide:nth-child(3), .contacts__slider .swiper-slide:last-child {
  width: 34.8958333333vw;
  height: 28.6458333333vw;
  margin: 0;
  margin-left: 1.5625vw;
  margin-right: 0;
}
.contacts__slider .swiper-slide:nth-child(n+4) {
  display: none;
}
}
.delivery {
  margin-bottom: 5.2083333333vw;
}
.delivery__banner {
  overflow: hidden;
  position: relative;
  border-radius: 1.8229166667vw;
  color: #1c1c1c;
  margin-bottom: 3.125vw;
}
.delivery__banner:last-child {
  margin-bottom: 0;
}
.delivery__banner .banner-img {
  width: 40.625vw;
  max-width: none;
  height: auto;
  max-height: 26.0416666667vw;
  position: absolute;
  right: -0.78125vw;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right bottom;
  object-position: right bottom;
  z-index: 1;
}
.delivery__banner .banner-content {
  width: 100%;
  min-height: 26.0416666667vw;
  padding: 2.8645833333vw 3.6458333333vw;
  padding-right: 47.3958333333vw;
  position: relative;
  z-index: 2;
}
.delivery__banner .banner-title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  line-height: var(--tz-section-h2-line, 2.734375vw);
  margin-bottom: 1.5625vw;
  font-weight: 700;
}
.delivery__banner .banner-list {
  padding: 0;
  list-style: none;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
}
.delivery__banner .banner-list li {
  position: relative;
  padding-left: 1.5625vw;
  margin-bottom: 1.0416666667vw;
}
.delivery__banner .banner-list li:last-child {
  margin-bottom: 0;
}
.delivery__banner .banner-list li::before {
  content: "";
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background-color: #1c1c1c;
  position: absolute;
  top: 0.78125vw;
  left: 0.78125vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.delivery__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.delivery__bottom .bottom-main {
  width: 33.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.delivery__bottom .bottom-text {
  font-size: var(--tz-section-sub, 2.0833333333vw);
  font-weight: 700;
  line-height: var(--tz-section-sub-line, 2.6041666667vw);
}
.delivery__bottom .bottom-container {
  width: 44.7916666667vw;
  overflow: hidden;
}
.delivery__bottom .bottom-container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.0416666667vw -1.5625vw;
}
.delivery__bottom .bottom-item {
  width: 20.8333333333vw;
  height: 6.7708333333vw;
  margin: 1.0416666667vw 1.5625vw;
  border-radius: 1.3020833333vw;
  border: 0.0520833333vw solid #e0edf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.delivery__bottom .bottom-item img {
  width: 16.6666666667vw;
  height: 3.6458333333vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.director {
  overflow: hidden;
  margin-bottom: 5.2083333333vw;
}
.director__head {
  margin-bottom: 2.0833333333vw;
}
.director__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.director__info {
  width: 54.6875vw;
  height: 48.4375vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.director__info .info-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.director__info .info-main {
  width: 7.2916666667vw;
  position: absolute;
  z-index: 1;
  right: 33.8541666667vw;
  bottom: 25vw;
}
.director__info .info-title {
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  font-weight: 500;
  margin-bottom: 0.2604166667vw;
}
.director__info .info-text {
  font-size: 0.625vw;
  line-height: 0.8333333333vw;
  color: #829196;
}
.director__banner {
  overflow: hidden;
  position: relative;
  border-radius: 1.8229166667vw;
  margin: 0 -9.1145833333vw;
  padding: 0 9.1145833333vw;
  margin-bottom: 2.6041666667vw;
}
.director__banner:last-child {
  margin-bottom: 0;
}
.director__banner .banner-main {
  min-height: 48.4375vw;
  padding: 4.6875vw 3.125vw;
  padding-right: 39.5833333333vw;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.director__banner .banner-main > *:last-child {
  margin-bottom: 0 !important;
}
.director__banner .banner-title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  font-weight: 400;
  line-height: var(--tz-section-h2-line, 2.734375vw);
  margin-bottom: 1.5625vw;
}
.director__banner .banner-title b {
  font-weight: 700;
}
.director__banner .banner-text {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 2.6041666667vw;
}
.director__banner .banner-bullets {
  overflow: hidden;
  margin-bottom: 2.6041666667vw;
}
.director__banner .banner-bullets .bullets-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -0.78125vw -1.3020833333vw;
}
.director__banner .banner-bullets .bullets-item {
  width: 18.2291666667vw;
  margin: 0.78125vw 1.3020833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.director__banner .banner-bullets .item-icon {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  background-color: #ffffff;
  border-radius: 0.5208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.0416666667vw;
}
.director__banner .banner-bullets .item-icon img {
  width: 0.625vw;
  height: 0.46875vw;
}
.director__banner .banner-bullets .item-text {
  font-size: 0.8333333333vw;
  line-height: 1.3541666667vw;
}
.director__banner .banner-bullets .item-text a {
  font-weight: 700;
}
.director__btn {
  min-width: 15.625vw;
}
.director__bottom {
  overflow: hidden;
}
.director__bottom .bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.0416666667vw -1.3020833333vw;
}
.director__bottom .bottom-item {
  width: 25.5208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.0416666667vw 1.3020833333vw;
}
.director__bottom .item-icon {
  width: 4.4270833333vw;
  height: 4.4270833333vw;
  border-radius: 1.3020833333vw;
  border: 0.0520833333vw solid #e0edf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625vw;
}
.director__bottom .item-icon img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.director__bottom .item-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.director__bottom .item-title {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  font-weight: 700;
  margin-bottom: 0.2604166667vw;
}
.director__bottom .item-text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}
.director.banner-only .director__banner {
  margin: 0;
  padding: 0;
  margin-bottom: 2.0833333333vw;
}
.director.banner-only .director__banner .banner-main {
  min-height: 39.0625vw;
  padding: 3.6458333333vw 3.125vw;
  padding-right: 39.5833333333vw;
}
.director.banner-only .director__info {
  width: 44.2708333333vw;
  height: 39.0625vw;
}
.director.banner-only .director__info .info-main {
  right: 28.125vw;
  bottom: 20.8333333333vw;
}
.error-page {
  min-height: 100vh;
  margin-bottom: 5.2083333333vw;
}
.error-page__content {
  min-height: 45.3125vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.error-page__content .content-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.error-page__content .content-main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7.8125vw;
  padding-bottom: 17.7083333333vw;
}
.error-page__title, .error-page__text {
  font-weight: 700;
  color: #829196;
}
.error-page__title {
  font-size: 12.5vw;
  line-height: 9.375vw;
  margin-bottom: 1.5625vw;
}
.error-page__text {
  font-size: 2.8645833333vw;
  line-height: 3.3854166667vw;
  margin-bottom: 1.5625vw;
}
.error-page__link {
  min-width: 10.4166666667vw;
}
.feed-back {
  margin-bottom: 5.2083333333vw;
}
.feed-back__head {
  margin-bottom: 2.6041666667vw;
}
.feed-back__banner {
  overflow: hidden;
  position: relative;
  border-radius: 1.8229166667vw;
}
.feed-back__banner .banner-person {
  width: 36.4583333333vw;
  height: 31.25vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.feed-back__banner .banner-person .person-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.feed-back__banner .banner-person .person-info {
  width: 6.7708333333vw;
  position: absolute;
  top: 14.5833333333vw;
  left: 4.6875vw;
  z-index: 2;
}
.feed-back__banner .banner-content {
  width: 100%;
  min-height: 31.25vw;
  position: relative;
  z-index: 2;
  padding: 3.6458333333vw;
  padding-right: 38.28125vw;
}
.feed-back__banner .banner-text {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 1.8229166667vw;
}
.feed-back__banner .banner-form .form-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feed-back__banner .banner-form .form-item {
  margin: 0;
  margin-bottom: 1.0416666667vw;
}
.feed-back__banner .banner-form .form-input {
  width: 19.2708333333vw;
}
.feed-back__banner .banner-form .form-textarea {
  width: 39.84375vw;
}
.first {
  margin-bottom: 5.2083333333vw;
}
.first.first--compact {
  margin-bottom: 3.6458333333vw;
}
.first__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2.0833333333vw;
}
.first.first--compact .first__main {
  margin-bottom: 0.15625vw;
}
.first__main.first__main--no-side .first__main-slider {
  width: 100%;
  max-width: 100%;
}
.first__main.first__main--no-side .first__main-slider .slider-container .swiper-slide {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .first__main.first__main--no-side .first__main-slide .slide-img {
    -o-object-position: right center;
    object-position: right center;
  }
  .first__main.first__main--no-side .first__main-slide .slide-main {
    padding-right: calc(100% - 29.9479166667vw);
  }
}
.first__main-slider {
  width: 54.6875vw;
  position: relative;
  /* Как у .first__main-slide .slide-main по горизонтали — чтобы стрелки не наезжали на текст */
  --krasnov-hero-text-pad-x: 3.6458333333vw;
  --krasnov-hero-nav-btn-size: 2.6041666667vw;
  --krasnov-hero-nav-text-clearance: 0.6510416667vw;
  --krasnov-hero-nav-edge-inset: max(
    0.2604166667vw,
    calc(
      var(--krasnov-hero-text-pad-x) - var(--krasnov-hero-nav-btn-size) - var(--krasnov-hero-nav-text-clearance)
    )
  );
}
.first__main-slider .slider-container {
  position: relative;
  z-index: 0;
  border-radius: 1.8229166667vw;
  overflow: hidden;
}
.first__main-slider .slider-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.first__main-slider .slider-container .swiper-slide {
  width: 54.6875vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 1.8229166667vw;
  overflow: hidden;
  margin-right: 1.0416666667vw;
}
.first__main-slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.first__main-slider-nav {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  border-radius: 1.8229166667vw;
}
.first__main-slider-nav .common-slider-buttons--banner-edges {
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: var(--krasnov-hero-nav-edge-inset);
  padding-right: var(--krasnov-hero-nav-edge-inset);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.first__main-slider .slider-bottom {
  width: 100%;
  height: 2.6041666667vw;
  padding-left: 3.6458333333vw;
  padding-right: 2.6041666667vw;
  position: absolute;
  left: 0;
  bottom: 1.0416666667vw;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.first__main-slider .slider-bottom .bottom-pagination {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: auto;
  z-index: 2;
}
.first__main-side {
  width: 24.4791666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.first__main-side .side-item {
  width: auto;
  min-height: 13.28125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  background-color: #f0f5f8;
  margin-bottom: 2.0833333333vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.first__main-side .side-item:last-child {
  margin-bottom: 0;
}
.first__main-side .side-item:nth-child(1):last-child {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.first__main-side .item-img {
  width: 13.0208333333vw;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.first__main-side .item-main {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5625vw 2.0833333333vw;
  padding-right: 11.71875vw;
  position: relative;
  z-index: 1;
}
.first__main-side .item-main > *:last-child {
  margin-bottom: 0 !important;
}
.first__main-side .item-title {
  font-size: var(--tz-section-sub, 2.0833333333vw);
  font-weight: 700;
  line-height: var(--tz-section-sub-line, 2.6041666667vw);
  margin-bottom: 0.78125vw;
}
.first__main-side .item-text {
  font-size: 0.938vw;
  line-height: 1.25vw;
  margin-bottom: 0.78125vw;
}
.first__main-side .item-link {
  font-size: 0.938vw;
  font-weight: 700;
  line-height: 1.1458333333vw;
}
.first__main-slide {
  width: 100%;
  height: auto;
  min-height: 28.6458333333vw;
  position: relative;
  background-color: #f0f5f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.first__main-slide::after {
  content: "";
  width: 26.5625vw;
  height: 26.5625vw;
  display: none;
  border-radius: 50%;
  opacity: 0.5;
  background: #ffffff;
  -webkit-filter: blur(5.2083333333vw);
  filter: blur(5.2083333333vw);
  position: absolute;
  top: 50%;
  right: 7.8125vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.first__main-slide .slide-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}
.first__main-slide .slide-main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding: 2.6041666667vw 3.6458333333vw;
  padding-right: 24.7395833333vw;
  padding-bottom: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first__main-slide .slide-main > *:last-child {
  margin-bottom: 0 !important;
}
.first__main-slide .slide-title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  font-weight: 700;
  line-height: var(--tz-section-h2-line, 2.734375vw);
  margin-bottom: 0.5208333333vw;
}
.first__main-slide .slide-text {
  max-width: 23.9583333333vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5625vw;
  margin-bottom: 0.5208333333vw;
}
.first__main-slide .slide-list {
  padding: 0;
  list-style: none;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
}
.first__main-slide .slide-list li {
  padding-left: 1.25vw;
  position: relative;
  margin-bottom: 0.2604166667vw;
}
.first__main-slide .slide-list li:last-child {
  margin-bottom: 0;
}
.first__main-slide .slide-list li::before {
  content: "";
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background-color: #1c1c1c;
  position: absolute;
  top: 0.5208333333vw;
  left: 0.625vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.first__main-slide .slide-hint {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  margin-bottom: 0.5208333333vw;
}
.first__main-slide .slide-btn {
  min-width: 15.625vw;
}
/* Пресеты кнопки из страницы «Кнопки слайдера»: фон через --krasnov-btn-fill в inline style */
.first__main-slide a.slide-btn.slide-btn--krasnov-preset.common-btn {
  background-image: none !important;
  background-color: transparent !important;
  background: var(--krasnov-btn-fill) !important;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-filter 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}
.first__main-slide a.slide-btn.slide-btn--krasnov-preset.common-btn:hover {
  -webkit-filter: var(--krasnov-btn-hover-filter, brightness(0.94));
  filter: var(--krasnov-btn-hover-filter, brightness(0.94));
}
@media only screen and (min-width: 769px) {
.first__main-slide.slide-desktop-visual-only .slide-main {
  display: none !important;
}
.first__main-slide.slide-desktop-visual-only .slide-img.desktop-only {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block !important;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.first__main-slide.slide-desktop-visual-only .slide-desktop-cover-link {
  position: absolute;
  inset: 0;
  z-index: 6;
  cursor: pointer;
  border-radius: inherit;
}
.first__main-slide.slide-desktop-visual-only .slide-desktop-cover-link:focus-visible {
  outline: 0.1041666667vw solid currentColor;
  outline-offset: 0.1041666667vw;
}
}
.first__main-slide.white-slide .slide-main {
  background: -webkit-gradient(linear, left top, right top, from(rgba(240, 245, 248, 0.8)), to(rgba(240, 245, 248, 0)));
  background: -webkit-linear-gradient(left, rgba(240, 245, 248, 0.8) 0%, rgba(240, 245, 248, 0) 100%);
  background: linear-gradient(90deg, rgba(240, 245, 248, 0.8) 0%, rgba(240, 245, 248, 0) 100%);
}
.first__main-slide.pink-slide {
  background-color: #F0A16D;
}
.first__main-slide.blue-slide {
  background-color: #EF7F1A;
}
.first__main-slide.purple-slide {
  background-color: #E85A28;
}
.first__main-slide.pink-slide, .first__main-slide.blue-slide, .first__main-slide.purple-slide {
  color: #ffffff;
}
.first__main-slide.pink-slide::after, .first__main-slide.blue-slide::after, .first__main-slide.purple-slide::after {
  display: block;
}
.first__main-slide.pink-slide .slide-list li::before, .first__main-slide.blue-slide .slide-list li::before, .first__main-slide.purple-slide .slide-list li::before {
  background-color: #ffffff;
}
.first__slider .slider-hint {
  display: none;
}
.first__slider .slider-container {
  margin-bottom: 0.78125vw;
}
.first.first--compact .first__slider .slider-container {
  margin-bottom: 0.2083333333vw;
}
.first__slider .slider-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.first__slider .slider-container .swiper-slide {
  width: 19.2708333333vw;
  height: auto;
  min-height: 9.1145833333vw;
  margin-right: 1.5625vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.first__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.first__slider .slider-container .slide-img {
  width: 10.4166666667vw;
  height: 9.1145833333vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.first__slider .slider-container .slide-link {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5625vw 1.8229166667vw;
  padding-right: 5.2083333333vw;
  border: 0.0520833333vw solid #f2f7fa;
  border-radius: 1.0416666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.first__slider .slider-container .slide-link > *:last-child {
  margin-bottom: 0 !important;
}
.first__slider .slider-container .slide-link:hover {
  border-color: #EF7F1A;
}
.first__slider .slider-container .slide-title {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.4583333333vw;
  margin-bottom: 0.5208333333vw;
}
.first__slider .slider-container .slide-price {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.5625vw;
  color: #EF7F1A;
}
.first__slider .slider-container .slide-price span {
  font-size: 1.25vw;
}
.first__slider .slider-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.first__slider .slider-bottom .bottom-pagination {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.first__availability {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "items action";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625vw 1.5625vw;
  padding: 1.0416666667vw;
  background-color: #f6f0e4;
  background-image: -webkit-linear-gradient(118deg, #fdfbf6 0%, #f0e3c8 48%, #faf6ee 100%);
  background-image: linear-gradient(118deg, #fdfbf6 0%, #f0e3c8 48%, #faf6ee 100%);
  border: 0.0520833333vw solid rgba(198, 168, 108, 0.28);
  box-shadow: inset 0 0.0520833333vw 0 rgba(255, 255, 255, 0.75);
  border-radius: 1.0416666667vw;
}
.first__availability--bg-gray {
  background-color: #f0f5f8;
  background-image: -webkit-linear-gradient(left, #f6f9fb 0%, #eef5f8 55%, #f7fafb 100%);
  background-image: linear-gradient(90deg, #f6f9fb 0%, #eef5f8 55%, #f7fafb 100%);
  border-color: rgba(224, 237, 241, 0.9);
}
.first__availability--bg-mint {
  background-color: #eef8ee;
  background-image: -webkit-linear-gradient(118deg, #fbfef9 0%, #dcefdc 48%, #f3fbf4 100%);
  background-image: linear-gradient(118deg, #fbfef9 0%, #dcefdc 48%, #f3fbf4 100%);
  border-color: rgba(139, 184, 143, 0.32);
}
.first__availability--bg-lavender {
  background-color: #f2eefb;
  background-image: -webkit-linear-gradient(118deg, #fdfbff 0%, #e8ddf6 50%, #f7f2ff 100%);
  background-image: linear-gradient(118deg, #fdfbff 0%, #e8ddf6 50%, #f7f2ff 100%);
  border-color: rgba(158, 132, 195, 0.3);
}
.first__availability--bg-salmon {
  background-color: #fff0ea;
  background-image: -webkit-linear-gradient(118deg, #fffaf7 0%, #f7d8cd 48%, #fff2ec 100%);
  background-image: linear-gradient(118deg, #fffaf7 0%, #f7d8cd 48%, #fff2ec 100%);
  border-color: rgba(219, 143, 116, 0.32);
}
.first__availability--bg-peach {
  background-color: #fff3e4;
  background-image: -webkit-linear-gradient(118deg, #fffaf3 0%, #f6ddbd 48%, #fff5e8 100%);
  background-image: linear-gradient(118deg, #fffaf3 0%, #f6ddbd 48%, #fff5e8 100%);
  border-color: rgba(215, 161, 91, 0.3);
}
.first__availability--bg-sky {
  background-color: #edf8fb;
  background-image: -webkit-linear-gradient(118deg, #fbfeff 0%, #d7edf5 48%, #f2fbfd 100%);
  background-image: linear-gradient(118deg, #fbfeff 0%, #d7edf5 48%, #f2fbfd 100%);
  border-color: rgba(112, 173, 196, 0.3);
}
.first__availability--bg-rose {
  background-color: #fbf0f4;
  background-image: -webkit-linear-gradient(118deg, #fffafb 0%, #efd9e2 48%, #fff3f7 100%);
  background-image: linear-gradient(118deg, #fffafb 0%, #efd9e2 48%, #fff3f7 100%);
  border-color: rgba(197, 134, 158, 0.3);
}
.first__availability--bg-sand {
  background-color: #f8f1df;
  background-image: -webkit-linear-gradient(118deg, #fffdf7 0%, #eadbb9 48%, #faf4e6 100%);
  background-image: linear-gradient(118deg, #fffdf7 0%, #eadbb9 48%, #faf4e6 100%);
  border-color: rgba(183, 151, 91, 0.32);
}
.first__availability--bg-olive {
  background-color: #f1f5df;
  background-image: -webkit-linear-gradient(118deg, #fdfff6 0%, #e1e8bd 48%, #f7fae9 100%);
  background-image: linear-gradient(118deg, #fdfff6 0%, #e1e8bd 48%, #f7fae9 100%);
  border-color: rgba(151, 169, 85, 0.3);
}
.first__availability--bg-white {
  background-color: #ffffff;
  background-image: none;
  border-color: rgba(224, 237, 241, 0.9);
}
.first__availability .slider-container {
  grid-area: items;
  min-width: 0;
  margin-bottom: 0;
}
.first.first--compact .first__availability .slider-container {
  margin-bottom: 0;
}
.first__availability .slider-container .swiper {
  overflow: visible;
}
.first__availability .slider-container .swiper-wrapper {
  display: grid !important;
  /* Сколько колонок влезет — столько и будет; минимум ~200px, но не шире контейнера (узкие окна) */
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 1.0416666667vw;
  -webkit-transform: none !important;
  transform: none !important;
}
.first__availability .slider-container .swiper-slide {
  width: 100% !important;
  min-width: 0;
  min-height: 0;
  margin-right: 0 !important;
  background: transparent;
}
.first__availability .slider-container .slide-link {
  width: 100%;
  box-sizing: border-box;
  min-height: 3.75vw;
  padding: 0.7291666667vw 0.8333333333vw;
  border: 0;
  border-radius: 0.4166666667vw;
  background: rgba(255, 255, 255, 0.92);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.78125vw;
  color: #122033;
  text-decoration: none;
}
.first__availability .slider-container .slide-link:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0.4166666667vw 1.0416666667vw rgba(18, 32, 51, 0.08);
  box-shadow: 0 0.4166666667vw 1.0416666667vw rgba(18, 32, 51, 0.08);
}
.first__availability .slider-container .slide-icon {
  width: 2.5vw;
  height: 2.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.first__availability .slider-container .slide-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.first__availability .slider-container .slide-main {
  min-width: 0;
  display: block;
}
.first__availability .slider-container .slide-title {
  display: block;
  font-size: 0.7291666667vw;
  font-weight: 700;
  line-height: 0.9375vw;
  margin-bottom: 0.1041666667vw;
}
.first__availability .slider-container .slide-price {
  display: block;
  font-size: 0.625vw;
  font-weight: 500;
  line-height: 0.8333333333vw;
  color: #122033;
}
.first__availability .slider-container .slide-price span {
  font-size: inherit;
}
.first__availability-btn {
  grid-area: action;
  min-width: 8.8541666667vw;
  min-height: 2.34375vw;
  padding: 0.5208333333vw 1.0416666667vw;
  border: 0.0520833333vw solid #28506f;
  border-radius: 1.171875vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #28506f;
  font-size: 0.7291666667vw;
  font-weight: 700;
  line-height: 0.9375vw;
  text-decoration: none;
  white-space: nowrap;
}
.first__availability-btn span::after {
  content: "→";
  margin-left: 0.4166666667vw;
}
.first__availability-btn:hover {
  background: #28506f;
  color: #ffffff;
}
.first__availability .slider-bottom {
  display: none;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 2.8645833333vw 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0.0520833333vw solid #e0edf1;
}
.footer__main {
  width: 13.8020833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__main > *:last-child {
  margin-bottom: 0 !important;
}
.footer__main .main-logo {
  width: 100%;
  height: 3.90625vw;
  margin-bottom: 1.8229166667vw;
}
.footer__main .main-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__main .main-text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  color: #829196;
  margin-bottom: 1.8229166667vw;
}
.footer__main .main-btn {
  width: 100%;
  margin-bottom: 1.8229166667vw;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__menu .menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 4.1666666667vw;
}
.footer__menu .menu-block:last-child {
  margin-right: 0;
}
.footer__menu .menu-title {
  font-size: 0.9375vw;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 1.0416666667vw;
}
.footer__menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__menu .menu-list .list-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 2.0833333333vw;
}
.footer__menu .menu-list .list-col:last-child {
  margin-right: 0;
}
.footer__menu .menu-list .list-item {
  font-size: 0.78125vw;
  line-height: 1.25;
  color: #829196;
  margin-bottom: 0.78125vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__menu .menu-list .list-item:last-child {
  margin-bottom: 0;
}
.footer__menu .menu-list .list-item:hover {
  color: #EF7F1A;
}
.footer__menu .menu-list .menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.78125vw 1.8229166667vw;
  max-width: 16.1458333333vw;
}
.footer__menu .menu-list .menu .menu-item {
  flex: 1 0 40%;
  font-size: 0.78125vw;
  line-height: 1.25;
  color: #829196;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__menu .menu-list .menu .menu-item:hover {
  color: #EF7F1A;
}
.menu-item a[aria-current="page"] {
  color: #EF7F1A;
}
.header .menu-item.current-menu-item > a,
.header .menu-item a[aria-current="page"] {
  color: #EF7F1A;
  font-weight: 700;
}
.footer__info {
  width: 11.9791666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.8229166667vw;
}
.footer__info .info-item:last-child {
  margin-bottom: 0;
}
.footer__info .item-icon {
  width: 0.9375vw;
  height: 1.09375vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5208333333vw;
}
.footer__info .item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__info .item-main > *:last-child {
  margin-bottom: 0 !important;
}
.footer__info .item-text {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.2604166667vw;
}
.footer__info .footer__address-link {
  display: inline-block;
  max-width: 14.0625vw;
  margin-bottom: 0;
  line-height: 1.35;
}
.footer__info .footer__address-link.bottom-line {
  color: #1c1c1c !important;
  white-space: normal;
  text-decoration: none;
}
.footer__info .footer__address-link.bottom-line:hover {
  color: #EF7F1A !important;
}
.footer__info .footer__address-link.bottom-line::after,
.footer__info .footer__address-link.bottom-line:hover::after {
  display: none !important;
}
.footer__info .footer__address-link b {
  font-weight: 700;
  white-space: pre-line;
}
.footer__info .item-phone {
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.25vw;
  margin-bottom: 0.2604166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__info .item-phone:hover {
  color: #EF7F1A;
}
.footer__info .item-link,
.footer__info .item-btn {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.1458333333vw;
  cursor: pointer;
  margin-bottom: 0.2604166667vw;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.0833333333vw 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0.0520833333vw solid #e0edf1;
}
.footer__bottom .bottom-text {
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  color: #829196;
}
.footer__bottom .bottom-text a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__bottom .bottom-text a:hover {
  color: #EF7F1A;
}
.footer__bottom .bottom-text:nth-child(2) {
  text-align: center;
}
.footer__bottom .bottom-text:nth-child(3) {
  text-align: right;
}
.footer__bottom .bottom-text:nth-child(n+4) {
  display: none;
}
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition-duration: 0.2s;
  overflow: hidden;
}
.banner__container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 50;
}
.banner__link {
  width: 100%;
  height: 100%;
  display: block;
}
.banner__img {
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: none;
  height: auto;
}
.banner__img-desktop {
  display: flex;
}
.banner__close {
  position: absolute;
  right: 0;
  padding: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border:none;
  cursor:pointer;
}
.banner__close img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.header {
  margin-bottom: 2.6041666667vw;
}
.header__top {
  padding: 1.0416666667vw 0;
  border-bottom: 0.0520833333vw solid #e0edf1;
  background: -webkit-linear-gradient(top, #EF7F1A 0%, rgba(239, 127, 26, 0) 50%);
  background: linear-gradient(to bottom, #EF7F1A 0%, rgba(239, 127, 26, 0) 50%);
}
.header__top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.8229166667vw;
}
.header__logo {
  display: block;
  line-height: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__logo img {
  width: 8.8541666667vw;
  height: auto;
  display: block;
}
.header__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 48vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.6770833333vw;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 1.8229166667vw;
}
.header__nav .nav-link:last-child {
  margin-right: 0;
}
.header__nav .nav-link:hover {
  color: #EF7F1A;
}
.header__nav img {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  margin-left: 0.2604166667vw;
}
.header__nav img:first-child {
  margin-left: 0;
}
.header__nav .menu {
  padding: 0;
  max-width: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.625vw 0.8854166667vw;
}
.header__nav .menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.82vw;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav .menu .menu-item:last-child {
  margin-right: 0;
}
.header__nav .menu .menu-item:hover {
  color: #EF7F1A;
}
.header__nav .menu .menu-item.percentage::after {
  position: relative;
  content: '';
  background: url('../img/general/sale-icon.svg') center no-repeat;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  margin-left: 0.2604166667vw;
}
.header__nav .menu img:first-child {
  margin-left: 0;
}
.header__extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1458333333vw;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.40625vw;
}
.header__info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 0;
}
.header__info .info-item:last-child {
  margin-right: 0;
}
.header__info .item-icon {
  width: 0.9375vw;
  height: 1.09375vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5208333333vw;
  margin-top: 0.12em;
}
.header__info .item-main {
  max-width: 9.375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header__info .item-main > *:last-child {
  margin-bottom: 0 !important;
}
.header__info .item-text {
  font-size: 0.78vw;
  line-height: 0.98vw;
  letter-spacing: 0;
  margin-bottom: 0.1041666667vw;
}
.header__info .item-text--header-schedule {
  line-height: 1.35;
  white-space: normal;
}
.header__info .item-link-address {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  line-height: 1.35;
}
.header__info .item-link-address.bottom-line {
  color: #1c1c1c !important;
  white-space: normal;
  text-decoration: none;
}
.header__info .item-link-address.bottom-line:hover {
  color: #EF7F1A !important;
}
.header__info .item-link-address.bottom-line::after,
.header__info .item-link-address.bottom-line:hover::after {
  display: none !important;
}
.header__info .item-link-address b {
  font-weight: 700;
  white-space: pre-line;
}
@media only screen and (min-width: 769px) {
.header__info .info-item:first-child .item-main {
  max-width: 14.5833333333vw;
}
}
.header__info .item-phone {
  font-size: 0.8854166667vw;
  font-weight: 700;
  line-height: 1.0416666667vw;
  margin-bottom: 0.1041666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__info .item-phone:hover {
  color: #EF7F1A;
}
.header__info .item-link,
.header__info .item-btn {
  font-size: 0.625vw;
  font-weight: 700;
  line-height: 0.9375vw;
  cursor: pointer;
  margin-bottom: 0.1041666667vw;
}
.header__extras .header__contact {
  padding-left: 0.9375vw;
  margin-left: 0.2604166667vw;
  border-left: 0.0520833333vw solid #e0edf1;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  margin-left: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__contact .item-phone {
  font-size: 1.08vw;
  font-weight: 700;
  line-height: 1.25vw;
  letter-spacing: 0;
  margin-bottom: 0.1041666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__contact .item-phone:hover {
  color: #EF7F1A;
}
.header__contact .item-btn {
  font-size: 0.68vw;
  font-weight: 700;
  line-height: 1.02vw;
  letter-spacing: 0;
  cursor: pointer;
  margin-bottom: 0;
}
.header__callback-btn.bottom-line {
  color: #d66b5a !important;
}
.header__callback-btn.bottom-line::after {
  background-color: #d66b5a !important;
}
.header__callback-btn.bottom-line:hover {
  color: #b85445 !important;
}
.header__callback-btn.bottom-line:hover::after {
  background-color: #b85445 !important;
}
.header__icons-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
.header__menu .menu {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.header__bottom .header__icons {
  margin-left: 1.5625vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
}
.header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__icons .icons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2.6041666667vw;
}
.header__icons .icons-item:last-child {
  margin-right: 0;
}
.header__icons .item-img {
  width: auto;
  height: 1.25vw;
  position: relative;
  margin-right: 0.78125vw;
}
.header__icons .item-img.active span {
  opacity: 1;
}
.header__icons .item-img:last-child {
  margin-right: 0;
}
.header__icons .item-img img {
  width: auto;
  height: 1.25vw;
  position: relative;
  z-index: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__icons .item-img span {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -0.46875vw;
  right: -0.5208333333vw;
  z-index: 1;
  font-size: 0.5208333333vw;
  font-weight: 700;
  line-height: 0.7291666667vw;
  color: #ffffff;
  background: #EF7F1A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.header__icons .item-img:hover span {
  background: #d56d15;
}
.header__icons .item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 0.625vw;
  line-height: 0.78125vw;
}
.header__icons .item-title {
  margin-bottom: 0.2604166667vw;
}
.header__icons .item-price {
  font-weight: 700;
}
.header__bottom {
  height: 3.125vw;
}
.header__container {
  width: 100%;
  height: 3.125vw;
  background-color: #ffffff;
  border-bottom: 0.0520833333vw solid #e0edf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.header__container .wrapper {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.header__container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 500;
}
@media only screen and (min-width: 769px) {
.header__bottom {
  min-height: 3.125vw;
}
}
.header__menu {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__menu .menu-item {
  font-size: 0.95vw;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.header__menu .menu-item:hover {
  color: #EF7F1A;
}
.page .header__menu > ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu .menu {
  list-style: none;
  padding: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__menu .menu .menu-item {
  font-size: 1.04vw;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.header__menu .menu .menu-item:hover,
.header__menu .menu .menu-item:hover > a {
  color: #EF7F1A;
}
.header__menu .menu .menu-item.current-menu-item > a,
.header__menu .menu .menu-item.current-menu-ancestor > a,
.header__menu .menu .menu-item.current-menu-parent > a,
.header__menu .menu .menu-item.current_page_item > a {
  color: #EF7F1A;
}
.header .header__nav .menu .menu-item,
.header .header__menu .menu .menu-item,
.header .header__menu .menu-item {
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 600;
}
.manager {
  margin-bottom: 5.2083333333vw;
}
.manager__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.6458333333vw;
}
.manager__top .manager__title {
  max-width: 53.90625vw;
}
.manager__head {
  margin-bottom: 2.6041666667vw;
}
.manager__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.manager__size .size-icon {
  width: 1.5625vw;
  height: 1.5625vw;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.8229166667vw;
}
.manager__size .size-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.manager__size .size-text {
  width: 12.5vw;
  color: #829196;
  font-size: 1.5625vw;
  line-height: 2.0833333333vw;
}
.manager__bullets {
  overflow: hidden;
  margin-bottom: 3.6458333333vw;
}
.manager__bullets .bullets-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.5625vw -2.8645833333vw;
}
.manager__bullets .bullets-item {
  width: 23.4375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.5625vw 2.8645833333vw;
}
.manager__bullets .item-icon {
  width: 6.5104166667vw;
  height: 6.5104166667vw;
  border-radius: 50%;
  border: none;
  background-color: #fff3e8;
  -webkit-box-shadow: 0 0.2083333333vw 1.0416666667vw rgba(239, 127, 26, 0.08);
  box-shadow: 0 0.2083333333vw 1.0416666667vw rgba(239, 127, 26, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625vw;
}
.manager__bullets .item-icon img {
  width: 3.125vw;
  height: 3.125vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.manager__bullets .item-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
}
.manager__banner {
  border-radius: 1.8229166667vw;
  overflow: hidden;
  position: relative;
  background-color: #faf8f6;
}
.manager__banner .banner-person {
  width: 31.25vw;
  height: 24.7395833333vw;
  position: absolute;
  left: 27.6041666667vw;
  bottom: 0;
  z-index: 1;
}
.manager__banner .banner-person .person-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.manager__banner .banner-person .person-info {
  width: 6.7708333333vw;
  position: absolute;
  top: 9.375vw;
  left: 21.6145833333vw;
  z-index: 1;
}
.manager__banner .banner-content {
  min-height: 24.7395833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.90625vw 3.6458333333vw;
  position: relative;
  z-index: 2;
}
.manager__banner .banner-title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  font-weight: 700;
  line-height: var(--tz-section-h2-line, 2.734375vw);
  margin-bottom: 1.5625vw;
}
.manager__banner .banner-text {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 1.5625vw;
}
.manager__banner .banner-btn {
  margin-bottom: 1.0416666667vw;
}
.manager__banner .banner-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.0416666667vw;
}
.manager__banner .banner-phone .phone-text {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.2604166667vw;
  color: #829196;
}
.manager__banner .banner-phone .phone-link {
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.7708333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.manager__banner .banner-phone .phone-link:hover {
  color: #EF7F1A;
}
.manager__banner .banner-main {
  width: 29.4270833333vw;
}
.manager__banner .banner-main > *:last-child {
  margin-bottom: 0 !important;
}
.manager__banner .banner-side {
  width: 19.7916666667vw;
}
.manager__banner .banner-side > *:last-child {
  margin-bottom: 0 !important;
}
.manager__banner .banner-form .form-input {
  width: 13.0208333333vw;
}
.mattress-covers-order {
  margin-bottom: 5.2083333333vw;
}
.mattress-covers-order__head {
  margin-bottom: 2.6041666667vw;
}
.mattress-covers-order__banner {
  overflow: hidden;
  position: relative;
  border-radius: 1.8229166667vw;
}
.mattress-covers-order__banner .banner-person {
  width: 39.0625vw;
  height: 21.3541666667vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.mattress-covers-order__banner .banner-person .person-img {
  width: 29.1666666667vw;
  max-height: 21.3541666667vw;
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 0;
}
.mattress-covers-order__banner .banner-person .person-info {
  width: 6.7708333333vw;
  position: absolute;
  top: 9.1145833333vw;
  left: 26.5625vw;
  z-index: 1;
}
.mattress-covers-order__banner .banner-main {
  width: 100%;
  height: 100%;
  min-height: 21.3541666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.6458333333vw;
  padding-right: 43.75vw;
  position: relative;
  z-index: 2;
}
.mattress-covers-order__banner .banner-title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  line-height: var(--tz-section-h2-line, 2.734375vw);
  font-weight: 700;
  margin-bottom: 1.5625vw;
}
.mattress-covers-order__banner .banner-text {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 1.5625vw;
}
.mattress-covers-order__banner .banner-form .form-input {
  width: 18.2291666667vw;
}
.mattresses {
  margin-bottom: 5.2083333333vw;
}
.mattresses__head {
  margin-bottom: 2.6041666667vw;
}
.mattresses__slider .slider-hint,
.mattresses__slider .slider-bottom {
  display: none;
}
.mattresses__slider .slider-container {
  overflow: hidden;
}
.mattresses__slider .slider-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.mattresses__slider .slider-container .swiper-slide {
  width: 26.1458333333vw;
  height: auto;
}
.mattresses__slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  border-radius: 1.0416666667vw;
  background-color: #f2f7fa;
  overflow: hidden;
}
.mattresses__slide .slide-img {
  width: 19.7916666667vw;
  height: auto;
  max-height: 13.5416666667vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.mattresses__slide .slide-main {
  width: 100%;
  height: auto;
  min-height: 13.5416666667vw;
  padding: 2.0833333333vw;
  padding-right: 7.2916666667vw;
  position: relative;
  z-index: 1;
  border-radius: inherit;
}
.mattresses__slide .slide-title {
  font-size: 1.6666666667vw;
  line-height: 2.2916666667vw;
  font-weight: 700;
  margin-bottom: 0.5208333333vw;
}
.mattresses__slide .slide-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
}
@media only screen and (min-width: 769px) {
.mattresses__slider .swiper {
  margin: -0.8333333333vw;
}
.mattresses__slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mattresses__slider .swiper-slide {
  margin: 0.8333333333vw;
}
}
.offer {
  margin-bottom: 5.2083333333vw;
}
.offer__banner {
  overflow: hidden;
  position: relative;
  border-radius: 1.8229166667vw;
}
.offer__banner .banner-img {
  width: 30.7291666667vw;
  height: auto;
  max-height: 31.25vw;
  position: absolute;
  left: 32.2916666667vw;
  bottom: 0;
  z-index: 1;
}
.offer__banner .banner-content {
  min-height: 31.25vw;
  padding: 3.125vw 3.6458333333vw;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.offer__banner .banner-block {
  width: 33.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.offer__banner .banner-block > *:last-child {
  margin-bottom: 0 !important;
}
.offer__banner .banner-block:nth-child(2) {
  width: 19.7916666667vw;
}
.offer__banner .banner-block:nth-child(2) .banner-text {
  margin-bottom: 1.8229166667vw;
}
.offer__banner .banner-block:nth-child(n+3) {
  display: none;
}
.offer__banner .banner-title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  line-height: var(--tz-section-h2-line, 2.734375vw);
  font-weight: 700;
  margin-bottom: 1.3020833333vw;
}
.offer__banner .banner-text {
  max-width: 28.90625vw;
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 1.3020833333vw;
}
.offer__banner .banner-form {
  width: 28.90625vw;
  margin-bottom: 1.3020833333vw;
}
.offer__banner .banner-form .form-input {
  width: 13.0208333333vw;
}
.offer__banner .banner-btn {
  width: 100%;
}
.order {
  margin-bottom: 5.2083333333vw;
}
.order__head {
  margin-bottom: 2.6041666667vw;
}
.order__container {
  overflow: hidden;
}
.order__container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.3020833333vw;
}
.order__item {
  width: 39.5833333333vw;
  padding: 3.3333333333vw 3.59375vw;
  background-color: #f2f7fa;
  border: 0.0520833333vw solid #f2f7fa;
  border-radius: 1.8229166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 1.3020833333vw;
}
.order__item > *:last-child {
  margin-bottom: 0 !important;
}
.order__item .item-title {
  font-size: 2.5vw;
  line-height: 3.0208333333vw;
  margin-bottom: 1.5625vw;
}
.order__item .item-text {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 1.5625vw;
}
.order__item .item-text a {
  font-size: 1.8229166667vw;
  line-height: 2.34375vw;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.order__item .item-text a:hover {
  color: #F5D0B8;
  text-decoration: none;
}
.order__item ol.item-list {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  padding-left: 1.7708333333vw;
  margin-bottom: 1.5625vw;
}
.order__item ol.item-list li {
  margin-bottom: 0.78125vw;
}
.order__item ol.item-list li:last-child {
  margin-bottom: 0;
}
.order__item .item-btn {
  margin-top: auto;
  margin-bottom: 0;
}
.order__item .common-btn {
  min-width: 13.5416666667vw;
}
.order__item .common-green-btn {
  min-width: 19.7916666667vw;
}
.order__item.white-item {
  background-color: #ffffff;
}
.order__item.order__item--bg-gray {
  background-color: #f0f5f8;
  background-image: -webkit-linear-gradient(left, #f6f9fb 0%, #eef5f8 55%, #f7fafb 100%);
  background-image: linear-gradient(90deg, #f6f9fb 0%, #eef5f8 55%, #f7fafb 100%);
  border-color: rgba(224, 237, 241, 0.9);
}
.order__item.order__item--bg-gold {
  background-color: #f6f0e4;
  background-image: -webkit-linear-gradient(118deg, #fdfbf6 0%, #f0e3c8 48%, #faf6ee 100%);
  background-image: linear-gradient(118deg, #fdfbf6 0%, #f0e3c8 48%, #faf6ee 100%);
  border-color: rgba(198, 168, 108, 0.28);
}
.order__item.order__item--bg-mint {
  background-color: #eef8ee;
  background-image: -webkit-linear-gradient(118deg, #fbfef9 0%, #dcefdc 48%, #f3fbf4 100%);
  background-image: linear-gradient(118deg, #fbfef9 0%, #dcefdc 48%, #f3fbf4 100%);
  border-color: rgba(139, 184, 143, 0.32);
}
.order__item.order__item--bg-lavender {
  background-color: #f2eefb;
  background-image: -webkit-linear-gradient(118deg, #fdfbff 0%, #e8ddf6 50%, #f7f2ff 100%);
  background-image: linear-gradient(118deg, #fdfbff 0%, #e8ddf6 50%, #f7f2ff 100%);
  border-color: rgba(158, 132, 195, 0.3);
}
.order__item.order__item--bg-salmon {
  background-color: #fff0ea;
  background-image: -webkit-linear-gradient(118deg, #fffaf7 0%, #f7d8cd 48%, #fff2ec 100%);
  background-image: linear-gradient(118deg, #fffaf7 0%, #f7d8cd 48%, #fff2ec 100%);
  border-color: rgba(219, 143, 116, 0.32);
}
.order__item.order__item--bg-peach {
  background-color: #fff3e4;
  background-image: -webkit-linear-gradient(118deg, #fffaf3 0%, #f6ddbd 48%, #fff5e8 100%);
  background-image: linear-gradient(118deg, #fffaf3 0%, #f6ddbd 48%, #fff5e8 100%);
  border-color: rgba(215, 161, 91, 0.3);
}
.order__item.order__item--bg-sky {
  background-color: #edf8fb;
  background-image: -webkit-linear-gradient(118deg, #fbfeff 0%, #d7edf5 48%, #f2fbfd 100%);
  background-image: linear-gradient(118deg, #fbfeff 0%, #d7edf5 48%, #f2fbfd 100%);
  border-color: rgba(112, 173, 196, 0.3);
}
.order__item.order__item--bg-rose {
  background-color: #fbf0f4;
  background-image: -webkit-linear-gradient(118deg, #fffafb 0%, #efd9e2 48%, #fff3f7 100%);
  background-image: linear-gradient(118deg, #fffafb 0%, #efd9e2 48%, #fff3f7 100%);
  border-color: rgba(197, 134, 158, 0.3);
}
.order__item.order__item--bg-sand {
  background-color: #f8f1df;
  background-image: -webkit-linear-gradient(118deg, #fffdf7 0%, #eadbb9 48%, #faf4e6 100%);
  background-image: linear-gradient(118deg, #fffdf7 0%, #eadbb9 48%, #faf4e6 100%);
  border-color: rgba(183, 151, 91, 0.32);
}
.order__item.order__item--bg-olive {
  background-color: #f1f5df;
  background-image: -webkit-linear-gradient(118deg, #fdfff6 0%, #e1e8bd 48%, #f7fae9 100%);
  background-image: linear-gradient(118deg, #fdfff6 0%, #e1e8bd 48%, #f7fae9 100%);
  border-color: rgba(151, 169, 85, 0.3);
}
.order__item.order__item--bg-white {
  background-color: #ffffff;
  background-image: none;
  border-color: rgba(224, 237, 241, 0.9);
}
.partners {
  margin-bottom: 5.2083333333vw;
}
.partners__head {
  margin-bottom: 2.6041666667vw;
}
.partners__bullets {
  overflow: hidden;
}
.partners__bullets .bullets-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -1.0416666667vw -1.5625vw;
}
.partners__bullets .bullets-item {
  width: 39.3229166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.0416666667vw 1.5625vw;
}
.partners__bullets .item-icon {
  width: 6.5104166667vw;
  height: 6.5104166667vw;
  border-radius: 1.8229166667vw;
  border: 0.0520833333vw solid #e0edf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2.0833333333vw;
}
.partners__bullets .item-icon img {
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.partners__bullets .item-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.partners__bullets .item-title {
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 2.0833333333vw;
  margin-bottom: 0.5208333333vw;
}
.partners__bullets .item-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  color: #829196;
}
.payment {
  margin-bottom: 5.2083333333vw;
}
.payment__head {
  margin-bottom: 1.5625vw;
}
.payment__title {
  font-size: var(--tz-section-sub, 2.0833333333vw);
  line-height: var(--tz-section-sub-line, 2.6041666667vw);
  font-weight: 700;
}
.payment__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.payment__bullets .bullets-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
}
.payment__bullets .item-icon {
  width: 3.90625vw;
  height: 3.90625vw;
  border-radius: 1.3020833333vw;
  border: 0.0520833333vw solid #e0edf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.0416666667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.payment__bullets .item-icon img {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.popular {
  margin-bottom: 5.2083333333vw;
}
.popular__head {
  margin-bottom: 2.6041666667vw;
}
.popular__slider .slider-hint,
.popular__slider .slider-bottom {
  display: none;
}
.popular__slider .slider-container {
  overflow: hidden;
}
.popular__slider .slider-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.popular__slider .slider-container .swiper-slide {
  width: 26.1458333333vw;
  height: auto;
}
.popular__slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  background-color: #ffffff;
}
.popular__slide .slide-img {
  width: 15.625vw;
  height: auto;
  max-height: 15.625vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.popular__slide .slide-main {
  width: 100%;
  height: auto;
  min-height: 15.625vw;
  padding: 2.0833333333vw;
  padding-right: 10.9375vw;
  position: relative;
  z-index: 1;
  border: 0.0520833333vw solid #e0edf1;
  border-radius: inherit;
}
.popular__slide .slide-title {
  font-size: var(--tz-card-title, 1.25vw);
  line-height: 1.5vw;
  font-weight: 700;
}
.popular__slide.pink-slide, .popular__slide.purple-slide {
  color: #ffffff;
}
.popular__slide.pink-slide .slide-main, .popular__slide.purple-slide .slide-main {
  border-color: transparent;
}
.popular__slide.pink-slide {
  background-color: #F0A16D;
}
.popular__slide.purple-slide {
  background-color: #E85A28;
}
@media only screen and (min-width: 769px) {
.popular__slider .swiper {
  margin: -0.8333333333vw;
}
.popular__slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popular__slider .swiper-slide {
  margin: 0.8333333333vw;
}
}
[data-popup-open] {
  cursor: pointer;
}
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  overflow: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.popup.open {
  opacity: 1;
  pointer-events: auto;
}
.popup__container {
  width: 100%;
  min-height: 100%;
  padding: 2.6041666667vw 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup__container.bottom-left-popup {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.popup__container.bottom-left-popup .popup__content {
  margin-top: auto;
  margin-left: 2.6041666667vw;
  margin-right: auto;
  margin-bottom: 0;
}
.popup__blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.popup__content {
  margin: auto;
  padding: 2.6041666667vw;
  overflow: hidden;
  border-radius: 1.3020833333vw;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.popup__content .content-close-btn {
  width: 0.7291666667vw;
  height: 0.7291666667vw;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 1.3020833333vw;
  right: 1.3020833333vw;
  cursor: pointer;
}
.popup__content .content-close-btn svg {
  width: 100%;
  height: 100%;
}
.popup__content .content-close-btn svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  stroke: #829196;
}
.popup__content .content-close-btn:hover svg path {
  stroke: #ff0000;
}
.cookie-popup {
  width: 36.4583333333vw;
  padding: 2.0833333333vw 2.6041666667vw;
  padding-right: 4.1666666667vw;
}
.cookie-popup .content-title {
  margin-bottom: 1.0416666667vw;
}
.cookie-popup .content-text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  margin-bottom: 1.0416666667vw;
}
.cookie-popup .content-text span {
  text-decoration: underline;
}
.cookie-popup .content-text span:hover {
  text-decoration: none;
}
.cookie-popup .content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie-popup .bottom-btn {
  min-width: 10.4166666667vw;
  height: 3.125vw;
}
.policy-popup {
  width: 81.7708333333vw;
}
.policy-popup .content-block > *:last-child {
  margin-bottom: 0 !important;
}
.policy-popup .content-block h3 {
  font-size: var(--tz-section-sub, 2.0833333333vw);
  line-height: var(--tz-section-sub-line, 2.6041666667vw);
  margin-bottom: 1.0416666667vw;
}
.policy-popup .content-block h4 {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 0.78125vw;
}
.policy-popup .content-block p {
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.78125vw;
}
.policy-popup .content-block ul {
  padding: 0;
  list-style: none;
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.78125vw;
}
.policy-popup .content-block ul li {
  padding-left: 1.0416666667vw;
  position: relative;
  margin-bottom: 0.5208333333vw;
}
.policy-popup .content-block ul li:last-child {
  margin-bottom: 0;
}
.policy-popup .content-block ul li::before {
  content: "";
  width: 0.5208333333vw;
  height: 0.0520833333vw;
  background-color: #1c1c1c;
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.quiz-popup {
  width: 27.6041666667vw;
  padding: 2.6041666667vw 2.8645833333vw;
}
.quiz-popup .content-title {
  text-align: center;
  margin-bottom: 1.3020833333vw;
}
.quiz-popup .content-links {
  overflow: hidden;
}
.quiz-popup .content-links .links-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5208333333vw -0.78125vw;
}
.quiz-popup .content-links .links-item {
  width: 10.15625vw;
  min-height: 3.125vw;
  border-radius: 5.2083333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  font-weight: 500;
  border: 0.0520833333vw solid #f2f7fa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0.5208333333vw 0.78125vw;
  color: #fff;
  background-color: #EF7F1A;
}
.quiz-popup .content-links .links-item:last-child {
  background-color: #F5D0B8;
}
.review-popup {
  width: 26.5625vw;
}
.review-popup .content-head {
  margin-bottom: 1.3020833333vw;
}
.review-popup .content-title {
  text-align: center;
}
.review-popup .content-sub-title {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  text-align: center;
  font-weight: 500;
}
.review-popup .content-text {
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  margin-bottom: 1.8229166667vw;
  text-align: center;
}
.review-popup .content-form .form-textarea {
  height: 7.8125vw;
}
.promotion-popup {
  width: 51.5625vw;
  padding: 2.6041666667vw 3.6458333333vw;
}
.promotion-popup .content-title {
  margin-bottom: 1.5625vw;
}
.promotion-popup .content-text {
  font-size: 1.25vw;
  line-height: 1.875vw;
  margin-bottom: 2.0833333333vw;
}
.promotion-popup .content-form .form-input {
  width: 20.8333333333vw;
}
.fast-order-popup {
  width: 58.3333333333vw;
  padding: 2.6041666667vw 3.6458333333vw;
}
.fast-order-popup .content-title {
  text-align: center;
  margin-bottom: 1.8229166667vw;
}
.fast-order-popup .content-main {
  position: relative;
  padding-right: 26.5625vw;
}
.fast-order-popup .main-img {
  width: 23.9583333333vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 1.3020833333vw;
  border: 0.0520833333vw solid #e0edf1;
}
.fast-order-popup .main-title {
  font-size: var(--tz-section-sub, 2.0833333333vw);
  line-height: var(--tz-section-sub-line, 2.6041666667vw);
  font-weight: 500;
  margin-bottom: 1.0416666667vw;
}
.fast-order-popup .main-text {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  color: #829196;
  margin-bottom: 0.78125vw;
}
.fast-order-popup .main-delivery {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 500;
  color: #EF7F1A;
  text-transform: uppercase;
  margin-bottom: 1.0416666667vw;
}
.fast-order-popup .main-form {
  width: 21.3541666667vw;
}
.call-back-popup {
  width: 26.5625vw;
}
.call-back-popup .content-title {
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
.call-back-popup .content-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 1.0416666667vw;
  text-align: center;
}
.basket-popup {
  width: 27.6041666667vw;
  padding: 2.6041666667vw 2.8645833333vw;
}
.basket-popup .content-title {
  text-align: center;
  margin-bottom: 1.3020833333vw;
}
.basket-popup .content-buttons {
  overflow: hidden;
}
.basket-popup .content-buttons .buttons-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5208333333vw -0.78125vw;
}
.basket-popup .content-btn {
  width: 10.15625vw;
  height: 3.125vw;
  border-radius: 5.2083333333vw;
  padding: 0 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
  font-weight: 500;
  border: 0.0520833333vw solid #f2f7fa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0.5208333333vw 0.78125vw;
  color: #c1d2d8;
  cursor: pointer;
}
.basket-popup .content-btn:hover {
  color: #1c1c1c;
  background-color: #f2f7fa;
}
.basket-popup .content-link {
  width: 10.15625vw;
  height: 3.125vw;
  margin: 0.5208333333vw 0.78125vw;
}
.price-catalog {
  margin-bottom: 5.2083333333vw;
}
.price-catalog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.price-catalog__banner {
  width: 54.6875vw;
  height: auto;
  border-radius: 1.8229166667vw;
  background-color: #F5D0B8;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.price-catalog__banner .banner-img {
  width: 21.5104166667vw;
  height: 39.6875vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.25;
  z-index: 0;
}
.price-catalog__banner .banner-content {
  width: 100%;
  height: 100%;
  padding: 3.6458333333vw 4.6875vw;
  padding-right: 26.5625vw;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.price-catalog__banner .banner-text {
  font-size: 1.0416666667vw;
  line-height: 1.3020833333vw;
  margin-bottom: 1.0416666667vw;
}
.price-catalog__banner .banner-title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  line-height: var(--tz-section-h2-line, 2.734375vw);
  margin-bottom: 1.0416666667vw;
  font-weight: 700;
}
.price-catalog__banner .banner-list {
  padding: 0;
  list-style: none;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  padding-right: 1.0416666667vw;
}
.price-catalog__banner .banner-list li {
  padding-left: 1.25vw;
  position: relative;
  margin-bottom: 0.2604166667vw;
}
.price-catalog__banner .banner-list li:last-child {
  margin-bottom: 0;
}
.price-catalog__banner .banner-list li::before {
  content: "";
  width: 0.2083333333vw;
  height: 0.2083333333vw;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 0.625vw;
  left: 0.625vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.price-catalog__form {
  width: 24.4791666667vw;
  padding: 2.6041666667vw 3.3854166667vw;
  border-radius: 1.8229166667vw;
  background-color: #f2f7fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.price-catalog__form .form-title {
  font-size: var(--tz-section-sub, 2.0833333333vw);
  line-height: var(--tz-section-sub-line, 2.6041666667vw);
  font-weight: 700;
  margin-bottom: 2.6041666667vw;
}
.price-catalog__form .form-main {
  margin-top: auto;
  margin-bottom: 0;
}
.product {
  margin-bottom: 5.2083333333vw;
  margin-top: -4vw;
}
.product__title {
  margin-bottom: 1.5625vw;
  font-size: var(--tz-section-h2, 2.4609375vw);
  line-height: var(--tz-section-h2-line, 2.734375vw);
  font-weight: 700;
}
.product__top {
  min-height: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 3.125vw;
  padding-bottom: 0.5208333333vw;
  border-bottom: 0.0520833333vw solid #e0edf1;
  margin-bottom: 1.8229166667vw;
}
.product__top .top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  font-weight: 500;
}
.product__top .top-container span {
  margin-right: 3.6458333333vw;
}
.product__top .top-container span:last-child {
  margin-right: 0;
}
.product__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.8229166667vw;
  gap: 1vw;
  top: 5vw;
  z-index: 4;
  justify-content: end;
  width: 50.5208333333vw;
  right: 1vw;
  left: auto;
}
.product__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__tags .tags-item {
  height: 1.8229166667vw;
  padding: 0 0.78125vw;
  border-radius: 2.6041666667vw;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-right: 0.78125vw;
  color: #ffffff;
  white-space: nowrap;
}
.product__tags .tags-item:last-child {
  margin-right: 0;
}
.product__tags .tags-item.purple-item {
  background-color:#E85A28;
}
.product__tags .tags-item.pink-item {
  background-color:#EF7F1A;
}
.product__tags .tags-item.blue-item {
  background-color: #EF7F1A;
}
.product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__sliders {
  width: 50.5208333333vw;
}
.product__sliders .swiper {
  width: 100%;
  height: 100%;
}
.product__sliders .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.product__sliders .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 0.0520833333vw solid #e0edf1;
}
.product__sliders .swiper-slide a {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.product__sliders .swiper-slide img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}
.product__sliders .main-slider {
  width: 100%;
  position: relative;
  margin-bottom: 0.5208333333vw;
}
.product__sliders .main-slider .slider-hint {
  display: none;
}
.product__sliders .main-slider .slider-container {
  width: 100%;
  position: relative;
  z-index: 0;
}
.product__sliders .main-slider .swiper {
  border-radius: 1.3020833333vw;
}
.product__sliders .main-slider .swiper-slide {
  height: 34vw;
  border-radius: 1.3020833333vw;
  margin-right: 0.78125vw;
}
.product__sliders .main-slider .swiper-slide:last-child {
  margin-right: 0;
}
.product__sliders .main-slider .slider-bottom {
  width: 100%;
  height: 2.6041666667vw;
  padding: 0 1.8229166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 1.5625vw;
  z-index: 1;
}
.product__sliders .thumbs-slider {
  width: 100%;
  height: 5.9895833333vw;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.product__sliders .thumbs-slider .swiper {
  border-radius: 0.5208333333vw;
}
.product__sliders .thumbs-slider .swiper-slide {
  width: 9.6875vw;
  border-radius: 0.78125vw;
  margin-right: 0.5208333333vw;
  cursor: pointer;
  position: relative;
}
.product__sliders .thumbs-slider .swiper-slide:last-child {
  margin-right: 0;
}
.product__sliders .thumbs-slider .swiper-slide::after {
  content: "";
  position: absolute;
  top: -0.0520833333vw;
  left: -0.0520833333vw;
  right: -0.0520833333vw;
  bottom: -0.0520833333vw;
  border-radius: inherit;
  border: 0.2604166667vw solid #EF7F1A;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product__sliders .thumbs-slider .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 1;
}
.product__info {
  width: 28.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.product__info .info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.34375vw;
}
.product__info .info-price.discount-none .old-price,
.product__info .info-price.discount-none .price-discount {
  display: none;
}
.product__info .info-price .current-price {
  font-size: 0.8333333333vw;
  font-weight: 500;
}
.product__info .info-price .current-price b {
  font-weight: 700;
}
.product__info .info-price .current-price span {
  font-size: 2.0833333333vw;
  line-height: 2.0833333333vw;
}
.product__info .info-price .old-price {
  font-size: 2.0833333333vw;
  line-height: 2.0833333333vw;
  color: #c1d2d8;
}
.product__info .info-price .price-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__info .info-price .discount-icon {
  height: 1.40625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.5208333333vw;
  padding-right: 0.2604166667vw;
  color: #ffffff;
  font-size: var(--tz-min, 0.7291666667vw);
  line-height: 0.8333333333vw;
  font-weight: 700;
  border-radius: 0 0.1041666667vw 0.1041666667vw 0;
  background: url("../img/general/discount-icon.svg") center left no-repeat;
  background-size: cover;
}
.product__info .info-price .discount-text {
  font-size: var(--tz-min, 0.7291666667vw);
  font-weight: 500;
  line-height: 0.9375vw;
  color: #c1d2d8;
  margin-left: 0.5208333333vw;
}
.product__info .info-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.34375vw;
}
.product__info .info-sizes .sizes-title {
  font-size: var(--tz-body, 1vw);
  line-height: var(--tz-body-line, 1.3541666667vw);
  margin-bottom: 1.0416666667vw;
}
.product__info .benefits p {
  margin-bottom:1vw;
}
.product__info .info-text {
  font-size: var(--tz-body, 1vw);
  line-height: var(--tz-body-line, 1.3541666667vw);
  margin-bottom: 1.0416666667vw;
}
.product__info .info-list {
  list-style: none;
  padding: 0;
  font-size: var(--tz-body, 1vw);
  line-height: var(--tz-body-line, 1.3541666667vw);
  margin-bottom: 1.0416666667vw;
}
.product__info .info-list li {
  padding-left: 1.0416666667vw;
  position: relative;
  margin-bottom: 0.5208333333vw;
}
.product__info .info-list li:last-child {
  margin-bottom: 0;
}
.product__info .info-list li::before {
  content: "";
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background-color: #1c1c1c;
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product__info .info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 50px;
}
.product__info .info-bottom .bottom-btn {
  width: 13.5416666667vw;
}
.product__info .info-bottom .basket-btn {
  background-color: #EF7F1A;
}
.product__info .info-bottom .added_to_cart {
  display: none;
}
.product__info .info-bottom .order-btn {
  height: 4.1666666667vw;
  border-radius: 5.2083333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
  color: #EF7F1A;
  border: 0.1041666667vw solid #EF7F1A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.product__info .info-bottom .order-btn:hover {
  border-color: #F0A16D;
  background-color: #F0A16D;
  color: #ffffff;
}
.product-description {
  margin-bottom: 5.2083333333vw;
}
.product-description__head {
  margin-bottom: 3.125vw;
}
.product-description__content {
  margin-bottom: 5.2083333333vw;
  position: relative;
}
.product-description__content .content-top {
  padding-bottom: 1.0416666667vw;
  border-bottom: 0.0520833333vw solid #e0edf1;
  margin-bottom: 2.8645833333vw;
}
.product-description__content .content-title {
  font-size: var(--tz-section-sub, 2.0833333333vw);
  line-height: var(--tz-section-sub-line, 2.6041666667vw);
  font-weight: 700;
}
.product-description__content .content-title sup {
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  top: -0.78125vw;
  left: 0.2604166667vw;
  color: #829196;
}
.product-description__content .content-bottom {
  position: absolute;
  top: 0.625vw;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-description__content .content-link {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
}
.product-description__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5.2083333333vw;
}
.product-description__item:last-child {
  margin-bottom: 0;
}
.product-description__item.open .item-text, .product-description__item.always-open .item-text {
  max-height: unset;
}
.product-description__item.open .item-text::after, .product-description__item.always-open .item-text::after {
  display: none;
}
.product-description__item.always-open .item-btn {
  display: none;
}
.product-description__item .item-slider {
  width: 42.7083333333vw;
  position: relative;
}
.product-description__item .item-slider .slider-hint {
  display: none;
}
.product-description__item .item-slider .slider-container {
  position: relative;
  z-index: 0;
}
.product-description__item .item-slider .slider-bottom {
  width: 100%;
  padding: 0 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 1.8229166667vw;
  z-index: 1;
}
.product-description__item .item-slider .swiper {
  border-radius: 1.3020833333vw;
}
.product-description__item .item-slider .swiper-slide {
  width: 42.7083333333vw;
  height: 20.8333333333vw;
  border-radius: 1.3020833333vw;
  margin-right: 0.78125vw;
}
.product-description__item .item-slider .swiper-slide:last-child {
  margin-right: 0;
}
.product-description__item .item-main {
  width: 33.0729166667vw;
  min-height: 20.8333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-description__item .item-main > *:last-child {
  margin-bottom: 0 !important;
}
.product-description__item .item-title {
  font-size: var(--tz-section-sub, 2.0833333333vw);
  line-height: var(--tz-section-sub-line, 2.6041666667vw);
  margin-top: 0;
  margin-bottom: 1.5625vw;
  font-weight: 700;
}
.product-description__item .item-text {
  max-height: 10.9375vw;
  overflow: hidden;
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
  position: relative;
}
.product-description__item .item-text::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #fff), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(bottom, #fff 10%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(0deg, #fff 10%, rgba(255, 255, 255, 0.1) 100%);
}
.product-description__item .item-text > *:last-child {
  margin-bottom: 0 !important;
}
.product-description__item .item-text p {
  margin-bottom: 1.0416666667vw;
}
.product-description__item .item-text ul {
  margin-bottom: 1.0416666667vw;
  list-style: none;
  padding: 0;
}
.product-description__item .item-text ul li {
  padding-left: 1.3541666667vw;
  position: relative;
  margin-bottom: 0.5208333333vw;
}
.product-description__item .item-text ul li:last-child {
  margin-bottom: 0;
}
.product-description__item .item-text ul li::before {
  content: "";
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background-color: #1c1c1c;
  position: absolute;
  top: 0.6770833333vw;
  left: 0.6770833333vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-description__item .item-btn {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 700;
  cursor: pointer;
  margin-top: 1.5625vw;
}
.product-description__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-description__slide {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  overflow: hidden;
}
.product-description__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-description__slide:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.product-info {
  margin-bottom: 5.2083333333vw;
}
.product-info__hint {
  display: none;
}
.product-info__tabs {
  padding-bottom: 1.5625vw;
  margin-bottom: 2.6041666667vw;
  border-bottom: 0.0520833333vw solid #e0edf1;
}
.product-info__tabs .tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-info__tabs .tabs-item {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5625vw;
  margin-right: 3.90625vw;
  color: #829196;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-info__tabs .tabs-item:last-child {
  margin-right: 0;
}
.product-info__tabs .tabs-item.active {
  color: #1c1c1c;
  font-weight: 700;
  pointer-events: none;
}
.product-info__tabs .tabs-item.active span {
  opacity: 1;
}
.product-info__tabs .tabs-item span {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  background-color: #EF7F1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.5208333333vw;
  line-height: 0.625vw;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0.15625vw;
  margin-left: 0.4166666667vw;
  opacity: 0.7;
}
.product-info__tab {
  display: none;
}
.product-info__tab.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-info__tab > *:last-child {
  margin-bottom: 0 !important;
}
.product-info__params {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin-bottom: 1.0416666667vw;
}
.product-info__params li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.78125vw;
}
.product-info__params li:last-child {
  margin-bottom: 0;
}
.product-info__params span {
  width: 42.7083333333vw;
  font-weight: 400;
  color: #829196;
  margin-right: 1.3020833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-info__params-catalog span {
  width:9vw;
}
.product-info__params span::after {
  content: "";
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0.9375vw;
  margin-left: 0.78125vw;
  border-bottom: 0.0520833333vw dashed #e0edf1;
}
.product-info__content {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 1.5625vw;
}
.product-info__content > *:last-child {
  margin-bottom: 0 !important;
}
.product-info__content p {
  color: #829196;
  margin-bottom: 1.5625vw;
}
.product-info__content a {
  font-weight: 700;
  text-decoration: underline;
}
.product-info__content a:hover {
  text-decoration: none;
}
.product-info__content h1,
.product-info__content h2,
.product-info__content h3,
.product-info__content h4 {
  display: none;
}
.product-info__content h5,
.product-info__content h6 {
  margin-bottom: 1.0416666667vw;
}
.product-info__content ul {
  padding: 0;
  list-style: none;
  margin-bottom: 1.0416666667vw;
}
.product-info__content ul li {
  padding-left: 1.5625vw;
  position: relative;
  margin-bottom: 0.78125vw;
}
.product-info__content ul li:last-child {
  margin-bottom: 0;
}
.product-info__content ul li::before {
  content: "";
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  position: absolute;
  top: 0.9375vw;
  left: 0.78125vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #1c1c1c;
}
.product-info__link {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 700;
}
.product-info__reviews {
  overflow: hidden;
  margin-bottom: 2.6041666667vw;
}
.product-info__reviews .reviews-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.78125vw;
}
.product-info__reviews .reviews-item {
  margin: 0.78125vw;
}
.product-info__slider {
  width: 100%;
  margin-bottom: 2.6041666667vw;
}
.product-info__slider .slider-hint,
.product-info__slider .slider-bottom {
  display: none;
}
.product-info__slider .slider-container {
  overflow: hidden;
}
.product-info__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.product-info__slider .swiper-slide {
  width: 19.2708333333vw;
}
.product-info__btn {
  min-width: 15.1041666667vw;
}
@media only screen and (min-width: 769px) {
.product-info__slider .swiper {
  margin: -0.78125vw;
}
.product-info__slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-info__slider .swiper-slide {
  margin: 0.78125vw;
}
}
.production {
  margin-bottom: 5.2083333333vw;
}
.production__head {
  margin-bottom: 2.6041666667vw;
}
.production__slider .slider-hint {
  display: none;
}
.production__slider .slider-container {
  margin-bottom: 2.8645833333vw;
}
.production__slider .slider-container .swiper {
  border-radius: 1.0416666667vw;
}
.production__slider .slider-container .swiper-slide {
  width: 19.2708333333vw;
  height: 23.4375vw;
  margin-right: 1.5625vw;
}
.production__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.production__slider .slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.production__slide {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
.production__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.production__slide:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.production__bullets {
  overflow: hidden;
}
.production__bullets .bullets-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.5625vw -0.8333333333vw;
}
.production__bullets .bullets-item {
  width: 26.1458333333vw;
  margin: 1.5625vw 0.8333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.production__bullets .item-icon {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  border-radius: 1.3020833333vw;
  margin-right: 1.3020833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0.0520833333vw solid #e0edf1;
}
.production__bullets .item-icon img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.production__bullets .item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.production__bullets .item-title {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.5625vw;
  margin-bottom: 0.5208333333vw;
}
.production__bullets .item-text {
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
}
.products {
  position: relative;
  margin-bottom: 5.2083333333vw;
  z-index: 5;
}
.products .category-description p {
  font-size: var(--tz-body, 1vw);
  line-height: 1.5;
  margin-bottom: 0.625vw;
}
.products .category-description p:last-child {
  margin-bottom: 0;
}
.products__head {
  margin-bottom: 2.6041666667vw;
  width: fit-content;
}
.products__hint {
  display: none;
}
.products__tabs {
  padding-bottom: 0;
  margin-bottom: 2.6041666667vw;
  border-bottom: none;
}
.products__tabs .tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.4166666667vw;
}
.products__tabs .tabs-item {
  font-size: var(--tz-tab, 0.875vw);
  font-weight: 500;
  line-height: 1.3;
  margin-right: 0;
  padding: 0.2864583333vw 0.8333333333vw;
  color: #a8b2b8;
  border: 0.0520833333vw solid #a8b2b8;
  border-radius: 999px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products__tabs .tabs-item:last-child {
  margin-right: 0;
}
.products__tabs .tabs-item.active {
  color: #EF7F1A;
  font-weight: 700;
  border-color: #EF7F1A;
  pointer-events: none;
}
.products__tabs .tabs-item:hover:not(.active) {
  color: #7a848a;
  border-color: #7a848a;
}
.products__tabs a.tabs-item {
  text-decoration: none;
}
.catalog-top.products__tabs .tabs-item.catalog-top__btn {
  font-family: inherit;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
}
.products__tab {
  display: none;
}
.products__tab.active {
  display: block;
}
.products__tab .tab-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.0416666667vw -0.78125vw;
}
.products .products__page .tab-flex ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.0416666667vw -0.78125vw;
  padding: 0;
  list-style: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products-card {
  width: 19.2708333333vw;
  height: auto;
  margin: 1.0416666667vw 0.78125vw;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1.0416666667vw;
  border: 0.0520833333vw solid #e0edf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products-card:hover {
  z-index: 5;
  -webkit-box-shadow: 0 0 2.6041666667vw 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2.6041666667vw 0 rgba(0, 0, 0, 0.1);
}
.products-card:hover .card-slider .slider-buttons {
  opacity: 1;
}
.products-card .card-top {
  padding: 1.0416666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.0416666667vw;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.products-card .card-top:hover {
  border-radius: 1.0416666667vw 1.0416666667vw 0 0;
}
.products-card .card-slider {
  width: 100%;
  margin-bottom: 0.78125vw;
  position: relative;
}
.products-card .card-slider .slider-top {
  position: relative;
}
.products-card .card-slider .slider-container {
  width: 17.08333vw;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.products-card .card-slider .slider-container .swiper-slide {
  width: 17.08333vw;
  height: 10.4166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.products-card .card-slider .slider-container .swiper-slide a {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5208333333vw;
  overflow: hidden;
}
.products-card .card-slider .slider-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.products-card .card-slider .slider-buttons {
  width: 100%;
  height: 2.6041666667vw;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.products-card .card-slider .slider-buttons.common-slider-buttons {
  height: 1.3020833333vw;
}
.products-card .card-slider .common-slider-buttons .slider-btn {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  border-width: 0.0520833333vw;
  -webkit-box-shadow: 0 0.0520833333vw 0.2083333333vw rgba(28, 28, 28, 0.1);
  box-shadow: 0 0.0520833333vw 0.2083333333vw rgba(28, 28, 28, 0.1);
}
.products-card .card-slider .common-slider-buttons .slider-btn svg {
  width: 0.546875vw;
  height: 0.546875vw;
}
.products-card .card-slider .common-slider-buttons .slider-btn:hover {
  -webkit-box-shadow: 0 0.078125vw 0.3125vw rgba(239, 127, 26, 0.28);
  box-shadow: 0 0.078125vw 0.3125vw rgba(239, 127, 26, 0.28);
}
.products-card .card-slider .common-slider-buttons .slider-btn:focus-visible {
  outline-width: 0.0520833333vw;
  outline-offset: 0.078125vw;
}
.products-card .card-slider .slider-bottom {
  display: none;
}
.products-card .card-media-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2083333333vw;
  width: 100%;
  margin-top: 0.625vw;
  margin-bottom: 0.5208333333vw;
}
.products-card .card-media-foot__seg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.2604166667vw;
  border-radius: 999px;
  background-color: #e8eef1;
  -webkit-transition: background-color 0.25s ease, opacity 0.25s ease;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}
.products-card button.card-media-foot__seg {
  display: block;
  width: 100%;
  min-width: 0;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products-card button.card-media-foot__seg:focus {
  outline: none;
}
.products-card button.card-media-foot__seg:focus-visible {
  outline: 0.1041666667vw solid #EF7F1A;
  outline-offset: 0.15625vw;
}
.products-card .card-media-foot__seg--active {
  background-color: #9aa7ad;
}
.products-card .card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125vw 0.4166666667vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  z-index: 2;
  max-width: calc(100% - 3.125vw);
}
.products-card .card-tags .tags-item {
  min-height: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.15625vw 0.625vw;
  border-radius: 999px;
  background-color: #fff;
  border: 0.0520833333vw solid #EF7F1A;
  color: #EF7F1A;
  -webkit-box-shadow: 0 0.0520833333vw 0.2083333333vw rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.0520833333vw 0.2083333333vw rgba(0, 0, 0, 0.1);
  font-size: 0.75vw;
  font-weight: 600;
  line-height: 1.1;
  margin-right: 0;
  cursor: default;
}
.products-card .card-tags .tags-item:last-child {
  margin-right: 0;
}
.products-card .card-tags .tags-item.pink-item,
.products-card .card-tags .tags-item.blue-item {
  border-color: #EF7F1A;
  color: #EF7F1A;
  background-color: #fff;
}
.products-card .card-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3125vw;
  margin-top: 0;
  margin-bottom: 0.78125vw;
  width: 100%;
}
.products-card .card-sizes:not(:has(.card-sizes__buttons)) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-card .card-sizes__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3125vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
.products-card .card-sizes__buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.3125vw;
}
.products-card .card-sizes__buttons .card-sizes__tag {
  width: 100%;
  text-align: center;
}
}
.products-card .card-sizes__select-wrap {
  display: none;
  width: 100%;
}
.products-card .card-sizes__select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.2604166667vw 1.5625vw 0.2604166667vw 0.5208333333vw;
  font-family: inherit;
  font-size: 0.75vw;
  font-weight: 500;
  line-height: 1.25;
  color: #1c1c1c;
  border: 0.0520833333vw solid #e0e0e0;
  border-radius: 0.3125vw;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.4166666667vw center;
  background-size: 0.625vw 0.4166666667vw;
}
.products-card .card-sizes__tag {
  font-size: 0.75vw;
  font-weight: 500;
  line-height: 1;
  padding: 0.2604166667vw 0.5208333333vw;
  border-radius: 0.3125vw;
  color: #999999;
  border: 0.0520833333vw solid transparent;
}
.products-card button.card-sizes__tag {
  margin: 0;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}
.products-card .card-sizes__tag.is-active {
  background-color: #ececec;
  border-color: #e0e0e0;
  color: #1c1c1c;
}
.products-card .card-specs {
  width: 100%;
  margin: 0 0 0.78125vw;
  padding: 0;
}
.products-card .card-specs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5208333333vw;
  margin: 0;
  padding: 0.4166666667vw 0;
  border-bottom: 0.0520833333vw solid #e8eef1;
  font-size: 0.75vw;
  line-height: 1.25;
}
.products-card .card-specs__row:first-child {
  border-top: 0.0520833333vw solid #e8eef1;
}
.products-card .card-specs__row dt {
  margin: 0;
  font-weight: 500;
  color: #999999;
  max-width: 48%;
}
.products-card .card-specs__row dd {
  margin: 0;
  text-align: right;
  color: #999999;
  max-width: 52%;
}
.products-card .card-title {
  font-size: var(--tz-card-title, 1.25vw);
  font-weight: 700;
  line-height: 1.5vw;
  margin-bottom: 0.4166666667vw;
  color: #1c1c1c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-card .card-title:hover {
  color: #EF7F1A;
}
.products-card .benefits p {
  font-weight:500;
  font-size: 1.25vw;
  margin-bottom: 0.7vw;
}
.products-card .info-list {
  color: #747474;
  padding-left: 1.0416666667vw;
  font-size: 0.875vw;
  line-height: 1.15;
  margin-bottom: 0.78125vw;
}
.products-card .card-prices {
  width: 100%;
  margin-top: 0.3125vw;
  margin-bottom: 0.5208333333vw;
}
.products-card .card-prices__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.4166666667vw 0.625vw;
}
.products-card .card-prices .current-price .price-text {
  font-size: 1.5vw;
  line-height: 1.2;
  color: #1c1c1c;
}
.products-card .card-prices .current-price .price-text b {
  font-weight: 700;
}
.products-card .card-prices .current-price.skidka .price-text,
.products-card .card-prices .current-price.skidka .price-text b {
  color: #1c1c1c;
}
.products-card .card-prices .old-price {
  display: block;
}
.products-card .card-prices .old-price .price-text {
  color: #b8c2c6;
  font-size: 1vw;
  margin-right: 0;
}
.products-card .card-prices .old-price .price-text s {
  text-decoration: line-through;
}
.products-card .card-prices .price-discount {
  height: auto;
  min-height: 1.25vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.75vw;
  font-weight: 700;
  line-height: 1;
  color: #c45f08;
  padding: 0.15625vw 0.46875vw;
  border-radius: 999px;
  background-color: #fde8d4;
  background-image: none;
}
.products-card .card-prices .price-discount span {
  display: inline-block;
}
.products-card .card-bottom {
  width: 100%;
  padding: 0 1.0416666667vw 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: auto;
  background-color: #ffffff;
  border-radius: 0 0 1.0416666667vw 1.0416666667vw;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0.0520833333vw solid #e0edf1;
  border-top: 0;
}
.products-card .card-bottom .bottom-btn {
  width: 100%;
  height: 2.2395833333vw;
  font-size: 0.78125vw;
  line-height: 1.0416666667vw;
  background-color: #e07835;
  background-image: -webkit-linear-gradient(top, #f8c49a 0%, #f59a45 42%, #EF7F1A 100%);
  background-image: linear-gradient(180deg, #f8c49a 0%, #f59a45 42%, #EF7F1A 100%);
  border: none;
  border-radius: 5.2083333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-card .card-bottom .bottom-btn.common-btn {
  background-color: #e07835;
  background-image: -webkit-linear-gradient(top, #f8c49a 0%, #f59a45 42%, #EF7F1A 100%);
  background-image: linear-gradient(180deg, #f8c49a 0%, #f59a45 42%, #EF7F1A 100%);
}
.products-card .card-bottom .bottom-btn:hover,
.products-card .card-bottom .bottom-btn.common-btn:hover {
  background-color: #ed9558;
  background-image: -webkit-linear-gradient(top, #fcd4b5 0%, #f59a45 40%, #EF7F1A 100%);
  background-image: linear-gradient(180deg, #fcd4b5 0%, #f59a45 40%, #EF7F1A 100%);
}
.products-card .card-bottom .bottom-btn:active,
.products-card .card-bottom .bottom-btn.common-btn:active {
  background-image: -webkit-linear-gradient(top, #f59a45 0%, #EF7F1A 50%, #d66d0f 100%);
  background-image: linear-gradient(180deg, #f59a45 0%, #EF7F1A 50%, #d66d0f 100%);
}
.products-card .card-bottom .order-btn {
  width: 100%;
  height: 2.6041666667vw;
  margin-top: 0.78125vw;
  border-radius: 5.2083333333vw;
  border: 0.1041666667vw solid #EF7F1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875vw;
  line-height: 1.125vw;
  font-weight: 700;
  color: #EF7F1A;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-card .card-bottom .order-btn:hover {
  background-color: #F5D0B8;
  border-color: #F5D0B8;
  color: #ffffff;
}
.products__text-card {
  width: 19.2708333333vw;
  height: auto;
  margin: 1.0416666667vw 0.78125vw;
  padding: 1.8229166667vw 2.0833333333vw;
  border-radius: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1c1c1c;
  background-color: #fee8c8;
  background-image: radial-gradient(ellipse 95% 70% at 100% 0%, rgba(255, 255, 255, 0.55) 0%, transparent 55%), radial-gradient(ellipse 80% 65% at 0% 100%, rgba(214, 170, 120, 0.12) 0%, transparent 50%), linear-gradient(168deg, #fdf3e6 0%, #fee8c8 42%, #f3d9b8 100%);
  -webkit-box-shadow: 0 0.2083333333vw 1.5625vw rgba(28, 28, 28, 0.06);
  box-shadow: 0 0.2083333333vw 1.5625vw rgba(28, 28, 28, 0.06);
  position: relative;
  overflow: hidden;
}
.products__text-card .card-text {
  font-size: 1.40625vw;
  font-weight: 700;
  line-height: 1.7708333333vw;
  margin-bottom: 1.5625vw;
  color: #1c1c1c;
  position: relative;
  z-index: 1;
}
.products__text-card .card-btn {
  min-width: 9.375vw;
  height: 3.125vw;
  padding: 0 1.5625vw;
  border-radius: 5.2083333333vw;
  background-color: #EF7F1A;
  border: 0.1041666667vw solid #EF7F1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.0416666667vw;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -webkit-box-shadow: 0 0.2083333333vw 0.78125vw rgba(239, 127, 26, 0.35);
  box-shadow: 0 0.2083333333vw 0.78125vw rgba(239, 127, 26, 0.35);
  position: relative;
  z-index: 1;
}
.products__text-card .card-btn:hover {
  background-color: #d66d0f;
  color: #ffffff;
  border-color: #d66d0f;
  -webkit-box-shadow: 0 0.3125vw 1.0416666667vw rgba(214, 109, 15, 0.45);
  box-shadow: 0 0.3125vw 1.0416666667vw rgba(214, 109, 15, 0.45);
  -webkit-transform: translateY(-0.1041666667vw);
  transform: translateY(-0.1041666667vw);
}
.products__text-card .card-btn:focus-visible {
  outline: 0.15625vw solid #1c1c1c;
  outline-offset: 0.15625vw;
}
.products__text-card .card-btn .btn-text {
  color: inherit;
}
.products__slider > .slider-container {
  margin-bottom: 1.5625vw;
}
.products__slider > .slider-container > .swiper > .swiper-wrapper > .swiper-slide {
  width: 19.2708333333vw;
  margin-right: 1.5625vw;
}
.products__slider > .slider-container > .swiper > .swiper-wrapper > .swiper-slide:last-child {
  margin-right: 0;
}
.products__slider .slider-hint {
  display: none;
}
.products__slider .slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products__slider .products-card {
  margin: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.products__slider .products-card .card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#woof_results_by_ajax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.products__page {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.products__page .page-container {
  margin-bottom: 5.2083333333vw;
}
.products__filters {
  width: 17.7083333333vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 3.125vw;
  padding: 1.5625vw 1.5104166667vw;
  border-radius: 1.0416666667vw;
  border: 0.0520833333vw solid #e0edf1;
}
.products__filters > *:last-child {
  margin-bottom: 0 !important;
}
.products__filters .filters-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.0833333333vw;
}
.products__filters .filters-title {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 700;
}
.products__filters .filters-block {
  margin-bottom: 1.5625vw;
}
.products__filters .filters-block .block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 0.5208333333vw;
  cursor: pointer;
}
.products__filters .filters-block .block-title {
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.products__filters .filters-block .block-btn {
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.products__filters .filters-block .block-btn::after {
  content: "";
  width: 0.3645833333vw;
  height: 0.3645833333vw;
  border: 0.1041666667vw solid #c1d2d8;
  position: absolute;
  top: 50%;
  right: 0;
  border-top: none;
  border-left: none;
  -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
  transform: translateY(-50%) rotate(45deg) scale(1);
}
.products__filters .filters-block .block-container {
  display: none;
}
.products__filters .filters-block .block-container > *:last-child {
  margin-bottom: 0 !important;
}
.products__filters .filters-block.always-open .block-top {
  pointer-events: none;
}
.products__filters .filters-block.always-open .block-btn {
  display: none;
}
.products__filters .filters-block.always-open .block-container {
  display: block;
}
.products__filters .filters-block.open .block-btn::after {
  -webkit-transform: rotate(45deg) scale(-1);
  transform: rotate(45deg) scale(-1);
}
.products__filters .filters-block.open .block-container {
  display: block;
}
.products__filters .filters-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.0416666667vw;
}
.products__filters .filters-inputs .inputs-item {
  width: 6.7708333333vw;
  position: relative;
  margin-top: 1.0416666667vw;
}
.products__filters .filters-inputs .inputs-item:nth-child(-n+2) {
  margin-top: 0;
}
.products__filters .filters-inputs .inputs-item span {
  position: absolute;
  top: 50%;
  left: 1.0416666667vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.5625vw;
  color: #c1d2d8;
  z-index: 2;
}
.products__filters .filters-inputs .inputs-item input {
  width: 100%;
  height: 2.0833333333vw;
  font-size: 0.8333333333vw;
  line-height: 1.5625vw;
  font-weight: 500;
  padding-left: 1.7708333333vw;
  padding-right: 0.5208333333vw;
  border-radius: 0.5208333333vw;
  border: 0.0520833333vw solid #e0edf1;
  position: relative;
  z-index: 0;
}
.products__filters .filters-params {
  padding-top: 0.2604166667vw;
  overflow: hidden;
  margin-bottom: 1.0416666667vw;
}
.products__filters .filters-params .params-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.3645833333vw -0.5208333333vw;
}
.products__filters .filters-params .params-item {
  width: 14.5833333333vw;
  margin: 0.3645833333vw 0.5208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.products__filters .filters-params .params-item.checked .item-icon {
  background-color: #EF7F1A;
}
.products__filters .filters-params .params-item.checked .item-icon svg path {
  fill: #ffffff;
}
.products__filters .filters-params .params-item.checked .item-icon span {
  background: #ffffff;
}
.products__filters .filters-params .params-item.checked .item-text {
  font-weight: 700;
}
.products__filters .filters-params .params-item[data-filters-radio] .item-icon {
  border-radius: 50%;
}
.products__filters .filters-params .item-icon {
  width: 0.78125vw;
  height: 0.78125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #f2f7fa;
  border-radius: 0.2604166667vw;
  margin-right: 0.5208333333vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.products__filters .filters-params .item-icon input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
.products__filters .filters-params .item-icon svg {
  width: 0.3645833333vw;
  height: 0.2604166667vw;
  display: block;
  position: relative;
  z-index: 1;
}
.products__filters .filters-params .item-icon svg path {
  fill: #c1d2d8;
}
.products__filters .filters-params .item-icon span {
  display: block;
  width: 0.3645833333vw;
  height: 0.3645833333vw;
  border-radius: 50%;
  background: #c1d2d8;
  position: relative;
  z-index: 2;
  margin: 0;
}
.products__filters .filters-params .item-text {
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.0416666667vw;
}
.products__filters .filters-params.md-2-col .params-item {
  width: 6.7708333333vw;
}
.products__filters .filters-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.products__filters .filters-buttons .filter-btn {
  width: 100%;
  height: 2.6041666667vw;
  padding: 0.5208333333vw 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 5.2083333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
  margin-top: 0.78125vw;
  cursor: pointer;
}
.products__filters .filters-buttons .filter-btn:first-child {
  margin-top: 0;
}
.products__filters .filters-buttons .accept-btn {
  color: #ffffff;
  background: #EF7F1A;
  border: none;
}
.products__filters .filters-buttons .accept-btn:hover {
  background-color: #EF7F1A;
}
.products__filters .filters-buttons .reset-btn {
  background-color: #f2f7fa;
  color: #c1d2d8;
}
.products__filters .filters-buttons .reset-btn:hover {
  color: #ffffff;
  background-color: #F5D0B8;
}
.woof_hide_filter {
  display: block !important;
}
.woof_show_mobile_filter {
  display: none;
}
.woof {
  width: 17.7083333333vw;
  min-width: 17.7083333333vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 3.125vw;
  padding: 1.5625vw 1.5104166667vw;
  border-radius: 1.0416666667vw;
  border: 0.0520833333vw solid #e0edf1;
}
.woof_container {
  margin-bottom: 1.5625vw;
}
.woof_container_inner h4 {
  margin-bottom: 0.5208333333vw;
  font-size: .9375vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
}
.woof_price_filter_txt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.woof .woof_wcga_label_hide, .woof_container_inner .woof_wcga_label_hide {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  font-size: .8333333333vw;
  font-weight: 500;
  line-height: 1.5625vw;
  color: #c1d2d8;
  z-index: 2;
  outline: none;
}
.woof_container_inner .woof_wcga_label_hide:nth-child(3) {
  left: 8.3vw;
}
.woof_price_filter_txt {
  max-width: none;
  width: 6.7708333333vw;
  min-width: 6.7708333333vw !important;
  height: 2.0833333333vw;
  font-size: .8333333333vw;
  line-height: 1.5625vw;
  font-weight: 500;
  padding-left: 1.7708333333vw;
  padding-right: 0.5208333333vw;
  border-radius: 0.5208333333vw;
  border: 0.0520833333vw solid #e0edf1;
  position: relative;
  z-index: 0;
}
.woof_price_filter_txt::placeholder {
  font-size: 0!important;
}
.woof_price_filter_input::after {
  content: 'от';
  position: absolute;
  display: block;
  width: 20px;
  top: 50%;
  left: 1.0416666667vw;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  pointer-events: none;
  font-size: .8333333333vw;
  font-weight: 500;
  line-height: 1.5625vw;
  color: #c1d2d8;
  z-index: 2;
}
.woof_price_filter_input:nth-child(2):after {
  content: 'от';
}
.woof_price_filter_input:nth-child(4):after {
  content: 'до';
}
.icheckbox_square-blue {
  width: 0.78125vw;
  height: 0.78125vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #f2f7fa;
  border-radius: 0.2604166667vw;
  margin-right: 0.5208333333vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.icheckbox_square-blue.checked {
  background: #EF7F1A;
}
.icheckbox_square-blue::after {
  content: '';
  background: url('/./wp-content/uploads/2023/09/check.svg') center no-repeat;
  background-size: contain;
  width: 0.3645833333vw;
  height: 0.2604166667vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.icheckbox_square-blue.checked::after {
  filter: brightness(0) invert(1);
}
.woof_list li[style="display: inline-block;"] {
  margin: 0;
  width: 45%;
}
.woof_container_inner h4 {
  position: relative;
}
a.woof_front_toggle {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
a.woof_front_toggle::after {
  content: "";
  width: 0.3645833333vw;
  height: 0.3645833333vw;
  border: 0.1041666667vw solid #c1d2d8;
  position: absolute;
  top: 50%;
  right: 0;
  border-top: none;
  border-left: none;
  -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
  transform: translateY(-50%) rotate(45deg) scale(1);
  transition: 0.4s;
}
a.woof_front_toggle.woof_front_toggle_opened {
  transform: scaleY(-1);
}
.woof_list label {
  font-size: .8333333333vw;
  font-weight: 500;
  line-height: 1.0416666667vw;
  margin-left: 0 !important;
}
.woof_list label.woof_checkbox_label_selected {
  font-weight: 700;
}
.woof_submit_search_form_container {
  flex-direction: column-reverse;
}
.woof_submit_search_form_container button {
  width: 100%;
  height: 2.6041666667vw;
  padding: 0.5208333333vw 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 5.2083333333vw;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: .7291666667vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
  margin-top: 0.78125vw;
  cursor: pointer;
  border: none;
}
.woof_submit_search_form_container button.js-disabled {
  pointer-events: none;
}
.woof_reset_search_form {
  width: 100%;
  height: 2.6041666667vw;
  padding: 0.5208333333vw 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 5.2083333333vw;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: .7291666667vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
  margin-top: 0.78125vw;
  cursor: pointer;
  border: none;
  background-color: #f2f7fa;
  color: #c1d2d8;
}
.woof_submit_search_form {
  color: #fff;
  background: #EF7F1A;
  border: 0;
  margin-top: 0;
}
.products-catalog {
  margin-bottom: 5.2083333333vw;
}
.products-catalog__banner {
  overflow: hidden;
  position: relative;
  border-radius: 1.8229166667vw;
  background-color: #f2f7fa;
}
.products-catalog__banner .banner-img {
  width: 33.3333333333vw;
  height: 27.34375vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-catalog__banner .banner-img img {
  width: 50vw;
  height: 34.375vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.products-catalog__banner .banner-content {
  width: 100%;
  min-height: 27.34375vw;
  position: relative;
  padding: 3.125vw 3.6458333333vw;
  padding-right: 25.5208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products-catalog__banner .banner-main {
  width: 28.6458333333vw;
}
.products-catalog__banner .banner-form {
  width: 21.3541666667vw;
}
.products-catalog__banner .banner-title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  font-weight: 700;
  line-height: var(--tz-section-h2-line, 2.734375vw);
}
.promotions {
  margin-bottom: 5.2083333333vw;
}
.promotions__head {
  margin-bottom: 3.125vw;
}
.promotions__slider .slider-hint,
.promotions__slider .slider-bottom {
  display: none;
}
.promotions__slider .slider-container {
  overflow: hidden;
}
.promotions__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.promotions__slider .swiper-slide {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 1.0416666667vw;
  overflow: hidden;
}
.promotions__item {
  width: 40.1041666667vw;
  height: auto;
  min-height: 23.4375vw;
  position: relative;
}
.promotions__item .item-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.promotions__item .item-main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 2.6041666667vw 3.6458333333vw;
  padding-right: 21.3541666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promotions__item .item-main > * {
  margin-bottom: 1.0416666667vw;
}
.promotions__item .item-main > *:last-child {
  margin-bottom: 0;
}
.promotions__item .item-title {
  font-size: var(--tz-section-sub, 2.0833333333vw);
  font-weight: 700;
  line-height: var(--tz-section-sub-line, 2.6041666667vw);
}
.promotions__item .item-text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}
.promotions__item .item-tag {
  height: 2.34375vw;
  padding: 0 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #EF7F1A;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.25vw;
  border-radius: 2.6041666667vw;
  background-color: #ffffff;
}
.promotions__item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promotions__item .item-info .info-icon {
  width: 3.125vw;
  height: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.78125vw;
  border-radius: 1.0416666667vw;
  background-color: #ffffff;
  border: 0.0520833333vw solid #e0edf1;
}
.promotions__item .item-info .info-icon img {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.promotions__item .item-info .info-text {
  font-size: 0.9375vw;
  line-height: 1.25vw;
}
.promotions__item .item-btn {
  width: 15.1041666667vw;
}
.promotions__item.white-text {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
.promotions__slider .swiper {
  margin: -1.0416666667vw -0.78125vw;
}
.promotions__slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.promotions__slider .swiper-slide {
  margin: 1.0416666667vw 0.78125vw;
}
.promotions__item.wide-item-desk {
  width: 81.7708333333vw;
  min-height: 28.6458333333vw;
}
.promotions__item.wide-item-desk .item-main {
  padding: 3.90625vw 3.6458333333vw;
  padding-right: 43.75vw;
}
.promotions__item.wide-item-desk .item-title {
  font-size: 2.8645833333vw;
  line-height: 3.125vw;
}
.promotions__item.wide-item-desk .item-text {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 500;
}
}
.questions {
  margin-bottom: 5.2083333333vw;
}
.questions__head {
  margin-bottom: 2.6041666667vw;
}
.questions__container {
  overflow: hidden;
  margin-bottom: 2.6041666667vw;
}
.questions__container .contianer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.78125vw -1.3020833333vw;
}
.questions__container .questions__item {
  margin: 0.78125vw 1.3020833333vw;
}
.questions__item {
  width: 39.5833333333vw;
  border-radius: 1.0416666667vw;
  background-color: #f2f7fa;
}
.questions__item.open .item-btn {
  background-color: #ffffff;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  -webkit-box-shadow: 0 0 2.6041666667vw 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2.6041666667vw 0 rgba(0, 0, 0, 0.05);
}
.questions__item.open .item-btn::before, .questions__item.open .item-btn::after {
  border-radius: 0.2604166667vw;
  background-color: #d5dee3;
}
.questions__item.open .item-btn::before {
  width: 0.8333333333vw;
  height: 0.2083333333vw;
}
.questions__item.open .item-btn::after {
  width: 0.2083333333vw;
  height: 0.8333333333vw;
}
.questions__item .item-top {
  width: 100%;
  height: 4.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.0416666667vw 1.5625vw;
  cursor: pointer;
}
.questions__item .item-top:hover .item-btn {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.questions__item .item-title {
  font-size: 1.1458333333vw;
  line-height: 1.5625vw;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 3.125vw;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.questions__item .item-btn {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1.0416666667vw;
  background-color: #EF7F1A;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.questions__item .item-btn::before, .questions__item .item-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
}
.questions__item .item-btn::before {
  width: 0.625vw;
  height: 0.15625vw;
}
.questions__item .item-btn::after {
  width: 0.15625vw;
  height: 0.625vw;
}
.questions__item .item-body {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  padding: 1.0416666667vw 1.5625vw;
  padding-top: 0;
  padding-right: 5.2083333333vw;
  color: #829196;
  display: none;
}
.questions__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.questions__bottom .bottom-btn {
  min-width: 19.53125vw;
}
.quiz {
  margin-bottom: 5.2083333333vw;
}
.quiz__head {
  margin-bottom: 2.6041666667vw;
}
.quiz__banner {
  overflow: hidden;
  position: relative;
  border-radius: 1.8229166667vw;
  margin-bottom: 2.6041666667vw;
  background-color: #EF7F1A;
  color: #ffffff;
}
.quiz__banner.blue-banner {
  background-color: #EF7F1A;
}
.quiz__banner.blue-banner .banner-content {
  background: -webkit-linear-gradient(358deg, rgba(239, 127, 26, 0.5) 0%, rgba(239, 127, 26, 0) 100%);
  background: linear-gradient(92deg, rgba(239, 127, 26, 0.5) 0%, rgba(239, 127, 26, 0) 100%);
}
.quiz__banner .banner-img {
  width: 44.7916666667vw;
  height: auto;
  max-height: 35.4166666667vw;
  position: absolute;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
}
.quiz__banner .banner-content {
  width: 100%;
  height: auto;
  min-height: 35.4166666667vw;
  padding: 3.6458333333vw;
  padding-right: 39.0625vw;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: -webkit-linear-gradient(358deg, rgba(168, 177, 240, 0.5) 0%, rgba(168, 177, 240, 0) 100%);
  background: linear-gradient(92deg, rgba(168, 177, 240, 0.5) 0%, rgba(168, 177, 240, 0) 100%);
}
.quiz__banner .banner-title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  line-height: var(--tz-section-h2-line, 2.734375vw);
  font-weight: 400;
  margin-bottom: 1.3020833333vw;
}
.quiz__banner .banner-title b {
  font-weight: 700;
}
.quiz__banner .banner-text {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 2.6041666667vw;
}
.quiz__banner .banner-bullets {
  width: 31.7708333333vw;
  overflow: hidden;
  margin-bottom: 2.6041666667vw;
}
.quiz__banner .banner-bullets .bullets-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -0.78125vw -1.3020833333vw;
}
.quiz__banner .banner-bullets .bullets-item {
  width: 14.5833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.78125vw 1.3020833333vw;
}
.quiz__banner .banner-bullets .item-icon {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 1.0416666667vw;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.78125vw;
  pointer-events: none;
  border: 0.0520833333vw solid #e0edf1;
}
.quiz__banner .banner-bullets .item-icon img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.quiz__banner .banner-bullets .item-text {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 400;
}
.quiz__banner .banner-bullets .item-text b {
  font-weight: 700;
}
.quiz__banner .banner-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
}
.quiz__banner .banner-bottom .bottom-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 19.2708333333vw;
  margin-right: 0.78125vw;
}
.quiz__banner .banner-bottom .bottom-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
}
.quiz__form {
  position: relative;
  z-index: 0;
}
.quiz__form[data-active-question-id="1"] .quiz__btn.prev-btn {
  opacity: 0;
  pointer-events: none;
}
.quiz__form.disabled * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  pointer-events: none !important;
}
.quiz__container {
  width: 100%;
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 0;
}
.quiz__container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quiz__container.visible {
  opacity: 1;
  pointer-events: auto;
}
.quiz__main {
  width: 58.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F2F7FA;
  border-radius: 2vw;
  padding: 2vw;
}
.quiz__progress {
  width: 100%;
  height: 1.8229166667vw;
  padding: 0.2604166667vw;
  background-color: #fff;
  border-radius: 2.6041666667vw;
  margin-bottom: 1.8229166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
.quiz__progress.white-text {
  color: #ffffff;
}
.quiz__progress.final-progress {
  padding: 0;
  height: 2.6041666667vw;
  color: #ffffff;
  margin-bottom: 2.8645833333vw;
}
.quiz__progress.final-progress .progress-line {
  width: 100% !important;
}
.quiz__progress.final-progress .progress-text {
  font-size: 1.0416666667vw;
  height: auto !important;
}
.quiz__progress .progress-line {
  width: 0%;
  height: auto;
  border-radius: 2.6041666667vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: #F5D0B8 url("../img/general/quiz-progress-bg.svg") center left repeat-x;
  background-size: contain;
  -webkit-animation: progress_bar 100s linear infinite;
  animation: progress_bar 100s linear infinite;
}
.quiz__progress .progress-text {
  width: auto;
  height: 0.8333333333vw;
  font-size: 0.8333333333vw;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz__questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1.8229166667vw;
}
.quiz__questions .questions-item {
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.quiz__questions .questions-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.quiz__questions .questions-item.visible {
  opacity: 1;
  pointer-events: auto;
}
.quiz__questions .questions-head {
  margin-bottom: 1.8229166667vw;
}
.quiz__questions .questions-title {
  font-size: 1.8229166667vw;
  line-height: 2.34375vw;
  font-weight: 700;
  margin-bottom: 0.78125vw;
}
.quiz__questions .questions-title:last-child {
  margin-bottom: 0;
}
.quiz__questions .questions-text {
  font-size: 1.4583333333vw;
  line-height: 1.6666666667vw;
}
.quiz__questions .answers-item {
  position: relative;
  cursor: pointer;
}
.quiz__questions .answers-item[data-single-answer].checked {
  pointer-events: none !important;
}
.quiz__questions .answers-item[data-multiple-answer] .item-icon {
  border-radius: 0.2604166667vw;
}
.quiz__questions .answers-item[data-multiple-answer] .item-icon span {
  border-radius: 0;
  background: transparent url("../img/general/quiz-check-icon.svg") center no-repeat;
  background-size: contain;
}
.quiz__questions .answers-item:hover .item-img,
.quiz__questions .answers-item:hover .item-icon {
  border-color: rgba(239, 127, 26, 0.5);
}
.quiz__questions .answers-item:hover .item-icon span {
  opacity: 0.5;
}
.quiz__questions .answers-item.checked .item-img,
.quiz__questions .answers-item.checked .item-icon {
  border-color: #EF7F1A;
}
.quiz__questions .answers-item.checked .item-icon span {
  opacity: 1;
}
.quiz__questions .answers-item .item-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.quiz__questions .answers-item .item-icon {
  background: #fff;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  border: 0.0520833333vw solid #e0edf1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.78125vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quiz__questions .answers-item .item-icon span {
  width: 0.625vw;
  height: 0.625vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  background-color: #EF7F1A;
  opacity: 0;
}
.quiz__img-answers {
  overflow: hidden;
}
.quiz__img-answers .answers-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5208333333vw -2.8645833333vw;
}
.quiz__img-answers .answers-item {
  width: 15.625vw;
  margin: 0.5208333333vw 0 0.5208333333vw 2.864583vw;
}
.quiz__img-answers .answers-item .item-img {
  background-color: #fcfcfc;
  width: 100%;
  height: 11.71875vw;
  border-radius: 1.0416666667vw;
  border: 0.0520833333vw solid #f2f7fa;
  margin-bottom: 1.0416666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz__img-answers .answers-item .item-img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.quiz__img-answers .answers-item .item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quiz__img-answers .answers-item .item-text {
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
}
.quiz__text-answers {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quiz__text-answers .answers-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.quiz__text-answers .answers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.0416666667vw 0;
  border-bottom: 0.0520833333vw solid #e0edf1;
}
.quiz__text-answers .answers-item:first-child {
  padding-top: 0;
}
.quiz__text-answers .answers-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.quiz__text-answers .answers-item .item-icon {
  margin-top: 0.2604166667vw;
}
.quiz__text-answers .answers-item .item-title {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 700;
  margin-bottom: 0.5208333333vw;
}
.quiz__text-answers .answers-item .item-title:last-child {
  margin-bottom: 0;
}
.quiz__text-answers .answers-item .item-text {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  color: #829196;
}
.quiz__text-answers .answers-images {
  width: 27.0833333333vw;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1.0416666667vw;
  position: relative;
}
.quiz__text-answers .answers-images .images-item {
  width: 100%;
  height: auto;
  max-height: 27.6041666667vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz__text-answers .answers-images .images-item.active {
  opacity: 1;
}
.quiz__text-answers .answers-images .images-item.active.disabled {
  opacity: 0;
}
.quiz__text-answers .answers-images .images-item.visible {
  opacity: 1 !important;
}
.quiz__input-answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.quiz__input-answers .answers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.0416666667vw;
  cursor: default;
}
.quiz__input-answers .answers-item:last-child {
  margin-bottom: 0;
}
.quiz__input-answers .answers-item .item-text {
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  margin-bottom: 0.78125vw;
}
.quiz__input-answers .answers-item .item-input {
  width: 21.875vw;
  height: 4.1666666667vw;
  border-radius: 5.2083333333vw;
  padding: 0 1.8229166667vw;
  border: 0.0520833333vw solid #e0edf1;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  color: #1c1c1c;
  position: relative;
  top: unset;
  left: unset;
  opacity: 1;
  pointer-events: auto;
}
.quiz__input-answers .answers-item .item-input::-webkit-input-placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #829196;
}
.quiz__input-answers .answers-item .item-input::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #829196;
}
.quiz__input-answers .answers-item .item-input:-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #829196;
}
.quiz__input-answers .answers-item .item-input::-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #829196;
}
.quiz__input-answers .answers-item .item-input::placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #829196;
}
.quiz__input-answers .answers-item .item-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.quiz__input-answers .answers-item .item-input:focus::-moz-placeholder {
  opacity: 0;
}
.quiz__input-answers .answers-item .item-input:focus:-ms-input-placeholder {
  opacity: 0;
}
.quiz__input-answers .answers-item .item-input:focus::-ms-input-placeholder {
  opacity: 0;
}
.quiz__input-answers .answers-item .item-input:focus::placeholder {
  opacity: 0;
}
.quiz__input-answers .answers-skip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.quiz__input-answers .answers-skip:hover .skip-icon span {
  opacity: 0.5;
}
.quiz__input-answers .answers-skip.checked .skip-icon span {
  opacity: 1;
}
.quiz__input-answers .answers-skip .skip-input {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.quiz__input-answers .answers-skip .skip-icon {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.0520833333vw solid #e0edf1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.78125vw;
}
.quiz__input-answers .answers-skip .skip-icon span {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background-color: #EF7F1A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.quiz__input-answers .answers-skip .skip-text {
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
}
.quiz__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quiz__bottom .bottom-text {
  max-width: 13.0208333333vw;
  font-size: 0.9375vw;
  line-height: 1.25vw;
}
.quiz__bottom .bottom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quiz__bottom .btn-hint {
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  padding: 0.5208333333vw;
  text-align: center;
  border-radius: 0.5208333333vw;
  background-color: #ffffff;
  position: absolute;
  left: -2.0833333333vw;
  right: -2.0833333333vw;
  bottom: 100%;
  margin-bottom: 0.5208333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  border: 0.0520833333vw solid #e0edf1;
}
.quiz__bottom .btn-wrap {
  margin-left: 0.78125vw;
  border-radius: 5.2083333333vw;
  position: relative;
}
.quiz__bottom .btn-wrap.disabled {
  cursor: not-allowed;
}
.quiz__bottom .btn-wrap.disabled .quiz__btn {
  opacity: 0.5;
  pointer-events: none;
}
.quiz__bottom .btn-wrap.disabled .quiz__btn::after {
  display: none;
}
.quiz__bottom .btn-wrap.disabled:hover .btn-hint {
  opacity: 1;
}
.quiz__btn {
  width: 7.5520833333vw;
  height: 3.6458333333vw;
  font-weight: 500;
  cursor: pointer;
}
.quiz__btn.prev-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9375vw;
  color: #829196;
  background-color: #f2f7fa;
  border-radius: 5.2083333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz__btn.prev-btn:hover {
  background-color: #829196;
  color: #f2f7fa;
}
.quiz__side {
  width: 20.5729166667vw;
  min-height: 45.8333333333vw;
  overflow: hidden;
  border-radius: 1.8229166667vw;
  background-color: #f2f7fa;
  position: relative;
}
.quiz__side .side-person {
  width: 100%;
  height: 45.8333333333vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.quiz__side .person-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.quiz__side .person-info {
  width: 7.2916666667vw;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 500;
  color: #829196;
  position: absolute;
  top: 19.0104166667vw;
  left: 2.8645833333vw;
}
.quiz__side .person-info span {
  color: #1c1c1c;
}
.quiz__side .side-info {
  width: 17.96875vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 1.3020833333vw;
  bottom: 1.3020833333vw;
}
.quiz__side .info-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.quiz__side .info-content {
  padding: 1.3020833333vw;
  position: relative;
  z-index: 1;
}
.quiz__side .info-title {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.8229166667vw;
}
.quiz__side .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.3020833333vw;
}
.quiz__side .info-item:last-child {
  margin-bottom: 0;
}
.quiz__side .info-item .item-icon {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 1.0416666667vw;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.78125vw;
  pointer-events: none;
  border: 0.0520833333vw solid #e0edf1;
}
.quiz__side .info-item .item-icon img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.quiz__side .info-item .item-text {
  font-size: 0.9375vw;
  line-height: 1.25vw;
}
.quiz__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: -1.5625vw;
  left: -1.5625vw;
  right: -1.5625vw;
  bottom: -1.5625vw;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(0.5208333333vw);
  backdrop-filter: blur(0.5208333333vw);
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.quiz__loader.visible {
  opacity: 1;
}
.quiz__loader .loader-banner {
  width: 81.7708333333vw;
  height: 16.6666666667vw;
  border-radius: 1.8229166667vw;
  background-color: #EF7F1A;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}
.quiz__loader .banner-text {
  font-size: 2.8645833333vw;
  line-height: 3.3854166667vw;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.quiz__final {
  width: 100%;
  opacity: 0;
  display: none;
  pointer-events: none;
  padding: 3.6458333333vw 5.2083333333vw;
  border-radius: 1.8229166667vw;
  background-color: #f2f7fa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.quiz__final.active {
  display: block;
}
.quiz__final.visible {
  opacity: 1;
  pointer-events: auto;
}
.quiz__final .final-img {
  width: 22.96875vw;
  height: auto;
  max-height: 33.59375vw;
  position: absolute;
  z-index: 0;
  right: 11.1979166667vw;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
.quiz__final .final-content {
  width: 30.7291666667vw;
  min-height: 28.6458333333vw;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.quiz__final .final-bullets {
  overflow: hidden;
  margin-bottom: 2.8645833333vw;
}
.quiz__final .final-bullets .bullets-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -0.5208333333vw -0.78125vw;
}
.quiz__final .final-bullets .bullets-item {
  width: 14.5833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.5208333333vw 0.78125vw;
}
.quiz__final .final-bullets .item-icon {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 1.0416666667vw;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.78125vw;
  pointer-events: none;
  border: 0.0520833333vw solid #e0edf1;
}
.quiz__final .final-bullets .item-icon img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.quiz__final .final-bullets .item-text {
  font-size: 0.9375vw;
  line-height: 1.25vw;
}
.quiz__final .final-form {
  width: 21.875vw;
  margin-top: auto;
  margin-bottom: 0;
}
.quiz__final .final-form .form-title {
  font-size: 1.6666666667vw;
  line-height: 1.875vw;
  margin-bottom: 1.5625vw;
  font-weight: 700;
}
.quiz__final .final-form .form-item .item-text {
  color: #1c1c1c;
}
.quiz-banner {
  margin-bottom: 5.2083333333vw;
}
.quiz-banner__content {
  color: #ffffff;
  border-radius: 1.8229166667vw;
  background-color: #EF7F1A;
  position: relative;
  overflow: hidden;
}
.quiz-banner__content .content-img {
  width: 42.7083333333vw;
  height: 24.7395833333vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.quiz-banner__content .content-main {
  width: 100%;
  height: 100%;
  min-height: 24.7395833333vw;
  position: relative;
  z-index: 1;
  padding: 3.125vw 3.6458333333vw;
  padding-right: 40.1041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.quiz-banner__title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  line-height: var(--tz-section-h2-line, 2.734375vw);
  font-weight: 700;
  margin-bottom: 1.5625vw;
}
.quiz-banner__text {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 1.5625vw;
}
.quiz-banner__btn {
  min-width: 15.1041666667vw;
  height: 4.1666666667vw;
  padding: 0.5208333333vw 1.5625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 700;
  text-align: center;
  color: #EF7F1A;
  border-radius: 5.2083333333vw;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.quiz-banner__btn:hover {
  background-color: #F0A16D;
  color: #ffffff;
}
.reviews {
  margin-bottom: 5.2083333333vw;
  padding: 3.6458333333vw 0;
  background-color: #f6f0e8;
  background-image: -webkit-linear-gradient(top, #faf6f1 0%, #f3e9dd 100%);
  background-image: linear-gradient(180deg, #faf6f1 0%, #f3e9dd 100%);
}
.reviews__head {
  margin-bottom: 1.3020833333vw;
}
.reviews__content {
  position: relative;
  margin-bottom: 3.125vw;
}
.reviews__head + .reviews__content .content-top {
  padding-top: 0;
}
.reviews__content:last-child {
  margin-bottom: 0;
}
.reviews__content .content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.875vw;
  padding: 1.3020833333vw 0;
  padding-right: 20.8333333333vw;
  border-bottom: 0.0520833333vw solid rgba(200, 180, 160, 0.35);
  margin-bottom: 2.0833333333vw;
}
.reviews__content .content-top sup {
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  color: #829196;
  top: -0.5208333333vw;
  right: -0.2604166667vw;
}
.reviews__content .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.34375vw;
}
.reviews__content .content-buttons.position-top {
  top: 2.2395833333vw;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.reviews__content .content-link {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.0416666667vw;
}
.reviews__slider {
  width: 100%;
}
.reviews__slider .slider-hint {
  display: none;
}
.reviews__slider .slider-container {
  margin-bottom: 1.5625vw;
}
.reviews__slider .slider-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.reviews__slider .slider-container .swiper-slide {
  width: 19.2708333333vw;
  height: auto;
  margin-right: 1.5625vw;
}
.reviews__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.reviews__slider .slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 1.3020833333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 1.0416666667vw;
  border: 0.0520833333vw solid rgba(224, 213, 200, 0.85);
  -webkit-box-shadow: 0 0.1041666667vw 0.625vw rgba(62, 48, 36, 0.06);
  box-shadow: 0 0.1041666667vw 0.625vw rgba(62, 48, 36, 0.06);
}
.reviews-slide .slide-img {
  width: 100%;
  height: 20.8333333333vw;
  border-radius: 1.0416666667vw;
  border: 0.0520833333vw solid #e0edf1;
  overflow: hidden;
  margin-bottom: 1.0416666667vw;
}
.reviews-slide .slide-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.reviews-slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews-slide .slide-video {
  width: 100%;
  height: 10.9375vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.0416666667vw;
}
.reviews-slide .slide-video:hover .video-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.reviews-slide .slide-video:hover::after {
  opacity: 0.2;
}
.reviews-slide .slide-video:hover .video-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.reviews-slide .slide-video:hover .video-btn::before {
  display: none;
}
.reviews-slide .slide-video .video-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews-slide .slide-video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: #000;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews-slide .slide-video .video-btn {
  width: 3.3854166667vw;
  height: 3.3854166667vw;
  z-index: 2;
}
.reviews-slide .slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.78125vw;
}
.reviews-slide .slide-date {
  color: #c1d2d8;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
}
.reviews-slide .slide-title {
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.1458333333vw;
}
.reviews__main {
  overflow: hidden;
}
.reviews__main .main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.78125vw;
}
.reviews__main .reviews-item {
  margin: 0.78125vw;
}
.reviews-item {
  width: 40.1041666667vw;
  min-height: 19.7916666667vw;
  padding: 2.6041666667vw 2.34375vw;
  border-radius: 1.0416666667vw;
  background-color: #ffffff;
  border: 0.0520833333vw solid rgba(224, 213, 200, 0.85);
  -webkit-box-shadow: 0 0.1041666667vw 0.625vw rgba(62, 48, 36, 0.06);
  box-shadow: 0 0.1041666667vw 0.625vw rgba(62, 48, 36, 0.06);
}
.reviews-item.open .item-body .body-text, .reviews-item.always-open .item-body .body-text {
  max-height: unset !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
}
.reviews-item.always-open .body-buttons {
  display: none !important;
}
.reviews-item .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1.8229166667vw;
}
.reviews-item .item-name {
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.0416666667vw;
  margin-right: 1.0416666667vw;
}
.reviews-item .item-rating {
  margin-right: 1.0416666667vw;
}
.reviews-item .item-text {
  font-size: 0.7291666667vw;
  font-weight: 500;
  line-height: 1.0416666667vw;
  color: #72d888;
}
.reviews-item .item-date {
  color: #c1d2d8;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  margin-left: auto;
  margin-right: 0;
}
.reviews-item .item-title {
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.1458333333vw;
  color: #EF7F1A;
  margin-bottom: 1.8229166667vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 1.1458333333vw;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.reviews-item .item-body > *:last-child {
  margin-bottom: 0 !important;
}
.reviews-item .item-body .body-title {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.1458333333vw;
  margin-bottom: 0.78125vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 1.1458333333vw;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.reviews-item .item-body .body-text {
  color: #829196;
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 4.5833333333vw;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.reviews-item .item-body .body-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.0416666667vw;
}
.reviews-item .item-body .body-btn {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.0416666667vw;
  cursor: pointer;
}
.reviews--sales,
.reviews--archive {
  background-color: #f6f0e8;
  background-image: -webkit-linear-gradient(top, #fffaf4 0%, #f3e9dd 100%);
  background-image: linear-gradient(180deg, #fffaf4 0%, #f3e9dd 100%);
}
.reviews-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.0833333333vw;
  margin-bottom: 1.8229166667vw;
}
.reviews-hero__content {
  width: 47.9166666667vw;
}
.reviews-hero__eyebrow {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.1458333333vw;
  color: #EF7F1A;
  margin-bottom: 0.625vw;
}
.reviews-hero__title {
  margin-bottom: 0.9375vw;
}
.reviews-hero__text {
  max-width: 42.7083333333vw;
}
.reviews-hero__ratings,
.reviews-hero__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.78125vw;
}
.reviews-rating {
  min-width: 7.2916666667vw;
  padding: 1.0416666667vw;
  border-radius: 1.0416666667vw;
  background-color: #ffffff;
  border: 0.0520833333vw solid rgba(224, 213, 200, 0.85);
  -webkit-box-shadow: 0 0.1041666667vw 0.625vw rgba(62, 48, 36, 0.06);
  box-shadow: 0 0.1041666667vw 0.625vw rgba(62, 48, 36, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.reviews-rating__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5208333333vw;
  width: 100%;
}
.reviews-rating__value {
  font-size: 1.5625vw;
  font-weight: 800;
  line-height: 1.7708333333vw;
  color: #EF7F1A;
}
.reviews-rating__source {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.1458333333vw;
  margin-top: 0.2083333333vw;
}
.reviews-rating__count {
  font-size: 0.6770833333vw;
  line-height: 0.9375vw;
  color: #829196;
  margin-top: 0.15625vw;
}
.review-source-icon {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 0;
  font-size: 0.625vw;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  background-color: transparent;
  overflow: hidden;
}
.review-source-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.review-source-icon--avito {
  background: transparent;
}
.review-source-icon--yandex {
  background: transparent;
}
.review-source-icon--2gis {
  background: transparent;
}
.review-source-icon--site {
  border-radius: 50%;
  background-color: #EF7F1A;
}
.reviews-proof {
  padding: 1.0416666667vw;
  border-radius: 1.0416666667vw;
  background-color: rgba(255, 255, 255, 0.58);
  border: 0.0520833333vw solid rgba(224, 213, 200, 0.65);
  margin-bottom: 1.0416666667vw;
}
.reviews-proof__label {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.1458333333vw;
  margin-bottom: 0.7291666667vw;
}
.reviews-proof__items,
.reviews-filters,
.reviews-source-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5208333333vw;
}
.reviews-proof__items span,
.reviews-filter,
.reviews-source-filter__btn,
.review-card__tags span {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2.0833333333vw;
  padding: 0.4166666667vw 0.8333333333vw;
  border-radius: 5.2083333333vw;
  font-size: 0.7291666667vw;
  font-weight: 700;
  line-height: 0.9375vw;
  border: 0.0520833333vw solid rgba(224, 213, 200, 0.85);
  background-color: #ffffff;
  color: #3d332b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reviews-filter,
.reviews-source-filter__btn {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews-filter:hover,
.reviews-filter.active,
.reviews-source-filter__btn:hover,
.reviews-source-filter__btn.active {
  color: #ffffff;
  border-color: #EF7F1A;
  background-color: #EF7F1A;
}
.reviews-filters {
  margin-bottom: 1.5625vw;
}
.reviews-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5625vw;
  margin-bottom: 1.0416666667vw;
}
.reviews-toolbar .reviews-filters {
  margin-bottom: 0;
}
.reviews-sort {
  min-width: 11.4583333333vw;
}
.reviews-sort__label {
  display: block;
  font-size: 0.6770833333vw;
  font-weight: 700;
  line-height: 0.9375vw;
  color: #829196;
  margin-bottom: 0.3125vw;
}
.reviews-sort__select {
  width: 100%;
  height: 2.3958333333vw;
  padding: 0 0.8333333333vw;
  border-radius: 5.2083333333vw;
  border: 0.0520833333vw solid rgba(224, 213, 200, 0.85);
  background-color: #ffffff;
  font-size: 0.7291666667vw;
  font-weight: 700;
}
.reviews-source-filter {
  margin-bottom: 1.5625vw;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0416666667vw;
}
.reviews-grid--archive {
  grid-template-columns: repeat(2, 1fr);
}
.review-card {
  min-height: 18.75vw;
  padding: 1.3541666667vw;
  border-radius: 1.0416666667vw;
  background-color: #ffffff;
  border: 0.0520833333vw solid rgba(224, 213, 200, 0.85);
  -webkit-box-shadow: 0 0.1041666667vw 0.625vw rgba(62, 48, 36, 0.06);
  box-shadow: 0 0.1041666667vw 0.625vw rgba(62, 48, 36, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.review-card.hidden {
  display: none;
}
.review-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.78125vw;
  margin-bottom: 1.0416666667vw;
}
.review-card__intro {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.review-card__author {
  font-size: 0.9375vw;
  font-weight: 800;
  line-height: 1.1979166667vw;
  margin-bottom: 0.3125vw;
}
.review-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625vw;
}
.review-card__brand {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
}
.review-card__head-main {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.4166666667vw;
}
.review-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5208333333vw;
  width: 100%;
  color: #829196;
  font-size: 0.6770833333vw;
  line-height: 0.9375vw;
}
.review-card__platform {
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.review-card__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.review-card__stars {
  display: inline-flex;
  gap: 0.0520833333vw;
  color: #d9d9d9;
  font-size: 0.78125vw;
  line-height: 0.9375vw;
}
.review-card__stars .active {
  color: #EF7F1A;
}
.review-card__source {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.6770833333vw;
  font-weight: 700;
  line-height: 0.9375vw;
  color: #EF7F1A;
}
.review-card__body {
  margin-bottom: 1.0416666667vw;
}
.review-card__text {
  color: #5d686b;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 6.25vw;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.review-card__text p {
  margin-bottom: 0.5208333333vw;
}
.review-card__text p:last-child {
  margin-bottom: 0;
}
.review-card__body.open .review-card__text,
.review-card__body.always-open .review-card__text {
  max-height: unset;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.review-card__more {
  display: inline-block;
  font-size: 0.7291666667vw;
  font-weight: 700;
  line-height: 0.9375vw;
  margin-top: 0.7291666667vw;
  cursor: pointer;
}
.review-card__bought {
  font-size: 0.7291666667vw;
  font-weight: 700;
  line-height: 1.0416666667vw;
  color: #829196;
  margin-top: auto;
  margin-bottom: 0.7291666667vw;
}
.review-card__bought span {
  color: #3d332b;
}
.review-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.4166666667vw;
  margin-top: auto;
}
.review-card__tags span {
  min-height: 1.6666666667vw;
  padding: 0.3125vw 0.625vw;
  color: #5d686b;
  background-color: #f7f1ea;
}
.review-card__tags span:nth-child(n + 6) {
  display: none;
}
.reviews-empty {
  display: none;
  padding: 1.5625vw;
  border-radius: 1.0416666667vw;
  background-color: #ffffff;
  text-align: center;
  color: #829196;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}
.reviews-empty.active {
  display: block;
}
.reviews-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.0416666667vw;
  margin-top: 2.0833333333vw;
}
.reviews-actions__btn {
  width: auto;
  min-width: 13.0208333333vw;
  border: 0;
}
.reviews-actions__link {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.0416666667vw;
  cursor: pointer;
  color: #3d332b;
}
.review-links-popup {
  width: 32.2916666667vw;
  padding: 2.6041666667vw;
}
.review-links-popup .content-head {
  margin-bottom: 1.5625vw;
}
.review-links-popup .content-title {
  font-size: 1.5625vw;
  font-weight: 800;
  line-height: 1.875vw;
  margin-bottom: 0.5208333333vw;
}
.review-links-popup .content-sub-title {
  color: #829196;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}
.review-links-popup__items {
  display: grid;
  gap: 0.78125vw;
}
.review-links-popup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8333333333vw;
  padding: 1.0416666667vw;
  border-radius: 1.0416666667vw;
  border: 0.0520833333vw solid rgba(224, 213, 200, 0.85);
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.review-links-popup__item:hover {
  border-color: #EF7F1A;
  -webkit-transform: translateY(-0.1041666667vw);
  transform: translateY(-0.1041666667vw);
}
.review-links-popup__item .item-main {
  display: grid;
  gap: 0.2083333333vw;
}
.review-links-popup__item .item-title {
  font-size: 0.9375vw;
  font-weight: 800;
  line-height: 1.1979166667vw;
  color: #3d332b;
}
.review-links-popup__item .item-text {
  color: #829196;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
}
.review-links-popup__site {
  display: inline-block;
  border: 0;
  padding: 0;
  margin-top: 1.3020833333vw;
  background: transparent;
  color: #3d332b;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.0416666667vw;
  cursor: pointer;
}
.seo-text {
  margin-bottom: 5.2083333333vw;
}
.seo-text.open .seo-text__content, .seo-text.always-open .seo-text__content {
  height: auto;
  pointer-events: auto;
}
.seo-text.open .seo-text__content::after, .seo-text.always-open .seo-text__content::after {
  display: none;
}
.seo-text.always-open .seo-text__bottom {
  display: none;
}
.seo-text__title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  font-weight: 700;
  line-height: var(--tz-section-h2-line, 2.734375vw);
  margin-bottom: 1.0416666667vw;
}
.seo-text__content {
  height: 7.5vw;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.0416666667vw;
  font-size: 0.7291666667vw;
  line-height: 1.25vw;
  color: #829196;
  pointer-events: none;
  text-align: justify;
}
.seo-text__content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
}
.seo-text__content > * {
  margin-bottom: 1.0416666667vw;
}
.seo-text__content > *:last-child {
  margin-bottom: 0;
}
.seo-text__content h5,
.seo-text__content h6 {
  color: #1c1c1c;
}
.seo-text__content h5 {
  font-size: 1.1458333333vw;
  line-height: 1.6666666667vw;
}
.seo-text__content h6 {
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
}
.seo-text__content ol li,
.seo-text__content ul li {
  margin-bottom: 0.2604166667vw;
}
.seo-text__content ol li:last-child,
.seo-text__content ul li:last-child {
  margin-bottom: 0;
}
.seo-text__content ol {
  padding-left: 1.25vw;
}
.seo-text__content ul {
  list-style: none;
  padding: 0;
}
.seo-text__content ul li {
  position: relative;
  padding-left: 1.25vw;
}
.seo-text__content ul li::before {
  content: "";
  width: 0.2083333333vw;
  height: 0.2083333333vw;
  border-radius: 50%;
  position: absolute;
  top: 0.625vw;
  left: 0.625vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #829196;
}
.seo-text__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.seo-text__bottom .bottom-btn {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.0416666667vw;
  cursor: pointer;
}
.showroom {
  margin-bottom: 5.2083333333vw;
}
.showroom__head {
  margin-bottom: 2.8645833333vw;
}
.showroom__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.showroom__slider {
  width: 40.1041666667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625vw;
}
.showroom__slider:last-child {
  margin-right: 0;
}
.showroom__slider .slider-hint,
.showroom__slider .slider-bottom {
  display: none;
}
.showroom__slider .slider-container {
  overflow: hidden;
}
.showroom__slider .slider-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 1.0416666667vw;
}
.showroom__slide {
  width: 100%;
  height: auto;
}
.showroom__slide:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.showroom__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.showroom__map {
  height: auto;
  min-height: 31.25vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.showroom__map iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 1.0416666667vw;
  border: none !important;
}
.showroom #wrapMap {
  position: relative;
  cursor: help;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
}
.showroom .mapTitle {
  position: absolute;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
  display: none;
  padding: 5px 20px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
}
@media only screen and (min-width: 769px) {
.showroom__slider .swiper {
  margin: -0.78125vw;
}
.showroom__slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.showroom__slider .swiper-slide {
  width: 19.2708333333vw;
  height: 14.84375vw;
  margin: 0.78125vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.showroom__slider .swiper-slide:first-child:last-child {
  width: 40.1041666667vw;
  height: 31.25vw;
}
.showroom__slider .swiper-slide:nth-child(3), .showroom__slider .swiper-slide:last-child {
  width: 40.1041666667vw;
}
.showroom__slider .swiper-slide:nth-child(n+4) {
  display: none;
}
}
.steps {
  margin-bottom: 5.2083333333vw;
}
.steps__head {
  margin-bottom: 2.6041666667vw;
}
.steps__bullets {
  overflow: hidden;
}
.steps__bullets .bullets-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -0.8333333333vw;
}
.steps__bullets .bullets-item {
  width: 25.1041666667vw;
  margin: 0.8333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.steps__bullets .bullets-item:nth-child(3n+1) {
  width: 27.1875vw;
}
.steps__bullets .item-icon {
  width: 6.5104166667vw;
  height: 6.5104166667vw;
  border-radius: 1.8229166667vw;
  border: 0.0520833333vw solid #e0edf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625vw;
}
.steps__bullets .item-icon img {
  width: 3.125vw;
  height: 3.125vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.steps__bullets .item-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
}
.sidebar {
  width: 5.2083333333vw;
  position: fixed;
  top: 50%;
  right: -7.8125vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidebar.disabled {
  pointer-events: none !important;
}
.sidebar.closed .sidebar__btn.top-btn {
  margin-bottom: 0.5208333333vw;
}
.sidebar.closed .sidebar__btn.bottom-btn {
  margin-top: 0.5208333333vw;
}
.sidebar.closed .sidebar__btn.bottom-btn img {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.sidebar.hidden {
  right: -7.8125vw !important;
}
.sidebar.visible {
  right: 0;
}
.sidebar__btn {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  background-color: #EF7F1A;
  -webkit-box-shadow: 0 0.1041666667vw 0.4166666667vw rgba(0, 0, 0, 0.18);
  box-shadow: 0 0.1041666667vw 0.4166666667vw rgba(0, 0, 0, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.sidebar__btn img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar__btn:hover {
  background-color: #d66d0f;
  -webkit-box-shadow: 0 0.2083333333vw 0.625vw rgba(0, 0, 0, 0.22);
  box-shadow: 0 0.2083333333vw 0.625vw rgba(0, 0, 0, 0.22);
}
.sidebar__btn.top-btn {
  bottom: 100%;
  margin-bottom: 1.0416666667vw;
}
.sidebar__btn.top-btn img {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
}
.sidebar__btn.bottom-btn {
  top: 100%;
  margin-top: 1.0416666667vw;
}
.sidebar__btn.bottom-btn img {
  width: 0.625vw;
  height: 0.4166666667vw;
}
.sidebar__container .container-item {
  width: 100%;
  min-height: 5.2083333333vw;
  padding: 0.2604166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(165deg, #ffb453 0%, #EF7F1A 45%, #d66d0f 100%);
  margin-bottom: 0.4166666667vw;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.25s, -webkit-box-shadow 0.25s, -webkit-filter 0.25s;
  transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
  border-radius: 0.8854166667vw 0 0 0.8854166667vw;
  -webkit-box-shadow: 0 0.1041666667vw 0.5208333333vw rgba(28, 28, 28, 0.14);
  box-shadow: 0 0.1041666667vw 0.5208333333vw rgba(28, 28, 28, 0.14);
  position: relative;
}
.sidebar__container .container-item:last-child {
  margin-bottom: 0;
}
.sidebar__container .container-item:hover {
  -webkit-transform: translateX(-0.2083333333vw);
  transform: translateX(-0.2083333333vw);
  -webkit-box-shadow: 0 0.2083333333vw 0.78125vw rgba(28, 28, 28, 0.2);
  box-shadow: 0 0.2083333333vw 0.78125vw rgba(28, 28, 28, 0.2);
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05);
}
.sidebar__container .container-item .item-icon {
  width: auto;
  max-width: 2.0833333333vw;
  height: 1.3020833333vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 0.5208333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar__container .container-item .item-text {
  font-size: 0.625vw;
  line-height: 0.7291666667vw;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-shadow: 0 0.0520833333vw 0.2083333333vw rgba(0, 0, 0, 0.18);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar__container .container-item.colored-item {
  background: linear-gradient(165deg, #3fe585 0%, #25d366 40%, #128c7e 100%);
}
.sidebar__container .container-item.colored-item:hover {
  -webkit-filter: brightness(1.06);
  filter: brightness(1.06);
}
.sidebar__container .container-item.container-item--quiz {
  background: linear-gradient(165deg, #8fa8ff 0%, #5c7cfa 42%, #3b5bdb 100%);
}
.sidebar__container .container-item.container-item--quiz:hover {
  -webkit-filter: brightness(1.06);
  filter: brightness(1.06);
}
.thanx {
  margin-bottom: 5.2083333333vw;
}
.thanx__banner {
  overflow: hidden;
  position: relative;
  border-radius: 1.8229166667vw;
}
.thanx__banner .banner-img {
  width: 32.2916666667vw;
  height: auto;
  max-height: 23.4375vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.thanx__banner .banner-main {
  min-height: 23.4375vw;
  padding: 4.1666666667vw 6.25vw;
  padding-right: 31.7708333333vw;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.thanx__banner .banner-title {
  font-size: var(--tz-section-h2, 2.4609375vw);
  line-height: var(--tz-section-h2-line, 2.734375vw);
  margin-bottom: 1.5625vw;
}
.thanx__banner .banner-text {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 1.5625vw;
}
.thanx__banner .banner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thanx__banner .banner-link {
  min-width: 14.0625vw;
  margin-right: 1.3020833333vw;
}
.thanx__banner .banner-link:last-child {
  margin-right: 0;
}
.to-top {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  position: fixed;
  right: 1.5625vw;
  bottom: 1.5625vw;
  background-color:#EF7F1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0 !important;
  pointer-events: none;
  cursor: pointer;
  border-radius: 50%;
}
.to-top.visible {
  opacity: 1 !important;
  pointer-events: all;
}
.to-top.visible:hover {
  opacity: 1 !important;
  background-color: #EF7F1A;
}
.to-top img,
.to-top svg {
  width: 0.7291666667vw;
  height: 0.46875vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
}
.to-top img path,
.to-top svg path {
  fill: #fff;
}
.video-block {
  margin-bottom: 5.2083333333vw;
}
.video-block__head {
  margin-bottom: 2.6041666667vw;
}
.video-block__video {
  width: 100%;
  height: 39.0625vw;
  display: block;
  position: relative;
  border-radius: 1.8229166667vw;
  overflow: hidden;
}
.video-block__video:hover .video-img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.video-block__video:hover::after {
  opacity: 0.3;
}
.video-block__video:hover .video-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}
.video-block__video:hover .video-btn::before {
  display: none;
}
.video-block__video:hover .video-info {
  opacity: 0;
}
.video-block__video .video-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.video-block__video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: inherit;
}
.video-block__video .video-btn {
  width: 6.5104166667vw;
  height: 6.5104166667vw;
  z-index: 3;
}
.video-block__video .video-info {
  max-width: 36.4583333333vw;
  position: absolute;
  left: 3.6458333333vw;
  bottom: 2.6041666667vw;
  z-index: 2;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video-block__video .video-info .info-text {
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  font-weight: 500;
}
.video-block__video .video-info .info-time {
  font-size: 0.9375vw;
  line-height: 1.3541666667vw;
}
.warranty {
  margin-bottom: 5.2083333333vw;
}
.warranty__bullets {
  overflow: hidden;
  margin-bottom: 3.125vw;
}
.warranty__bullets .bullets-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.0416666667vw -2.0833333333vw;
}
.warranty__bullets .bullets-item {
  width: 38.8020833333vw;
  margin: 1.0416666667vw 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.warranty__bullets .item-icon {
  width: 6.5104166667vw;
  height: 6.5104166667vw;
  border-radius: 1.8229166667vw;
  border: 0.0520833333vw solid #E0EDF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2.6041666667vw;
}
.warranty__bullets .item-icon img {
  width: auto;
  max-width: 3.6458333333vw;
  height: 2.6041666667vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.warranty__bullets .item-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.warranty__bullets .item-main > *:last-child {
  margin-bottom: 0 !important;
}
.warranty__bullets .item-title {
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.7708333333vw;
  margin-bottom: 1.0416666667vw;
}
.warranty__bullets .item-text {
  color: #829196;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 0.5208333333vw;
}
.warranty__bullets .item-text b {
  color: #1c1c1c;
  font-weight: 700;
}
.warranty__bullets .item-link {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  font-weight: 700;
}
.warranty__main {
  min-height: 6.5104166667vw;
  padding: 2.0833333333vw 5.2083333333vw;
  border-radius: 1.5625vw;
  border: 0.0520833333vw solid #EF7F1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 2.0833333333vw;
}
@media only screen and (max-width: 768px) {
.page {
  --tz-section-h2: 6.015625vw;
  --tz-section-h2-line: 7.875vw;
  --tz-section-sub: 5.0924479167vw;
  --tz-section-sub-line: 6.3606770833vw;
}
.desktop-only {
  display: none !important;
}
@-webkit-keyframes btn_blick {
  0% {
  left: -25vw;
  }
  100% {
  left: calc(100% + 25vw);
  }
}
@keyframes btn_blick {
  0% {
  left: -25vw;
  }
  100% {
  left: calc(100% + 25vw);
  }
}
@-webkit-keyframes progress_bar {
  0% {
  background-position: -156.25vw center;
  }
  50% {
  background-position: 0 center;
  }
  100% {
  background-position: 156.25vw center;
  }
}
@keyframes progress_bar {
  0% {
  background-position: -156.25vw center;
  }
  50% {
  background-position: 0 center;
  }
  100% {
  background-position: 156.25vw center;
  }
}
.page__wrapper {
  overflow: hidden;
  padding-top: 20vw;
  margin-bottom: -6.25vw;
}
.page__wrapper--no-mobile-banner {
  padding-top: 20vw;
}
.page__buffer {
  height: 6.25vw;
}
.wrapper {
  width: 87.5vw;
}
[data-on-scroll-display=hidden] {
  -webkit-transform: translateY(7.8125vw) !important;
  transform: translateY(7.8125vw) !important;
}
[data-on-scroll-display=visible] {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.bottom-line::after {
  height: 0.3125vw;
}
.common-btn,
  .common-green-btn,
  .common-blue-btn {
  height: 18.75vw;
  padding: 3.125vw 6.25vw;
  border-radius: 31.25vw;
  font-size: 3.75vw;
  line-height: 5vw;
}
.common-btn::after,
  .common-green-btn::after,
  .common-blue-btn::after {
  width: 20.625vw;
  height: 25vw;
}
.common-btn .loader .loader-circle,
  .common-green-btn .loader .loader-circle,
  .common-blue-btn .loader .loader-circle {
  width: 12.5vw;
  height: 12.5vw;
}
.common-green-btn {
  font-weight: 700;
  font-size: 3.75vw;
  line-height: 4.375vw;
}
.common-green-btn .btn-text {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.common-green-btn img,
  .common-green-btn svg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 6.25vw;
  height: 6.25vw;
  margin: 0;
  margin-left: 4.6875vw;
}
.common-green-btn span {
  font-weight: 500;
  font-size: 3.125vw;
}
.common-blue-btn img,
  .common-blue-btn svg {
  max-width: 8.125vw;
  height: 5vw;
  margin-left: 2.5vw;
}
.common-social a {
  width: 10.9375vw;
  height: 10.9375vw;
  margin-right: 3.125vw;
}
.common-slider-buttons {
  width: 21.875vw;
  height: 9.375vw;
}
.common-slider-buttons .slider-btn {
  width: 7.375vw;
  height: 7.375vw;
  border: 0.3125vw solid #c5d5df;
  -webkit-box-shadow: 0 0.3125vw 1.25vw rgba(28, 28, 28, 0.12);
  box-shadow: 0 0.3125vw 1.25vw rgba(28, 28, 28, 0.12);
}
.common-slider-buttons .slider-btn svg {
  width: 3.75vw;
  height: 3.75vw;
}
.common-slider-pagination {
  height: 1.5625vw;
}
.common-slider-pagination .swiper-pagination-bullet {
  width: 1.5625vw;
  height: 1.5625vw;
  margin-left: 1.875vw !important;
}
.common-slider-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.common-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.125vw;
}
.common-hint .hint-icon {
  width: 4.375vw;
  height: 4.375vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 3.125vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.common-hint .hint-text {
  font-size: 2.2vw;
  line-height: 2.8125vw;
  color: #829196;
}
.common-head .common-title,
  .common-head .common-text {
  text-align: center;
  margin-bottom: 4.6875vw;
}
.common-title sup {
  font-size: 3.28125vw;
  line-height: 4.6484375vw;
  top: -2.4609375vw;
  right: -0.3125vw;
}
.common-title br {
  display: none;
}
.common-text {
  font-size: 5vw;
  line-height: 6.25vw;
}
.common-text br {
  display: none;
}
.common-page .page-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-page .page-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: none;
  border: none;
  margin-bottom: 9.375vw;
}
.common-page .page-top .top-links {
  overflow: auto;
  margin-bottom: 7.8125vw;
}
.common-page .page-top .links-item {
  font-size: 5vw;
  line-height: 6.25vw;
  padding: 4.6875vw 6.25vw;
  padding-top: 0;
  margin: 0;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 0.625vw solid #e0edf1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.common-page .page-top .links-item:first-child {
  padding-left: 0;
}
.common-page .page-top .links-item:last-child {
  padding-right: 0;
}
.common-page .page-top .links-item.active {
  border-color: #EF7F1A;
}
.common-page .page-top .top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7.8125vw;
}
.page-top .top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7.8125vw;
}
.common-page .page-top .top-btn .btn-icon {
  display: block;
  width: 4.6875vw;
  height: 4.375vw;
  margin-right: 3.125vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.common-page .page-top .sorting-text {
  display: block;
  font-size: 4.375vw;
  line-height: 5.625vw;
  font-weight: 700;
  margin-bottom: 3.125vw;
}
.common-page .page-top .sorting-select {
  width: 100%;
  height: 12.5vw;
  border: 0.3125vw solid #e0edf1;
  border-radius: 3.125vw;
  padding: 0 4.6875vw;
}
.common-page .page-top .sorting-select::after {
  border-bottom: 0.625vw solid #c1d2d8;
  border-right: 0.625vw solid #c1d2d8;
  height: 2.5vw;
  margin-top: -1.5625vw;
  right: 4.6875vw;
  width: 2.5vw;
}
.common-page .page-top .sorting-select.open {
  border-bottom: none;
  border-radius: 1.5625vw 1.5625vw 0 0;
}
.common-page .page-top .sorting-select .current {
  font-size: 3.75vw;
  font-weight: 400;
  line-height: 11.875vw;
}
.common-page .page-top .sorting-select .list {
  left: -0.3125vw;
  right: -0.3125vw;
  margin-top: -0.3125vw;
  max-height: 56.25vw;
  border: 0.3125vw solid #e0edf1;
  border-top: none;
  border-radius: 0 0 1.5625vw 1.5625vw;
}
.common-page .page-top .sorting-select .option {
  font-size: 3.75vw;
  line-height: 9.375vw;
  padding: 0 4.6875vw;
  text-align: left;
}
.common-page .page-container .container-flex {
  margin: -4.6875vw 0;
  justify-content: space-between;
}
.products-card .card-prices {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.common-page .page-pagination .pagination-item,
  .common-page .pagination .page-numbers {
  min-width: 6.25vw;
  height: 6.25vw;
  font-size: 3.75vw;
}
.common-person-info .person-title {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 1.5625vw;
}
.common-person-info .person-text {
  font-size: 2.5vw;
  line-height: 3.75vw;
}
.common-form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 4.6875vw;
}
.common-form .form-container .form-item {
  margin: 0;
  margin-bottom: 4.6875vw;
}
.common-form .form-container .form-item .item-text {
  font-size: 3.125vw;
  margin-bottom: 1.5625vw;
}
.common-form .form-container .form-btn {
  height: 18.75vw;
}
.common-form .form-container .form-input {
  height: 18.75vw;
  border-radius: 31.25vw;
  padding: 0 9.375vw;
}
.common-form .form-container .form-textarea {
  height: 31.25vw;
  resize: none;
  padding: 6.25vw 9.375vw;
  border-radius: 4.6875vw;
}
.common-form .form-container .form-input,
  .common-form .form-container .form-textarea {
  width: 100%;
  font-size: 3.75vw;
  line-height: 5vw;
  border: 0.3125vw solid #e0edf1;
}
.common-form .form-container .form-select {
  width: 100%;
}
.common-form .form-container .form-select .select-images {
  width: 9.375vw;
  height: 9.375vw;
  top: 9.375vw;
  right: 4.6875vw;
}
.common-form .form-container .form-select .nice-select {
  width: 100%;
  height: 18.75vw;
  border-radius: 9.375vw;
  padding: 0 9.375vw;
  padding-right: 18.75vw;
}
.common-form .form-container .form-select .nice-select::after {
  display: none;
}
.common-form .form-container .form-select .nice-select.open {
  border-radius: 6.25vw;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.common-form .form-container .form-select .nice-select .current {
  font-size: 3.75vw;
  line-height: 18.75vw;
}
.common-form .form-container .form-select .nice-select .current::after {
  width: 2.5vw;
  height: 1.5625vw;
  margin-left: 2.1875vw;
}
.common-form .form-container .form-select .nice-select .list {
  max-height: 50vw;
  border-bottom-left-radius: 6.25vw;
  border-bottom-right-radius: 6.25vw;
}
.common-form .form-container .form-select .nice-select .list .option {
  padding: 0 9.375vw;
  padding-right: 18.75vw;
  font-size: 3.75vw;
  line-height: 12.5vw;
}
.common-form .form-checkbox .checkbox-icon {
  width: 5vw;
  height: 5vw;
  margin-right: 3.125vw;
  border-radius: 1.5625vw;
  border: 0.3125vw solid #F5D0B8;
}
.common-form .form-checkbox .checkbox-icon img {
  width: 2.1875vw;
  height: 1.5625vw;
}
.common-form .form-checkbox .checkbox-text {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.common-form.form-direction-column .form-container {
  margin-bottom: 4.6875vw;
}
.common-form.form-direction-column .form-container .form-item {
  margin-bottom: 4.6875vw;
}
.common-video-btn {
  width: 15.625vw;
  height: 15.625vw;
}
.common-rating .rating-icons {
  margin-right: 2.5vw;
}
.common-rating .rating-icons img {
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 1.25vw;
}
.common-rating .rating-icons img:last-child {
  margin-right: 0;
}
.common-rating .rating-text {
  font-size: 3.75vw;
  line-height: 5vw;
}
.nice-select.common-sizes-select {
  height: 12.5vw;
  border-radius: 3.125vw;
  padding-left: 4.6875vw;
  padding-right: 9.375vw;
  border: 0.3125vw solid #e0edf1;
}
.nice-select.common-sizes-select::after {
  width: 2.5vw;
  height: 2.5vw;
  border: 0.625vw solid #c1d2d8;
  border-top: none;
  border-left: none;
  right: 4.375vw;
  margin-top: -1.25vw;
}
.nice-select.common-sizes-select .current {
  font-size: 3.75vw;
  line-height: 12.5vw;
}
.nice-select.common-sizes-select .list {
  left: -0.3125vw;
  right: -0.3125vw;
  margin-top: -0.625vw;
  border: 0.3125vw solid #e0edf1;
  max-height: 65.625vw;
  border-radius: 3.125vw;
}
.nice-select.common-sizes-select .option {
  font-size: 3.75vw;
  line-height: 9.375vw;
  padding-left: 4.6875vw;
  padding-right: 9.375vw;
}
.common-empty .empty-title {
  font-size: 6.25vw;
  line-height: 7.5vw;
  margin-bottom: 6.25vw;
  text-align: center;
}
.common-empty .empty-text {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 6.25vw;
  text-align: center;
}
.common-empty .empty-link {
  width: 100%;
  min-width: unset;
}
.banner {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 500;
  width: 100%;
  max-height: 13vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.banner__close {
  right: -5px;
}
.banner__container {
  height: auto;
  max-height: 13vh;
}
.banner__link {
  height: auto;
  max-height: 13vh;
  line-height: 0;
}
.banner__img-mobile {
  display: block;
}
.banner__img-desktop {
  display:none;
}
.banner__img.banner__img-mobile {
  width: 100%;
  max-height: 13vh;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.header {
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left: 0;
  margin: 0;
  z-index: 500;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.header--no-mobile-banner {
  top: 0;
}
.header.open .header__menu-btn span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.header.open .header__menu-btn span:nth-child(2) {
  width: 0;
}
.header.open .header__menu-btn span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}
.header.open .header__bottom {
  opacity: 1;
  pointer-events: auto;
}
.header__top {
  width: 100%;
  height: 17.5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 2.5vw 0;
  pointer-events: auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top .wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 0;
}
.header__logo {
  width: 30vw;
  max-width: 42vw;
  min-height: 0;
  height: auto;
  max-height: 11.5vw;
  margin-left: 0;
  margin-right: auto;
  line-height: 0;
  -webkit-transform: translateY(-0.625vw);
  transform: translateY(-0.625vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header__logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 11.5vw;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.header__icons .icons-item {
  margin-right: 4.6875vw;
}
.header__icons .icons-item:last-child {
  margin-right: 0;
}
.header__top .header__icons-extra .icons-item {
  margin-right: 2.5vw;
}
.header__icons .item-img {
  height: 4.375vw;
  margin: 0;
}
.header__icons .item-img img {
  height: 4.375vw;
}
.header__icons .item-img span {
  width: 3.25vw;
  height: 3.25vw;
  top: -1.875vw;
  right: -1.5625vw;
  font-size: 1.5625vw;
  line-height: 3.25vw;
}
.header__icons .item-main {
  display: none;
}
.header__menu-btn {
  width: 6.25vw;
  height: 5vw;
  margin-left: 2.5vw;
  margin-right: 3.125vw;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__menu-btn span {
  display: block;
  width: 6.25vw;
  height: 0.625vw;
  border-radius: 1.5625vw;
  background-color: #EF7F1A;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header__menu-btn span:nth-child(1) {
  top: 0;
}
.header__menu-btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header__menu-btn span:nth-child(3) {
  bottom: 0;
}
.header__menu-btn span:nth-child(n+4) {
  display: none;
}
.header__bottom {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: calc(100% - 17.5vw);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__container {
  width: 100%;
  height: 100%;
  padding: 6.25vw 0;
  padding-bottom: 12.5vw;
  background-color: #ffffff;
  border: none;
  display: block;
  overflow: auto;
}
.header__container .wrapper {
  display: block;
}
.header__menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 6.25vw;
}
.header__menu .menu-item {
  font-size: 6.25vw;
  margin-bottom: 6.25vw;
}
.header__menu .menu-item:last-child {
  margin-bottom: 0;
}
.header__menu .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 6.25vw;
}
.header__menu .menu .menu-item {
  font-size: 6.25vw;
  line-height: 1.22;
  letter-spacing: 0;
  margin-bottom: 3.125vw;
}
.header__menu .menu .menu-item:last-child {
  margin-bottom: 0;
}
.header__nav {
  max-width: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 6.25vw;
}
.header__nav .nav-link {
  font-size: 5vw;
  margin: 0;
  margin-bottom: 2.5vw;
}
.header__nav .nav-link:last-child {
  margin-bottom: 0;
}
.header__nav img {
  width: 5vw;
  height: 5vw;
  margin-left: 1.5625vw;
}
.header__nav img:first-child {
  margin-left: 0;
}
.header__nav {
  max-width: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 6.25vw;
}
.header__nav .nav-link {
  font-size: 5vw;
  margin: 0;
  margin-bottom: 2.5vw;
}
.header__nav .nav-link:last-child {
  margin-bottom: 0;
}
.header__nav img {
  width: 5vw;
  height: 5vw;
  margin-left: 1.5625vw;
}
.header__nav img:first-child {
  margin-left: 0;
}
.header__nav .menu {
  max-width: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 6.25vw;
}
.header__nav .menu .menu-item {
  font-size: 5.5vw;
  line-height: 1.22;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 2.5vw;
}
.header__nav .menu .menu-item:last-child {
  margin-bottom: 0;
}
.header__nav .menu .menu-item.percentage::after {
  width: 5vw;
  height: 5vw;
  margin-left: 1.5625vw;
}
.header__nav .menu .menu-item.percentage::after:first-child {
  margin-left: 0;
}
.header__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header__info .info-item {
  max-width: 71.875vw;
  margin: 0;
  margin-bottom: 6.25vw;
}
.header__info .info-item:last-child {
  margin-bottom: 0;
}
.header__info .item-icon {
  width: 5.3125vw;
  height: 6.25vw;
  margin-right: 3.125vw;
}
.header__info .item-main {
  max-width: unset;
}
.header__info .item-text {
  font-size: 3.75vw;
  line-height: 4.6875vw;
  letter-spacing: 0;
  margin-bottom: 1.5625vw;
}
.header__info .item-phone {
  font-size: 6.25vw;
  line-height: 7.5vw;
  letter-spacing: 0;
  margin-bottom: 1.5625vw;
}
.header__info .item-link,
  .header__info .item-btn {
  font-size: 4.375vw;
  line-height: 6.25vw;
  letter-spacing: 0;
  margin-bottom: 1.5625vw;
}
.header__info .item-link-address {
  max-width: 62.5vw;
  line-height: 1.35;
}
.header__info .item-link-address.bottom-line {
  color: #1c1c1c !important;
  white-space: normal;
  text-decoration: none;
}
.header__info .item-link-address.bottom-line:hover {
  color: #EF7F1A !important;
}
.header__info .item-link-address.bottom-line::after,
  .header__info .item-link-address.bottom-line:hover::after {
  display: none !important;
}
.footer {
  border-top: 0.3125vw solid #e0edf1;
}
.footer__top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 6.25vw 0;
  padding-bottom: 0;
  border: none;
}
.footer__main {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12.5vw;
}
.footer__main > *:last-child {
  margin-bottom: 0 !important;
}
.footer__main .main-logo {
  width: 28.125vw;
  height: 7.8125vw;
  margin: 0;
}
.footer__main .main-text {
  width: 51.5625vw;
  font-size: 3.125vw;
  line-height: 4.375vw;
  margin: 0;
}
.footer__main .main-btn {
  width: 100%;
  margin-top: 6.25vw;
  margin-bottom: 6.25vw;
}
.footer__menu {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 9.375vw;
}
.footer__menu .menu-block {
  margin: 0;
  margin-bottom: 7.8125vw;
}
.footer__menu .menu-block:last-child {
  margin-bottom: 0;
}
.footer__menu .menu-title {
  font-size: 5.625vw;
  line-height: 1.2;
  margin-bottom: 3.125vw;
}
.footer__menu .menu-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__menu .menu-list .list-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 4.6875vw;
}
.footer__menu .menu-list .list-col:last-child {
  margin-bottom: 0;
}
.footer__menu .menu-list .list-item {
  width: 100%;
  font-size: 4.375vw;
  line-height: 1.35;
  margin-bottom: 3.125vw;
}
.footer__menu .menu-list .list-item:last-child {
  margin-bottom: 0;
}
.footer__menu .menu-list .menu {
  gap: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__menu .menu-list .menu .menu-item {
  width: 100%;
  font-size: 4.375vw;
  line-height: 1.35;
  margin-bottom: 3.125vw;
}
.footer__menu .menu-list .menu .menu-item:last-child {
  margin-bottom: 0;
}
.footer__info {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__info .info-item {
  max-width: 71.875vw;
  margin: 0;
  margin-bottom: 12.5vw;
}
.footer__info .info-item:last-child {
  margin-bottom: 0;
}
.footer__info .item-icon {
  width: 5.3125vw;
  height: 6.25vw;
  margin-right: 3.125vw;
}
.footer__info .item-main {
  max-width: unset;
}
.footer__info .item-text {
  font-size: 3.75vw;
  line-height: 4.6875vw;
  margin-bottom: 1.5625vw;
}
.footer__info .item-phone {
  font-size: 6.25vw;
  line-height: 7.5vw;
  margin-bottom: 1.5625vw;
}
.footer__info .item-link,
  .footer__info .item-btn {
  font-size: 4.375vw;
  line-height: 6.25vw;
  margin-bottom: 1.5625vw;
}
.footer__info .footer__address-link {
  max-width: 62.5vw;
  line-height: 1.35;
}
.footer__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 12.5vw 0;
  border: none;
}
.footer__bottom .bottom-text {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin-top: 6.25vw;
}
.footer__bottom .bottom-text:first-child {
  margin-top: 0;
}
.footer__bottom .bottom-text:nth-child(2) {
  text-align: left;
}
.footer__bottom .bottom-text:nth-child(3) {
  text-align: left;
}
.first {
  margin-bottom: 12.5vw;
}
.first.first--compact {
  margin-bottom: 9.375vw;
}
.first__main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 6.25vw;
}
.first.first--compact .first__main {
  margin-bottom: 2.5vw;
}
.first__main-slider {
  width: 100%;
  margin-bottom: 6.25vw;
  --krasnov-hero-text-pad-x: 6.25vw;
  --krasnov-hero-nav-btn-size: 5.2083333333vw;
  --krasnov-hero-nav-text-clearance: 0.78125vw;
  --krasnov-hero-nav-edge-inset: max(
    0.5208333333vw,
    calc(
      var(--krasnov-hero-text-pad-x) - var(--krasnov-hero-nav-btn-size) - var(--krasnov-hero-nav-text-clearance)
    )
  );
}
.first.first--compact .first__main-slider {
  margin-bottom: 3.125vw;
}
.first__main-slider .slider-container {
  border-radius: 4.6875vw;
}
.first__main-slider .slider-container .swiper-slide {
  width: 87.5vw;
  border-radius: 4.6875vw;
  margin-right: 3.125vw;
}
.first__main-slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.first__main-slider .slider-bottom {
  height: 9.375vw;
  padding: 0 7.8125vw;
  bottom: 4.6875vw;
}
.first__main-slider-nav {
  border-radius: 4.6875vw;
}
.first__main-slider-nav .common-slider-buttons--banner-edges {
  padding-left: var(--krasnov-hero-nav-edge-inset);
  padding-right: var(--krasnov-hero-nav-edge-inset);
}
.first__main-slider-nav .common-slider-buttons--banner-edges .slider-btn {
  width: var(--krasnov-hero-nav-btn-size);
  height: var(--krasnov-hero-nav-btn-size);
  min-width: var(--krasnov-hero-nav-btn-size);
  min-height: var(--krasnov-hero-nav-btn-size);
}
.first__main-slider-nav .common-slider-buttons--banner-edges .slider-btn svg {
  width: 2.1875vw;
  height: 2.1875vw;
}
.first__main-side {
  width: 100%;
}
.first__main-side .side-item {
  width: 87.5vw;
  min-height: 43.75vw;
  margin: 0;
  margin-top: 6.25vw;
  border-radius: 3.125vw;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.first__main-side .side-item:first-child() {
  margin-top: 0;
}
.first__main-side .item-img {
  width: 40.625vw;
}
.first__main-side .item-main {
  padding: 6.25vw;
  padding-right: 39.0625vw;
}
.first__main-side .item-main > *:last-child {
  margin-bottom: 0 !important;
}
.first__main-side .item-title {
  margin-bottom: 3.125vw;
}
.first__main-side .item-text {
  font-size: 3.125vw;
  line-height: 4.375vw;
  margin-bottom: 3.125vw;
}
.first__main-side .item-link {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.first__main-slide {
  min-height: auto;
}
.first__main-slide::after {
  display: none !important;
}
.first__main-slide .slide-img {
  max-height: 38vw;
}
.first__main-slide .slide-main {
  padding: 4.6875vw 6.25vw;
  padding-bottom: 40vw;
}
.first__main-slide.slide-has-mobile-bg {
  background-image: var(--krasnov-slide-mobile-bg) !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.first__main-slide.slide-has-mobile-bg .slide-main {
  padding-bottom: 6.25vw;
}
.first__main-slide .slide-main > *:last-child {
  margin-bottom: 0 !important;
}
.first__main-slide .slide-title {
  margin-bottom: 3.125vw;
}
.first__main-slide .slide-text {
  max-width: unset;
  font-size: 5vw;
  line-height: 6.25vw;
  margin-bottom: 3.125vw;
}
.first__main-slide .slide-list {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 3.125vw;
}
.first__main-slide .slide-list li {
  padding-left: 5vw;
  margin-bottom: 1.5625vw;
}
.first__main-slide .slide-list li:last-child {
  margin-bottom: 0;
}
.first__main-slide .slide-list li::before {
  width: 1.25vw;
  height: 1.25vw;
  top: 2.5vw;
  left: 2.5vw;
}
.first__main-slide .slide-hint {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 3.125vw;
}
.first__main-slide .slide-btn {
  width: 100%;
  min-width: unset;
}
/* Пресеты задают font-size в vw от «десктопной» сетки — inline перебивает .common-btn и даёт крошечный текст на узком экране */
.first__main-slide a.slide-btn.common-btn {
  font-size: 3.75vw !important;
  line-height: 5vw !important;
}
.first__main-slide.white-slide .slide-main {
  background: transparent;
}
.first__main-slide.slide-mobile-visual-only .slide-main {
  display: none !important;
}
.first__main-slide.slide-mobile-visual-only .slide-img.mobile-only {
  position: static;
  display: block !important;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}
.first__main-slide.slide-mobile-visual-only .slide-mobile-cover-link {
  position: absolute;
  inset: 0;
  z-index: 6;
  cursor: pointer;
  border-radius: inherit;
}
.first__main-slide.slide-mobile-visual-only .slide-mobile-cover-link:focus-visible {
  outline: 0.3125vw solid currentColor;
  outline-offset: 0.3125vw;
}
.first__slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.first__slider .slider-container {
  margin-bottom: 1.5625vw;
}
.first.first--compact .first__slider .slider-container {
  margin-bottom: 0.78125vw;
}
.first__slider .slider-container .swiper-slide {
  width: 87.5vw;
  min-height: 31.25vw;
  margin-right: 6.25vw;
}
.first__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.first__slider .slider-container .slide-img {
  width: 35.625vw;
  height: 31.25vw;
}
.first__slider .slider-container .slide-link {
  padding: 7.8125vw 6.25vw;
  padding-right: 31.25vw;
  border: 0.3125vw solid #f2f7fa;
  border-radius: 4.6875vw;
}
.first__slider .slider-container .slide-link > *:last-child {
  margin-bottom: 0 !important;
}
.first__slider .slider-container .slide-title {
  font-size: 5vw;
  line-height: 6.25vw;
  margin-bottom: 3.125vw;
}
.first__slider .slider-container .slide-price {
  font-size: 3.125vw;
  line-height: 6.25vw;
}
.first__slider .slider-container .slide-price span {
  font-size: 4.375vw;
}
.first__slider .slider-bottom {
  min-height: 6.25vw;
}
.first__slider .slider-bottom .bottom-buttons {
  display: none;
}
.first__availability {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "items"
    "action";
  gap: 3.125vw;
  padding: 4.6875vw;
  background-color: #f6f0e4;
  background-image: -webkit-linear-gradient(118deg, #fdfbf6 0%, #f0e3c8 48%, #faf6ee 100%);
  background-image: linear-gradient(118deg, #fdfbf6 0%, #f0e3c8 48%, #faf6ee 100%);
  border: 0.3125vw solid rgba(198, 168, 108, 0.28);
  box-shadow: inset 0 0.15625vw 0 rgba(255, 255, 255, 0.75);
  border-radius: 4.6875vw;
}
.first__availability--bg-gray {
  background-color: #f0f5f8;
  background-image: -webkit-linear-gradient(left, #f6f9fb 0%, #eef5f8 55%, #f7fafb 100%);
  background-image: linear-gradient(90deg, #f6f9fb 0%, #eef5f8 55%, #f7fafb 100%);
  border-color: rgba(224, 237, 241, 0.9);
}
.first__availability--bg-mint {
  background-color: #eef8ee;
  background-image: -webkit-linear-gradient(118deg, #fbfef9 0%, #dcefdc 48%, #f3fbf4 100%);
  background-image: linear-gradient(118deg, #fbfef9 0%, #dcefdc 48%, #f3fbf4 100%);
  border-color: rgba(139, 184, 143, 0.32);
}
.first__availability--bg-lavender {
  background-color: #f2eefb;
  background-image: -webkit-linear-gradient(118deg, #fdfbff 0%, #e8ddf6 50%, #f7f2ff 100%);
  background-image: linear-gradient(118deg, #fdfbff 0%, #e8ddf6 50%, #f7f2ff 100%);
  border-color: rgba(158, 132, 195, 0.3);
}
.first__availability--bg-salmon {
  background-color: #fff0ea;
  background-image: -webkit-linear-gradient(118deg, #fffaf7 0%, #f7d8cd 48%, #fff2ec 100%);
  background-image: linear-gradient(118deg, #fffaf7 0%, #f7d8cd 48%, #fff2ec 100%);
  border-color: rgba(219, 143, 116, 0.32);
}
.first__availability--bg-peach {
  background-color: #fff3e4;
  background-image: -webkit-linear-gradient(118deg, #fffaf3 0%, #f6ddbd 48%, #fff5e8 100%);
  background-image: linear-gradient(118deg, #fffaf3 0%, #f6ddbd 48%, #fff5e8 100%);
  border-color: rgba(215, 161, 91, 0.3);
}
.first__availability--bg-sky {
  background-color: #edf8fb;
  background-image: -webkit-linear-gradient(118deg, #fbfeff 0%, #d7edf5 48%, #f2fbfd 100%);
  background-image: linear-gradient(118deg, #fbfeff 0%, #d7edf5 48%, #f2fbfd 100%);
  border-color: rgba(112, 173, 196, 0.3);
}
.first__availability--bg-rose {
  background-color: #fbf0f4;
  background-image: -webkit-linear-gradient(118deg, #fffafb 0%, #efd9e2 48%, #fff3f7 100%);
  background-image: linear-gradient(118deg, #fffafb 0%, #efd9e2 48%, #fff3f7 100%);
  border-color: rgba(197, 134, 158, 0.3);
}
.first__availability--bg-sand {
  background-color: #f8f1df;
  background-image: -webkit-linear-gradient(118deg, #fffdf7 0%, #eadbb9 48%, #faf4e6 100%);
  background-image: linear-gradient(118deg, #fffdf7 0%, #eadbb9 48%, #faf4e6 100%);
  border-color: rgba(183, 151, 91, 0.32);
}
.first__availability--bg-olive {
  background-color: #f1f5df;
  background-image: -webkit-linear-gradient(118deg, #fdfff6 0%, #e1e8bd 48%, #f7fae9 100%);
  background-image: linear-gradient(118deg, #fdfff6 0%, #e1e8bd 48%, #f7fae9 100%);
  border-color: rgba(151, 169, 85, 0.3);
}
.first__availability--bg-white {
  background-color: #ffffff;
  background-image: none;
  border-color: rgba(224, 237, 241, 0.9);
}
.first__availability .slider-container {
  margin-bottom: 0;
}
.first__availability .slider-container .swiper-wrapper {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 3.125vw;
  -webkit-transform: none !important;
  transform: none !important;
}
.first__availability .slider-container .swiper-slide {
  width: auto !important;
  min-height: 0;
  margin-right: 0 !important;
}
.first__availability .slider-container .slide-link {
  width: 100%;
  box-sizing: border-box;
  min-height: 18.75vw;
  padding: 3.75vw;
  padding-right: 3.75vw;
  border: 0;
  border-radius: 3.125vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.125vw;
}
.first__availability .slider-container .slide-icon {
  width: 10vw;
  height: 10vw;
}
.first__availability .slider-container .slide-title {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 0.625vw;
}
.first__availability .slider-container .slide-price {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.first__availability .slider-container .slide-price span {
  font-size: inherit;
}
.first__availability-btn {
  width: 100%;
  min-height: 12.5vw;
  padding: 3.125vw 5vw;
  border-width: 0.3125vw;
  border-radius: 6.25vw;
  font-size: 3.75vw;
  line-height: 5vw;
}
.first__availability-btn span::after {
  margin-left: 2.5vw;
}
.first__availability .slider-bottom {
  display: none;
}
.products {
  margin-bottom: 12.5vw;
  z-index: unset;
}
.products__head {
  margin-bottom: 7.8125vw;
}
.products .category-description p {
  font-size: 3.75vw;
  line-height: 1.5;
  margin-bottom: 3.125vw;
}
.products .category-description p:last-child {
  margin-bottom: 0;
}
.products__hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products__tabs {
  width: 100%;
  padding: 0;
  border: none;
  margin-bottom: 2.5vw;
  overflow: visible;
}
.products__tabs .tabs-container {
  gap: 1.5625vw;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 4.6875vw 1.5625vw;
  margin: 0 -4.6875vw;
  margin-bottom: -1.5625vw;
}
.products__tabs .tabs-item {
  font-size: 3.375vw;
  line-height: 1.3;
  padding: 1.25vw 3.125vw;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  color: #a8b2b8;
  border: 0.3125vw solid #a8b2b8;
  border-radius: 999px;
  background-color: transparent;
}
.products__tabs .tabs-item.active {
  color: #EF7F1A;
  border-color: #EF7F1A;
}
.products__tab .tab-flex {
  margin: -4.6875vw 0;
  justify-content:space-between;
}
.products .products__page .tab-flex ul.products {
  margin: -4.6875vw 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products-card {
  width: 42.5vw;
  margin: 4.6875vw 0;
  border-radius: 4.6875vw;
  border: 0.3125vw solid #f2f7fa;
  overflow: hidden;
}
.products-card:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.products-card .card-top {
  padding: 0;
  padding-bottom:1.0416666667vw;
  border-radius: 0;
}
.products-card .card-slider {
  margin-bottom: 3.125vw;
}
.products-card .card-media-foot {
  gap: 1.25vw;
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
}
.products-card .card-media-foot__seg {
  height: 0.9375vw;
}
.products-card .card-sizes {
  gap: 1.5625vw;
  margin-bottom: 3.125vw;
  padding: 0 2.375vw;
}
.products-card .card-sizes__buttons {
  display: none !important;
}
.products-card .card-sizes__select-wrap {
  display: block !important;
  width: 100%;
}
.products-card .card-sizes__select {
  font-size: 3.375vw;
  padding: 2.5vw 7.5vw 2.5vw 2.5vw;
  border-radius: 1.5625vw;
  border-width: 0.3125vw;
  background-position: right 2.5vw center;
  background-size: 2.5vw 1.5625vw;
}
.products-card .card-sizes__tag {
  font-size: 3.375vw;
  padding: 1.25vw 2.5vw;
  border-radius: 1.5625vw;
}
.products-card .card-specs {
  margin-bottom: 3.125vw;
  padding: 0 2.375vw;
}
.products-card .card-specs__row {
  font-size: 3.375vw;
  padding: 2.1875vw 0;
}
.products-card .card-specs__row--stiffness {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-card .card-specs__row--stiffness dt {
  display: none;
}
.products-card .card-specs__row--stiffness dd {
  max-width: 100%;
  text-align: center;
}
.products-card .card-slider .slider-container {
  width: 68.75vw;
}
.products-card .card-slider .slider-container .swiper-slide {
  width: 64.75vw;
  height: 33.875vw;
}
.products-card .card-slider .slider-container .swiper-slide img {
  width: auto;
}
.products-card .card-slider .slider-buttons {
  height: 9.375vw;
  opacity: 1;
}
.products-card .card-slider .slider-buttons.common-slider-buttons {
  height: 4.6875vw;
}
.products-card .card-slider .common-slider-buttons .slider-btn {
  width: 3.6875vw;
  height: 3.6875vw;
  border-width: 0.15625vw;
  -webkit-box-shadow: 0 0.15625vw 0.625vw rgba(28, 28, 28, 0.12);
  box-shadow: 0 0.15625vw 0.625vw rgba(28, 28, 28, 0.12);
}
.products-card .card-slider .common-slider-buttons .slider-btn svg {
  width: 1.875vw;
  height: 1.875vw;
}
.products-card .card-slider .common-slider-buttons .slider-btn:hover {
  -webkit-box-shadow: 0 0.15625vw 0.625vw rgba(239, 127, 26, 0.28);
  box-shadow: 0 0.15625vw 0.625vw rgba(239, 127, 26, 0.28);
}
.products-card .card-slider .slider-bottom {
  display: none;
}
.products-card .card-tags {
  top: 2.5vw;
  left: 2.5vw;
  max-width: calc(100% - 15.625vw);
  margin-bottom: 0;
}
.products-card .card-tags .tags-item {
  min-height: 6.25vw;
  padding: 0.625vw 2.5vw;
  border-radius: 999px;
  border-width: 0.3125vw;
  font-size: 3vw;
  line-height: 1.2;
  margin-right: 0;
}
.products-card .card-tags .tags-item:last-child {
  margin-right: 0;
}
.products-card .card-title {
  font-size: 4.0625vw;
  line-height: 5.125vw;
  margin-bottom: 3.6875vw;
  padding-left: 2.375vw;
}
.products-card .card-top .benefits-cart {
  display:none;
}
.products-card .card-prices__inner {
  gap: 1.5625vw 2.5vw;
  padding: 0 2.375vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-card .card-prices .current-price .price-text {
  font-size: 4.875vw;
  line-height: 1.2;
}
.products-card .card-prices .old-price .price-text {
  font-size: 3.75vw;
  margin-right: 0;
}
.products-card .card-prices .price-discount {
  min-height: 5.5vw;
  font-size: 3.375vw;
  padding: 0.9375vw 2.1875vw;
  border-radius: 999px;
}
.products-card .card-bottom {
  padding: 2.375vw;
  padding-top: 0;
  opacity: 1;
  position: static;
  top: unset;
  left: unset;
  z-index: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: auto;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:0;
}
.products-card .card-bottom .bottom-btn {
  width: 100%;
  height: 9.375vw;
  font-size: 3.5vw;
  line-height: 4.375vw;
}
.products-card .card-bottom .order-btn {
  height: 15.625vw;
  margin-top: 3.125vw;
  border-radius: 31.25vw;
  border: 0.3125vw solid #EF7F1A;
  font-size: 4.5vw;
  line-height: 6vw;
}
.products__text-card {
  width: 87.5vw;
  margin: 4.6875vw 0;
  padding: 6.25vw 4.6875vw;
  border-radius: 4.6875vw;
}
.products__text-card .card-text {
  font-size: 6.25vw;
  line-height: 8.125vw;
  margin-bottom: 4.6875vw;
  text-align: center;
}
.products__text-card .card-text br {
  display: none;
}
.products__text-card .card-btn {
  width: 100%;
  min-width: unset;
  height: 15.625vw;
  padding: 0 6.25vw;
  border-radius: 31.25vw;
  font-size: 3.75vw;
  line-height: 5vw;
  border-width: 0.3125vw;
  -webkit-box-shadow: 0 0.625vw 2.5vw rgba(0, 0, 0, 0.14);
  box-shadow: 0 0.625vw 2.5vw rgba(0, 0, 0, 0.14);
}
.products__text-card .card-btn:hover {
  -webkit-transform: translateY(-0.3125vw);
  transform: translateY(-0.3125vw);
}
.products__slider > .slider-container {
  margin-bottom: 6.25vw;
}
.products__slider > .slider-container > .swiper > .swiper-wrapper > .swiper-slide {
  width: 42.5vw;
  margin-right: 1.6875vw;
}
.products__slider > .slider-container > .swiper > .swiper-wrapper > .swiper-slide:last-child {
  margin-right: 0;
}
.products__slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products__slider .slider-bottom .bottom-buttons {
  display: none;
}
.products__page {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.products__page .page-container {
  margin-bottom: 12.5vw;
}
.products__filters {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.products__filters.open {
  pointer-events: auto;
  opacity: 1;
}
.products__filters .filters-top {
  height: 18.75vw;
  padding: 6.25vw;
  border-bottom: 0.3125vw solid #e0edf1;
}
.woof_hide_mobile_filter .filters-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.0833333333vw;
  height: 18.75vw;
  padding: 6.25vw;
  border-bottom: 0.3125vw solid #e0edf1;
}
.products__filters .filters-container {
  height: calc(100% - 18.75vw);
  overflow: auto;
}
.products__filters .container-block {
  padding: 6.25vw;
  padding-bottom: 9.375vw;
}
.products__filters .filters-title {
  font-size: 5vw;
  line-height: 6.25vw;
}
.woof_hide_mobile_filter {
  display: none;
  flex-direction: row-reverse;
  align-items: center;
  padding-top: 10px;
}
.woof_show_filter_for_mobile .woof_hide_mobile_filter {
  display: flex;
}
.woof_hide_mobile_filter img {
  height: 25px;
}
.woof_hide_mobile_filter span {
  font-size: 16px;
  margin-right: 10px;
}
.products__filters .filters-block {
  margin-bottom: 6.25vw;
}
.products__filters .filters-block .block-top {
  margin-bottom: 3.125vw;
}
.products__filters .filters-block .block-title {
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.products__filters .filters-block .block-btn::after {
  width: 2.1875vw;
  height: 2.1875vw;
  border: 0.625vw solid #c1d2d8;
  border-top: none;
  border-left: none;
}
.products__filters .filters-block.open .block-btn::after {
  -webkit-transform: rotate(45deg) scale(-1);
  transform: rotate(45deg) scale(-1);
}
.products__filters .filters-inputs {
  margin-bottom: 3.125vw;
}
.products__filters .filters-inputs .inputs-item {
  width: 40.625vw;
  margin-top: 3.125vw;
}
.products__filters .filters-inputs .inputs-item:nth-child(-n+2) {
  margin-top: 0;
}
.products__filters .filters-inputs .inputs-item span {
  left: 6.25vw;
  font-size: 3.75vw;
  line-height: 5vw;
}
.products__filters .filters-inputs .inputs-item input {
  height: 12.5vw;
  font-size: 3.75vw;
  line-height: 5vw;
  padding-left: 9.375vw;
  padding-right: 3.125vw;
  border-radius: 3.125vw;
  border: 0.3125vw solid #e0edf1;
}
.products__filters .filters-params {
  padding: 0;
  margin-bottom: 3.125vw;
}
.products__filters .filters-params .params-flex {
  margin: -1.5625vw -3.125vw;
}
.products__filters .filters-params .params-item {
  width: 87.5vw;
  margin: 1.5625vw 3.125vw;
}
.products__filters .filters-params .item-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  border-radius: 1.5625vw;
  margin-right: 3.125vw;
}
.products__filters .filters-params .item-icon svg {
  width: 2.1875vw;
  height: 1.5625vw;
}
.products__filters .filters-params .item-icon span {
  width: 2.1875vw;
  height: 2.1875vw;
}
.products__filters .filters-params .item-text {
  font-size: 3.75vw;
  line-height: 5vw;
}
.products__filters .filters-params.md-2-col .params-item {
  width: 40.625vw;
}
.products__filters .filters-buttons .filter-btn {
  height: 15.625vw;
  padding: 3.125vw 6.25vw;
  border-radius: 31.25vw;
  font-size: 3.75vw;
  line-height: 5vw;
  margin-top: 3.125vw;
}
.products__filters .filters-buttons .filter-btn:first-child {
  margin-top: 0;
}
.woof {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  display: block !important;
}
.woof_show_filter_for_mobile.woof {
  z-index: 5000;
  opacity: 1;
  position: fixed;
  top: 0;
  display: block !important;
  padding: 0;
  padding-bottom: 0;
  animation: move_top .5s ease;
  animation-fill-mode: forwards;
}
.woof .woof_redraw_zone {
  height: calc(100% - 18.75vw);
  overflow: auto;
  padding: 6.25vw 6.25vw 9.375vw;
  display: none;
}
.woof_container_inner h4 {
  margin-bottom: 3.125vw;
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.woof_price_filter_txt {
  height: 12.5vw;
  font-size: 3.75vw;
  line-height: 5vw;
  padding-left: 9.375vw;
  padding-right: 3.125vw;
  border-radius: 3.125vw;
  border: 0.3125vw solid #e0edf1;
  width: 40.625vw;
}
.woof .woof_wcga_label_hide, .woof_container_inner .woof_wcga_label_hide {
  font-size: 3.75vw;
  left: 2.5vw;
}
.woof_container_inner .woof_wcga_label_hide:nth-child(3) {
  left: 50vw;
}
.woof .woof_show_mobile_filter {
  height: 10.75vw;
  padding: 3.125vw 6.25vw;
  border-radius: 31.25vw;
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 7.8125vw;
  background-color: #F0A16D;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.woof .woof_show_mobile_filter span {
  font-size: 3.75vw;
  color: #ffffff;
  font-weight: 700;
}
ul.woof_list {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
ul.woof_list li {
  width: 40.625vw;
  margin: 1.5625vw 3.125vw;
}
.icheckbox_square-blue {
  width: 4.6875vw;
  height: 4.6875vw;
  border-radius: 1.5625vw;
  margin-right: 3.125vw;
  margin-top: 0;
}
.woof_list label {
  font-size: 3.75vw;
  line-height: 5vw;
  padding: 0;
  margin: 0 !important;
}
.icheckbox_square-blue::after {
  width: 2.1875vw;
  height: 1.5625vw;
}
.woof_submit_search_form_container button {
  height: 15.625vw;
  padding: 3.125vw 6.25vw;
  border-radius: 31.25vw;
  font-size: 3.75vw;
  line-height: 5vw;
  margin-top: 3.125vw;
}
.woof_show_filter_for_mobile .woof_show_mobile_filter {
  display: none;
}
.woof_hide_mobile_filter img, .woof_show_mobile_filter img {
  display: block;
  width: 4.6875vw;
  height: 4.375vw;
  margin-right: 3.125vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.woof_show_filter_for_mobile .woof_redraw_zone {
  display: block;
}
.products__container {
  flex-direction: column;
}
#woof_results_by_ajax {
  flex-direction: column;
}
.manager {
  margin-bottom: 12.5vw;
}
.manager__top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 9.375vw;
}
.manager__top .manager__title {
  width: 100%;
  text-align: center;
  max-width: unset;
  margin-bottom: 6.25vw;
}
.manager__head {
  margin-bottom: 10.9375vw;
}
.manager__size .size-icon {
  width: 6.25vw;
  height: 6.25vw;
  margin-right: 4.6875vw;
}
.manager__size .size-text {
  width: auto;
  font-size: 5vw;
  line-height: 6.25vw;
}
.manager__bullets {
  margin-bottom: 12.5vw;
}
.manager__bullets .bullets-flex {
  margin: -4.0625vw 0;
}
.manager__bullets .bullets-item {
  width: 87.5vw;
  margin: 4.0625vw 0;
}
.manager__bullets .item-icon {
  width: 18.75vw;
  height: 18.75vw;
  border-radius: 50%;
  border: none;
  background-color: #fff3e8;
  -webkit-box-shadow: 0 0.625vw 3.125vw rgba(239, 127, 26, 0.08);
  box-shadow: 0 0.625vw 3.125vw rgba(239, 127, 26, 0.08);
  margin-right: 4.6875vw;
}
.manager__bullets .item-icon img {
  width: 9.375vw;
  height: 9.375vw;
}
.manager__bullets .item-text {
  font-size: 4.375vw;
  line-height: 6.25vw;
}
.manager__banner {
  border-radius: 4.6875vw;
}
.manager__banner .banner-person {
  width: 87.5vw;
  height: 96.875vw;
  left: 0;
}
.manager__banner .banner-person .person-img {
  width: 128.75vw;
  max-height: 101.875vw;
  left: -15.625vw;
  bottom: -6.25vw;
}
.manager__banner .banner-person .person-info {
  width: 31.25vw;
  top: 56.25vw;
  left: 6.25vw;
}
.manager__banner .banner-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: unset;
  padding: 7.8125vw 4.6875vw;
  padding-bottom: 96.875vw;
}
.manager__banner .banner-main {
  width: 100%;
  margin-bottom: 9.375vw;
}
.manager__banner .banner-side {
  width: 100%;
}
.manager__banner .banner-title {
  margin-bottom: 3.125vw;
  text-align: center;
}
.manager__banner .banner-text {
  padding: 0 4.6875vw;
  font-size: 4.375vw;
  line-height: 6.25vw;
  margin-bottom: 4.6875vw;
  text-align: center;
}
.manager__banner .banner-text br {
  display: none;
}
.manager__banner .banner-btn {
  margin-bottom: 4.6875vw;
}
.manager__banner .banner-phone {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.6875vw;
}
.manager__banner .banner-phone .phone-text {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 1.5625vw;
  text-align: center;
}
.manager__banner .banner-phone .phone-link {
  font-size: 6.25vw;
  line-height: 9.375vw;
  text-align: center;
}
.manager__banner .banner-form .form-input {
  width: 100%;
}
.manager__banner .banner-form .form-checkbox {
  width: 60.9375vw;
  margin: 0 auto;
}
.reviews {
  margin-bottom: 12.5vw;
  padding: 9.375vw 0 10.9375vw;
  background-color: #f6f0e8;
  background-image: -webkit-linear-gradient(top, #faf6f1 0%, #f3e9dd 100%);
  background-image: linear-gradient(180deg, #faf6f1 0%, #f3e9dd 100%);
}
.reviews__head {
  margin-bottom: 5vw;
}
.reviews__head .common-title,
  .reviews__head .common-text {
  margin-bottom: 3.125vw;
}
.reviews__head .common-text:last-child,
  .reviews__head .common-title:last-child {
  margin-bottom: 0;
}
.reviews__content {
  margin-bottom: 9.375vw;
}
.reviews__content:last-child {
  margin-bottom: 0;
}
.reviews__content .content-top {
  font-size: 5vw;
  line-height: 6.25vw;
  padding: 3.125vw 0;
  padding-top: 0;
  border-bottom: 0.3125vw solid rgba(200, 180, 160, 0.4);
  margin-bottom: 6.25vw;
}
.reviews__content .content-top sup {
  font-size: 3.125vw;
  line-height: 4.375vw;
  top: -1.5625vw;
  right: -0.625vw;
}
.reviews__content .content-buttons {
  margin-top: 9.375vw;
}
.reviews__content .content-buttons.position-top {
  top: unset;
  right: unset;
  position: static;
  -webkit-transform: none;
  transform: none;
  margin-top: 9.375vw;
}
.reviews__content .content-link {
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.reviews__slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__slider .slider-container {
  margin-bottom: 6.25vw;
}
.reviews__slider .slider-container .swiper-slide {
  width: 87.5vw;
  margin-right: 3.125vw;
}
.reviews__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.reviews__slider .slider-bottom .bottom-buttons {
  display: none;
}
.reviews-slide {
  padding: 4.6875vw;
  border-radius: 4.6875vw;
}
.reviews-slide .slide-img {
  height: 93.75vw;
  border-radius: 3.125vw;
  border: 0.3125vw solid rgba(224, 213, 200, 0.9);
  margin-bottom: 4.6875vw;
}
.reviews-slide .slide-video {
  height: 50vw;
  border-radius: 3.125vw;
  margin-bottom: 4.6875vw;
}
.reviews-slide .slide-video .video-btn {
  width: 15.625vw;
  height: 15.625vw;
}
.reviews-slide .slide-info {
  margin-bottom: 4.6875vw;
}
.reviews-slide .slide-date {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.reviews-slide .slide-title {
  font-size: 3.75vw;
  line-height: 5vw;
}
.reviews__main .main-flex {
  margin: -3.125vw;
}
.reviews__main .reviews-item {
  margin: 3.125vw;
}
.reviews-item {
  width: 87.5vw;
  min-height: unset;
  padding: 6.25vw 4.6875vw;
  border-radius: 4.6875vw;
  background-color: #ffffff;
  border: 0.3125vw solid rgba(224, 213, 200, 0.9);
  -webkit-box-shadow: 0 0.3125vw 1.875vw rgba(62, 48, 36, 0.07);
  box-shadow: 0 0.3125vw 1.875vw rgba(62, 48, 36, 0.07);
}
.reviews-item .item-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4.6875vw;
}
.reviews-item .item-date {
  max-width: 40.625vw;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  font-size: 3.75vw;
  line-height: 5vw;
  margin: 0;
}
.reviews-item .item-rating {
  max-width: 31.25vw;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
}
.reviews-item .item-name {
  max-width: 40.625vw;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 3.75vw;
  line-height: 5vw;
  margin: 0;
  margin-top: 3.125vw;
}
.reviews-item .item-text {
  max-width: 31.25vw;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 3.75vw;
  line-height: 5vw;
  margin-top: 3.125vw;
}
.reviews-item .item-title {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 4.6875vw;
  max-height: unset;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.reviews-item .item-body .body-title {
  font-size: 4.375vw;
  line-height: 6.25vw;
  margin-bottom: 3.125vw;
  max-height: unset;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.reviews-item .item-body .body-text {
  font-size: 3.75vw;
  line-height: 5vw;
  max-height: 40vw;
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.reviews-item .item-body .body-buttons {
  margin-top: 4.6875vw;
}
.reviews-item .item-body .body-btn {
  font-size: 3.75vw;
  line-height: 5vw;
}
.reviews-hero {
  display: block;
  margin-bottom: 6.25vw;
}
.reviews-hero__content {
  width: 100%;
  margin-bottom: 5vw;
}
.reviews-hero__eyebrow {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 2.5vw;
}
.reviews-hero__title {
  margin-bottom: 3.125vw;
}
.reviews-hero__text {
  max-width: none;
}
.reviews-hero__ratings,
.reviews-hero__summary {
  gap: 2.5vw;
  overflow-x: auto;
  padding-bottom: 1.25vw;
}
.reviews-rating {
  min-width: 25vw;
  padding: 1.875vw;
  border-radius: 4.6875vw;
  border: 0.3125vw solid rgba(224, 213, 200, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.reviews-rating__head {
  gap: 1.25vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.reviews-rating__value {
  font-size: 7.5vw;
  line-height: 8.75vw;
}
.reviews-rating__source {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-top: 0.625vw;
}
.reviews-rating__count {
  font-size: 3.125vw;
  line-height: 4.375vw;
  margin-top: 0.3125vw;
}
.review-source-icon {
  width: 8.75vw;
  height: 8.75vw;
  font-size: 3.125vw;
}
.reviews-proof {
  padding: 4.6875vw;
  border-radius: 4.6875vw;
  border: 0.3125vw solid rgba(224, 213, 200, 0.9);
  margin-bottom: 4.6875vw;
}
.reviews--sales .reviews-proof {
  display: none;
}
.reviews-proof__label {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 3.125vw;
}
.reviews-proof__items,
.reviews-filters,
.reviews-source-filter {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 2.5vw;
  overflow-x: auto;
  padding-bottom: 1.25vw;
}
.reviews-proof__items span,
.reviews-filter,
.reviews-source-filter__btn,
.review-card__tags span {
  min-height: 10vw;
  padding: 2.1875vw 3.75vw;
  border-radius: 31.25vw;
  font-size: 3.4375vw;
  line-height: 4.6875vw;
  border: 0.3125vw solid rgba(224, 213, 200, 0.9);
  white-space: nowrap;
}
.reviews-filters {
  margin-bottom: 5vw;
}
.reviews-toolbar {
  display: block;
  margin-bottom: 5vw;
}
.reviews-toolbar .reviews-filters {
  margin-bottom: 4.6875vw;
}
.reviews-sort {
  min-width: unset;
}
.reviews-sort__label {
  font-size: 3.125vw;
  line-height: 4.375vw;
  margin-bottom: 1.5625vw;
}
.reviews-sort__select {
  height: 11.25vw;
  padding: 0 4.6875vw;
  border-radius: 31.25vw;
  border: 0.3125vw solid rgba(224, 213, 200, 0.9);
  font-size: 3.75vw;
}
.reviews-source-filter {
  margin-bottom: 5vw;
}
.reviews-grid,
.reviews-grid--archive {
  grid-template-columns: 1fr;
  gap: 3.125vw;
}
.review-card {
  min-height: unset;
  padding: 4.6875vw;
  border-radius: 4.6875vw;
  border: 0.3125vw solid rgba(224, 213, 200, 0.9);
  -webkit-box-shadow: 0 0.3125vw 1.875vw rgba(62, 48, 36, 0.07);
  box-shadow: 0 0.3125vw 1.875vw rgba(62, 48, 36, 0.07);
}
.review-card__top {
  gap: 3.125vw;
  margin-bottom: 4.6875vw;
}
.review-card__head {
  gap: 2.5vw;
}
.review-card__head-main {
  gap: 0.625vw;
}
.review-card__author {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin-bottom: 1.5625vw;
}
.review-card__meta {
  gap: 2.5vw;
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.review-card__stars {
  gap: 0.3125vw;
  font-size: 3.75vw;
  line-height: 4.375vw;
}
.review-card__source {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.review-card__body {
  margin-bottom: 4.6875vw;
}
.review-card__text {
  font-size: 3.75vw;
  line-height: 5.625vw;
  max-height: 45vw;
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.review-card__text p {
  margin-bottom: 2.5vw;
}
.review-card__more {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-top: 3.125vw;
}
.review-card__bought {
  font-size: 3.4375vw;
  line-height: 4.6875vw;
  margin-bottom: 3.125vw;
}
.review-card__tags {
  gap: 1.875vw;
  margin-top: auto;
}
.review-card__tags span {
  min-height: 8.75vw;
  padding: 1.875vw 3.125vw;
}
.review-card__tags span:nth-child(n + 4) {
  display: none;
}
.reviews-empty {
  padding: 5vw;
  border-radius: 4.6875vw;
  font-size: 3.75vw;
  line-height: 5.625vw;
}
.reviews-actions {
  display: block;
  margin-top: 6.25vw;
}
.reviews-actions__btn {
  width: 100%;
  min-width: unset;
}
.reviews-actions__link {
  display: inline-block;
  font-size: 3.75vw;
  line-height: 5vw;
  margin-top: 4.6875vw;
}
.review-links-popup {
  width: 87.5vw;
  padding: 7.8125vw 4.6875vw;
}
.review-links-popup .content-head {
  margin-bottom: 6.25vw;
}
.review-links-popup .content-title {
  font-size: 6.25vw;
  line-height: 7.5vw;
  margin-bottom: 2.5vw;
}
.review-links-popup .content-sub-title {
  font-size: 3.75vw;
  line-height: 5.625vw;
}
.review-links-popup__items {
  gap: 3.125vw;
}
.review-links-popup__item {
  gap: 3.75vw;
  padding: 4.6875vw;
  border-radius: 4.6875vw;
  border: 0.3125vw solid rgba(224, 213, 200, 0.9);
}
.review-links-popup__item:hover {
  -webkit-transform: none;
  transform: none;
}
.review-links-popup__item .item-main {
  gap: 1.25vw;
}
.review-links-popup__item .item-title {
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.review-links-popup__item .item-text {
  font-size: 3.4375vw;
  line-height: 5vw;
}
.review-links-popup__site {
  margin-top: 5vw;
  font-size: 3.75vw;
  line-height: 5vw;
}
.promotions {
  margin-bottom: 12.5vw;
}
.promotions__head {
  margin-bottom: 6.25vw;
}
.promotions__slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promotions__slider .slider-bottom {
  display: block;
}
.promotions__slider .slider-container {
  margin-bottom: 6.25vw;
}
.promotions__slider .swiper {
  border-radius: 4.6875vw;
}
.promotions__slider .swiper-slide {
  width: 87.5vw;
  margin-right: 3.125vw;
  border-radius: 4.6875vw;
}
.promotions__slider .swiper-slide:last-child {
  margin-right: 0;
}
.promotions__item {
  width: 87.5vw;
  min-height: unset;
}
.promotions__item .item-img {
  width: 100%;
  max-height: 59.375vw;
}
.promotions__item .item-main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7.8125vw;
  padding-bottom: 59.375vw;
}
.promotions__item .item-main > * {
  margin-bottom: 3.125vw;
}
.promotions__item .item-main > *:last-child {
  margin-bottom: 0;
}
.promotions__item .item-title {
  text-align: center;
}
.promotions__item .item-title br {
  display: none;
}
.promotions__item .item-text {
  font-size: 3.75vw;
  line-height: 5vw;
  text-align: center;
}
.promotions__item .item-text br {
  display: none;
}
.promotions__item .item-tag {
  height: 9.375vw;
  padding: 0 6.25vw;
  font-size: 3.125vw;
  line-height: 4.375vw;
  border-radius: 15.625vw;
}
.promotions__item .item-info {
  padding: 3.125vw;
  margin: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1.5625vw);
  backdrop-filter: blur(1.5625vw);
  border-radius: 3.125vw;
  left: 4.6875vw;
  right: 4.6875vw;
  bottom: 4.6875vw;
}
.promotions__item .item-info .info-icon {
  width: 8.75vw;
  height: 8.75vw;
  margin-right: 3.125vw;
  border-radius: 1.5625vw;
  border: 0.3125vw solid #e0edf1;
}
.promotions__item .item-info .info-icon img {
  width: 4.375vw;
  height: 4.375vw;
}
.promotions__item .item-info .info-text {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.promotions__item .item-btn {
  width: 100%;
}
.director {
  margin-bottom: 12.5vw;
}
.director__head {
  margin-bottom: 9.375vw;
}
.director__info {
  width: 100%;
  height: auto;
  position: relative;
  right: auto;
  bottom: auto;
  margin-bottom: 6.25vw;
  pointer-events: auto;
}
.director__info .info-img.mobile-only {
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
  width: calc(100% + 12.5vw);
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: -6.25vw;
  margin-right: -6.25vw;
  margin-bottom: 6.25vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.director__info .info-main {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.director__info .info-title {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 1.5625vw;
}
.director__info .info-text {
  font-size: 2.5vw;
  line-height: 3.75vw;
}
.director__banner {
  border-radius: 0;
  margin: 0 -6.25vw;
  padding: 0 6.25vw;
  margin-bottom: 9.375vw;
}
.director__banner:last-child {
  margin-bottom: 0;
}
.director__banner .banner-main {
  min-height: unset;
  padding: 9.375vw 0 6.25vw;
}
.director__banner .banner-main > *:last-child {
  margin-bottom: 0 !important;
}
.director__banner .banner-title {
  margin-bottom: 6.25vw;
}
.director__banner .banner-text {
  font-size: 3.75vw;
  line-height: 5.625vw;
  margin-bottom: 6.25vw;
}
.director__banner .banner-text br {
  display: none;
}
.director__banner .banner-bullets {
  margin-bottom: 6.25vw;
}
.director__banner .banner-bullets .bullets-flex {
  margin: -3.125vw 0;
}
.director__banner .banner-bullets .bullets-item {
  width: 87.5vw;
  margin: 3.125vw 0;
}
.director__banner .banner-bullets .item-icon {
  width: 5vw;
  height: 5vw;
  border-radius: 1.5625vw;
  margin-right: 3.125vw;
}
.director__banner .banner-bullets .item-icon img {
  width: 1.875vw;
  height: 1.5625vw;
}
.director__banner .banner-bullets .item-text {
  font-size: 3.75vw;
  line-height: 5vw;
}
.director__banner .banner-bullets .item-text br {
  display: none;
}
.director__btn {
  width: 100%;
  min-width: unset;
}
.director__bottom .bottom-flex {
  margin: -4.6875vw 0;
}
.director__bottom .bottom-item {
  width: 87.5vw;
  margin: 4.6875vw 0;
}
.director__bottom .item-icon {
  width: 18.75vw;
  height: 18.75vw;
  border-radius: 4.6875vw;
  border: 0.3125vw solid #e0edf1;
  margin-right: 4.6875vw;
}
.director__bottom .item-icon img {
  width: 7.8125vw;
  height: 7.8125vw;
}
.director__bottom .item-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.director__bottom .item-title {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin-bottom: 1.5625vw;
}
.director__bottom .item-text {
  font-size: 3.75vw;
  line-height: 5vw;
}
.director__bottom .item-text br {
  display: none;
}
.director.banner-only .director__banner {
  margin: 0 -6.25vw;
  padding: 0 6.25vw;
  margin-bottom: 12.5vw;
}
.director.banner-only .director__banner .banner-main {
  min-height: unset;
  padding: 9.375vw 0 6.25vw;
}
.director.banner-only .director__info {
  width: 100%;
  height: auto;
}
.director.banner-only .director__info .info-main {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.warranty {
  margin-bottom: 12.5vw;
}
.warranty__bullets {
  margin-bottom: 12.5vw;
}
.warranty__bullets .bullets-flex {
  margin: -4.6875vw 0;
}
.warranty__bullets .bullets-item {
  width: 87.5vw;
  margin: 4.6875vw 0;
}
.warranty__bullets .item-icon {
  width: 18.75vw;
  height: 18.75vw;
  border-radius: 4.6875vw;
  border: 0.3125vw solid #e0edf1;
  margin-right: 4.6875vw;
}
.warranty__bullets .item-icon img {
  max-width: 9.375vw;
  height: 7.8125vw;
}
.warranty__bullets .item-title {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin-bottom: 1.5625vw;
}
.warranty__bullets .item-text {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 1.5625vw;
}
.warranty__bullets .item-link {
  font-size: 3.75vw;
  line-height: 5vw;
}
.warranty__main {
  min-height: 15.625vw;
  padding: 4.6875vw 9.375vw;
  border-radius: 4.6875vw;
  border: 0.3125vw solid #9adaf2;
  font-size: 4.375vw;
  line-height: 6.25vw;
}
.video-block {
  margin-bottom: 12.5vw;
}
.video-block__head {
  margin-bottom: 9.375vw;
}
.video-block__video {
  height: 56.25vw;
  border-radius: 4.6875vw;
}
.video-block__video .video-btn {
  width: 15.625vw;
  height: 15.625vw;
}
.video-block__video .video-info {
  max-width: 53.125vw;
  left: 6.25vw;
  bottom: 6.25vw;
}
.video-block__video .video-info .info-text {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.video-block__video .video-info .info-time {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.showroom {
  margin-bottom: 12.5vw;
}
.showroom__head {
  margin-bottom: 7.8125vw;
}
.showroom__main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.showroom__slider {
  width: 100%;
  margin: 0;
  margin-bottom: 7.8125vw;
}
.showroom__slider:last-child {
  margin-bottom: 0;
}
.showroom__slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.showroom__slider .slider-bottom {
  display: block;
}
.showroom__slider .slider-container {
  margin-bottom: 6.25vw;
}
.showroom__slider .slider-container .swiper {
  border-radius: 4.6875vw;
}
.showroom__slider .slider-container .swiper-slide {
  width: 87.5vw;
  height: 56.25vw;
  margin-right: 3.125vw;
  border-radius: 4.6875vw;
}
.showroom__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.showroom__map {
  width: 87.5vw;
  height: 87.5vw;
  min-height: unset;
}
.showroom__map iframe {
  border-radius: 4.6875vw;
}
.articles {
  margin-bottom: 12.5vw;
  --article-body: 3.75vw;
  --article-body-line: 5vw;
}
.articles__head {
  margin-bottom: 7.8125vw;
}
.articles__slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articles__slider .slider-container {
  margin-bottom: 6.25vw;
}
.articles__slider .slider-container .swiper {
  border-radius: 4.6875vw;
}
.articles__slider .slider-container .swiper-slide {
  width: 87.5vw;
  margin-right: 3.125vw;
  border-radius: 4.6875vw;
}
.articles__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.articles__slider .slider-bottom .bottom-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.25vw;
}
.articles__slider .slider-bottom .bottom-link {
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.articles__slider.other-slider .slider-container {
  margin-bottom: 6.25vw;
}
.articles__slider.other-slider .slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articles-item {
  width: 87.5vw;
  min-height: 93.75vw;
  border-radius: 4.6875vw;
}
.articles-item .item-main {
  padding: 6.25vw;
}
.articles-item .item-date {
  font-size: 3.75vw;
  line-height: 4.375vw;
  margin-bottom: 3.125vw;
}
.articles-item .item-title {
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.articles-item .item-title u {
  border-bottom: 0.625vw solid #ffffff;
}
.articles__page .page-container {
  margin-bottom: 9.375vw;
}
.articles__page .articles-item {
  margin: 4.6875vw 0;
}
.articles__top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 6.25vw;
}
.articles__top .top-info {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.6875vw;
}
.articles__top .info-item {
  font-size: var(--article-body);
  line-height: var(--article-body-line);
  margin: 0;
}
.articles__top .info-item .item-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  margin-right: 3.125vw;
}
.articles__top .tags-item {
  height: 9.375vw;
  padding: 0 4.6875vw;
  border-radius: 1.5625vw;
  font-size: var(--article-body);
  line-height: var(--article-body-line);
  margin-right: 3.125vw;
}
.articles__top .tags-item:last-child {
  margin-right: 0;
}
.articles__typical .typical-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 6.25vw;
}
.articles__typical .typical-block.md-reversed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.articles__typical .typical-block.md-reversed .typical-image {
  margin: 0;
  margin-top: 4.6875vw;
}
.articles__typical .typical-text {
  width: 87.5vw;
  font-size: var(--article-body);
  line-height: var(--article-body-line);
}
.articles__typical .typical-text > *:last-child {
  margin-bottom: 0;
}
.articles__typical .typical-text h2,
  .articles__typical .typical-text h3,
  .articles__typical .typical-text h4,
  .articles__typical .typical-text h5,
  .articles__typical .typical-text h6 {
  font-size: var(--article-heading);
  line-height: var(--article-heading-line);
  margin-bottom: 4.6875vw;
}
.articles__typical .typical-text p {
  margin-bottom: 4.6875vw;
}
.articles__typical .typical-text ul li,
  .articles__typical .typical-text ol li {
  margin-bottom: 3.125vw;
}
.articles__typical .typical-text ul li:last-child,
  .articles__typical .typical-text ol li:last-child {
  margin-bottom: 0;
}
.articles__typical .typical-text ol {
  padding-left: 5vw;
}
.articles__typical .typical-text ul li {
  padding-left: 5vw;
}
.articles__typical .typical-text ul li::before {
  width: 0.9375vw;
  height: 0.9375vw;
  top: 2.5vw;
  left: 2.5vw;
}
.articles__typical .typical-image {
  width: 87.5vw;
  margin: 0;
  margin-bottom: 4.6875vw;
}
.articles__typical .typical-image:last-child {
  margin: 0 !important;
}
.articles__typical .typical-image .image-item {
  margin-bottom: 3.125vw;
}
.articles__typical .typical-image .image-item:last-child {
  margin-bottom: 0;
}
.articles__typical .typical-image .item-img {
  border-radius: 3.125vw;
}
.articles__typical .typical-image .item-info {
  margin-top: 3.125vw;
  padding-left: 6.25vw;
  font-size: 3.125vw;
  line-height: 3.75vw;
}
.articles__typical .typical-image .item-info::before {
  width: 3.75vw;
  height: 3.75vw;
}
.articles__typical .typical-video .video-title {
  font-size: var(--article-heading);
  line-height: var(--article-heading-line);
  margin-bottom: 4.6875vw;
}
.articles__typical .typical-video .video-link {
  height: 56.25vw;
  border-radius: 4.6875vw;
}
.articles__typical .typical-video .video-btn {
  width: 15.625vw;
  height: 15.625vw;
}
.articles__typical .typical-blockquote {
  padding: 6.25vw 4.6875vw;
  font-size: calc(var(--article-heading) * 0.75);
  line-height: var(--article-heading);
  border: 0.3125vw solid #e0edf1;
}
.articles__typical p {
  font-size: var(--article-body) !important;
  line-height: var(--article-body-line);
  margin-bottom: 4.6875vw;
}
.articles__typical p:last-child {
  margin-bottom: 0;
}
.articles__typical .wp-block-quote p {
  font-size: calc(var(--article-heading) * 0.75) !important;
  line-height: var(--article-heading);
}
.articles__typical h2,
  .articles__typical h3,
  .articles__typical h4,
  .articles__typical h5,
  .articles__typical h6 {
  font-size: var(--article-heading);
  line-height: var(--article-heading-line);
  margin-bottom: 4.6875vw;
}
.articles__typical ul,
  .articles__typical ol {
  margin-bottom: 4.6875vw;
}
.articles__typical ul li,
  .articles__typical ol li {
  margin-bottom: 3.125vw;
  font-size: var(--article-body) !important;
  line-height: var(--article-body-line);
}
.articles__typical ul li:last-child,
  .articles__typical ol li:last-child {
  margin-bottom: 0;
}
.articles__typical ol {
  padding-left: 5vw;
}
.articles__typical ul li {
  padding-left: 5vw;
}
.articles__typical ul li::before {
  width: 0.9375vw;
  height: 0.9375vw;
  top: 2.5vw;
  left: 2.5vw;
}
.articles__typical img {
  margin-bottom: 3.125vw;
  border-radius: 3.125vw;
}
.articles__typical .wp-block-image .wp-element-caption {
  margin-top: 3.125vw;
  padding-left: 6.25vw;
  font-size: 3.125vw;
  line-height: 3.75vw;
}
.articles__typical .wp-block-image .wp-element-caption::before {
  width: 3.75vw;
  height: 3.75vw;
}
.articles__typical .video-link {
  height: 56.25vw;
  border-radius: 4.6875vw;
  margin-bottom: 3.125vw;
}
.articles__typical .video-link .video-btn {
  width: 15.625vw;
  height: 15.625vw;
}
.articles__typical .wp-block-quote {
  padding: 6.25vw 4.6875vw;
  border: 0.3125vw solid #e0edf1;
}
.seo-text {
  margin-bottom: 12.5vw;
}
.seo-text__title {
  margin-bottom: 4.6875vw;
}
.seo-text__content {
  height: 46.875vw;
  margin-bottom: 6.25vw;
  font-size: 3.75vw;
  line-height: 5vw;
}
.seo-text__content > * {
  margin-bottom: 4.6875vw;
}
.seo-text__content > *:last-child {
  margin-bottom: 0;
}
.seo-text__content h5 {
  font-size: 5vw;
  line-height: 6.25vw;
}
.seo-text__content h6 {
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.seo-text__content ol li,
  .seo-text__content ul li {
  margin-bottom: 1.5625vw;
}
.seo-text__content ol li:last-child,
  .seo-text__content ul li:last-child {
  margin-bottom: 0;
}
.seo-text__content ol {
  padding-left: 5vw;
}
.seo-text__content ul li {
  padding-left: 5vw;
}
.seo-text__content ul li::before {
  width: 0.9375vw;
  height: 0.9375vw;
  top: 2.5vw;
  left: 2.5vw;
}
.seo-text__bottom .bottom-btn {
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.breadcrumbs {
  border: 0.3125vw solid #e0edf1;
  border-left: none;
  border-right: none;
  margin-bottom: 6.25vw;
}
.breadcrumbs .wrapper {
  padding: 1.5625vw 0;
  overflow: auto;
}
.breadcrumbs__links .links-item {
  font-size: 3.375vw;
  line-height: 4.6875vw;
  margin-right: 9.375vw;
}
.breadcrumbs__links .links-item::after {
  width: 1.875vw;
  height: 1.875vw;
  margin-left: 4.6875vw;
}
.breadcrumbs__links .links-item:last-child {
  margin-right: 0;
}
.catalog {
  margin-bottom: 12.5vw;
}
.catalog__head {
  margin-bottom: 7.8125vw;
}
.catalog-head {
  margin-bottom: 6.25vw;
}
.catalog-head__description {
  margin-top: 3.125vw;
  font-size: 3.5vw;
  color: inherit;
}
section.catalog.catalog--landing {
  background-color: rgba(250, 240, 216, 0.36);
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
.catalog > .wrapper {
  width: 100%;
  max-width: 100%;
  padding-left: 4.6875vw;
  padding-right: 4.6875vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog .catalog__content {
  position: static;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.125vw;
}
.catalog .catalog__content .content-links {
  display: contents;
  margin-bottom: 0;
}
.catalog .catalog__content .links-block {
  display: contents;
  margin-bottom: 0;
}
.catalog .catalog__content .links-block:last-child {
  margin-bottom: 0;
}
.catalog .catalog__content .large-block,
  .catalog .catalog__content .medium-block,
  .catalog .catalog__content .small-block {
  width: auto;
}
section.catalog.catalog--landing .catalog__content .catalog__item {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2.5vw;
  background-color: #ffffff;
  border: 0.3125vw solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1.25vw 5vw rgba(0, 0, 0, 0.06);
  box-shadow: 0 1.25vw 5vw rgba(0, 0, 0, 0.06);
}
section.catalog.catalog--landing .catalog__content .catalog__item .item-main {
  padding: 0;
  min-height: 31vw;
  background-color: #ffffff;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-meta {
  min-height: 31vw;
  padding: 2.1875vw 2.1875vw 2.625vw;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-meta .item-title {
  font-size: 3.125vw;
  line-height: 1.35;
  padding: 0;
  border: none;
  font-weight: 600;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-meta .item-title .item-title__count {
  margin-left: 1.25vw;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(100% + 2.1875vw);
  margin-right: -2.1875vw;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-height: 14vw;
  margin-top: 1.75vw;
  margin-bottom: 1.3125vw;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-visual .item-img {
  position: relative;
  max-width: 100%;
  max-height: 22.5vw;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right center;
  object-position: right center;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  margin-left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-meta .item-price {
  padding: 0;
  border: none;
  font-size: 2.5vw;
  line-height: 1.35;
  font-weight: 600;
  color: #4a4a4a;
}
section.catalog.catalog--landing .catalog__content .catalog__item .catalog__item-meta .item-price span {
  font-size: 3.75vw;
  font-weight: 700;
  color: #EF7F1A;
}
.catalog__item {
  border-radius: 4.6875vw;
  margin-bottom: 4.6875vw;
}
.catalog__item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.catalog__item:last-child {
  margin-bottom: 0;
}
.catalog__item .item-img {
  max-width: 50vw;
  height: 31.25vw;
}
.catalog__item .item-main {
  min-height: 31.25vw;
  padding: 4.6875vw 6.25vw;
  padding-right: 43.75vw;
}
.catalog__item .item-title {
  font-size: 3.25vw;
  line-height: 4.0625vw;
  margin-bottom: 3.125vw;
}
.catalog__item .item-price {
  font-size: 3.75vw;
  line-height: 5.625vw;
}
.catalog__item .item-price span {
  font-size: 4.375vw;
}
.catalog__item.white-item .item-main {
  border: 0.3125vw solid #f2f7fa;
}
.catalog__item.large-item .item-main {
  padding-right: 43.75vw;
}
.catalog__item.small-item {
  border-radius: 4.6875vw;
}
.catalog__item.small-item .item-main {
  min-height: 31.25vw;
  padding: 4.6875vw 6.25vw;
  padding-right: 43.75vw;
}
.catalog__item.small-item .item-img {
  max-width: 50vw;
  height: 31.25vw;
}
.catalog__item.small-item .item-title {
  font-size: 3.25vw;
  line-height: 4.0625vw;
  margin-bottom: 3.125vw;
}
.catalog__item.small-item .item-price {
  font-size: 3.75vw;
  line-height: 5.625vw;
}
.catalog__item.small-item .item-price span {
  font-size: 4.375vw;
}
section.catalog.catalog--landing .catalog__content .catalog__item:hover {
  -webkit-box-shadow: 0 1.5625vw 6.25vw rgba(0, 0, 0, 0.08);
  box-shadow: 0 1.5625vw 6.25vw rgba(0, 0, 0, 0.08);
}
.quiz-banner {
  margin-bottom: 12.5vw;
}
.quiz-banner__content {
  border-radius: 4.6875vw;
}
.quiz-banner__content .content-img {
  width: 87.5vw;
  height: 50.625vw;
}
.quiz-banner__content .content-main {
  min-height: unset;
  padding: 6.25vw 4.6875vw;
  padding-bottom: 54.6875vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.quiz-banner__title {
  margin-bottom: 6.25vw;
}
.quiz-banner__text {
  padding: 0 10.9375vw;
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 6.25vw;
}
.quiz-banner__btn {
  width: 100%;
  min-width: unset;
  height: 18.75vw;
  padding: 3.125vw 9.375vw;
  font-size: 3.75vw;
  line-height: 5vw;
  border-radius: 31.25vw;
}
.product {
  margin: 2.5vw 0 1vw 0;
}
.product__title {
  margin-bottom: 7.8125vw;
}
.product__top {
  min-height: unset;
  padding: 0;
  padding-bottom: 3.125vw;
  margin-bottom: 4.6875vw;
  border-bottom: 0.3125vw solid #e0edf1;
  overflow: auto;
}
.product__top .top-container {
  font-size: 3.75vw;
  line-height: 5vw;
}
.product__top .top-container span {
  margin-right: 9.375vw;
  white-space: nowrap;
}
.product__top .top-container span:last-child {
  margin-right: 0;
}
.product__head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.6875vw;
  width:100%;
}
.product__tags .tags-item {
  height: 6.25vw;
  padding: 0 3.125vw;
  border-radius: 15.625vw;
  font-size: 3.125vw;
  line-height: 4.375vw;
  margin-right: 3.125vw;
}
.product__tags .tags-item:last-child {
  margin-right: 0;
}
.product__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product__sliders {
  width: 100%;
  margin-bottom: 6.25vw;
}
.product__sliders .swiper-slide {
  border: 0.3125vw solid #e0edf1;
}
.product__sliders .main-slider {
  margin: 0;
}
.product__sliders .main-slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__sliders .main-slider .slider-container {
  margin-bottom: 6.25vw;
}
.product__sliders .main-slider .swiper {
  border-radius: 4.6875vw;
}
.product__sliders .main-slider .swiper-slide {
  height: 60vw;
  border-radius: 4.6875vw;
  margin-right: 3.125vw;
}
.product__sliders .main-slider .swiper-slide:last-child {
  margin-right: 0;
}
.product__sliders .main-slider .slider-bottom {
  height: 1.5625vw;
  padding: 0;
  position: static;
  left: unset;
  bottom: unset;
}
.product__sliders .main-slider .slider-bottom .bottom-buttons {
  display: none;
}
.product__sliders .main-slider .slider-bottom .swiper-pagination-bullet {
  background-color: #EF7F1A;
}
.product__sliders .thumbs-slider {
  display: none;
}
.product__info {
  width: 100%;
}
.product__info .info-price {
  margin-bottom: 6.25vw;
}
.product__info .info-price .current-price {
  font-size: 3.125vw;
}
.product__info .info-price .current-price span {
  font-size: 6.25vw;
  line-height: 8.125vw;
}
.product__info .info-price .old-price {
  font-size: 6.25vw;
  line-height: 8.125vw;
}
.product__info .info-price .discount-icon {
  height: 6.25vw;
  padding-left: 1.875vw;
  padding-right: 0.9375vw;
  font-size: 3.125vw;
  line-height: 3.75vw;
  border-radius: 0 0.625vw 0.625vw 0;
}
.product__info .info-price .discount-text {
  font-size: 3.125vw;
  line-height: 3.75vw;
  margin-left: 1.5625vw;
}
.product__info .info-sizes {
  margin-bottom: 6.25vw;
}
.product__info .info-sizes .sizes-title {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 3.125vw;
}
.product__info .info-text {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 4.6875vw;
}
.product__info .benefits p {
  font-size: 3.95vw;
  line-height: 5vw;
}
.product__info .info-list {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 4.6875vw;
}
.product__info .info-list li {
  padding-left: 5vw;
  margin-bottom: 1.5625vw;
}
.product__info .info-list li:last-child {
  margin-bottom: 0;
}
.product__info .info-list li::before {
  width: 0.9375vw;
  height: 0.9375vw;
  top: 2.5vw;
  left: 2.5vw;
}
.product__info .info-bottom {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product__info .info-bottom .bottom-btn {
  width: 100%;
  margin-bottom: 4.6875vw;
}
.product__info .info-bottom .bottom-btn:last-child {
  margin-bottom: 0;
}
.product__info .info-bottom .order-btn {
  height: 18.75vw;
  border-radius: 31.25vw;
  font-size: 3.75vw;
  line-height: 5vw;
  border: 0.625vw solid #EF7F1A;
}
.product-info {
  margin-bottom: 12.5vw;
}
.product-info__hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-info__tabs {
  padding: 0;
  border: none;
  margin-bottom: 4.6875vw;
}
.product-info__tabs .tabs-container {
  width: 100%;
  overflow: auto;
}
.product-info__tabs .tabs-item {
  font-size: 5vw;
  line-height: 6.25vw;
  margin: 0;
  padding: 4.6875vw 6.25vw;
  padding-top: 0;
  border-bottom: 0.3125vw solid #e0edf1;
  white-space: nowrap;
}
.product-info__tabs .tabs-item:first-child {
  padding-left: 0;
}
.product-info__tabs .tabs-item:last-child {
  padding-right: 0;
}
.product-info__tabs .tabs-item.active {
  border-color: #EF7F1A;
}
.product-info__tabs .tabs-item span {
  width: 6.25vw;
  height: 6.25vw;
  font-size: 3.125vw;
  line-height: 3.75vw;
  margin-top: 0;
  margin-left: 1.5625vw;
}
.product-info__params {
  font-size: 3.125vw;
  line-height: 4.375vw;
  margin-bottom: 4.6875vw;
}
.product-info__params li {
  margin-bottom: 3.125vw;
}
.product-info__params li:last-child {
  margin-bottom: 0;
}
.product-info__params span {
  width: 50vw;
  margin-right: 3.125vw;
}
.product-info__params span::after {
  margin-top: 1.5625vw;
  margin-left: 3.125vw;
  border-bottom: 0.3125vw dashed #e0edf1;
}
.product-info__content {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 4.6875vw;
}
.product-info__content > *:last-child {
  margin-bottom: 0 !important;
}
.product-info__content p {
  margin-bottom: 4.6875vw;
}
.product-info__content h5,
  .product-info__content h6 {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin-bottom: 4.6875vw;
}
.product-info__content ul {
  margin-bottom: 4.6875vw;
}
.product-info__content ul li {
  padding-left: 5vw;
  margin-bottom: 1.5625vw;
}
.product-info__content ul li:last-child {
  margin-bottom: 0;
}
.product-info__content ul li::before {
  width: 0.9375vw;
  height: 0.9375vw;
  top: 2.5vw;
  left: 2.5vw;
}
.product-info__link {
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.product-info__reviews {
  margin-bottom: 9.375vw;
}
.product-info__reviews .reviews-flex {
  margin: -3.125vw 0;
}
.product-info__reviews .reviews-item {
  margin: 3.125vw 0;
}
.product-info__slider {
  margin-bottom: 9.375vw;
}
.product-info__slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-info__slider .slider-bottom {
  display: block;
}
.product-info__slider .slider-container {
  margin-bottom: 4.6875vw;
}
.product-info__slider .swiper-slide {
  width: 87.5vw;
  margin-right: 3.125vw;
}
.product-info__slider .swiper-slide:last-child {
  margin-right: 0;
}
.product-info__btn {
  width: 100%;
  min-width: unset;
}
.product-description {
  margin-bottom: 12.5vw;
}
.product-description__head {
  margin-bottom: 9.375vw;
}
.product-description__content {
  margin-bottom: 12.5vw;
}
.product-description__content .content-top {
  padding-bottom: 3.125vw;
  border-bottom: 0.3125vw solid #e0edf1;
  margin-bottom: 6.25vw;
}
.product-description__content .content-title sup {
  font-size: 3.125vw;
  line-height: 4.375vw;
  top: -1.5625vw;
  left: 0.625vw;
}
.product-description__content .content-container {
  margin-bottom: 6.25vw;
}
.product-description__content .content-bottom {
  position: static;
  top: unset;
  right: unset;
  -webkit-transform: none;
  transform: none;
}
.product-description__content .content-link {
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.product-description__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 6.25vw;
}
.product-description__item:last-child {
  margin-bottom: 0;
}
.product-description__item .item-slider {
  width: 100%;
}
.product-description__item .item-slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-description__item .item-slider .slider-container {
  margin-bottom: 6.25vw;
}
.product-description__item .item-slider .slider-bottom {
  padding: 0;
  position: static;
  left: unset;
  bottom: unset;
}
.product-description__item .item-slider .slider-bottom .bottom-buttons {
  display: none;
}
.product-description__item .item-slider .slider-bottom .swiper-pagination-bullet {
  background-color: #EF7F1A;
}
.product-description__item .item-slider .swiper {
  border-radius: 4.6875vw;
}
.product-description__item .item-slider .swiper-slide {
  width: 87.5vw;
  height: 56.25vw;
  border-radius: 4.6875vw;
  margin-right: 3.125vw;
}
.product-description__item .item-slider .swiper-slide:last-child {
  margin-right: 0;
}
.product-description__item .item-main {
  width: 100%;
  min-height: unset;
  margin-bottom: 6.25vw;
}
.product-description__item .item-title {
  margin-bottom: 4.6875vw;
}
.product-description__item .item-text {
  max-height: 50vw;
  font-size: 3.75vw;
  line-height: 5vw;
}
.product-description__item .item-text p {
  margin-bottom: 4.6875vw;
}
.product-description__item .item-text ul {
  margin-bottom: 4.6875vw;
}
.product-description__item .item-text ul li {
  padding-left: 5vw;
  margin-bottom: 1.5625vw;
}
.product-description__item .item-text ul li:last-child {
  margin-bottom: 0;
}
.product-description__item .item-text ul li::before {
  width: 0.9375vw;
  height: 0.9375vw;
  top: 2.5vw;
  left: 2.5vw;
}
.product-description__item .item-btn {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin-top: 4.6875vw;
}
.product-description__item:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.questions {
  margin-bottom: 12.5vw;
}
.questions__head {
  margin-bottom: 9.375vw;
}
.questions__container {
  margin-bottom: 9.375vw;
}
.questions__container .contianer-flex {
  margin: -2.5vw 0;
}
.questions__container .questions__item {
  margin: 2.5vw 0;
}
.questions__item {
  width: 87.5vw;
  border-radius: 3.125vw;
}
.questions__item.open .item-btn {
  -webkit-box-shadow: 0 0 6.25vw 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 6.25vw 0 rgba(0, 0, 0, 0.05);
}
.questions__item.open .item-btn::before, .questions__item.open .item-btn::after {
  border-radius: 1.5625vw;
}
.questions__item.open .item-btn::before {
  width: 2.5vw;
  height: 0.625vw;
}
.questions__item.open .item-btn::after {
  width: 0.625vw;
  height: 2.5vw;
}
.questions__item .item-top {
  height: auto;
  padding: 4.6875vw;
}
.questions__item .item-title {
  font-size: 4.375vw;
  line-height: 5.625vw;
  max-height: unset;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.questions__item .item-btn {
  width: 6.25vw;
  height: 6.25vw;
  margin-left: 4.6875vw;
}
.questions__item .item-btn::before {
  width: 1.875vw;
  height: 0.625vw;
}
.questions__item .item-btn::after {
  width: 0.625vw;
  height: 1.875vw;
}
.questions__item .item-body {
  font-size: 3.75vw;
  line-height: 5vw;
  padding: 4.6875vw;
  padding-top: 0;
  padding-right: 15.625vw;
}
.questions__bottom .bottom-btn {
  width: 100%;
  min-width: unset;
}
.mattress-covers-order {
  margin-bottom: 12.5vw;
}
.mattress-covers-order__head {
  margin-bottom: 7.8125vw;
}
.mattress-covers-order__banner {
  border-radius: 4.6875vw;
}
.mattress-covers-order__banner .banner-person {
  width: 87.5vw;
  height: 65.625vw;
}
.mattress-covers-order__banner .banner-person .person-img {
  width: 87.5vw;
  max-height: 65.625vw;
  left: 14.0625vw;
}
.mattress-covers-order__banner .banner-person .person-info {
  width: 31.25vw;
  top: 23.4375vw;
  left: 7.8125vw;
}
.mattress-covers-order__banner .banner-main {
  min-height: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7.8125vw 4.6875vw;
  padding-bottom: 65.625vw;
}
.mattress-covers-order__banner .banner-title {
  margin-bottom: 3.125vw;
  text-align: center;
}
.mattress-covers-order__banner .banner-text {
  font-size: 4.375vw;
  line-height: 6.25vw;
  margin-bottom: 4.6875vw;
  text-align: center;
}
.mattress-covers-order__banner .banner-form .form-input {
  width: 100%;
}
.mattress-covers-order__banner .banner-form .form-checkbox {
  width: 60.9375vw;
  margin: 0 auto;
}
.feed-back {
  margin-bottom: 12.5vw;
}
.feed-back__head {
  margin-bottom: 7.8125vw;
}
.feed-back__banner {
  border-radius: 4.6875vw;
}
.feed-back__banner .banner-person {
  width: 87.5vw;
  height: 75vw;
}
.feed-back__banner .banner-person .person-img {
  right: -7.8125vw;
}
.feed-back__banner .banner-person .person-info {
  width: 31.25vw;
  top: 18.75vw;
  left: 6.25vw;
}
.feed-back__banner .banner-content {
  min-height: unset;
  padding: 7.8125vw 4.6875vw;
  padding-bottom: 78.125vw;
}
.feed-back__banner .banner-text {
  font-size: 4.375vw;
  line-height: 6.25vw;
  margin-bottom: 4.6875vw;
  text-align: center;
}
.feed-back__banner .banner-text br {
  display: none;
}
.feed-back__banner .banner-form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.feed-back__banner .banner-form .form-item {
  width: 100%;
  margin: 0;
  margin-bottom: 4.6875vw;
}
.feed-back__banner .banner-form .form-input {
  width: 100%;
}
.feed-back__banner .banner-form .form-textarea {
  width: 100%;
  height: 43.75vw;
}
.feed-back__banner .banner-form .form-checkbox {
  width: 60.9375vw;
  margin: 0 auto;
}
.certificates {
  margin-bottom: 12.5vw;
}
.certificates__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.certificates__content .content-main {
  width: 100%;
  padding: 0;
  margin-bottom: 6.25vw;
}
.certificates__content .content-title {
  margin-bottom: 6.25vw;
}
.certificates__content .content-text {
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.certificates__slider {
  width: 100%;
}
.certificates__slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certificates__slider .slider-container {
  margin-bottom: 6.25vw;
}
.certificates__slider .slider-container .swiper {
  border-radius: 4.6875vw;
}
.certificates__slider .slider-container .swiper-slide {
  width: 87.5vw;
  height: 125vw;
  margin-right: 3.125vw;
}
.certificates__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.certificates__slider .slider-bottom {
  width: 100%;
  height: 1.5625vw;
  position: static;
  left: unset;
  bottom: unset;
}
.certificates__slider .slider-bottom .bottom-buttons {
  display: none;
}
.certificates__slide {
  border-radius: 4.6875vw;
}
.production {
  margin-bottom: 12.5vw;
}
.production__head {
  margin-bottom: 7.8125vw;
}
.production__slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.production__slider .slider-container {
  margin-bottom: 4.6875vw;
}
.production__slider .slider-container .swiper {
  border-radius: 4.6875vw;
}
.production__slider .slider-container .swiper-slide {
  width: 87.5vw;
  height: 106.25vw;
  margin-right: 3.125vw;
}
.production__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.production__slider .slider-bottom .bottom-buttons {
  display: none;
}
.production__slide {
  border-radius: 4.6875vw;
}
.production__bullets .bullets-flex {
  margin: -4.6875vw 0;
}
.production__bullets .bullets-item {
  width: 87.5vw;
  margin: 4.6875vw 0;
}
.production__bullets .item-icon {
  width: 18.75vw;
  height: 18.75vw;
  border-radius: 4.6875vw;
  margin-right: 4.6875vw;
  border: 0.3125vw solid #e0edf1;
}
.production__bullets .item-icon img {
  width: 9.375vw;
  height: 9.375vw;
}
.production__bullets .item-title {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin-bottom: 1.5625vw;
}
.production__bullets .item-text {
  font-size: 3.75vw;
  line-height: 5vw;
}
.quiz {
  margin-bottom: 12.5vw;
}
.quiz__head {
  margin-bottom: 7.8125vw;
}
.quiz__banner {
  border-radius: 4.6875vw;
  margin-bottom: 7.8125vw;
}
.quiz__banner.blue-banner .banner-content {
  background: transparent;
}
.quiz__banner .banner-img {
  width: 87.5vw;
  max-height: 70.3125vw;
}
.quiz__banner .banner-content {
  min-height: unset;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 7.8125vw 4.6875vw;
  padding-bottom: 71.875vw;
  background: transparent;
}
.quiz__banner .banner-title {
  margin-bottom: 6.25vw;
  text-align: center;
}
.quiz__banner .banner-text {
  font-size: 5vw;
  line-height: 6.25vw;
  margin-bottom: 6.25vw;
  text-align: center;
}
.quiz__banner .banner-text br {
  display: none;
}
.quiz__banner .banner-bullets {
  width: 100%;
  margin-bottom: 6.25vw;
}
.quiz__banner .banner-bullets .bullets-flex {
  margin: -2.5vw 0;
}
.quiz__banner .banner-bullets .bullets-item {
  width: 87.5vw;
  margin: 2.5vw 0;
}
.quiz__banner .banner-bullets .item-icon {
  width: 8.75vw;
  height: 8.75vw;
  border-radius: 3.125vw;
  margin-right: 3.125vw;
  border: 0.3125vw solid #e0edf1;
}
.quiz__banner .banner-bullets .item-icon img {
  width: 4.0625vw;
  height: 4.0625vw;
}
.quiz__banner .banner-bullets .item-text {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.quiz__banner .banner-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.quiz__banner .banner-bottom .bottom-btn {
  width: 100%;
  min-width: unset;
  margin: 0;
  margin-bottom: 4.6875vw;
}
.quiz__banner .banner-bottom .bottom-text {
  font-size: 3.75vw;
  line-height: 5vw;
  text-align: center;
}
.quiz__form[data-active-question-id="1"] .quiz__btn.prev-btn {
  display: none !important;
}
.quiz__container.active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.quiz__main {
  padding: 0;
  padding-top: 2vw;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.quiz__progress {
  height: 9.375vw;
  padding: 1.5625vw;
  border-radius: 15.625vw;
  margin-bottom: 6.25vw;
}
.quiz__progress.final-progress {
  padding: 0;
  height: 9.375vw;
  margin-bottom: 6.25vw;
}
.quiz__progress.final-progress .progress-text {
  font-size: 4.375vw;
}
.quiz__progress .progress-line {
  border-radius: 15.625vw;
}
.quiz__progress .progress-text {
  height: 3.75vw;
  font-size: 3.75vw;
}
.quiz__questions {
  margin-bottom: 6.25vw;
}
.quiz__questions .questions-head {
  margin-bottom: 4.6875vw;
}
.quiz__questions .questions-title {
  font-size: 5.625vw;
  line-height: 6.875vw;
  margin-bottom: 3.125vw;
  text-align: center;
}
.quiz__questions .questions-title:last-child {
  margin-bottom: 0;
}
.quiz__questions .questions-text {
  font-size: 4.375vw;
  line-height: 5.625vw;
  text-align: center;
}
.quiz__questions .answers-item[data-multiple-answer] .item-icon {
  border-radius: 1.5625vw;
}
.quiz__questions .answers-item[data-multiple-answer] .item-icon span {
  border-radius: 0;
}
.quiz__questions .answers-item .item-icon {
  width: 4.375vw;
  height: 4.375vw;
  border: 0.3125vw solid #e0edf1;
  margin-right: 1.5625vw;
}
.quiz__questions .answers-item .item-icon span {
  width: 2.5vw;
  height: 2.5vw;
}
.quiz__img-answers .answers-flex {
  margin: -2.5vw -1.5625vw;
}
.quiz__img-answers .answers-item {
  width: 42.1875vw;
  margin: 2.5vw 1.5625vw;
}
.quiz__img-answers .answers-item .item-img {
  height: 31.25vw;
  border-radius: 3.125vw;
  border: 0.3125vw solid #f2f7fa;
  margin-bottom: 3.125vw;
}
.quiz__img-answers .answers-item .item-text {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.quiz__text-answers .answers-item {
  padding: 3.125vw 0;
  border-bottom: 0.3125vw solid #e0edf1;
}
.quiz__text-answers .answers-item:first-child {
  padding-top: 0;
}
.quiz__text-answers .answers-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.quiz__text-answers .answers-item .item-icon {
  margin-top: 0.3125vw;
}
.quiz__text-answers .answers-item .item-title {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 1.5625vw;
}
.quiz__text-answers .answers-item .item-title:last-child {
  margin-bottom: 0;
}
.quiz__text-answers .answers-item .item-text {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.quiz__text-answers .answers-images {
  display: none;
}
.quiz__input-answers .answers-item {
  width: 100%;
  margin-bottom: 4.6875vw;
}
.quiz__input-answers .answers-item:last-child {
  margin-bottom: 0;
}
.quiz__input-answers .answers-item .item-text {
  font-size: 3.125vw;
  line-height: 4.375vw;
  margin-bottom: 3.125vw;
}
.quiz__input-answers .answers-item .item-input {
  width: 100%;
  height: 18.75vw;
  border-radius: 31.25vw;
  padding: 0 6.25vw;
  border: 0.3125vw solid #e0edf1;
  font-size: 3.75vw;
  line-height: 5vw;
}
.quiz__input-answers .answers-skip .skip-icon {
  width: 4.375vw;
  height: 4.375vw;
  border: 0.3125vw solid #e0edf1;
  margin-right: 1.5625vw;
}
.quiz__input-answers .answers-skip .skip-icon span {
  width: 2.5vw;
  height: 2.5vw;
}
.quiz__input-answers .answers-skip .skip-text {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.quiz__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.quiz__bottom .bottom-text {
  width: 100%;
  max-width: unset;
  font-size: 3.75vw;
  line-height: 5vw;
  text-align: center;
  margin-bottom: 3.125vw;
}
.quiz__bottom .bottom-text br {
  display: none;
}
.quiz__bottom .bottom-buttons {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.quiz__bottom .btn-hint {
  font-size: 3.125vw;
  line-height: 4.375vw;
  padding: 3.125vw;
  border-radius: 1.5625vw;
  left: 0;
  right: 0;
  margin-bottom: 3.125vw;
  border: 0.3125vw solid #e0edf1;
}
.quiz__bottom .btn-wrap {
  margin: 0;
  border-radius: 31.25vw;
}
.quiz__btn {
  width: 100%;
  height: 18.75vw;
}
.quiz__btn.prev-btn {
  font-size: 3.75vw;
  border-radius: 31.25vw;
  margin-top: 3.125vw;
}
.quiz__side {
  display: none !important;
}
.quiz__loader {
  top: -3.125vw;
  left: -3.125vw;
  right: -3.125vw;
  bottom: -3.125vw;
  -webkit-backdrop-filter: blur(1.5625vw);
  backdrop-filter: blur(1.5625vw);
}
.quiz__loader .loader-banner {
  width: 87.5vw;
  height: 46.875vw;
  border-radius: 4.6875vw;
}
.quiz__loader .banner-text {
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.quiz__final {
  padding: 7.8125vw 4.6875vw;
  border-radius: 4.6875vw;
}
.quiz__final .final-img {
  display: none;
}
.quiz__final .final-content {
  width: 100%;
  min-height: unset;
}
.quiz__final .final-bullets {
  margin-bottom: 4.6875vw;
}
.quiz__final .final-bullets .bullets-flex {
  margin: -2.5vw 0;
}
.quiz__final .final-bullets .bullets-item {
  width: 87.5vw;
  margin: 2.5vw 0;
}
.quiz__final .final-bullets .item-icon {
  width: 8.75vw;
  height: 8.75vw;
  border-radius: 3.125vw;
  margin-right: 3.125vw;
  border: 0.3125vw solid #e0edf1;
}
.quiz__final .final-bullets .item-icon img {
  width: 4.0625vw;
  height: 4.0625vw;
}
.quiz__final .final-bullets .item-text {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.quiz__final .final-form {
  width: 100%;
}
.quiz__final .final-form .form-title {
  font-size: 5.625vw;
  line-height: 6.875vw;
  margin-bottom: 4.6875vw;
  text-align: center;
}
.order {
  margin-bottom: 12.5vw;
}
.order__head {
  margin-bottom: 7.8125vw;
}
.order__container .container-flex {
  margin: -3.125vw;
}
.order__item {
  width: 87.5vw;
  padding: 4.6875vw;
  border: 0.3125vw solid #f2f7fa;
  border-radius: 4.6875vw;
  margin: 3.125vw;
}
.order__item > *:last-child {
  margin-bottom: 0 !important;
}
.order__item .item-title {
  font-size: 6.875vw;
  line-height: 8.125vw;
  margin-bottom: 4.6875vw;
}
.order__item .item-text {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin-bottom: 4.6875vw;
}
.order__item .item-text a {
  font-size: 5.625vw;
  line-height: 6.875vw;
}
.order__item ol.item-list {
  font-size: 4.375vw;
  line-height: 5.625vw;
  padding-left: 5.625vw;
  margin-bottom: 4.6875vw;
}
.order__item ol.item-list li {
  margin-bottom: 3.125vw;
}
.order__item ol.item-list li:last-child {
  margin-bottom: 0;
}
.order__item .item-btn {
  width: 100%;
}
.order__item .common-btn,
  .order__item .common-green-btn {
  min-width: unset;
}
.payment {
  margin-bottom: 12.5vw;
}
.payment__head {
  margin-bottom: 7.8125vw;
}
.payment__title {
  text-align: center;
}
.payment__bullets {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.payment__bullets .bullets-item {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 6.25vw;
}
.payment__bullets .bullets-item:last-child {
  margin-bottom: 0;
}
.payment__bullets .item-icon {
  width: 18.75vw;
  height: 18.75vw;
  border-radius: 4.6875vw;
  border: 0.3125vw solid #e0edf1;
  margin-right: 4.6875vw;
}
.payment__bullets .item-icon img {
  width: 9.375vw;
  height: 9.375vw;
}
.delivery {
  margin-bottom: 12.5vw;
}
.delivery__banner {
  border-radius: 4.6875vw;
  margin-bottom: 9.375vw;
}
.delivery__banner:last-child {
  margin-bottom: 0;
}
.delivery__banner .banner-img {
  width: 94vw;
  max-width: none;
  max-height: 62.5vw;
  right: -2.5vw;
  -o-object-position: right bottom;
  object-position: right bottom;
}
.delivery__banner .banner-content {
  min-height: unset;
  padding: 7.8125vw 4.6875vw;
  padding-bottom: 65.625vw;
}
.delivery__banner .banner-title {
  margin-bottom: 4.6875vw;
  text-align: center;
}
.delivery__banner .banner-list {
  font-size: 3.75vw;
  line-height: 5vw;
}
.delivery__banner .banner-list li {
  padding-left: 5vw;
  margin-bottom: 3.125vw;
}
.delivery__banner .banner-list li:last-child {
  margin-bottom: 0;
}
.delivery__banner .banner-list li::before {
  width: 0.9375vw;
  height: 0.9375vw;
  top: 2.5vw;
  left: 2.5vw;
}
.delivery__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.delivery__bottom .bottom-main {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.delivery__bottom .bottom-text {
  text-align: center;
  margin-bottom: 4.6875vw;
}
.delivery__bottom .bottom-container {
  width: 100%;
}
.delivery__bottom .bottom-container .container-flex {
  margin: -2.5vw 0;
}
.delivery__bottom .bottom-item {
  width: 87.5vw;
  height: 28.125vw;
  margin: 2.5vw 0;
  border-radius: 3.125vw;
  border: 0.3125vw solid #e0edf1;
}
.delivery__bottom .bottom-item img {
  width: 65.625vw;
  height: 15.625vw;
}
.contacts {
  margin-bottom: 12.5vw;
}
.contacts__head {
  margin-bottom: 6.25vw;
}
.contacts__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contacts__content {
  width: 100%;
  padding: 7.8125vw 4.6875vw;
  padding-left: 12.5vw;
  border-radius: 4.6875vw;
  border: 0.3125vw solid #f2f7fa;
  margin-bottom: 6.25vw;
}
.contacts__content .content-address {
  margin-bottom: 4.6875vw;
}
.contacts__content .content-address .address-text {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 1.5625vw;
}
.contacts__content .content-address .address-text::before {
  width: 5.3125vw;
  height: 6.25vw;
  margin-right: 1.5625vw;
}
.contacts__content .content-address .address-link {
  font-size: 4.375vw;
  line-height: 5.625vw;
}
.contacts__content .content-text {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 4.6875vw;
}
.contacts__content .content-text p {
  margin-bottom: 3.125vw;
}
.contacts__content .content-link {
  font-size: 5.625vw;
  line-height: 6.875vw;
  margin-bottom: 4.6875vw;
}
.contacts__content .content-social {
  margin-bottom: 4.6875vw;
}
.contacts__slider {
  width: 100%;
}
.contacts__slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__slider .slider-bottom {
  display: block;
}
.contacts__slider .slider-container {
  height: 71.875vw;
  margin-bottom: 6.25vw;
}
.contacts__slider .slider-container .swiper {
  border-radius: 4.6875vw;
}
.contacts__slider .slider-container .swiper-slide {
  border-radius: 4.6875vw;
  margin-right: 3.125vw;
}
.contacts__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.error-page {
  min-height: unset;
  margin-bottom: 12.5vw;
}
.error-page__content {
  min-height: calc(100vh - 18.75vw);
}
.error-page__content .content-img {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: 56.25vw;
}
.error-page__content .content-main {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 12.5vw;
  padding-bottom: 59.375vw;
}
.error-page__title {
  font-size: 40.625vw;
  line-height: 37.5vw;
  margin-bottom: 6.25vw;
}
.error-page__text {
  font-size: 6.25vw;
  line-height: 7.5vw;
  margin-bottom: 6.25vw;
  text-align: center;
}
.error-page__link {
  width: 100%;
  min-width: unset;
}
.thanx {
  margin-bottom: 12.5vw;
}
.thanx__banner {
  border-radius: 4.6875vw;
}
.thanx__banner .banner-img {
  width: 87.5vw;
  max-height: 64.0625vw;
}
.thanx__banner .banner-main {
  min-height: unset;
  padding: 7.8125vw 4.6875vw;
  padding-bottom: 65.625vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.thanx__banner .banner-title {
  margin-bottom: 6.25vw;
  text-align: center;
}
.thanx__banner .banner-text {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 6.25vw;
  text-align: center;
}
.thanx__banner .banner-text br {
  display: none;
}
.thanx__banner .banner-links {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.thanx__banner .banner-link {
  width: 100%;
  min-width: unset;
  margin: 0;
  margin-bottom: 4.6875vw;
}
.thanx__banner .banner-link:last-child {
  margin-bottom: 0;
}
.basket {
  margin-bottom: 12.5vw;
}
.basket.basket-empty .basket__empty {
  padding: 0;
}
.basket__head {
  margin-bottom: 7.8125vw;
}
.basket__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.basket__container.mob-form-accept-bottom {
  padding-bottom: 0;
}
.basket__container.mob-form-accept-bottom .form-container {
  margin: 0;
}
.basket__container.mob-form-accept-bottom .form-item {
  margin: 0 !important;
  margin-top: 4.6875vw !important;
}
.basket__container.mob-form-accept-bottom .form-item:first-child {
  margin-top: 0 !important;
}
.basket__container.mob-form-accept-bottom .form-btn {
  width: 100%;
  height: 18.75vw;
  position: static;
  left: 0;
  bottom: 14.0625vw;
}
.basket__container.mob-form-accept-bottom .form-checkbox {
  max-height: 9.375vw;
  position: static;
  left: 0;
  bottom: 0;
}
.basket__container.mob-buttons-bottom {
  padding-bottom: 53.125vw;
}
.basket__container.mob-buttons-bottom .thanx-text {
  margin: 0 !important;
}
.basket__container.mob-buttons-bottom .thanx-links {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.basket__container.mob-buttons-bottom .thanx-link:nth-child(n+3) {
  display: none !important;
}
.basket__form {
  width: 100%;
  margin-bottom: 9.375vw;
}
.basket__form .form-block {
  width: 100%;
  margin-bottom: 9.375vw;
}
.basket__form .form-block:last-child {
  margin-bottom: 0;
}
.basket__form .form-title {
  font-size: 6.875vw;
  line-height: 8.125vw;
  margin-bottom: 6.25vw;
}
.basket__form .form-radio .radio-flex {
  margin: -2.5vw 0;
}
.basket__form .form-radio .radio-item {
  width: 87.5vw;
  min-height: 18.75vw;
  border-radius: 3.125vw;
  border: 0.3125vw solid #e0edf1;
  padding: 4.6875vw;
  margin: 2.5vw 0;
}
.basket__form .form-radio .item-icon {
  width: 5vw;
  height: 5vw;
  margin-right: 4.6875vw;
  border-radius: 1.5625vw;
}
.basket__form .form-radio .item-icon svg {
  width: 2.1875vw;
  height: 1.875vw;
}
.basket__form .form-radio .item-title {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 0.9375vw;
}
.basket__form .form-radio .item-btn,
  .basket__form .form-radio .item-price {
  font-size: 3.75vw;
  line-height: 5vw;
}
.basket__form .form-radio .item-text {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.basket__form .form-container .form-item {
  width: 100%;
  margin-bottom: 4.6875vw;
}
.basket__form .form-container .form-item.wide-item {
  width: 100%;
}
.basket__form .form-container .form-textarea {
  height: 43.75vw;
}
.basket__thanx {
  width: 100%;
  margin-bottom: 9.375vw;
}
.basket__thanx .thanx-title {
  text-align: center;
  margin-bottom: 6.25vw;
}
.basket__thanx .thanx-text {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin-bottom: 6.25vw;
  text-align: center;
}
.basket__thanx .thanx-text br {
  display: none;
}
.basket__thanx .thanx-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.basket__thanx .thanx-link {
  width: 100%;
  min-width: unset;
  margin: 0;
  margin-bottom: 4.6875vw;
}
.basket__thanx .thanx-link:last-child {
  margin-bottom: 0;
}
.basket__info {
  width: 100%;
  padding: 7.8125vw 4.6875vw;
  border-radius: 4.6875vw;
}
.basket__info.discount-none .info-container {
  margin-bottom: 6.25vw;
}
.basket__info .info-top {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin: 0;
  margin-top: 6.25vw;
}
.basket__info .info-top .top-text {
  width: 100%;
  max-width: unset;
  font-size: 3.75vw;
  line-height: 4.6875vw;
}
.basket__info .info-btn {
  margin-bottom: 4.6875vw;
}
.basket__info .info-title {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  font-size: 7.5vw;
  line-height: 8.75vw;
  margin-bottom: 6.25vw;
}
.basket__info .info-container {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 1.5625vw;
}
.basket__info .info-item {
  border-bottom: 0.3125vw solid #dfe8ef;
  padding-bottom: 1.5625vw;
  margin-bottom: 1.5625vw;
}
.basket__info .info-item:last-child {
  margin-bottom: 0;
}
.basket__info .info-item .item-title {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 1.5625vw;
}
.basket__info .info-item .item-price {
  font-size: 5vw;
  line-height: 6.25vw;
}
.basket__info .info-item .item-btn {
  font-size: 3.75vw;
  line-height: 5vw;
}
.basket__info .info-discount {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 6.25vw;
}
.basket__info .info-discount .discount-text {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 1.5625vw;
}
.basket__info .info-discount .discount-price {
  font-size: 5vw;
  line-height: 6.25vw;
}
.basket__info .info-total {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  line-height: 10.625vw;
  margin-bottom: 12.5vw;
}
.basket__info .info-total:last-child {
  margin-bottom: 0;
}
.basket__info .info-total .total-text {
  font-size: 7.5vw;
}
.basket__info .info-total .total-price {
  font-size: 9.375vw;
}
.basket__item {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 4.6875vw;
  border: 0.3125vw solid #e0edf1 !important;
  padding: 6.25vw 4.6875vw !important;
  margin-bottom: 6.25vw;
}
.basket__item:last-child {
  margin-bottom: 0;
}
.basket__item .item-img {
  width: 46.875vw;
  margin: 0 auto;
  margin-bottom: 0;
}
.basket__item .item-main {
  width: 100%;
  margin-bottom: 4.6875vw;
}
.basket__item .item-title {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin: 0 auto;
}
.basket__item .item-sizes {
  width: 100%;
  position: absolute;
  left: 4.6875vw;
  bottom: 6.25vw;
}
.basket__item .item-sizes .sizes-select {
  width: 37.5vw;
  margin-right: 3.125vw;
}
.basket__item .item-sizes .sizes-text {
  display: none;
}
.basket__item .item-prices {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
.basket__item .item-prices .current-price {
  font-size: 5.625vw;
  line-height: 6.875vw;
  margin: 0;
}
.basket__item .item-prices .price-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket__item .item-prices .old-price {
  font-size: 5.625vw;
  line-height: 6.875vw;
  margin: 0;
  margin-right: 3.125vw;
}
.basket__item .item-prices .price-discount .discount-icon {
  height: 6.25vw;
  padding: 0 0.9375vw 0 1.875vw;
  margin: 0;
  font-size: 2.8125vw;
  border-radius: 0 0.625vw 0.625vw 0;
}
.basket__item .item-prices .price-discount .discount-text {
  display: none;
}
.basket__item .item-count {
  width: 37.5vw;
  position: static;
  right: 4.6875vw;
  bottom: 6.25vw;
  margin: 0 auto;
}
.basket__item .item-count .count-btn {
  width: 12.5vw;
  height: 12.5vw;
  font-size: 6.25vw;
  line-height: 7.5vw;
  border-radius: 3.125vw;
  border: 0.3125vw solid #e0edf1;
}
.basket__item .item-count .count-input {
  width: 12.5vw;
  height: 12.5vw;
  font-size: 5.625vw;
  line-height: 6.875vw;
  margin: 0 auto;
}
.basket__item .item-count .quantity {
  width: 37.5vw;
  position: static;
  right: 4.6875vw;
  bottom: 6.25vw;
}
.basket__item .item-count .quantity__btn {
  width: 12.5vw;
  height: 12.5vw;
  font-size: 0;
  line-height: 7.5vw;
  border-radius: 3.125vw;
  border: 0.3125vw solid #e0edf1;
}
.basket__item .item-count .quantity__btn.quantity_minus::before,
  .basket__item .item-count .quantity__btn.quantity_plus::before {
  font-size: 6.25vw;
}
.basket__item .item-count .count-input {
  width: 12.5vw;
  height: 12.5vw;
  font-size: 5.625vw;
  line-height: 6.875vw;
}
.basket__item .item-remove {
  order: 3;
  text-align: center;
  display: block;
  font-size: 4.375vw;
  margin: 20px auto 0;
  font-weight: 700;
  transition: 0.3s;
}
.basket__item .item-remove:hover {
  color: #F0A16D;
}
.price-catalog {
  margin-bottom: 12.5vw;
}
.price-catalog__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.price-catalog__banner {
  width: 100%;
  border-radius: 4.6875vw;
  margin-bottom: 9.375vw;
}
.price-catalog__banner .banner-img {
  width: 50.625vw;
  height: 93.75vw;
  top: unset;
  left: 50%;
  right: unset;
  bottom: -12.5vw;
  -webkit-transform: rotate(90deg) translate(-100%, 50%);
  transform: rotate(90deg) translate(-100%, 50%);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -o-object-fit: contain;
  object-fit: contain;
}
.price-catalog__banner .banner-content {
  padding: 7.8125vw 4.6875vw;
  padding-bottom: 43.75vw;
}
.price-catalog__banner .banner-text {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin-bottom: 4.6875vw;
  text-align: center;
}
.price-catalog__banner .banner-title {
  margin-bottom: 4.6875vw;
  text-align: center;
}
.price-catalog__banner .banner-list {
  font-size: 4.375vw;
  line-height: 5.625vw;
  padding-right: 4.6875vw;
}
.price-catalog__banner .banner-list li {
  padding-left: 5.625vw;
  margin-bottom: 1.5625vw;
}
.price-catalog__banner .banner-list li:last-child {
  margin-bottom: 0;
}
.price-catalog__banner .banner-list li::before {
  width: 1.25vw;
  height: 1.25vw;
  top: 2.8125vw;
  left: 2.8125vw;
}
.price-catalog__form {
  width: 100%;
  padding: 7.8125vw 4.6875vw;
  border-radius: 4.6875vw;
}
.price-catalog__form .form-title {
  margin-bottom: 7.8125vw;
  text-align: center;
  padding: 0 3.125vw;
}
.price-catalog__form .form-checkbox {
  width: 60.9375vw;
  margin: 0 auto;
}
.mattresses {
  margin-bottom: 12.5vw;
}
.mattresses__head {
  margin-bottom: 7.8125vw;
}
.mattresses__slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mattresses__slider .slider-bottom {
  display: block;
}
.mattresses__slider .slider-container {
  margin-bottom: 6.25vw;
}
.mattresses__slider .slider-container .swiper {
  border-radius: 4.6875vw;
}
.mattresses__slider .slider-container .swiper-slide {
  width: 87.5vw;
  margin-right: 3.125vw;
}
.mattresses__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.mattresses__slide {
  border-radius: 4.6875vw;
}
.mattresses__slide .slide-img {
  width: 65.625vw;
  max-height: 45.3125vw;
}
.mattresses__slide .slide-main {
  min-height: 45.3125vw;
  padding: 6.25vw;
  padding-right: 25vw;
}
.mattresses__slide .slide-title {
  font-size: 5.625vw;
  line-height: 6.875vw;
  margin-bottom: 3.125vw;
}
.mattresses__slide .slide-text {
  font-size: 3.75vw;
  line-height: 5vw;
}
.popular {
  margin-bottom: 12.5vw;
}
.popular__head {
  margin-bottom: 7.8125vw;
}
.popular__slider .slider-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popular__slider .slider-bottom {
  display: block;
}
.popular__slider .slider-container {
  margin-bottom: 6.25vw;
}
.popular__slider .slider-container .swiper {
  border-radius: 4.6875vw;
}
.popular__slider .slider-container .swiper-slide {
  width: 87.5vw;
  margin-right: 3.125vw;
}
.popular__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}
.popular__slide {
  border-radius: 4.6875vw;
}
.popular__slide .slide-img {
  width: 51.5625vw;
  max-height: 51.5625vw;
}
.popular__slide .slide-main {
  min-height: 51.5625vw;
  padding: 6.25vw;
  padding-right: 28.125vw;
  border: 0.3125vw solid #e0edf1;
}
.popular__slide .slide-title {
  font-size: 5vw;
  line-height: 6.25vw;
}
.products-catalog {
  margin-bottom: 12.5vw;
}
.products-catalog__banner {
  border-radius: 4.6875vw;
}
.products-catalog__banner .banner-img {
  width: 87.5vw;
  height: 71.875vw;
}
.products-catalog__banner .banner-img img {
  width: 131.25vw;
  height: 90vw;
}
.products-catalog__banner .banner-content {
  min-height: unset;
  padding: 7.8125vw 4.6875vw;
  padding-bottom: 84.375vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.products-catalog__banner .banner-main,
  .products-catalog__banner .banner-form {
  width: 100%;
}
.products-catalog__banner .banner-form .form-checkbox {
  width: 60.9375vw;
  margin: 0 auto;
}
.products-catalog__banner .banner-title {
  margin-bottom: 6.25vw;
  text-align: center;
}
.partners {
  margin-bottom: 12.5vw;
}
.partners__head {
  margin-bottom: 7.8125vw;
}
.partners__bullets .bullets-flex {
  margin: -4.6875vw 0;
}
.partners__bullets .bullets-item {
  width: 87.5vw;
  margin: 4.6875vw 0;
}
.partners__bullets .item-icon {
  width: 18.75vw;
  height: 18.75vw;
  border-radius: 4.6875vw;
  border: 0.3125vw solid #e0edf1;
  margin-right: 4.6875vw;
}
.partners__bullets .item-icon img {
  width: 9.375vw;
  height: 9.375vw;
}
.partners__bullets .item-title {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin-bottom: 1.5625vw;
}
.partners__bullets .item-text {
  font-size: 3.75vw;
  line-height: 5vw;
}
.steps {
  margin-bottom: 12.5vw;
}
.steps__head {
  margin-bottom: 7.8125vw;
}
.steps__bullets .bullets-flex {
  margin: -4.6875vw 0;
}
.steps__bullets .bullets-item {
  width: 87.5vw;
  margin: 4.6875vw 0;
}
.steps__bullets .bullets-item:nth-child(3n+1) {
  width: 87.5vw;
}
.steps__bullets .item-icon {
  width: 18.75vw;
  height: 18.75vw;
  border-radius: 4.6875vw;
  border: 0.3125vw solid #e0edf1;
  margin-right: 4.6875vw;
}
.steps__bullets .item-icon img {
  width: 9.375vw;
  height: 9.375vw;
}
.steps__bullets .item-text {
  font-size: 3.75vw;
  line-height: 5vw;
}
.offer {
  margin-bottom: 12.5vw;
}
.offer__banner {
  border-radius: 4.6875vw;
}
.offer__banner .banner-img {
  width: 93.75vw;
  max-height: 95.3125vw;
  left: 0;
  bottom: -20.3125vw;
}
.offer__banner .banner-content {
  min-height: unset;
  padding: 7.8125vw 4.6875vw;
  padding-bottom: 78.125vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.offer__banner .banner-block {
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 6.25vw;
}
.offer__banner .banner-block:nth-child(2) {
  width: 100%;
  margin: 0;
}
.offer__banner .banner-block:nth-child(2) .banner-text {
  margin-bottom: 4.6875vw;
}
.offer__banner .banner-title {
  margin-bottom: 6.25vw;
  text-align: center;
}
.offer__banner .banner-text {
  max-width: unset;
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 6.25vw;
  text-align: center;
}
.offer__banner .banner-form {
  width: 100%;
  margin-bottom: 6.25vw;
}
.offer__banner .banner-form .form-input {
  width: 100%;
}
.offer__banner .banner-form .form-checkbox {
  width: 60.9375vw;
  margin: 0 auto;
}
.to-top {
  width: 9.375vw;
  height: 9.375vw;
  right: 6.25vw;
  bottom: 6.25vw;
}
.to-top img,
  .to-top svg {
  width: 3.4375vw;
  height: 2.1875vw;
}
.sidebar {
  width: 21.875vw;
  right: -31.25vw;
}
.sidebar.closed .sidebar__btn.top-btn {
  margin-bottom: 2.1875vw;
}
.sidebar.closed .sidebar__btn.bottom-btn {
  margin-top: 2.1875vw;
}
.sidebar.hidden {
  right: -31.25vw !important;
}
.sidebar__btn {
  width: 7.8125vw;
  height: 7.8125vw;
}
.sidebar__btn.top-btn {
  margin-bottom: 3.125vw;
}
.sidebar__btn.top-btn img {
  width: 2.8125vw;
  height: 2.8125vw;
}
.sidebar__btn.bottom-btn {
  margin-top: 3.125vw;
}
.sidebar__btn.bottom-btn img {
  width: 3.125vw;
  height: 2.1875vw;
}
.sidebar__container .container-item {
  min-height: 21.875vw;
  padding: 1.5625vw;
  margin-bottom: 2.1875vw;
  border-radius: 1.5625vw 0 0 1.5625vw;
}
.sidebar__container .container-item:last-child {
  margin-bottom: 0;
}
.sidebar__container .container-item .item-icon {
  max-width: 9.375vw;
  height: 6.25vw;
  margin-bottom: 1.5625vw;
}
.sidebar__container .container-item .item-text {
  font-size: 3.125vw;
  line-height: 3.75vw;
}
.popup__container {
  padding: 6.25vw 0;
}
.popup__container.bottom-left-popup .popup__content {
  margin-left: 3.125vw;
}
.popup__content {
  padding: 6.25vw;
  border-radius: 3.125vw;
}
.popup__content .content-close-btn {
  width: 3.125vw;
  height: 3.125vw;
  top: 2.5vw;
  right: 2.5vw;
}
.cookie-popup {
  width: 93.75vw;
  padding: 6.25vw;
}
.cookie-popup .content-title {
  margin-bottom: 3.125vw;
}
.cookie-popup .content-text {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 3.125vw;
}
.cookie-popup .bottom-btn {
  min-width: 34.375vw;
  height: 12.5vw;
}
.policy-popup {
  width: 93.75vw;
}
.policy-popup .content-block h3 {
  margin-bottom: 3.125vw;
}
.policy-popup .content-block h4 {
  font-size: 4.375vw;
  line-height: 5.625vw;
  margin-bottom: 3.125vw;
}
.policy-popup .content-block p {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 3.125vw;
}
.policy-popup .content-block ul {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 3.125vw;
}
.policy-popup .content-block ul li {
  padding-left: 5vw;
  margin-bottom: 1.5625vw;
}
.policy-popup .content-block ul li:last-child {
  margin-bottom: 0;
}
.policy-popup .content-block ul li::before {
  width: 1.5625vw;
  height: 0.3125vw;
  top: 2.5vw;
  left: 2.5vw;
}
.quiz-popup {
  width: 93.75vw;
  padding: 6.25vw;
}
.quiz-popup .content-title {
  margin-bottom: 3.125vw;
}
.quiz-popup .content-links .links-flex {
  margin: -1.5625vw 0;
}
.quiz-popup .content-links .links-item {
  width: 81.25vw;
  min-height: 12.5vw;
  border-radius: 31.25vw;
  font-size: 3.75vw;
  line-height: 5vw;
  border: 0.3125vw solid #f2f7fa;
  margin: 1.5625vw 0;
}
.review-popup {
  width: 93.75vw;
}
.review-popup .content-head {
  margin-bottom: 3.125vw;
}
.review-popup .content-sub-title {
  font-size: 5vw;
  line-height: 6.25vw;
}
.review-popup .content-text {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 3.125vw;
}
.review-popup .content-form .form-textarea {
  height: 31.25vw;
}
.promotion-popup {
  width: 93.75vw;
  padding: 6.25vw;
}
.promotion-popup .content-title {
  margin-bottom: 3.125vw;
  text-align: center;
}
.promotion-popup .content-title br {
  display: none;
}
.promotion-popup .content-text {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 3.125vw;
  text-align: center;
}
.promotion-popup .content-text br {
  display: none;
}
.promotion-popup .content-form .form-input {
  width: 100%;
}
.fast-order-popup {
  width: 93.75vw;
  padding: 6.25vw;
}
.fast-order-popup .content-title {
  margin-bottom: 3.125vw;
}
.fast-order-popup .content-main {
  padding: 0;
}
.fast-order-popup .main-img {
  width: 100%;
  height: 62.5vw;
  position: static;
  top: unset;
  right: unset;
  border-radius: 4.6875vw;
  border: 0.3125vw solid #e0edf1;
  margin-bottom: 3.125vw;
}
.fast-order-popup .main-title {
  margin-bottom: 3.125vw;
}
.fast-order-popup .main-text {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 3.125vw;
}
.fast-order-popup .main-delivery {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 3.125vw;
}
.fast-order-popup .main-form {
  width: 100%;
}
.call-back-popup {
  width: 93.75vw;
}
.call-back-popup .content-title {
  margin-bottom: 3.125vw;
}
.call-back-popup .content-text {
  font-size: 3.75vw;
  line-height: 4.375vw;
  margin-bottom: 3.125vw;
}
.basket-popup {
  width: 93.75vw;
  padding: 6.25vw;
}
.basket-popup .content-title {
  margin-bottom: 3.125vw;
}
.basket-popup .content-buttons .buttons-flex {
  margin: -1.5625vw 0;
}
.basket-popup .content-btn {
  width: 81.25vw;
  height: 12.5vw;
  border-radius: 31.25vw;
  padding: 0 4.6875vw;
  font-size: 3.75vw;
  line-height: 5vw;
  border: 0.3125vw solid #f2f7fa;
  margin: 1.5625vw 0;
}
.basket-popup .content-link {
  width: 81.25vw;
  height: 12.5vw;
  margin: 1.5625vw 0;
}
}
.basket__item .item-remove {
  max-width: 90px;
  background: #F0A16D;
  color: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
}
.woof_fs_item,
.woof_fs_item-matrasi {
  display: none;
}
.links-container__btn {
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  font-weight: 500;
  color: #c1d2d8;
  margin-right: 2.6041666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.links-container__btn:hover {
  color: #000;
}
.links-container__btn.active {
  color: #000;
}
#woof_tax_select_pa_size + div {
  width: 100%;
  font-size: 1.0416666667vw;
  font-weight: 500;
  margin-bottom: 1.5625vw;
}
#woof_tax_select_pa_size + div ul {
  width: 100%;
}
@media screen and (max-width: 768px) {
.woof_container_pa_size {
  display: none;
}
.links-container__btn {
  font-size: 5vw;
  line-height: 6.25vw;
  padding: 4.6875vw 6.25vw;
  padding-top: 0;
  margin: 0;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 0.625vw solid #e0edf1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
}
.orderby-wrap {
  position: relative;
}
.orderby-wrap select {
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance: none;
  opacity: 0.85;
}
.orderby-wrap select::-ms-expand {
  display: none;
}
.orderby-wrap svg {
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateX(-75%);
}
.basket-btn.added {
  display: none;
}
.basket-btn.added + .added_to_cart {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 13.5416666667vw;
  height: 4.1666666667vw;
  border: 0.1041666667vw solid #EF7F1A;
  border-radius: 5.2083333333vw;
  font-weight: 700;
  font-size: 0.9375vw;
  color: #EF7F1A;
  margin-left: 0;
}
.basket-btn.added + .added_to_cart:hover {
  background-color: #F0A16D;
  color: #fff;
  border-color: #F0A16D;
}
.form-item__title {
  width: 100%;
  color: #1c1c1c;
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  padding: 0 1.8229166667vw;
}
.form-item-radio {
  display: flex;
  padding: 0 1.8229166667vw;
  transform: translatex(-4px);
}
.form-item-radio input {
  display: none;
}
.form-label {
  display: block;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  padding: 0 4px;
  box-sizing: content-box;
  cursor: pointer;
}
.form-item__rating-svg {
  transform: translateY(-3px);
  width: 100%;
  height: 100%;
}
.js-active1 .form-label[data-count="1"] {
  fill: #F0A16D;
  opacity: 1;
}
.js-active2 .form-label[data-count="1"],
	.js-active2 .form-label[data-count="2"] {
  fill: #F0A16D;
  opacity: 1;
}
.js-active3 .form-label[data-count="1"],
	.js-active3 .form-label[data-count="2"],
	.js-active3 .form-label[data-count="3"] {
  fill: #F0A16D;
  opacity: 1;
}
.js-active4 .form-label[data-count="1"],
	.js-active4 .form-label[data-count="2"],
	.js-active4 .form-label[data-count="3"],
	.js-active4 .form-label[data-count="4"] {
  fill: #F0A16D;
  opacity: 1;
}
.js-active5 .form-label {
  fill: #F0A16D;
  opacity: 1;
}
.js-selected1 .form-label[data-count="1"] {
  fill: #F0A16D;
  opacity: 1;
}
.js-selected2 .form-label[data-count="1"],
	.js-selected2 .form-label[data-count="2"] {
  fill: #F0A16D;
  opacity: 1;
}
.js-selected3 .form-label[data-count="1"],
	.js-selected3 .form-label[data-count="2"],
	.js-selected3 .form-label[data-count="3"] {
  fill: #F0A16D;
  opacity: 1;
}
.js-selected4 .form-label[data-count="1"],
	.js-selected4 .form-label[data-count="2"],
	.js-selected4 .form-label[data-count="3"],
	.js-selected4 .form-label[data-count="4"] {
  fill: #F0A16D;
  opacity: 1;
}
.js-selected5 .form-label {
  fill: #F0A16D;
  opacity: 1;
}
.form-item__label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
.form-item__title {
  font-size: 3.75vw;
  line-height: 5vw;
  margin-bottom: 20px;
  padding: 0 9.375vw;
}
.form-item-radio {
  padding: 0 9.375vw;
}
.form-label {
  width: 25px;
  height: 25px;
}
.basket-btn.added + .added_to_cart {
  width: 100%;
  margin-bottom: 4.6875vw;
  height: 18.75vw;
  border-radius: 31.25vw;
  font-size: 3.75vw;
  line-height: 5vw;
  border: 0.625vw solid #EF7F1A;
}
}
.searchSortBox {
  width: 19.2708333333vw;
  height: 45px;
  font-size: 1.0416666667vw;
  font-weight: 500;
  margin-top: 5px;
  position: relative;
}
.searchSortBox__btn-wrap {
  position: relative;
}
.searchSortBox__btn {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e0edf1;
  border-radius: 10px;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  padding: 10px 15px;
  cursor: pointer;
}
.searchSortBox__btn:hover {
  border-color: gray;
}
.searchSortBox__btn-wrap.js-active .searchSortBox__btn {
  outline: 1px solid #EF7F1A;
  border-color: #EF7F1A;
}
.searchSortBox__btn:focus {
  outline-color: #EF7F1A;
  border-color: #EF7F1A;
}
.searchSortBox__list {
  width: 100%;
  border-radius: 10px;
  border: 1px solid lightgray;
  background-color: #fff;
  list-style-type: none;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  position: absolute;
  transform: translateY(10px);
  margin: 0;
  padding: 8px 0;
  opacity: 0;
  pointer-events: none;
}
.searchSortBox__btn-wrap.js-active + .searchSortBox__list {
  opacity: 1;
  pointer-events: auto;
}
.searchSortBox__btn-svg {
  fill: #c1d2d8;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.searchSortBox__btn-wrap:hover .searchSortBox__btn-svg {
  fill: #000;
}
.searchSortBox__btn-wrap.js-active .searchSortBox__btn-svg {
  fill: #EF7F1A;
}
.searchSortBox__item {
  position: relative;
}
.searchSortBox__item-btn {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 10px 0;
  padding-left: 15px;
  cursor: pointer;
}
.searchSortBox__item-btn:focus {
  outline: 1px solid #EF7F1A;
}
.searchSortBox__item-btn:hover {
  background-color: rgba(0, 50, 120, .1);
}
.searchSortBox__item-svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  fill: #EF7F1A;
  opacity: 0;
}
.searchSortBox__item-btn.js-active + .searchSortBox__item-svg {
  opacity: 1;
}
@media screen and (max-width: 768px) {
.searchSortBox {
  display: none;
}
}
.searchSortBoxMob {
  width: 100%;
  display: none;
  justify-content: space-between;
}
.searchSortBoxMob__column {
  width: 42.5vw;
  display: flex;
}
.searchSortBoxMob__column:last-child {
  justify-content: flex-end;
}
.searchSortBoxMob__btn {
  height: 64px;
  display: flex;
  align-items: center;
  background-color: #efefef;
  border: none;
  border-radius: 50px;
  margin: 0;
  padding: 0 24px;
  cursor: pointer;
}
.searchSortBoxMob__btn.js-selected {
  background-color: #EF7F1A;
  color: #fff;
  fill: #fff;
}
.searchSortBoxMob__btn.sort {
  width: 64px;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  padding: 0;
}
.searchSortBoxMob__btn.filter .searchSortBoxMob__btn-svg {
  margin-right: 5px;
}
.searchSortBoxMob__btn.reset {
  display: none;
}
.searchSortBoxMob__btn.reset.js-active {
  display: flex;
}
.searchSortBoxMob__btn-svg {
  width: 32px;
  height: 32px;
}
.searchSortBoxMob__btn-span {
  font-size: 3vw;
  font-weight: 500;
}
.form-input__required-text {
  font-size: 12px;
  color: red;
  transition: 0.5s;
  opacity: 0;
}
.form-error + .form-input__required-text {
  opacity: 1;
}
@media screen and (max-width: 768px) {
.searchSortBoxMob {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.searchSortBoxMob__column {
  width: auto !important;
  flex: 0 1 auto;
  min-width: 0;
}
.searchSortBoxMob__column:last-child {
  flex: 1 1 auto;
  width: auto !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0 !important;
  gap: 8px;
}
.searchSortBoxMob__column:last-child label {
  display: none !important;
}
.woocommerce-ordering-wrap {
  width: auto !important;
  display: block;
  min-width: 0;
}
.woocommerce-ordering-wrap .woocommerce-ordering,
	.woocommerce-ordering-wrap .woocommerce-ordering .nice-select,
	.woocommerce-ordering-wrap .woocommerce-ordering select {
  max-width: 38vw;
  min-width: 0;
}
.woof_show_mobile_filter {
  display: none!important;
}
}
@media screen and (max-width: 550px) {
.searchSortBoxMob__column {
  width: auto;
}
.searchSortBoxMob__btn {
  min-width: 48px;
  height: 48px;
}
.searchSortBoxMob__btn.sort {
  width: 48px;
}
}
@media screen and (max-width: 480px) {
.searchSortBoxMob__btn-svg {
  width: 22px;
  height: 22px;
}
}
@media screen and (max-width: 768px) {
.catalog-mobile-btns {
  margin-top: 2vw !important;
  background: transparent;
  border-radius: 0;
  padding: 6px;
  position: relative;
  z-index: 0;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}
.catalog-mobile-btns::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background-image: linear-gradient(180deg, #faf6f1 0%, #f3e9dd 100%);
  border-top: 1px solid #ecd9c8;
  border-bottom: 1px solid #ecd9c8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 -1px 0 rgba(223, 201, 178, 0.45);
  z-index: -1;
}
.catalog-mobile-btns > * {
  position: relative;
  z-index: 1;
  margin: 0 !important;
}
.catalog-mobile-btns .catalog-mobile-btns__btn {
  height: 40px !important;
  font-size: 3.1vw !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  border: 1px solid #F08A2B !important;
  background: #F08A2B !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.catalog-mobile-btns .catalog-mobile-btns__btn svg {
  fill: #fff !important;
}
.catalog-mobile-btns .catalog-mobile-btns__btn--sort {
  width: 40px !important;
  min-width: 40px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  margin-right: 0 !important;
}
.catalog-mobile-btns .catalog-mobile-btns__btn--sort svg {
  width: 46% !important;
  height: 46% !important;
}
.catalog-mobile-btns .catalog-mobile-btns__btn--filters {
  padding: 0 12px !important;
  gap: 6px;
}
.catalog-mobile-btns .catalog-mobile-btns__btn--reset {
  order: 10;
  width: 100%;
  flex: 0 0 100%;
  margin-top: 2px !important;
  background: #F08AA6 !important;
  border-color: #F08AA6 !important;
  color: #fff !important;
}
.catalog-mobile-btns .catalog-mobile-btns__btn--filters svg {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px;
}
.catalog-mobile-btns #filter-size-wrap {
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  min-width: 0;
  flex: 1 1 auto;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.catalog-mobile-btns #filter-size-wrap .catalog-filter__title {
  display: none !important;
}
.catalog-mobile-btns #filter-size-wrap .CF-select,
	.catalog-mobile-btns #filter-size-wrap .CF-select__btn {
  font-size: 3.1vw !important;
}
.catalog-mobile-btns #filter-size-wrap .CF-select {
  display: flex;
  align-items: center;
  height: 40px !important;
  width: 100%;
  background: transparent !important;
  border-radius: 999px !important;
  overflow: hidden;
}
.catalog-mobile-btns #filter-size-wrap .CF-select__btn {
  height: 40px !important;
  line-height: 40px !important;
  display: flex;
  align-items: center;
  padding-left: 12px !important;
  padding-right: 24px !important;
  border-color: #F08A2B !important;
  background: #F08A2B !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 999px !important;
}
.catalog-mobile-btns #filter-size-wrap .CF-select__list {
  background: #fffaf4 !important;
  border-color: #F08A2B !important;
}
.catalog-mobile-btns #filter-size-wrap .CF-select__btn.js-active {
  border-color: #F08A2B !important;
  outline: none !important;
  box-shadow: none !important;
}
.catalog-mobile-btns #filter-size-wrap .CF-select__btn svg,
	.catalog-mobile-btns #filter-size-wrap .CF-select__btn .CF-select__svg {
  fill: #fff !important;
}
.catalog-mobile-btns .catalog-mobile-btns__btn--filters {
  white-space: nowrap;
}
}
@media screen and (max-width: 400px) {
.catalog-mobile-btns {
  margin-top: 1.5vw !important;
}
.catalog-mobile-btns .catalog-mobile-btns__btn {
  height: 36px !important;
  font-size: 3.4vw !important;
}
.catalog-mobile-btns .catalog-mobile-btns__btn--sort {
  width: 36px !important;
  min-width: 36px !important;
}
.catalog-mobile-btns #filter-size-wrap .CF-select__btn {
  height: 36px !important;
  line-height: 36px !important;
  font-size: 3.4vw !important;
}
.catalog-mobile-btns #filter-size-wrap,
	.catalog-mobile-btns #filter-size-wrap .CF-select {
  height: 36px !important;
}
}
.sort-popup .popup__container {
  padding-bottom: 0;
}
.sort-popup .content-title {
  margin-bottom: 20px;
}
.sort-popup .popup__content {
  width: 100%;
  margin: 0;
  margin-top: auto;
  border-radius: 3.125vw 3.125vw 0 0;
}
.sort-popup .content-block {
  display: flex;
  flex-direction: column;
}
.sort-popup .content-block__radio {
  display: none;
}
.sort-popup .content-block__label {
  font-size: 5vw;
  position: relative;
  margin-top: 15px;
  padding-left: 30px;
}
.sort-popup .content-block__label:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-color: #EF7F1A;
  border-radius: 50%;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sort-popup .content-block__label:after {
  content: '';
  display: none;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(-50%, -50%);
}
.content-block__radio:checked + .content-block__label:before {
  opacity: 1;
}
.content-block__radio:checked + .content-block__label:after {
  display: block;
}
.show-map-modal {
  background: none;
  border: none;
}
.map-popup__frame-wrap {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
  line-height: 0;
  border: 0.0520833333vw solid #e0edf1;
}
.map-popup iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: min(60vh, 28rem);
  border: 0;
}
@media only screen and (min-width: 769px) {
.popup__content.map-popup {
  width: min(92vw, 75rem);
  max-width: min(92vw, 75rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.map-popup__frame-wrap {
  max-width: none;
  border-radius: 0.65rem;
}
.map-popup iframe {
  height: min(72vh, 42rem);
  min-height: 24rem;
}
}
@media only screen and (max-width: 768px) {
.popup__content.map-popup {
  width: min(94vw, 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.map-popup__frame-wrap {
  max-width: 100%;
}
}
.map-popup__external {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 0.9375rem;
}
.map-popup__external a {
  color: #1c1c1c;
}
.map-popup .content-title {
  margin-bottom: 0.625rem;
}
.popup .map-popup {
  display: none;
}
.popup.open .map-popup {
  display: block;
}
.woof_list_checkbox li:hover label {
  font-weight: 700;
}
.woof_list_checkbox li:hover .icheckbox_square-blue {
  outline: 1px solid lightblue;
}
.woof_price_filter_txt:hover {
  outline: 1px solid lightblue;
}
[data-css-class="woof_container_pa_height"]:hover .woof_container_inner,
[data-css-class="woof_container_pa_filler"]:hover .woof_container_inner,
[data-css-class="woof_container_pa_maximum-load"]:hover .woof_container_inner {
  text-decoration: underline;
}
.basket__form .form-radio .radio-item:hover {
  background-color: #f2f7fa;
}
@media only screen and (max-width: 768px) {
.header__bottom .header__icons {
  display: none;
}
.header__bottom .fixed .header__icons {
  display: flex;
}
}
.header__bottom .fixed .icons-item {
  margin-left: 20px;
}
.header__bottom .fixed .item-main {
  width: 65px;
}
.basket .common-btn {
  width: 100%;
  margin: 40px 0 10px;
}
.basket #basket-form {
  position: relative;
}
.basket .info-container-wrap {
  position: sticky;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
.header__bottom .fixed .icons-item {
  margin-left: 15px;
}
.header__bottom .fixed .item-main {
  width: 40px;
}
}
.sidebar .sidebar__container div:first-child {
  position: relative;
}
.sidebar-count {
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
.sidebar-count {
  font-size: 5vw;
}
.basket #basket-form {
  flex-direction: column;
}
.basket .info-container-wrap {
  position: static;
}
}
@media only screen and (min-width: 769px) {
.catalog--has-filter .catalog-filters.catalog-filters--panel {
  position: -webkit-sticky;
  position: sticky;
  top: calc(5.2083333333vw + var(--wp-admin--admin-bar--height, 0px));
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-height: calc(100vh - 6.5104166667vw - var(--wp-admin--admin-bar--height, 0px));
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  z-index: 2;
}
}
.catalog--has-filter .catalog-filters.catalog-filters--panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right bottom, from(#fff9f4), color-stop(42%, #ffffff));
  background: linear-gradient(165deg, #fff9f4 0%, #ffffff 42%);
  border: 0.0520833333vw solid #f2e6dc;
  border-left: 0.3125vw solid #EF7F1A;
  border-radius: 1.0416666667vw;
  -webkit-box-shadow: 0 0.2083333333vw 1.5625vw rgba(28, 28, 28, 0.06);
  box-shadow: 0 0.2083333333vw 1.5625vw rgba(28, 28, 28, 0.06);
  padding: 1.0416666667vw 1.1458333333vw 1.25vw;
}
.catalog--has-filter .catalog-filters__head {
  margin: 0 0 1.0416666667vw;
  padding-bottom: 0.8333333333vw;
  border-bottom: 0.0520833333vw solid rgba(239, 127, 26, 0.22);
}
.catalog--has-filter .catalog-filters__head-title {
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #1c1c1c;
}
.catalog--has-filter .catalog-filters__head-text {
  margin: 0.3125vw 0 0;
  font-size: 0.7291666667vw;
  line-height: 1.4;
  color: #829196;
}
.catalog--has-filter .catalog-filters--panel .catalog-filter {
  border: none;
  margin-left: 0;
  margin-right: 0;
  min-width: 0;
  padding: 0;
}
.catalog--has-filter .catalog-filter--block {
  background: #ffffff;
  border: 0.0520833333vw solid #e8eef1;
  border-radius: 0.6770833333vw;
  padding: 0.78125vw 0.8854166667vw;
  margin-bottom: 0.625vw;
  -webkit-box-shadow: 0 0.0520833333vw 0.3125vw rgba(28, 28, 28, 0.04);
  box-shadow: 0 0.0520833333vw 0.3125vw rgba(28, 28, 28, 0.04);
}
.catalog--has-filter .catalog-filter--block + .catalog-filter--block {
  margin-top: 0;
}
.catalog--has-filter .catalog-filter__title--static {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 0.5208333333vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  color: #1c1c1c;
}
.catalog--has-filter .catalog-filter__legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0.3645833333vw;
}
.catalog--has-filter .catalog-filter__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0.5208333333vw 0.625vw;
  border: 0.0520833333vw solid #dde8ed;
  border-radius: 0.5208333333vw;
  background: #f7fafb;
  font: inherit;
  font-size: 0.8333333333vw;
  font-weight: 700;
  color: #1c1c1c;
  text-align: left;
  cursor: pointer;
  -webkit-transition: border-color 0.2s, background 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, background 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.catalog--has-filter .catalog-filter__toggle:hover {
  border-color: #EF7F1A;
  background: #fffdf9;
  -webkit-box-shadow: 0 0 0 0.0520833333vw rgba(239, 127, 26, 0.18);
  box-shadow: 0 0 0 0.0520833333vw rgba(239, 127, 26, 0.18);
}
.catalog--has-filter .catalog-filter__toggle:focus-visible {
  outline: 0.1041666667vw solid #EF7F1A;
  outline-offset: 0.1041666667vw;
}
.catalog--has-filter .catalog-filter__toggle-text {
  padding-right: 0.4166666667vw;
}
.catalog--has-filter .catalog-filter__toggle-chevron {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.625vw;
  height: 0.625vw;
  margin-left: 0.5vw;
  margin-top: -0.25vw;
  border-right: 0.1041666667vw solid #829196;
  border-bottom: 0.1041666667vw solid #829196;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.catalog--has-filter .catalog-filter__toggle[aria-expanded="true"] .catalog-filter__toggle-chevron {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: 0.15vw;
}
.catalog--has-filter .catalog-filter--closed-block .catalog-filter__checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
.catalog--has-filter .catalog-filter--closed-block .catalog-filter__checkbox-list.js-opened,
.catalog--has-filter .catalog-filter--closed-block .catalog-filter__checkbox-list.js-opened-init {
  max-height: min(55vh, 32rem);
}
.catalog--has-filter .catalog-filter__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.4166666667vw;
}
.catalog--has-filter .catalog-filter__price-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2083333333vw;
  min-width: 0;
}
.catalog--has-filter .catalog-filter__price-hint {
  font-size: 0.6770833333vw;
  font-weight: 600;
  color: #829196;
}
.catalog--has-filter .catalog-filter__price-dash {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 0.46875vw;
  color: #c1d2d8;
  font-weight: 500;
}
.catalog--has-filter .catalog-filter__price {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog--has-filter .catalog-action--footer {
  border: none;
  margin: 0.8333333333vw 0 0;
  padding: 0;
}
.catalog--has-filter .catalog-action--footer .catalog-action__btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 999px;
  padding: 0.5729166667vw 1.25vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.2s, -webkit-box-shadow 0.2s, border-color 0.2s;
  transition: -webkit-filter 0.2s, -webkit-box-shadow 0.2s, border-color 0.2s;
  transition: filter 0.2s, box-shadow 0.2s, border-color 0.2s;
  transition: filter 0.2s, box-shadow 0.2s, border-color 0.2s, -webkit-filter 0.2s, -webkit-box-shadow 0.2s;
}
.catalog--has-filter .catalog-action__btn--primary {
  background: -webkit-gradient(linear, left top, right bottom, from(#8fa8ff), color-stop(42%, #5c7cfa), to(#3b5bdb));
  background: linear-gradient(165deg, #8fa8ff 0%, #5c7cfa 42%, #3b5bdb 100%);
  border: 0.0520833333vw solid #2f4eb9;
  color: #fff;
  text-shadow: 0 0.0520833333vw 0.2083333333vw rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0.1041666667vw 0.5208333333vw rgba(60, 90, 219, 0.35);
  box-shadow: 0 0.1041666667vw 0.5208333333vw rgba(60, 90, 219, 0.35);
}
.catalog--has-filter .catalog-action__btn--primary:hover {
  -webkit-filter: brightness(1.06);
  filter: brightness(1.06);
}
.catalog--has-filter .catalog-action__btn--secondary {
  margin-top: 0.4166666667vw;
  background: #fff;
  border: 0.0520833333vw solid #dde8ed;
  color: #5a6a72;
}
.catalog--has-filter .catalog-action__btn--secondary:hover {
  border-color: #829196;
  color: #1c1c1c;
}
@media only screen and (max-width: 768px) {
.catalog--has-filter .catalog-filters__btn-close {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 2.2vw;
  min-height: 11vw;
  padding: 0 4.2vw;
  margin: 0 0 4.2vw auto;
  border: 0.3125vw solid #fa8072;
  border-radius: 31.25vw;
  background: #fa8072;
  color: #1c1c1c;
  font-size: 3.9vw;
  font-weight: 700;
  line-height: 1;
  background-image: none !important;
}
.catalog--has-filter .catalog-filters__btn-close::before {
  content: "×";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.4vw;
  height: 5.4vw;
  border-radius: 50%;
  background: #ffffff;
  border: 0.25vw solid #f06f60;
  color: #fff;
  color: #f06f60;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2vw;
  transform: none;
}
.catalog--has-filter .catalog-filters.catalog-filters--panel {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: auto !important;
  max-height: 82vh !important;
  overflow-y: auto !important;
  overflow-x: hidden;
  border-left-width: 1.25vw;
  border-radius: 3.125vw 3.125vw 0 0;
  padding: 4.6875vw 4.6875vw 5vw;
}
.catalog--has-filter .catalog-filters__form {
  min-height: auto !important;
  height: auto !important;
}
.catalog--has-filter .catalog-filters__head {
  margin-bottom: 4.6875vw;
  padding-bottom: 3.75vw;
}
.catalog--has-filter .catalog-filters__head-title {
  font-size: 4.375vw;
}
.catalog--has-filter .catalog-filters__head-text {
  font-size: 3.125vw;
  margin-top: 1.5625vw;
}
.catalog--has-filter .catalog-filter--block {
  border-radius: 2.5vw;
  padding: 3.75vw 3.75vw;
  margin-bottom: 2.5vw;
}
.catalog--has-filter .catalog-filter__title--static {
  font-size: 3.75vw;
  margin-bottom: 2.5vw;
}
.catalog--has-filter .catalog-filter__toggle {
  font-size: 3.75vw;
  padding: 3.125vw 3.75vw;
  border-radius: 2.5vw;
  border-width: 0.3125vw;
}
.catalog--has-filter .catalog-filter__toggle-chevron {
  width: 3vw;
  height: 3vw;
  border-width: 0.3125vw;
  margin-left: 2vw;
}
.catalog--has-filter .catalog-filter__price-hint {
  font-size: 3.125vw;
}
.catalog--has-filter .catalog-filter__price-dash {
  padding-bottom: 3.5vw;
  font-size: 3.75vw;
}
.catalog--has-filter .catalog-action--footer {
  margin-top: 4.6875vw;
}
.catalog--has-filter .catalog-filters__form .catalog-action {
  margin-top: 4.6875vw !important;
}
.catalog--has-filter .catalog-action--footer .catalog-action__btn {
  font-size: 3.75vw;
  padding: 3.75vw 5vw;
  border-radius: 31.25vw;
}
.catalog--has-filter .catalog-action__btn--secondary {
  margin-top: 2.5vw;
}
}
