@charset "UTF-8";
:root {
  --brand-50: #FFEFEE;
  --brand-100: #FFDFDD;
  --brand-200: #FFC1BD;
  --brand-300: #FF9591;
  --brand-400: #EF6666;
  --brand-500: #D73D45;
  --brand-600: #BE2131;
  --brand-700: #9E1324;
  --brand-800: #7C111C;
  --brand-900: #5D0F15;
  --ink-25: #FCFAFB;
  --ink-50: #F8F5F6;
  --ink-100: #EFECED;
  --ink-200: #E1DDDE;
  --ink-300: #CAC6C7;
  --ink-400: #A8A3A4;
  --ink-500: #888384;
  --ink-600: #696566;
  --ink-700: #504C4D;
  --ink-800: #413D3E;
  --ink-900: #332F30;
  --ink-950: #221E1F;
  --white: #FFFFFF;
  --surface: var(--white);
  --surface-subtle: var(--ink-50);
  --text: var(--ink-900);
  --text-muted: var(--ink-600);
  --text-on-brand: var(--white);
  --border: var(--ink-200);
  --border-strong: var(--ink-400);
  --brand: var(--brand-500);
  --brand-hover: var(--brand-600);
  --brand-text: var(--brand-600);
  --track-on-image: rgba(255, 255, 255, 0.35);
  --line-on-image: rgba(255, 255, 255, 0.55);
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  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;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  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] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 0.625vw;
  font-weight: 400;
  scroll-behavior: smooth;
}
html ::selection {
  background: var(--brand-hover);
  color: var(--white);
}
@media (min-width: 601px) {
  html ::-webkit-scrollbar {
    width: 0.7vw;
  }
  html ::-webkit-scrollbar-thumb {
    background: var(--brand);
    border-radius: 0.1vw;
  }
  html ::-webkit-scrollbar-track {
    background: var(--surface-subtle);
    box-shadow: 0vw 0vw 1.0417vw 0vw var(--surface-subtle) inset;
    border: 0.0521vw solid var(--border);
    overflow: hidden;
  }
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Tenor Sans", Montserrat;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text);
  background-color: var(--white);
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  width: 100%;
}
@media (max-width: 600px) {
  body {
    padding-top: 17.778vw;
  }
}

.body-stop {
  height: 100vh;
  overflow-y: hidden;
}

.body-stop-2 {
  height: 100vh;
  overflow-y: hidden;
}

.page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

.h2 {
  position: relative;
  width: fit-content;
}

@media (max-width: 600px) {
  .h2::before {
    left: -2.1vw;
    top: 50%;
    transform: translateY(-50%);
    width: 8vw;
    height: 8vw;
    border-radius: 0.556vw;
  }
}
a,
button,
input,
select,
textarea {
  outline: 0;
}

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

a {
  text-decoration: none;
  color: var(--text);
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

.slick-slide,
.slick-slide * {
  outline: 0 !important;
}

.slick-dots {
  bottom: 3.125vw;
}

.slick-dots li {
  margin: 0 0.2vw;
  width: 1.0417vw;
  height: 1.0417vw;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button {
  width: 1.0417vw;
  height: 1.0417vw;
  padding: 0.2604vw;
}

.slick-dots li button:before {
  color: var(--border);
  opacity: 1;
  font-size: 0.521vw;
  width: 1.0417vw;
  height: 1.0417vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-dots li.slick-active button:before {
  font-size: 0.729vw;
  opacity: 1;
  color: var(--brand);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  .slick-dots {
    bottom: 5vw;
  }
  .slick-dots li {
    margin: 0 2vw;
    width: 2vw;
    height: 2vw;
  }
  .slick-dots li button {
    width: 0vw;
    height: 0vw;
    padding: 0vw;
  }
  .slick-dots li button:before {
    font-size: 2vw;
    width: 2vw;
    height: 2vw;
  }
  .slick-dots li.slick-active button:before {
    font-size: 3.5vw;
  }
}
.hidden {
  display: none;
}

.validate_error {
  border-color: red !important;
  color: red !important;
}
.validate_error::-webkit-input-placeholder {
  color: red !important;
}
.validate_error::-moz-placeholder {
  color: red !important;
}
.validate_error:-ms-input-placeholder {
  color: red !important;
}
.validate_error::-ms-input-placeholder {
  color: red !important;
}
.validate_error::placeholder {
  color: red !important;
}

input.validate_error:-webkit-autofill,
input.validate_error:-webkit-autofill:focus,
input.validate_error:-webkit-autofill:hover {
  -webkit-text-fill-color: red !important;
  caret-color: red !important;
}

.container-100 {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-100 {
    max-width: 100vw;
  }
}

.container-max {
  max-width: 89.583vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-max {
    max-width: 90vw;
  }
}

.container {
  max-width: 81.25vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container {
    max-width: 90vw;
  }
}

.container-min {
  max-width: 67.7083vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-min {
    max-width: 90vw;
  }
}

.section {
  position: relative;
  padding: 3.125vw 0;
}
@media (max-width: 600px) {
  .section {
    padding: 10vw 0;
  }
}

.title {
  text-align: center;
  font-size: 2.6042vw;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 600px) {
  .title {
    text-align: center;
    font-size: 6.33vw;
  }
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.125vw;
}
@media (max-width: 600px) {
  .title-wrapper {
    margin-bottom: 5vw;
  }
}

.title-wrapper-h2 {
  margin-bottom: 1.5625vw;
  display: block;
}

@media (max-width: 600px) {
  .title-wrapper-h2 {
    margin-bottom: 8vw;
    display: block;
  }
}
@media (max-width: 600px) {
  .title-img {
    height: 8vw;
    margin-bottom: 4vw;
  }
}
.title-min {
  font-size: 1.0417vw;
  font-weight: 700;
  line-height: 1.4;
}

.subtitle {
  font-size: 1.1458vw;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .subtitle {
    font-size: 3.733vw;
  }
}

.text-max {
  font-size: 1.0417vw;
}

.text {
  font-size: 1.0417vw;
}

.text-min {
  font-size: 0.8333vw;
}
@media (max-width: 600px) {
  .text-min {
    font-size: 2.8vw;
  }
}

.fwb {
  font-weight: 700;
}

.fwm {
  font-weight: 500;
}

.fwr {
  font-weight: 400;
}

.fwl {
  font-weight: 300;
}

.ttu {
  text-transform: uppercase;
}

.tdu {
  text-decoration: underline;
}

.tdt {
  text-decoration: line-through;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.light {
  color: var(--white);
}

.dark {
  color: var(--text);
}

.no-scroll {
  overflow: hidden;
}

.poe {
  pointer-events: none;
}

.stop {
  overflow: hidden;
}

.stop-nav {
  overflow: hidden;
}

.ddn {
  display: none;
}

@media (max-width: 600px) {
  .mdn {
    display: none;
  }
  .ddn {
    display: flex;
  }
}
.scrole-right {
  display: none;
}

.visible-hand {
  padding-top: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots {
  display: flex;
}
.dots > span {
  width: 0.46875vw;
  height: 0.46875vw;
  border-radius: 50%;
  border: 0.0520833333vw solid var(--brand);
  margin-right: 0.3645833333vw;
  opacity: 0.5s;
  flex-grow: 0;
}
.dots > span:first-child {
  -webkit-animation: wave_1 2s linear infinite;
  animation: wave_1 2s linear infinite;
}
.dots > span:nth-child(2) {
  -webkit-animation: wave_2 2s linear infinite;
  animation: wave_2 2s linear infinite;
}
.dots > span:nth-child(3) {
  -webkit-animation: wave_3 2s linear infinite;
  animation: wave_3 2s linear infinite;
}
.dots > span:last-child {
  -webkit-animation: wave_4 2s linear infinite;
  animation: wave_4 2s linear infinite;
}

@media (max-width: 600px) {
  html {
    overflow-x: hidden;
  }
  .questions.md-all-items-visible .questions__wrapper .container-item {
    display: block !important;
  }
  .questions.md-all-items-visible .questions__load-more {
    display: none;
  }
  .scrole-right {
    display: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 3.7vw;
    margin-top: -5vw;
  }
}
.type-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type-section > svg {
  width: 2.7323vw;
  height: 3.125vw;
  margin-bottom: 1.0417vw;
}
.type-section-title {
  margin-bottom: 4.1667vw;
}

.attention-notice {
  padding: 1.0417vw 1.8vw;
  gap: 0.2vw;
  display: inline-flex;
  align-items: center;
  background: #F2F6F9;
  width: 100%;
  font-size: 0.7813vw;
  font-weight: 500;
  margin: 0 !important;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .attention-notice {
    border-radius: 1.667vw;
  }
}
.attention-notice::before {
  display: block;
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 1.0417vw;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_15386_44582)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M256 39.3728C198.547 39.3728 143.447 62.196 102.821 102.821C62.196 143.447 39.3728 198.547 39.3728 256C39.3728 313.453 62.196 368.553 102.821 409.179C143.447 449.804 198.547 472.627 256 472.627C313.453 472.627 368.553 449.804 409.179 409.179C449.804 368.553 472.627 313.453 472.627 256C472.627 198.547 449.804 143.447 409.179 102.821C368.553 62.196 313.453 39.3728 256 39.3728ZM0 256C0 114.611 114.611 0 256 0C397.389 0 512 114.611 512 256C512 397.389 397.389 512 256 512C114.611 512 0 397.389 0 256Z' fill='%23D73D45'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M256.001 144.41C261.229 144.41 266.243 146.487 269.94 150.184C273.636 153.88 275.713 158.894 275.713 164.122V269.133C275.713 274.361 273.636 279.375 269.94 283.072C266.243 286.769 261.229 288.845 256.001 288.845C250.773 288.845 245.759 286.769 242.063 283.072C238.366 279.375 236.289 274.361 236.289 269.133V164.097C236.296 158.873 238.376 153.866 242.072 150.175C245.768 146.483 250.778 144.41 256.001 144.41Z' fill='%23D73D45'/%3E%3Cpath d='M282.266 347.902C282.266 351.352 281.586 354.767 280.266 357.954C278.946 361.14 277.012 364.036 274.573 366.475C272.134 368.914 269.238 370.849 266.051 372.169C262.865 373.489 259.449 374.168 256 374.168C252.551 374.168 249.135 373.489 245.949 372.169C242.762 370.849 239.866 368.914 237.427 366.475C234.988 364.036 233.054 361.14 231.734 357.954C230.414 354.767 229.734 351.352 229.734 347.902C229.734 340.936 232.502 334.255 237.427 329.33C242.353 324.404 249.034 321.637 256 321.637C262.966 321.637 269.647 324.404 274.573 329.33C279.498 334.255 282.266 340.936 282.266 347.902Z' fill='%23D73D45'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_15386_44582'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.attention-notice span {
  font-weight: 700;
}
.attention-notice a {
  color: var(--brand);
}

@media (max-width: 600px) {
  .attention-notice {
    padding: 5.867vw 6.933vw;
    gap: 3vw;
    font-size: 3vw;
    flex-direction: column;
    align-items: flex-start;
  }
  .attention-notice::before {
    width: 5.867vw;
    height: 5.867vw;
    margin-right: 4.8vw;
  }
}
#cn-notice-text {
  font-weight: 600;
  font-size: 14px;
}

#cn-notice-buttons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 1vw;
}

#cn-accept-cookie {
  order: 1;
}

#cn-close-notice {
  display: none !important;
}

#cookie-notice {
  box-shadow: 0 0 10px 0 rgba(49, 49, 49, 0.1);
}

.cookie-notice-container {
  position: relative;
  max-width: 81.25vw;
  margin: 0 auto;
  padding: 18px 0;
  gap: 1vw;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='191' height='191' viewBox='0 0 191 191' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath d='M191 94.0461C191 77.2657 177.348 63.6141 160.568 63.6141C158.024 63.6112 155.49 63.9277 153.025 64.556C147.937 41.8222 127.528 25.1865 103.823 25.1865C83.7304 25.1865 65.757 37.0412 57.7342 55.1261C52.8503 52.4936 47.4105 51.1196 41.7663 51.1196C23.1435 51.1196 7.99253 66.2706 7.99253 84.8938C7.99253 90.8107 9.49628 96.4922 12.3732 101.546C4.7418 106.486 0 115.011 0 124.289C0 139.227 12.1527 151.38 27.0903 151.38C32.1067 151.377 37.0241 149.983 41.2963 147.354C50.8332 158.689 65.0068 165.356 79.9093 165.356C91.9975 165.356 103.473 161.11 112.588 153.332C118.588 158.219 126.022 160.875 133.866 160.875C145.606 160.875 156.554 154.655 162.649 144.773C164.676 145.399 166.783 145.715 168.948 145.715C180.763 145.715 190.375 136.103 190.375 124.289C190.375 119.477 188.735 114.808 185.795 111.058C189.185 106.032 190.997 100.108 191 94.0461ZM178.418 114.029C181.317 116.706 182.913 120.35 182.913 124.289C182.913 131.99 176.649 138.254 168.948 138.254C166.76 138.26 164.603 137.745 162.653 136.754C162.21 136.529 161.726 136.395 161.231 136.36C160.735 136.325 160.238 136.389 159.768 136.549C159.297 136.709 158.864 136.961 158.492 137.29C158.121 137.62 157.818 138.02 157.604 138.468C153.247 147.547 143.929 153.414 133.866 153.414C122.318 153.414 112.922 144.019 112.922 132.47C112.922 124.93 119.057 118.795 126.598 118.795C130.822 118.795 134.259 122.232 134.259 126.456C134.259 128.516 135.929 130.187 137.989 130.187C140.049 130.187 141.72 128.516 141.72 126.456C141.72 118.118 134.936 111.334 126.598 111.334C114.943 111.334 105.461 120.816 105.461 132.47C105.457 137.359 106.723 142.164 109.135 146.416C101.163 153.827 90.8302 157.895 79.9089 157.895C66.1539 157.895 53.126 151.227 45.0596 140.056C44.7601 139.641 44.3785 139.293 43.9384 139.031C43.4983 138.77 43.0092 138.603 42.5016 138.539C41.9939 138.475 41.4785 138.516 40.9874 138.66C40.4963 138.803 40.0401 139.047 39.647 139.374C36.1203 142.309 31.678 143.916 27.0903 143.918C16.2663 143.919 7.46094 135.113 7.46094 124.289C7.46094 116.501 12.0733 109.444 19.2112 106.31C19.7258 106.084 20.1827 105.745 20.5478 105.318C20.9129 104.891 21.1767 104.386 21.3196 103.843C21.4624 103.299 21.4806 102.73 21.3727 102.179C21.2648 101.627 21.0337 101.107 20.6966 100.657C17.2668 96.0811 15.4535 90.6301 15.4535 84.8938C15.4535 70.3845 27.2574 58.5806 41.7663 58.5806C47.4202 58.5806 52.81 60.3499 57.3533 63.6973C57.5447 63.8379 57.7491 63.9532 57.9595 64.0539C57.5421 66.5731 57.3325 69.1224 57.3328 71.676C57.3328 86.521 69.4102 98.5984 84.2552 98.5984C94.4103 98.5984 102.672 90.3369 102.672 80.1818C102.672 72.1293 96.1204 65.5778 88.0682 65.5778C86.0082 65.5778 84.3377 67.2479 84.3377 69.3083C84.3377 71.3686 86.0082 73.0387 88.0682 73.0387C92.0068 73.0387 95.2109 76.2432 95.2109 80.1818C95.2109 86.223 90.296 91.1375 84.2552 91.1375C73.5242 91.1375 64.7938 82.4071 64.7938 71.676C64.7938 50.1557 82.3908 33.2794 103.822 32.6475C125.31 32.6475 143.619 48.687 146.411 69.957C146.486 70.5277 146.692 71.0733 147.013 71.5512C147.333 72.0291 147.76 72.4262 148.26 72.7116C148.76 72.9969 149.319 73.1627 149.894 73.196C150.468 73.2293 151.043 73.1291 151.572 72.9033C154.42 71.6902 157.446 71.0746 160.567 71.0746C173.234 71.0746 183.538 81.3797 183.538 94.0458C183.536 99.4768 181.61 104.731 178.102 108.877C177.48 109.611 177.166 110.557 177.225 111.517C177.284 112.477 177.711 113.377 178.418 114.029Z' fill='%23D73D45'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#cookie-notice .cookie-notice-container, #cookie-notice .cookie-revoke-container {
  display: flex;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  color: var(--white) !important;
  margin: 0 !important;
}

@media (max-width: 600px) {
  #cn-notice-buttons {
    gap: 3vw;
  }
  .cookie-notice-container {
    max-width: 90vw;
    gap: 5vw;
  }
}
@-webkit-keyframes opas {
  0% {
    opacity: 0.4;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes opas {
  0% {
    opacity: 0.4;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@-webkit-keyframes online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse_2_small {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
  }
  to {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@-webkit-keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
@-webkit-keyframes wave_1 {
  0%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes wave_1 {
  0%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
}
@-webkit-keyframes wave_2 {
  0%, 50%, to {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
}
@keyframes wave_2 {
  0%, 50%, to {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
}
@-webkit-keyframes wave_3 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes wave_3 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes wave_4 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes wave_4 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes scrole-right {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-10px, 0) rotate(0);
  }
  75% {
    transform: translate(10px, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes scrole-right {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-10px, 0) rotate(0);
  }
  75% {
    transform: translate(10px, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.online {
  position: relative;
  padding-left: 0.68vw;
}

.online::before {
  content: "";
  border-radius: 50%;
  width: 0.2604vw;
  height: 0.2604vw;
  background-color: #46D068;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

@media (max-width: 600px) {
  .online {
    padding-left: 2vw;
  }
  .online::before {
    width: 1vw;
    height: 1vw;
    top: 1.4vw;
    flex-grow: 0;
  }
}
.online-manager {
  left: 3vw;
  bottom: 0.6vw;
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0.5208vw;
  height: 0.5208vw;
  background-color: #46D068;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.tooltip-horizontal-scroll-icon_hand {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}

.tooltip-horizontal-scroll-icon_card {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
  0% {
    transform: translateX(80px) scale(1);
    opacity: 0;
  }
  10% {
    transform: translateX(80px) scale(1);
    opacity: 1;
  }
  20%, 60% {
    transform: translateX(175px) scale(0.6);
    opacity: 1;
  }
  80% {
    transform: translateX(5px) scale(0.6);
    opacity: 1;
  }
  to {
    transform: translateX(5px) scale(0.6);
    opacity: 0;
  }
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
  0%, 60% {
    transform: translateX(0);
  }
  80%, to {
    transform: translateX(-240px);
  }
}
.online {
  position: relative;
  padding-left: 0.68vw;
}

.online::before {
  content: "";
  border-radius: 50%;
  width: 0.2604vw;
  height: 0.2604vw;
  background-color: #46D068;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

@media (max-width: 600px) {
  .online {
    padding-left: 2vw;
  }
  .online::before {
    width: 1vw;
    height: 1vw;
    top: 1.4vw;
    flex-grow: 0;
  }
}
.btn {
  font-family: Montserrat;
  background: var(--brand);
  color: var(--white);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .btn {
    border-radius: 1.667vw;
  }
}
.btn {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  z-index: 6;
}

.btn-max {
  padding: 0vw 2.0833vw;
  height: 3.3333vw;
}
@media (max-width: 600px) {
  .btn-max {
    padding: 0 6.4vw;
    height: 13.3333vw;
  }
}
.btn-max {
  text-align: center;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-norm {
  padding: 0vw 1.5625vw;
  height: 2.7083vw;
}
@media (max-width: 600px) {
  .btn-norm {
    padding: 0 5.3333vw;
    height: 12.2667vw;
  }
}
.btn-norm {
  text-align: center;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-min {
  padding: 0vw 1.25vw;
  height: 2.0833vw;
}
@media (max-width: 600px) {
  .btn-min {
    padding: 0 4.2667vw;
    height: 11.7333vw;
  }
}
.btn-min {
  text-align: center;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
}

.btn:hover {
  background: var(--brand-hover);
}

.btn-secondary {
  font-family: Montserrat;
  background: var(--brand);
  color: var(--white);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .btn-secondary {
    border-radius: 1.667vw;
  }
}
.btn-secondary {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  z-index: 6;
  background: transparent;
  color: var(--brand);
  border: 0.1042vw solid var(--brand);
}
.btn-secondary:hover {
  color: var(--white);
  border: 0.1042vw solid var(--brand-hover);
  background: var(--brand-hover);
}

@media (max-width: 600px) {
  .btn-secondary {
    border: 0.278vw solid var(--brand);
  }
  .btn-secondary:hover {
    border: 0.278vw solid var(--brand-hover);
  }
}
.btn-text-max {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.7813vw;
  text-align: center;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .btn-text-max {
    font-size: 3vw;
  }
}

.btn-text-norm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.6771vw;
  text-align: center;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .btn-text-norm {
    font-size: 2.8vw;
  }
}

.btn-text-min {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.5729vw;
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .btn-text-min {
    font-size: 2.5vw;
  }
}

.btn .btn-blick {
  position: absolute;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .btn:not(:disabled) .btn-blick {
    border-radius: 0.8vw;
  }
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -1.5625vw;
  content: " ";
  width: 1.5625vw;
  height: 15.625vw;
  background: var(--white);
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  position: absolute;
  left: -2.0833vw;
  top: -5.2083vw;
  top-animation-timing-function: ease-in-out;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
}

.btn-icone {
  margin-left: 1.25vw;
  width: 0.8333vw;
  height: 0.8333vw;
  flex-grow: 0;
}

.btn-click {
  display: flex;
  flex-direction: column;
}
.btn-click svg {
  fill: var(--brand);
  width: 1.5625vw;
  height: 1.5625vw;
  flex-grow: 0;
}
.btn-click p {
  font-size: 0.7292vw;
}

@media (max-width: 600px) {
  .btn-icone {
    margin-right: 4vw;
    width: 3vw;
    height: 3vw;
  }
  .btn-click {
    flex-direction: row;
    align-items: center;
  }
  .btn-click svg {
    fill: var(--brand);
    width: 6vw;
    height: 6vw;
    margin-right: 2vw;
  }
  .btn-click p {
    text-align: center;
    font-size: 2.8vw;
  }
  .btn-click p br {
    display: none;
  }
}
.link {
  transition: all 0.4s;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.link:hover {
  color: var(--brand-hover);
}

.link--underline {
  font-weight: 500;
  padding-bottom: 0.3125vw;
  line-height: 1.55;
  color: var(--brand);
  display: inline-flex;
  justify-content: center;
}

.link--underline::before {
  content: "";
  position: absolute;
  center: 0;
  bottom: 0.45vw;
  width: 100%;
  height: 0px;
  border-bottom: 0.0521vw solid var(--brand);
  transition: all 0.4s;
}

.link--underline:hover:before {
  width: 40%;
}

.link:not(.link--underline):hover {
  color: var(--brand);
}
.link:not(.link--underline):hover > svg {
  fill: var(--brand);
}

.link.link--colored {
  color: var(--brand);
}

.link.link--colored::before {
  border-color: var(--brand);
}

.area,
.input {
  padding: 20vw 1.5625vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .area,
  .input {
    border-radius: 1.667vw;
  }
}
.area,
.input {
  background-color: #252525;
  color: var(--text-muted);
  width: 100%;
  position: relative;
  border: 0;
}

.area::-moz-placeholder,
.input::-moz-placeholder {
  color: var(--text-muted);
}

.area:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: var(--text-muted);
}

.area::placeholder,
.input::placeholder {
  color: var(--text-muted);
}

.area:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: var(--text-muted);
}

.area::-ms-input-placeholder,
.input::-ms-input-placeholder {
  color: var(--text-muted);
}

input:-ms-input-placeholder {
  color: var(--text-muted);
}

input::-moz-placeholder {
  color: var(--text-muted);
}

input::placeholder {
  color: var(--text-muted);
}

textarea:-ms-input-placeholder {
  color: var(--text-muted);
}

textarea::-moz-placeholder {
  color: var(--text-muted);
}

textarea::placeholder {
  color: var(--text-muted);
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  background-color: var(--white);
  -webkit-text-fill-color: var(--text);
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: var(--text-muted);
}

.form-input {
  padding: 1.0417vw 1.5625vw;
  height: 3.75vw;
  font-weight: 400;
  font-size: 0.8333vw;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .form-input {
    font-size: 3vw;
  }
}
.form-input {
  color: var(--text);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .form-input {
    border-radius: 1.667vw;
  }
}
.form-input {
  border: 0.0521vw solid var(--border);
}
.form-input::-webkit-input-placeholder {
  color: var(--text-muted);
}
.form-input::-moz-placeholder {
  color: var(--text-muted);
}
.form-input::-ms-input-placeholder {
  color: var(--text-muted);
}

.form-textarea {
  resize: none;
  min-height: 6vw;
  width: 100%;
  font-weight: 400;
  font-size: 0.8333vw;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .form-textarea {
    font-size: 3vw;
  }
}
.form-textarea {
  color: var(--text);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .form-textarea {
    border-radius: 1.667vw;
  }
}
.form-textarea {
  border: 0.0521vw solid var(--border);
}
.form-textarea::-webkit-input-placeholder {
  color: var(--text-muted);
}
.form-textarea::-moz-placeholder {
  color: var(--text-muted);
}
.form-textarea::-ms-input-placeholder {
  color: var(--text-muted);
}

@media (max-width: 600px) {
  .form-textarea {
    resize: none;
    min-height: 26vw;
    padding-top: 4vw !important;
  }
}
.search-input {
  padding: 1.25vw 2.0833vw;
  height: 3.6458vw;
  font-size: 0.9375vw;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .search-input {
    font-size: 3vw;
  }
}
.search-input {
  color: var(--text-muted);
  border: 0.0625vw solid var(--border);
}
.search-input::-webkit-input-placeholder {
  color: var(--text-muted);
}
.search-input-moz-placeholder {
  color: var(--text-muted);
}
.search-input:-ms-input-placeholder {
  color: var(--text-muted);
}

@media (max-width: 600px) {
  .form-input {
    padding: 1.0417vw 1.5625vw;
    height: 3.4375vw;
    font-weight: 400;
    border: 0.278vw solid var(--border);
  }
  .search-input {
    padding: 1vw 5vw;
    height: 13.333vw;
    font-weight: 400;
    line-height: 1.3;
    border-radius: 0.3125vw;
    border: 0.278vw solid var(--border);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .search-input {
    border-radius: 1.667vw;
  }
}
.form-checkbox > div input {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
}

.form-checkbox > div.checked {
  background-color: var(--brand);
}

.form-checkbox > div {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.8333333333vw;
  margin-bottom: 0.2604vw;
  border: 0.0520833333vw solid var(--brand);
  border-radius: 0.2604166667vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-checkbox, .form-checkbox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.form-checkbox > div img, .form-checkbox > div svg {
  width: 0.4166666667vw;
  height: 0.3125vw;
  fill: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-checkbox > div.checked img, .form-checkbox > div.checked svg {
  opacity: 1;
}

.form-checkbox p {
  width: 15.6771vw;
  font-weight: 400;
  font-size: 0.6771vw;
  line-height: 1.55;
  cursor: pointer;
  text-align: left;
  color: var(--text);
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.7;
}

@media (max-width: 600px) {
  .form-checkbox {
    margin-top: 2vw;
    margin-bottom: 2vw;
    justify-content: center;
  }
  .form-checkbox div img {
    width: 1.5625vw;
    height: 1.25vw;
  }
  .form-checkbox div {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 1.875vw;
    border-radius: 0.9375vw;
  }
  .form-checkbox p {
    width: 80vw;
    font-size: 3vw;
    line-height: 1.4;
  }
  .link--underline::before {
    content: "";
    position: absolute;
    center: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    border-bottom: 0.3vw solid var(--brand);
    line-height: 1.4;
    padding-bottom: 1vw;
    transition: all 0.4s;
  }
  .btn:not(:disabled) .btn-blick:after {
    margin-left: -5vw;
    width: 6vw;
    height: 60vw;
    left: -8vw;
    top: -15vw;
  }
  .form-input {
    padding: 0px 5vw;
    height: 14vw;
    border: 0.3125vw solid var(--border);
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.8333vw;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .nice-select {
    font-size: 3vw;
  }
}
.nice-select {
  font-weight: 400;
  height: 2.1875vw;
  line-height: 2.0833333333vw;
  outline: 0;
  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:after {
  border-bottom: 0.1041666667vw solid var(--text-muted);
  border-right: 0.1041666667vw solid var(--text-muted);
  content: "";
  display: block;
  height: 0.2604166667vw;
  margin-top: -0.2083333333vw;
  pointer-events: none;
  position: absolute;
  right: 0.8vw;
  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 .list {
  background-color: var(--white);
  border-radius: 0.3125vw;
  -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.8vw;
  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: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: 0;
  padding-left: 0.9375vw;
  padding-right: 1.5104166667vw;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select.open .list {
  border: 0.0625vw solid var(--border);
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select .option.selected {
  font-weight: 400;
}

.open.form-select::after {
  transform: translate(-200%, 20%) rotate(135deg);
  transform-origin: center;
}

.current {
  line-height: 1;
  position: relative;
}

.form-select {
  position: relative;
  height: 3.75vw;
  padding: 1.25vw 1.5625vw;
  font-weight: 400;
  font-size: 0.8333vw;
  line-height: 1.4;
  color: var(--text-muted);
  border: 0.0625vw solid var(--border);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .form-select {
    border-radius: 1.667vw;
  }
}
.form-select .list {
  position: absolute;
  top: 80%;
  width: 100.5%;
  left: -0.25%;
  border: 0.0625vw solid var(--border);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-select::after {
  border: 0;
  width: 0.4vw;
  height: 0.4vw;
  border-left: 0.0520833333vw solid var(--text-muted);
  border-bottom: 0.0520833333vw solid var(--text-muted);
  -webkit-transform: translate(-200%, -30%) rotate(-45deg);
  transform: translate(-200%, -30%) rotate(-45deg);
  transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  display: block;
}
.form-select .list .option {
  line-height: 1.5;
  padding: 1.25vw 1.5625vw;
  transition: all 0.4s;
  border-bottom: 0.0521vw solid var(--border);
  width: 100%;
}
.form-select .list .option:last-child {
  border-bottom: none;
}
.form-select .list .option:hover {
  transition: all 0.4s;
  background-color: var(--surface-subtle);
  color: var(--brand);
}

@media (max-width: 600px) {
  .form-select {
    height: 14vw;
    width: 100%;
    padding: 3vw 5vw;
    border: 0.278vw solid var(--border);
  }
  .form-select .list .option {
    font-size: 3vw;
    line-height: 4.8;
    height: 14vw;
    padding: 0 5vw;
  }
  .form-select .list {
    width: 101%;
    top: 100%;
    border-radius: 1.667vw;
  }
  .form-select::after {
    border: 0;
    width: 1.4vw;
    height: 1.4vw;
    border-left: 0.5vw solid var(--text-muted);
    border-bottom: 0.5vw solid var(--text-muted);
    right: 2vw;
    top: 50%;
    transform: translate(-200%, -50%) rotate(-45deg);
  }
  .current {
    font-size: 3vw;
    line-height: 2.7;
  }
  .nice-select.open .list {
    border: 0.278vw solid var(--border);
  }
  .open.form-select::after {
    transform: translate(-200%, 0%) rotate(135deg);
    transform-origin: center;
  }
}
.form-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-top__item {
  width: 5.2083333333vw;
  margin: 0 0.1041666667vw;
  padding: 0.7292vw;
  background-color: transparent;
  border-radius: 0.5208333333vw;
  border: 0.0520833333vw solid transparent;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s;
}
.form-top__item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.form-top__item.active {
  background-color: var(--white);
  box-shadow: 0 7px 27px rgba(40, 40, 40, 0.1);
}
.form-top__item span.viber {
  background-color: transparent;
}
.form-top__item p {
  font-size: 0.7292vw;
  font-weight: 500;
  line-height: 1.4;
}
.form-top__item span {
  display: flex;
  width: 2.7083vw;
  height: 2.7083vw;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5208vw;
}
.form-top__item span img {
  width: 2.7083vw;
  fill: var(--white);
  pointer-events: none;
}

@media (max-width: 600px) {
  .form-top__item {
    width: 17.1875vw;
    padding: 1.5625vw;
    border-radius: 2vw;
  }
  .form-top__item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
  .form-top__item p {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }
  .form-top__item span {
    width: 10.9375vw;
    height: 10.9375vw;
    margin-bottom: 3.125vw;
  }
  .form-top__item span img {
    width: 10vw;
    fill: var(--white);
    pointer-events: none;
  }
}
.slick-prev {
  top: 50%;
  left: -4vw;
  transform: translate(0, -50%);
}

.slick-next {
  top: 50%;
  right: -4vw;
  transform: translate(0, -50%);
}

.slick-next, .slick-prev {
  width: 2.8125vw;
  height: 2.8125vw;
  transition: all 0.4s;
  background: var(--brand);
  border: 0.1042vw solid var(--brand);
  border-radius: 50%;
  z-index: 1;
}

.slick-next:hover, .slick-prev:hover {
  background: var(--brand-hover);
}

.slick-next::before, .slick-prev::before {
  content: "";
  display: flex;
  width: 1.0417vw;
  height: 1.0417vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slick-next::before {
  background-image: url(../img/icone/arrow-next.svg);
}

.slick-prev::before {
  background-image: url(../img/icone/arrow-prev.svg);
}

@media (max-width: 600px) {
  .slick-next {
    top: 50vw;
    right: 4vw;
  }
  .slick-prev {
    top: 50vw;
    left: 4vw;
  }
  .slick-next, .slick-prev {
    width: 12vw;
    height: 12vw;
  }
  .slick-next::before, .slick-prev::before {
    width: 3.294vw;
    height: 3.294vw;
  }
}
.review-star {
  display: block;
  flex-shrink: 0;
  width: 1.0417vw;
  height: 1.0417vw;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7483 1.75692C10.4683 0.895806 9.25056 0.895806 8.97056 1.75692L7.33611 6.78803H2.04722C1.14056 6.78803 0.763891 7.94692 1.49611 8.47914L5.77611 11.588L4.14167 16.6191C3.86167 17.4803 4.84722 18.1969 5.58056 17.6636L9.85833 14.5547L14.1372 17.6636C14.8706 18.1969 15.8561 17.4803 15.5761 16.6191L13.9428 11.588L18.2206 8.47914C18.9539 7.94581 18.5772 6.78803 17.6717 6.78803H12.3828L10.7483 1.75692Z' fill='%23E6E9ED' /%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.review-star input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.review-star:has(input[type=radio]:checked) {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7483 1.75692C10.4683 0.895806 9.25056 0.895806 8.97056 1.75692L7.33611 6.78803H2.04722C1.14056 6.78803 0.763891 7.94692 1.49611 8.47914L5.77611 11.588L4.14167 16.6191C3.86167 17.4803 4.84722 18.1969 5.58056 17.6636L9.85833 14.5547L14.1372 17.6636C14.8706 18.1969 15.8561 17.4803 15.5761 16.6191L13.9428 11.588L18.2206 8.47914C18.9539 7.94581 18.5772 6.78803 17.6717 6.78803H12.3828L10.7483 1.75692Z' fill='%23FFD147' /%3E%3C/svg%3E");
}
.review-stars {
  display: flex;
  align-items: center;
  gap: 0.2083vw;
}
.review-stars:has(.review-star-2 input[type=radio]:checked) .review-star:nth-child(-n+2) {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7483 1.75692C10.4683 0.895806 9.25056 0.895806 8.97056 1.75692L7.33611 6.78803H2.04722C1.14056 6.78803 0.763891 7.94692 1.49611 8.47914L5.77611 11.588L4.14167 16.6191C3.86167 17.4803 4.84722 18.1969 5.58056 17.6636L9.85833 14.5547L14.1372 17.6636C14.8706 18.1969 15.8561 17.4803 15.5761 16.6191L13.9428 11.588L18.2206 8.47914C18.9539 7.94581 18.5772 6.78803 17.6717 6.78803H12.3828L10.7483 1.75692Z' fill='%23FFD147' /%3E%3C/svg%3E");
}
.review-stars:has(.review-star-3 input[type=radio]:checked) .review-star:nth-child(-n+3) {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7483 1.75692C10.4683 0.895806 9.25056 0.895806 8.97056 1.75692L7.33611 6.78803H2.04722C1.14056 6.78803 0.763891 7.94692 1.49611 8.47914L5.77611 11.588L4.14167 16.6191C3.86167 17.4803 4.84722 18.1969 5.58056 17.6636L9.85833 14.5547L14.1372 17.6636C14.8706 18.1969 15.8561 17.4803 15.5761 16.6191L13.9428 11.588L18.2206 8.47914C18.9539 7.94581 18.5772 6.78803 17.6717 6.78803H12.3828L10.7483 1.75692Z' fill='%23FFD147' /%3E%3C/svg%3E");
}
.review-stars:has(.review-star-4 input[type=radio]:checked) .review-star:nth-child(-n+4) {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7483 1.75692C10.4683 0.895806 9.25056 0.895806 8.97056 1.75692L7.33611 6.78803H2.04722C1.14056 6.78803 0.763891 7.94692 1.49611 8.47914L5.77611 11.588L4.14167 16.6191C3.86167 17.4803 4.84722 18.1969 5.58056 17.6636L9.85833 14.5547L14.1372 17.6636C14.8706 18.1969 15.8561 17.4803 15.5761 16.6191L13.9428 11.588L18.2206 8.47914C18.9539 7.94581 18.5772 6.78803 17.6717 6.78803H12.3828L10.7483 1.75692Z' fill='%23FFD147' /%3E%3C/svg%3E");
}
.review-stars:has(.review-star-5 input[type=radio]:checked) .review-star:nth-child(-n+5) {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7483 1.75692C10.4683 0.895806 9.25056 0.895806 8.97056 1.75692L7.33611 6.78803H2.04722C1.14056 6.78803 0.763891 7.94692 1.49611 8.47914L5.77611 11.588L4.14167 16.6191C3.86167 17.4803 4.84722 18.1969 5.58056 17.6636L9.85833 14.5547L14.1372 17.6636C14.8706 18.1969 15.8561 17.4803 15.5761 16.6191L13.9428 11.588L18.2206 8.47914C18.9539 7.94581 18.5772 6.78803 17.6717 6.78803H12.3828L10.7483 1.75692Z' fill='%23FFD147' /%3E%3C/svg%3E");
}
.review-stars-text {
  display: none;
  width: 4.2708vw;
  font-size: 0.7292vw;
}
.review-stars-text:first-child {
  display: block;
}
.review-stars-text::after {
  content: attr(data-text);
}
.review-stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7292vw;
  margin-bottom: 0.7292vw;
}
.review-stars-wrapper:has(.review-star-0 input[type=radio]:checked) .review-stars-text:nth-child(1) {
  display: block;
}
.review-stars-wrapper:has(.review-star-0 input[type=radio]:checked) .review-stars-text:first-child {
  display: none !important;
}
.review-stars-wrapper:has(.review-star-1 input[type=radio]:checked) .review-stars-text:nth-child(2) {
  display: block;
}
.review-stars-wrapper:has(.review-star-1 input[type=radio]:checked) .review-stars-text:first-child {
  display: none !important;
}
.review-stars-wrapper:has(.review-star-2 input[type=radio]:checked) .review-stars-text:nth-child(3) {
  display: block;
}
.review-stars-wrapper:has(.review-star-2 input[type=radio]:checked) .review-stars-text:first-child {
  display: none !important;
}
.review-stars-wrapper:has(.review-star-3 input[type=radio]:checked) .review-stars-text:nth-child(4) {
  display: block;
}
.review-stars-wrapper:has(.review-star-3 input[type=radio]:checked) .review-stars-text:first-child {
  display: none !important;
}
.review-stars-wrapper:has(.review-star-4 input[type=radio]:checked) .review-stars-text:nth-child(5) {
  display: block;
}
.review-stars-wrapper:has(.review-star-4 input[type=radio]:checked) .review-stars-text:first-child {
  display: none !important;
}
.review-stars-wrapper:has(.review-star-5 input[type=radio]:checked) .review-stars-text:nth-child(6) {
  display: block;
}
.review-stars-wrapper:has(.review-star-5 input[type=radio]:checked) .review-stars-text:first-child {
  display: none !important;
}

@media (max-width: 600px) {
  .review-star {
    width: 6vw;
    height: 6vw;
  }
  .review-stars {
    gap: 1vw;
  }
  .review-stars-line {
    font-size: 3vw;
  }
  .review-stars-text {
    width: 21vw;
    font-size: 3.5vw;
  }
  .review-stars-wrapper {
    gap: 3vw;
    margin-bottom: 4vw;
  }
}
.breadcrumbs {
  position: relative;
  padding: 1.5625vw 0;
  z-index: 10;
}
.breadcrumbs-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.breadcrumbs-item {
  display: flex;
  align-items: center;
  margin-right: 0.4167vw;
}
.breadcrumbs-item > a > svg {
  transition: all 0.4s;
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.625vw;
  fill: var(--text-muted);
}
.breadcrumbs-item:first-child::before {
  display: none;
}
.breadcrumbs-item::before {
  margin-right: 0.4167vw;
  content: "/";
  color: var(--text-muted);
}
.breadcrumbs-item.active {
  pointer-events: none;
}
.breadcrumbs-item.active p {
  font-size: 0.7292vw;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 0.7292vw;
  color: var(--text-muted);
}
.breadcrumbs.light .breadcrumbs-item > a > p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumbs.light .breadcrumbs-item > a > svg {
  transition: all 0.4s;
  fill: rgba(255, 255, 255, 0.7);
}
.breadcrumbs.light .breadcrumbs-item > a:hover > p {
  color: var(--brand);
}
.breadcrumbs.light .breadcrumbs-item > a:hover > svg {
  fill: var(--brand);
}
.breadcrumbs.light .breadcrumbs-item::before {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 600px) {
  .breadcrumbs {
    padding: 3vw 0;
  }
  .breadcrumbs-container {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2vw;
  }
  .breadcrumbs-item {
    flex-shrink: 0;
    margin-right: 3vw;
  }
  .breadcrumbs-item > a > svg {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .breadcrumbs-item::before {
    margin-right: 3vw;
    font-size: 3vw;
  }
  .breadcrumbs-item.active p {
    font-size: 3vw;
  }
  .breadcrumbs a {
    font-size: 3vw;
  }
}
.page-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5625vw;
}
.page-pagination .navigation {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page-numbers {
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8229vw;
  height: 1.8229vw;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.3s;
  font-weight: 500;
  font-size: 0.8333vw;
}
.page-numbers:hover {
  color: var(--brand);
}
.page-numbers.current {
  font-weight: 700;
  background-color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  pointer-events: none;
}

.nav-links-pagination {
  display: flex;
  align-items: center;
}
.nav-links-pagination > p {
  font-size: 0.8333vw;
  font-weight: 500;
}

.prev, .next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8229vw;
  height: 1.8229vw;
  background-color: var(--border);
  border-radius: 50%;
  border: 0.1042vw solid var(--border);
  transition: 0.3s ease;
  color: transparent;
}
.prev:hover, .next:hover {
  border: 0.1042vw solid var(--brand);
  background-color: var(--brand);
}
.prev::before, .next::before {
  transition: 0.3s ease;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5729vw;
  height: 0.5729vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.prev::before {
  left: 47%;
  background-image: url(../img/icone/prev.svg);
}
.prev:hover::before {
  background-image: url(../img/icone/prev-light.svg);
}

.next::before {
  left: 54%;
  background-image: url(../img/icone/next.svg);
}
.next:hover::before {
  background-image: url(../img/icone/next-light.svg);
}

.woocommerce-pagination {
  display: flex;
  justify-content: center;
}

@media (max-width: 600px) {
  .page-pagination {
    margin-top: 5vw;
  }
  .page-numbers {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    font-size: 4vw;
  }
  .nav-links-pagination > p {
    font-size: 4vw;
  }
  .prev, .next {
    width: 8vw;
    height: 8vw;
  }
  .prev:hover, .next:hover {
    border: 0.556vw solid var(--brand);
  }
  .prev::before, .next::before {
    width: 3vw;
    height: 3vw;
  }
}
label.error {
  margin-top: 0.3646vw;
  margin-bottom: 1.0417vw !important;
  font-size: 0.7292vw;
  display: block;
  width: 100%;
  text-align: left;
}

.error {
  color: var(--brand);
  display: block;
  border-color: var(--brand) !important;
}
.error-login {
  color: var(--brand);
  font-size: 0.7292vw;
  width: 100%;
  text-align: left;
  margin-bottom: 0.7292vw;
}
.error-section {
  padding: 0 0 6.25vw 0;
}
.error-wrapper {
  position: relative;
  color: var(--text);
  padding-bottom: 5vw;
}
.error-subtitle {
  font-size: 1.1979vw;
  margin-bottom: 2vw;
}
.error-404 {
  font-family: Montserrat;
  right: 0;
  top: -4vw;
  color: var(--brand);
  font-weight: 700;
  font-size: 18vw;
  position: absolute;
}
.error-tel {
  right: 0;
  top: -1.88vw;
  position: absolute;
  width: 27.8646vw;
  height: 54.8958vw;
}
.error-tel > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error-arrow {
  left: 8vw;
  bottom: 2vw;
  position: absolute;
  width: 39.5833vw;
}
.error-arrow > svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tg-btn {
  background: #0088CC;
  margin-right: 1.0417vw;
  margin-bottom: 7.5vw;
}
.tg-btn:hover {
  background: #006ca1;
}

@media (max-width: 600px) {
  label.error {
    margin-top: 2vw !important;
    margin-bottom: 3vw !important;
    font-size: 3vw;
  }
  .error-login {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .error-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 0;
    min-height: 100vw;
  }
  .error-wrapper > .btn {
    width: 60vw;
  }
  .error-wrapper-thank {
    padding-bottom: 82vw;
  }
  .error-subtitle {
    margin-top: 3vw;
    font-size: 4vw;
    margin-bottom: 5vw;
    text-align: center;
  }
  .error-404 {
    order: -1;
    right: 0;
    top: auto;
    font-size: 40vw;
    position: relative;
  }
  .error-btn {
    width: 100%;
  }
  .error-tel {
    position: absolute;
    top: 110vw;
    right: 7.5vw;
    width: 75vw;
    height: 160vw;
  }
  .error-arrow {
    display: none;
  }
  .tg-btn {
    margin-right: 0;
    margin-bottom: 5vw;
  }
}
.text-page {
  padding: 1vw 0 4vw 0;
  position: relative;
}
.text-page-title {
  text-align: left;
  margin-bottom: 1.5vw;
}
.text-page-text {
  font-size: 1vw;
  margin-bottom: 1.25vw;
}

@media (max-width: 600px) {
  .text-page {
    padding: 4vw 0;
  }
  .text-page-title {
    margin-bottom: 5vw;
  }
  .text-page-text {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .text-page-btns > a {
    width: 100%;
  }
}
.header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: var(--white);
}
.header .list {
  border: none !important;
  border-radius: 0 !important;
  margin-top: 0.7vw;
  width: 100.5%;
}
.header-social {
  transition: 0.3s ease;
  fill: black;
  margin-right: 1.5625vw;
}
.header-social > svg {
  width: 1.0417vw;
  height: 1.0417vw;
}
.header-social:last-child {
  margin-right: 0;
}
.header-social:hover {
  fill: var(--brand);
}
.header-wrapper-top {
  position: relative;
  z-index: 1000;
}
.header-wrapper-top > .container {
  display: flex;
  justify-content: space-between;
}
.header-wrapper-top-left {
  display: flex;
  font-size: 0.8333vw;
  margin-right: 3.125vw;
}
.header-wrapper-top-left:last-child {
  margin-right: 0;
}
.header-wrapper-top-socials {
  margin-right: 3.125vw;
}
.header-wrapper-top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper-bot > .container {
  position: relative;
  padding: 0.5208vw 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-search {
  transition: 0.3s ease;
  display: flex;
  align-items: center;
}
.header-search > svg {
  width: 1.25vw;
  height: 1.25vw;
}
.header-search:hover {
  fill: var(--brand);
}
.header-shop-item {
  margin-right: 2.6042vw;
}
.header-select {
  position: relative;
  display: inline-flex;
  justify-content: center;
  font-size: 0.8333vw;
  z-index: 999;
  padding: 0.5vw 0;
  border-left: 0.0625vw solid #F0F0F0;
  border-right: 0.0625vw solid #F0F0F0;
  height: 3.2vw;
}
.header-select svg {
  width: 0.7292vw;
  height: 0.7292vw;
}
.header-select.active svg {
  transform: rotate(-180deg);
}
.header-select select {
  display: none;
}
.header-select .selected-option {
  border-left: 0.0625vw solid #F0F0F0;
  border-right: 0.0625vw solid #F0F0F0;
  padding: 0.6771vw 0;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-select .selected-option > span {
  margin-right: 0.5208vw;
}
.header-select .selected-option > svg {
  transition: 0.3s ease;
  fill: var(--text);
}
.header-select .selected-option img {
  width: 1.0417vw;
  height: 1.0417vw;
  margin-right: 0.5208vw;
}
.header-select .options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease;
  background-color: var(--white);
  border: 0.0625vw solid #F0F0F0;
  border-radius: 0 0 0.2083vw 0.2083vw;
}
.header-select .option {
  position: relative;
  padding: 0.5208vw 0.6771vw 0.5208vw 1vw;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 0.0625vw solid #F0F0F0;
  background: var(--white);
  z-index: 1000;
  transition: 0.3s ease;
}
.header-select .option:last-child {
  border: none;
}
.header-select .option:hover {
  color: var(--brand);
}
.header-select .option img {
  width: 1.0417vw;
  height: 1.0417vw;
  margin-right: 0.5208vw;
}
.header-select.active .options {
  visibility: visible;
  opacity: 1;
}
.header-select .nice-select.open::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.shop-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 15.625vw;
  height: fit-content;
}
.shop-item {
  display: block;
  position: relative;
  width: 1.25vw;
  height: 1.25vw;
  cursor: pointer;
}
.shop-item:last-child {
  margin-right: 0;
}
.shop-item > svg {
  transition: 0.15s ease;
  fill: var(--text);
  width: 100%;
  height: 100%;
}
.shop-item.active::after {
  content: "";
  position: absolute;
  right: 0vw;
  top: 0vw;
  transform: translate(75%, -75%);
  width: 0.5208vw;
  height: 0.5208vw;
  border-radius: 50%;
  background-color: var(--brand);
}

.logo-wrapper {
  height: 4.6875vw;
  width: 8.3333vw;
}
.logo-wrapper > img {
  width: 100%;
  height: 100%;
}

.nav {
  position: relative;
  z-index: 999;
}
.nav-dn {
  display: none !important;
}
.nav-wrapper {
  font-size: 0.9375vw;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-wrapper__item {
  display: flex;
  justify-content: center;
  background-color: transparent;
  text-align: center;
  transition: 0.3s ease;
}
.nav-wrapper__item > a {
  padding: 0.9375vw 2vw;
  transition: all 0.3s;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: var(--text);
}
.nav-wrapper__item > p {
  padding: 0.9375vw 2vw;
  transition: all 0.3s;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: auto;
  color: var(--text);
}
.nav-wrapper__item:first-child > a {
  padding: 0.9375vw 2vw 0.9375vw 0vw;
}
.nav-wrapper__item:last-child > a {
  padding: 0.9375vw 0vw 0.9375vw 2vw;
}
.nav-wrapper__item:last-child > p {
  padding: 0.9375vw 0vw 0.9375vw 2vw;
}
.nav-wrapper__item:hover > a {
  color: var(--brand);
}

.sub-menu {
  position: relative;
  z-index: 1;
}
.sub-menu__items {
  display: flex;
  align-items: start;
  flex-direction: column;
  min-width: 13vw;
  padding: 1.0417vw;
  top: calc(100% + 0.4167vw);
  left: 0;
  background-color: var(--surface-subtle);
  position: absolute;
  border-radius: 0 0 0.625vw 0.625vw;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.3125vw);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.22s;
  z-index: 99;
  box-shadow: 0 0.1042vw 0.2083vw rgba(40, 40, 40, 0.04), 0 0.4167vw 0.8333vw rgba(40, 40, 40, 0.06), 0 1.0417vw 2.0833vw rgba(40, 40, 40, 0.07);
}
.sub-menu__items > a {
  margin-bottom: 1.0417vw;
}
.sub-menu__items > a:last-child {
  margin-bottom: 0;
}
.sub-menu__item {
  display: flex;
  font-size: 0.8333vw;
  text-align: left;
}

.descriptor {
  font-size: 0.8333vw;
  padding: 0.5208vw 0;
  line-height: 1.8;
  font-weight: 400;
  color: var(--white);
  background-color: #000000;
  display: flex;
  justify-content: center;
  z-index: -1;
}

.selected-red p {
  color: var(--brand) !important;
}
.selected-red svg {
  fill: var(--brand) !important;
}

@media (max-width: 600px) {
  .header {
    position: fixed;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .list {
    padding-left: 2vw;
    box-shadow: none;
    margin-top: 8vw;
  }
  .header-mobi {
    -webkit-transition: none;
    transition: none;
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    z-index: 10000;
  }
  .header-wrapper {
    position: relative;
    padding: 4.444vw 0;
  }
  .header-wrapper-top {
    display: none;
  }
  .header-wrapper-top-socials {
    margin-right: 0;
    justify-content: space-between;
  }
  .header .contacts-phone-item-number {
    margin: 4vw 0 0 0;
  }
  .header-social {
    height: 13.333vw;
    margin-right: 3.889vw;
    flex-grow: 1;
    padding: 3.889vw;
    border: 0.278vw solid var(--border);
    border-radius: 1.111vw;
  }
  .header-social:last-child {
    margin-right: 0;
  }
  .header-social > svg {
    width: 100%;
    height: 100%;
  }
  .header-social:hover {
    fill: var(--brand);
  }
  .header-wrapper-bot {
    flex: 0 0 auto;
  }
  .header-wrapper-bot > .container {
    padding: 2vw 0;
  }
  .header-logo-wrapper {
    height: 13.889vw;
    width: 27.778vw;
  }
  .header-select {
    width: fit-content;
    font-size: 3.3vw;
    height: auto;
    padding: 0;
    border: none;
  }
  .header-select svg {
    width: 0.7292vw;
    height: 0.7292vw;
  }
  .header-select .selected-option {
    border-left: 0.278vw solid var(--border);
    border-right: 0.278vw solid var(--border);
    border: none;
    padding: 3vw 0 3vw 3vw;
  }
  .header-select .selected-option > span {
    margin-right: 3vw;
  }
  .header-select .selected-option > svg {
    width: 3vw;
    height: 3vw;
    margin-right: 0;
  }
  .header-select .selected-option img {
    width: 5vw;
    height: 5vw;
    margin-right: 3vw;
  }
  .header-select .options {
    border-radius: 0;
    border: none;
  }
  .header-select .option {
    padding: 4vw 0;
    font-size: 4vw;
    border: none;
  }
  .header-select .current {
    font-size: 4vw;
    padding: 0 5vw 0 2vw;
  }
  .header-select .nice-select {
    padding: 0;
  }
  .header-select .nice-select::after {
    border-bottom: 0.5vw solid rgba(40, 40, 40, 0.5);
    border-right: 0.5vw solid rgba(40, 40, 40, 0.5);
    height: 1vw;
    margin-top: -0.2083333333vw;
    right: 1vw;
    top: 200%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1vw;
  }
  .header-select .nice-select.open::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .header-search {
    justify-content: center;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .shop-item {
    width: 5.5vw;
    height: 5.5vw;
  }
  .shop-item.active::after {
    width: 2vw;
    height: 2vw;
  }
  .nav {
    display: none;
  }
  .nav-mobi-active {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    background-color: var(--white);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    animation: nav-mobi-in 0.24s cubic-bezier(0.33, 0, 0.2, 1);
  }
  .nav-mobi-active > .container {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
  }
  .nav > .container {
    width: 100%;
    padding-top: 5.556vw;
    padding-bottom: 24vw;
  }
  .nav-wrapper {
    border-bottom: 0;
    font-size: 4.889vw;
    flex-direction: column;
    align-items: start;
    padding: 0;
    gap: 2.667vw;
    margin-bottom: 6.667vw;
  }
  .nav-wrapper-title {
    font-size: 6.667vw;
    line-height: 1.55;
    margin-bottom: 6.667vw;
    justify-content: space-between;
  }
  .nav-wrapper__item {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    height: fit-content;
    border: none;
    width: 100%;
  }
  .nav-wrapper__item > a, .nav-wrapper__item > p {
    flex: 1 1 auto;
    min-width: 0;
    padding: 2.667vw 0 2.667vw 7.2vw;
    width: auto;
    color: var(--text);
    margin-bottom: 0;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .nav-wrapper__item:first-child > a, .nav-wrapper__item:first-child > p, .nav-wrapper__item:last-child > a, .nav-wrapper__item:last-child > p {
    padding: 2.667vw 0 2.667vw 7.2vw;
  }
  .nav-wrapper__item:hover > a {
    color: var(--text);
  }
  .nav-wrapper__item.ddn {
    margin-top: 4vw;
    padding-top: 4vw;
    border-top: 0.278vw solid var(--border);
  }
  .nav-wrapper__item-active:hover {
    color: var(--brand) !important;
  }
  .burger-menu {
    position: relative;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 11.733vw;
    height: 11.733vw;
    margin-left: -2.867vw;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .burger-menu__box {
    position: relative;
    display: block;
    width: 6vw;
    height: 4.8vw;
  }
  .burger-menu__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.533vw;
    border-radius: 0.267vw;
    background-color: var(--text);
    transform: rotate(0deg);
    transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.18s, bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.18s, transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.12s linear 0.2s;
  }
  .burger-menu__line:nth-child(1) {
    top: 0;
  }
  .burger-menu__line:nth-child(2) {
    top: 50%;
    margin-top: -0.267vw;
  }
  .burger-menu__line:nth-child(3) {
    top: auto;
    bottom: 0;
  }
  .burger-menu-active .burger-menu__line {
    transition: top 0.18s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.22s cubic-bezier(0.34, 1.2, 0.64, 1) 0.18s, opacity 0.1s linear;
  }
  .burger-menu-active .burger-menu__line:nth-child(1) {
    top: 2.133vw;
    transform: rotate(45deg);
  }
  .burger-menu-active .burger-menu__line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.2);
  }
  .burger-menu-active .burger-menu__line:nth-child(3) {
    bottom: 2.133vw;
    transform: rotate(-45deg);
  }
}
@media (max-width: 600px) and (prefers-reduced-motion: reduce) {
  .burger-menu__line,
  .burger-menu-active .burger-menu__line {
    transition: none;
  }
  .nav-mobi-active {
    animation: none;
  }
}
@media (max-width: 600px) {
  .descriptor {
    display: block;
    position: relative;
    height: 17.778vw;
  }
  .sub-menu {
    position: relative;
    z-index: 1;
  }
  .sub-menu__toggle[hidden] {
    display: none;
  }
  .sub-menu .nav-wrapper__item-active.mdn {
    display: none;
  }
  .sub-menu__toggle {
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    padding: 2.667vw 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    color: var(--text);
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
  }
  .sub-menu__plus {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 4vw;
  }
  .sub-menu__plus::before, .sub-menu__plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.427vw;
    margin-top: -0.2135vw;
    border-radius: 0.2135vw;
    background-color: var(--ink-500);
    transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s ease, background-color 0.2s ease;
  }
  .sub-menu__plus::after {
    transform: rotate(90deg);
  }
  .sub-menu__toggle[aria-expanded=true] .sub-menu__plus::after {
    transform: rotate(0deg);
    opacity: 0;
  }
  .sub-menu__title {
    flex: 1 1 auto;
    min-width: 0;
  }
  .sub-menu__items {
    display: flex;
    align-items: start;
    flex-direction: column;
    flex: 0 0 100%;
    min-width: auto;
    width: 100%;
    padding: 0 0 0 7.2vw;
    top: auto;
    left: auto;
    background-color: var(--white);
    position: relative;
    border-radius: 0;
    border: none;
    pointer-events: auto;
    z-index: 99;
    box-shadow: none;
    overflow: hidden;
    max-height: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, visibility 0s linear 0.3s;
  }
  .sub-menu__items-active {
    max-height: 200vw;
    margin-bottom: 3vw;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, visibility 0s;
  }
  .sub-menu__items > a {
    margin-bottom: 2vw;
  }
  .sub-menu__items > a:last-child {
    margin-bottom: 0;
  }
  .sub-menu__item {
    display: flex;
    font-size: 4vw;
    text-align: left;
    color: var(--text-muted);
  }
  .sub-menu__item-all {
    color: var(--text);
  }
  .nav-wrapper:has(.sub-menu__toggle[aria-expanded=true]) .nav-wrapper__item > a, .nav-wrapper:has(.sub-menu__toggle[aria-expanded=true]) .sub-menu__toggle {
    color: var(--text-muted);
  }
  .nav-wrapper:has(.sub-menu__toggle[aria-expanded=true]) .sub-menu__plus::before, .nav-wrapper:has(.sub-menu__toggle[aria-expanded=true]) .sub-menu__plus::after {
    background-color: var(--border);
  }
  .nav-wrapper:has(.sub-menu__toggle[aria-expanded=true]) .nav-wrapper__item:has(.sub-menu__toggle[aria-expanded=true]) > a, .nav-wrapper:has(.sub-menu__toggle[aria-expanded=true]) .nav-wrapper__item:has(.sub-menu__toggle[aria-expanded=true]) .sub-menu__toggle {
    color: var(--text);
  }
  .nav-wrapper:has(.sub-menu__toggle[aria-expanded=true]) .nav-wrapper__item:has(.sub-menu__toggle[aria-expanded=true]) .sub-menu__plus::before, .nav-wrapper:has(.sub-menu__toggle[aria-expanded=true]) .nav-wrapper__item:has(.sub-menu__toggle[aria-expanded=true]) .sub-menu__plus::after {
    background-color: var(--ink-500);
  }
}
@media (max-width: 600px) and (prefers-reduced-motion: reduce) {
  .sub-menu__items,
  .sub-menu__items-active,
  .sub-menu__plus::before,
  .sub-menu__plus::after {
    transition: none;
  }
}
.header {
  font-family: "Onest", "Helvetica Neue", Arial, sans-serif;
}

.header-top > .header-top__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 2.1875vw;
  font-size: 0.7292vw;
  line-height: 1.4;
  color: var(--text-muted);
}
.header-top > .header-top__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, var(--border) 15%, var(--border) 85%, transparent);
  pointer-events: none;
}
.header-top__place, .header-top__phone, .header-top__socials {
  display: inline-flex;
  align-items: center;
  gap: 0.3646vw;
  color: var(--text-muted);
  transition: color 0.3s ease;
}
.header-top__place:hover, .header-top__phone:hover, .header-top__socials:hover {
  color: var(--brand-text);
}
.header-top__place {
  grid-column: 1;
  justify-self: start;
}
.header-top__links {
  grid-column: 2;
}
.header-top__side {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 1.0417vw;
}
.header-top__phone, .header-top__socials {
  white-space: nowrap;
}
.header-top__icon {
  flex: 0 0 auto;
  width: 0.625vw;
  height: 0.625vw;
}
.header-top__links {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 1.5625vw;
}
.header-top__link {
  color: var(--text-muted);
  white-space: nowrap;
  transition: color 0.3s ease;
}
.header-top__link:hover {
  color: var(--brand-text);
}

.header-bar > .header-bar__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2.0833vw;
  padding: 0.8333vw 0;
}
.header-bar__lead {
  justify-self: start;
  display: flex;
  align-items: center;
  min-width: 0;
}
.header-bar__logo {
  justify-self: start;
  flex: 0 0 auto;
  width: 6.7708vw;
  height: 3.3854vw;
}
.header-bar__logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.header-bar__search {
  width: 34vw;
  max-width: 100%;
}
.header-bar__shop {
  justify-self: end;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 1.0417vw;
  width: auto;
  height: auto;
}

.header-bar .header-shop-item {
  margin-right: 0;
}

.header-bar .shop-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2604vw;
  width: auto;
  height: auto;
  color: var(--text);
}
.header-bar .shop-item > svg {
  width: 1.25vw;
  height: 1.25vw;
}
.header-bar .shop-item:hover {
  color: var(--brand);
}
.header-bar .shop-item:hover > svg {
  fill: var(--brand);
}
.header-bar .shop-item:hover .shop-item__icon > svg {
  fill: var(--brand);
}

.header-bar .shop-item__icon {
  position: relative;
  display: block;
  width: 1.25vw;
  height: 1.25vw;
}
.header-bar .shop-item__icon > svg {
  width: 100%;
  height: 100%;
  fill: var(--text);
  transition: 0.15s ease;
}

.header-bar .shop-item__label {
  font-size: 0.6771vw;
  line-height: 1.3;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.header-bar .shop-item.active::after {
  content: none;
}

.header-bar .shop-item.active .shop-item__icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(75%, -75%);
  width: 0.3646vw;
  height: 0.3646vw;
  border-radius: 50%;
  background-color: var(--brand);
}

@media (min-width: 601px) {
  .header .nav-wrapper__item.ddn {
    display: none;
  }
  .header .nav {
    height: 4.5313vw;
    padding-bottom: 0.8333vw;
    transition: height 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
  }
  .header .nav > .container {
    display: flex;
    align-items: flex-start;
  }
  .header .nav-wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-evenly;
    padding: 0.4167vw 1.4583vw;
    background-color: var(--surface-subtle);
    border-radius: 100vw;
  }
  .header .nav-wrapper__item > a,
  .header .nav-wrapper__item > p,
  .header .nav-wrapper__item:first-child > a,
  .header .nav-wrapper__item:last-child > a,
  .header .nav-wrapper__item:last-child > p {
    padding: 0.7292vw 0;
    white-space: nowrap;
  }
  .header .sub-menu:hover > .sub-menu__items,
  .header .sub-menu:focus-within > .sub-menu__items {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
  }
  .header .nav-wrapper__item:not(.ddn):not(:has(~ .nav-wrapper__item:not(.ddn))) > .sub-menu__items {
    left: auto;
    right: 0;
  }
  .header-compact .nav {
    height: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: height 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s ease, visibility 0s linear 0.28s;
  }
  .header-compact.header-catalog-open .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 0.4167vw;
    padding-bottom: 0.8333vw;
    background-color: var(--white);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.18s ease;
  }
  .header .catalog-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 0.4167vw;
    overflow: hidden;
    max-width: 0;
    height: 2.8646vw;
    margin-right: 0;
    padding: 0;
    background-color: var(--surface-subtle);
    border: none;
    border-radius: 100vw;
    color: var(--text);
    font-family: "Onest", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8333vw;
    line-height: 1.4;
    white-space: nowrap;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: max-width 0.28s cubic-bezier(0.4, 0, 0.2, 1), margin-right 0.28s cubic-bezier(0.4, 0, 0.2, 1), padding 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s ease, color 0.2s ease, background-color 0.2s ease, visibility 0s linear 0.28s;
  }
  .header .catalog-toggle > svg {
    flex: 0 0 auto;
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .header-compact .catalog-toggle {
    max-width: 12vw;
    margin-right: 1.0417vw;
    padding: 0 1.0417vw;
    opacity: 1;
    visibility: visible;
    transition: max-width 0.28s cubic-bezier(0.4, 0, 0.2, 1), margin-right 0.28s cubic-bezier(0.4, 0, 0.2, 1), padding 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s ease 0.06s, color 0.2s ease, background-color 0.2s ease, visibility 0s;
  }
  .header-compact .catalog-toggle:hover {
    background-color: #E4E8EA;
  }
  .header-compact .catalog-toggle[aria-expanded=true] {
    background-color: #E4E8EA;
    color: var(--brand);
  }
}
@media (min-width: 601px) and (prefers-reduced-motion: reduce) {
  .header .nav,
  .header-compact .nav,
  .header .catalog-toggle,
  .header-compact .catalog-toggle,
  .header .sub-menu__items,
  .header .sub-menu:hover > .sub-menu__items,
  .header .sub-menu:focus-within > .sub-menu__items {
    transition: none;
  }
}
@media (max-width: 600px) {
  .header-bar > .header-bar__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 2vw 0;
  }
  .header-bar__lead {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
  }
  .header .catalog-toggle {
    display: none;
  }
  .header-bar__logo {
    margin-left: 2.5vw;
    width: 27.778vw;
    height: 13.889vw;
  }
  .header-bar__logo > img {
    object-position: center;
  }
  .header-bar__search {
    flex: 0 0 auto;
    width: auto;
  }
  .header-bar__shop {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: -2.867vw;
    gap: 0;
    width: auto;
    height: auto;
  }
  .header-bar__shop .shop-item.mdn {
    display: none;
  }
  .header-bar__shop .site-search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 11.733vw;
    height: 11.733vw;
    -webkit-tap-highlight-color: transparent;
  }
  .header-bar__shop .site-search-toggle > svg {
    width: 5.6vw;
    height: 5.6vw;
  }
  .header .nav-mobi__foot {
    flex-direction: column;
    margin-top: auto;
  }
  .header .header-wrapper-top-socials {
    display: flex;
    margin-top: 2vw;
  }
  .header .nav-mobi__place {
    align-items: center;
    margin: 4vw 0 0 0;
    color: var(--text);
  }
  .header .nav-mobi__place > svg {
    flex: 0 0 auto;
    color: var(--brand);
  }
  .header .nav-mobi__foot .contacts-phone-item > a,
  .header .nav-mobi__foot .contacts-phone-item > .link {
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
  }
}
@keyframes nav-mobi-in {
  0% {
    opacity: 0;
    transform: translateY(-1.4vw);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.visually-hidden {
  position: absolute;
  width: 0.0521vw;
  height: 0.0521vw;
  margin: -0.0521vw;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}

.site-search-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  fill: var(--text);
  cursor: pointer;
}
.site-search-toggle:hover {
  fill: var(--brand);
}

body.site-search-lock {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

body.site-search-lock .header {
  z-index: 10000;
}

.site-search {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.site-search__panel {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.site-search__field {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5vw;
  padding: 0 0.4167vw 0 0.625vw;
  background-color: var(--white);
  border: 0.0521vw solid var(--border);
  transition: border-color 0.3s ease;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .site-search__field {
    border-radius: 1.667vw;
  }
}
.site-search__field:focus-within {
  border-color: var(--brand);
}
.site-search__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  padding: 0 0.5208vw;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text);
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
.site-search__input::placeholder {
  color: var(--text-muted);
}
.site-search__input::-webkit-search-cancel-button {
  appearance: none;
}
.site-search__submit, .site-search__clear {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.site-search__submit {
  width: 2.0833vw;
  height: 2.0833vw;
  fill: var(--text);
}
.site-search__submit > svg {
  width: 1.25vw;
  height: 1.25vw;
}
.site-search__submit:hover {
  fill: var(--brand);
}
.site-search__clear {
  width: 1.5625vw;
  height: 1.5625vw;
  color: var(--ink-500);
}
.site-search__clear:hover {
  color: var(--brand);
}
.site-search__clear[hidden] {
  display: none;
}
.site-search__cancel {
  display: none;
  flex: 0 0 auto;
  padding: 0 0.2604vw 0 0.7813vw;
  font-family: inherit;
  font-size: 0.8333vw;
  line-height: 1.4;
  white-space: nowrap;
  color: var(--brand);
  background: none;
  border: none;
  cursor: pointer;
}
.site-search__cancel:hover {
  color: var(--brand-hover);
}
.site-search__dropdown {
  position: absolute;
  top: calc(100% + 0.3125vw);
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-height: 60vh;
  animation: site-search-drop 0.16s ease-out;
  padding: 0.4167vw 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  background-color: var(--white);
  border: 0.0521vw solid var(--border);
  box-shadow: 0vw 0.15vw 0.5vw 0vw rgba(0, 0, 0, 0.1);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .site-search__dropdown {
    border-radius: 1.667vw;
  }
}
.site-search__dropdown[hidden] {
  display: none;
}
.site-search__group {
  padding: 0.2604vw 0;
  border-bottom: 0.0521vw solid var(--border);
}
.site-search__group:last-child {
  border-bottom: none;
}
.site-search__group-title {
  margin: 0;
  padding: 0.2604vw 0.7813vw;
  font-size: 0.6771vw;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.0521vw;
  color: var(--ink-500);
}
.site-search__option {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.3646vw 0.7813vw;
  font-size: 0.8333vw;
  line-height: 1.4;
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.site-search__option:hover {
  background-color: #F2F6F9;
}
.site-search__option.is-active {
  background-color: #F2F6F9;
  box-shadow: inset 0.1563vw 0 0 0 var(--brand);
}
.site-search__mark {
  padding: 0;
  font-weight: 700;
  color: var(--brand);
  background-color: transparent;
}
.site-search__query-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-search__product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.0833vw;
  height: 2.8125vw;
  margin-right: 0.5208vw;
  overflow: hidden;
  background-color: var(--surface-subtle);
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .site-search__product-image {
    border-radius: 0.8vw;
  }
}
.site-search__product-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-search__product-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.site-search__product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-search__product-meta {
  display: flex;
  align-items: center;
  margin-top: 0.1042vw;
  font-size: 0.7292vw;
}
.site-search__price {
  font-weight: 700;
  color: var(--text);
}
.site-search__stock {
  margin-left: 0.5208vw;
  color: var(--ink-500);
}
.site-search__stock--out {
  color: var(--brand-hover);
}
.site-search__term-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-search__term-count {
  margin-left: auto;
  padding-left: 0.5208vw;
  font-size: 0.7292vw;
  color: var(--ink-500);
}
.site-search__option--all {
  justify-content: center;
  font-weight: 700;
  color: var(--brand);
  border-top: 0.0521vw solid var(--border);
}
.site-search__option--inline {
  display: inline-flex;
  padding: 0;
  color: var(--brand);
  text-decoration: underline;
}
.site-search__option--inline:hover {
  background-color: transparent;
}
.site-search__corrected {
  margin: 0;
  padding: 0.3646vw 0.7813vw;
  font-size: 0.7292vw;
  color: var(--ink-500);
}
.site-search__corrected-query {
  color: var(--brand);
}
.site-search__message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.7813vw;
}
.site-search__message-title {
  margin: 0 0 0.2604vw;
  font-size: 0.9375vw;
  color: var(--text);
}
.site-search__message-text {
  margin: 0 0 0.2604vw;
  font-size: 0.8333vw;
  color: var(--ink-500);
}
.site-search__message-link {
  font-size: 0.8333vw;
  color: var(--brand);
  text-decoration: underline;
}
.site-search__retry {
  margin-top: 0.2604vw;
  padding: 0;
  font-size: 0.8333vw;
  color: var(--brand);
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
}
.site-search__message--error .site-search__message-title {
  color: var(--brand-hover);
}
.site-search__skeleton {
  padding: 0.2604vw 0;
}
.site-search__skeleton-row {
  display: flex;
  align-items: center;
  padding: 0.3646vw 0.7813vw;
}
.site-search__skeleton-image, .site-search__skeleton-line {
  display: block;
  background: linear-gradient(90deg, var(--surface-subtle) 25%, #E4E8EA 37%, var(--surface-subtle) 63%);
  background-size: 400% 100%;
  animation: site-search-shimmer 1.4s ease infinite;
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .site-search__skeleton-image, .site-search__skeleton-line {
    border-radius: 0.8vw;
  }
}
.site-search__skeleton-image {
  flex: 0 0 auto;
  width: 2.0833vw;
  height: 2.8125vw;
  margin-right: 0.5208vw;
}
.site-search__skeleton-line {
  height: 0.7292vw;
  flex: 1 1 auto;
}
.site-search__skeleton-line--short {
  flex: 0 0 3.125vw;
  margin-left: 0.5208vw;
}

.site-search__backdrop {
  display: none;
}

.site-search.is-overlay {
  z-index: 1001;
}

.site-search.is-overlay .site-search__backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.94);
  animation: site-search-fade 0.16s ease-out;
}

@supports (-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px)) {
  .site-search.is-overlay .site-search__backdrop {
    background-color: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(0.5208vw);
    backdrop-filter: blur(0.5208vw);
  }
}
@keyframes site-search-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes site-search-drop {
  0% {
    opacity: 0;
    transform: translateY(-0.8vw);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes site-search-shimmer {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-search .site-search__backdrop,
  .site-search .site-search__dropdown {
    animation: none;
  }
  .site-search .site-search__skeleton-image,
  .site-search .site-search__skeleton-line {
    animation: none;
  }
}
@media (max-width: 600px) {
  .site-search-toggle {
    display: flex;
  }
  .site-search {
    display: none;
  }
  .site-search.is-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    padding: 2vw 5vw;
    background-color: var(--white);
    animation: site-search-fade 0.16s ease-out;
  }
  .site-search.is-overlay .site-search__backdrop {
    display: none;
  }
  .site-search__panel {
    height: 100%;
  }
  .site-search__field {
    height: 12vw;
    padding: 0 2vw 0 3vw;
  }
  .site-search__input {
    padding: 0 2vw;
  }
  .site-search__submit {
    width: 7vw;
    height: 100%;
  }
  .site-search__submit > svg {
    width: 4.444vw;
    height: 4.444vw;
  }
  .site-search__clear {
    width: 7vw;
    height: 100%;
  }
  .site-search__cancel {
    display: block;
    padding: 0 1vw 0 2vw;
    font-size: 3.6vw;
  }
  .site-search__dropdown {
    position: static;
    flex: 1 1 auto;
    max-height: none;
    margin-top: 4vw;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    animation: none;
  }
  .site-search__group {
    border-bottom: 0.278vw solid var(--border);
  }
  .site-search__group-title {
    padding: 2vw 0;
    font-size: 3vw;
    letter-spacing: 0.2778vw;
  }
  .site-search__option {
    padding: 2.5vw 0;
    font-size: 3.6vw;
  }
  .site-search__option.is-active {
    box-shadow: none;
  }
  .site-search__product-image {
    width: 12vw;
    height: 16vw;
    margin-right: 3vw;
  }
  .site-search__product-meta {
    margin-top: 1vw;
    font-size: 3.2vw;
  }
  .site-search__stock {
    margin-left: 3vw;
  }
  .site-search__term-count,
  .site-search__corrected {
    font-size: 3.2vw;
  }
  .site-search__corrected {
    padding: 2vw 0;
  }
  .site-search__message {
    padding: 4vw 0;
  }
  .site-search__message-title {
    margin: 0 0 2vw;
    font-size: 4.4vw;
  }
  .site-search__message-text,
  .site-search__message-link,
  .site-search__retry {
    font-size: 3.6vw;
  }
  .site-search__skeleton-row {
    padding: 2.5vw 0;
  }
  .site-search__skeleton-image {
    width: 12vw;
    height: 16vw;
    margin-right: 3vw;
  }
  .site-search__skeleton-line {
    height: 3.6vw;
  }
  .site-search__skeleton-line--short {
    flex: 0 0 16vw;
    margin-left: 3vw;
  }
}
.goods {
  padding-top: 6.25vw;
}
.goods-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.0417vw;
}
.goods-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3.8542vw;
  flex: 1 1 auto;
  min-height: 19.2708vw;
  overflow: hidden;
  margin-right: 1.0417vw;
  margin-bottom: 1.0417vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .goods-item {
    border-radius: 1.667vw;
  }
}
.goods-item:nth-child(2n) {
  margin-right: 0;
}
.goods-item:last-child {
  margin-right: 0;
}
.goods-item > p {
  text-align: center;
  color: var(--white);
  font-size: 1.875vw;
  margin-bottom: 2.6042vw;
  z-index: 2;
  width: 26vw;
}
.goods-item > a {
  z-index: 2;
}
.goods-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 60%;
  z-index: 1;
}
.goods-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.goods-item-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods-btn > span {
  font-size: 0.7292vw;
}

@media (max-width: 600px) {
  .goods {
    padding-top: 20vw;
  }
  .goods-item {
    padding: 8vw 6vw;
    flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 4vw;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .goods-item {
    border-radius: 1.667vw;
  }
}
@media (max-width: 600px) {
  .goods-item:nth-child(2n) {
    margin-bottom: 4vw;
  }
  .goods-item:nth-last-child(-n+2) {
    margin-bottom: 4vw;
  }
  .goods-item:last-child {
    margin-bottom: 0;
  }
  .goods-item > p {
    text-align: center;
    color: var(--white);
    font-size: 5vw;
    margin-bottom: 5vw;
    z-index: 2;
    width: 90%;
  }
  .goods-item > a {
    z-index: 2;
  }
  .goods-item::after {
    opacity: 75%;
  }
  .goods-btn {
    height: 10vw;
    justify-content: space-between;
  }
  .goods-btn > span {
    font-size: 2.4vw;
  }
}
.main {
  max-width: 81.25vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .main {
    max-width: 90vw;
  }
}
.main {
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .main {
    border-radius: 1.667vw;
  }
}
.main {
  margin-top: 1.5625vw;
  position: relative;
  min-height: 31.4583vw;
  overflow: hidden;
}
@media (min-width: 601px) {
  .main:has(.progress-bars) {
    height: calc(100vh - 10.625vw - 1.5625vw);
  }
}
.main .slick-arrow {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  transform: none;
  width: 2.0833vw;
  height: 2.0833vw;
  background: none;
  border: none;
  border-radius: 0;
  transition: background-color 0.25s;
}
.main .slick-arrow:hover {
  background: var(--brand);
}
.main .slick-next {
  border-left: 0.0521vw solid var(--line-on-image);
}
.main .slick-arrow::before {
  width: 0.625vw;
  height: 0.625vw;
  border: none;
  border-radius: 0;
  background-color: transparent;
  opacity: 0.7;
  transition: opacity 0.25s;
}
.main .slick-arrow:hover::before {
  opacity: 1;
}
.main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  padding: 4.1667vw;
  padding-bottom: 9.1667vw;
}
.main-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}
.main-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 38%, rgba(0, 0, 0, 0) 72%), linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 55%), linear-gradient(to top right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.36) 60%, rgba(0, 0, 0, 0) 88%);
}
.main-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-title {
  color: var(--white);
  text-align: left;
  line-height: 1.3;
  letter-spacing: -0.022em;
  max-width: 41.6667vw;
  margin-bottom: 1.5625vw;
}
.main-subtitle {
  color: var(--white);
  line-height: 1.5;
  max-width: 33.3333vw;
  margin-bottom: 2.6042vw;
}
.main-btn {
  background-color: transparent;
  border: 0.0521vw solid var(--white);
}

.dots {
  display: flex;
  align-items: center;
}
.dots > span {
  width: 0.46875vw;
  height: 0.46875vw;
  border-radius: 50%;
  border: 0.0520833333vw solid var(--white);
  opacity: 0.5s;
  flex-grow: 0;
}
.dots > span:first-child {
  -webkit-animation: wave_1 2s linear infinite;
  animation: wave_1 2s linear infinite;
}
.dots > span:nth-child(2) {
  -webkit-animation: wave_2 2s linear infinite;
  animation: wave_2 2s linear infinite;
}
.dots > span:nth-child(3) {
  -webkit-animation: wave_3 2s linear infinite;
  animation: wave_3 2s linear infinite;
}
.dots > span:last-child {
  -webkit-animation: wave_4 2s linear infinite;
  animation: wave_4 2s linear infinite;
}
.dots-wrapper > .dots:first-child {
  margin-right: 1.25vw;
}
.dots-wrapper > .dots:last-child {
  margin-left: 1.25vw;
}

#imageContainer1 .main-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
#imageContainer1 .main-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}

.main-arrows {
  position: absolute;
  bottom: 4.1667vw;
  left: 4.1667vw;
  display: flex;
  align-items: stretch;
  border: 0.0521vw solid var(--line-on-image);
  border-radius: 1.04165vw;
  overflow: hidden;
  z-index: 2;
}

.progress-bars {
  position: absolute;
  bottom: 7.2917vw;
  left: 4.1667vw;
  right: 4.1667vw;
  display: flex;
  justify-content: flex-start;
  gap: 0.5208vw;
}

.progress-bar {
  width: 1.5625vw;
  height: 0.3125vw;
  border-radius: 0.1563vw;
  background-color: var(--track-on-image);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex: 0 0 auto;
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.progress-bar.active {
  width: 5.2083vw;
}
.progress-bar.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  transform-origin: left center;
  transform: scaleX(0);
  animation: progressAnimation 10s linear infinite;
}

@keyframes progressAnimation {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
@media (max-width: 600px) {
  .main {
    margin-top: 3vw;
    min-height: 130vw;
  }
  .main .slick-arrow {
    width: 11.733vw;
    height: 11.733vw;
  }
  .main .slick-next {
    border-left-width: 0.267vw;
  }
  .main .slick-arrow::before {
    width: 3.5vw;
    height: 3.5vw;
  }
  .main br {
    display: none;
  }
  .main-bg::after {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0) 82%), linear-gradient(to top right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.16) 70%, rgba(0, 0, 0, 0) 92%);
  }
  .main-wrapper {
    padding: 6.667vw;
    padding-bottom: 22.733vw;
  }
  .main-title {
    text-align: left;
    max-width: 100%;
    margin-bottom: 3.333vw;
  }
  .main-subtitle {
    text-align: left;
    max-width: 100%;
    margin-bottom: 6.667vw;
  }
  .main-btn {
    border-width: 0.267vw;
  }
  .main-arrows {
    bottom: 6.667vw;
    left: 6.667vw;
    border-width: 0.267vw;
    border-radius: 5.8665vw;
  }
  .progress-bars {
    bottom: 12.0335vw;
    left: 32.533vw;
    right: 6.667vw;
    justify-content: flex-end;
    gap: 1.6vw;
  }
  .progress-bar {
    width: 4vw;
    height: 1vw;
    border-radius: 0.5vw;
  }
  .progress-bar.active {
    width: 15vw;
  }
}
.main-min {
  position: relative;
  min-height: 18.5417vw;
}
.main-min-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-min-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}
.main-min-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 60%;
}
.main-min-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-min-title {
  font-size: 2.6042vw;
  line-height: 1.4;
  font-weight: 400;
  color: var(--white);
}

@media (max-width: 600px) {
  .main-min {
    height: 25vh;
  }
  .main-min br {
    display: none;
  }
  .main-min-bg::after {
    opacity: 75%;
  }
  .main-min-title {
    font-size: 5.8vw;
    width: 90vw;
  }
}
.seo-text {
  padding: 3.125vw 0 6.25vw;
}
.seo-text .title-wrapper {
  margin-bottom: 0;
}
.seo-text-title {
  margin-bottom: 1.5625vw;
  font-size: 1.6667vw;
}
.seo-text-content {
  font-size: 0.9375vw;
  font-weight: 400;
  text-align: left;
  height: 7vw;
  margin: 0 auto;
  font-weight: 400;
  font-size: 0.9375vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: -webkit-linear-gradient(top, #000 0, transparent 100%);
  background: linear-gradient(180deg, #000 0, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 2.0833333333vw;
  overflow: hidden;
}
.seo-text-content h2 {
  font-size: 1.6667vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5625vw;
}
.seo-text-content p {
  margin-bottom: 1.5625vw;
}
.seo-text-content li {
  display: list-item;
  list-style: disc;
  list-style-type: circle;
}
.seo-text-content ol {
  display: list-item;
  list-style: disc;
  list-style-type: circle;
}
.seo-text-bottom {
  margin-top: 1.5625vw;
  display: flex;
  justify-content: center;
}
.seo-text-bottom-btn > p {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7292vw;
  font-weight: 600;
  line-height: 1.4;
  color: #ADADAD;
}
.seo-text-bottom-btn > p::before {
  border-bottom-color: #ADADAD;
}
.seo-text-bottom-btn > p:hover {
  color: var(--text-muted);
}
.seo-text.open .seo-text-content {
  height: auto;
  background: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--text);
  background-clip: text;
  text-fill-color: var(--text);
}

@media (max-width: 600px) {
  .seo-text h2::before {
    left: -1vw;
    top: 3vw;
  }
  .seo-text-title {
    font-size: 4.6vw;
    margin-bottom: 4.6875vw;
    padding: 0 0vw;
  }
  .seo-text-content {
    width: 100%;
    height: 40vw;
    font-size: 3.125vw;
    line-height: 5.625vw;
    margin-bottom: 4.6875vw;
  }
  .seo-text-content h2 {
    font-size: 4.2vw;
    margin-bottom: 4.6875vw;
  }
  .seo-text-content p {
    margin-bottom: 4.6875vw;
  }
  .seo-text-bottom {
    margin-top: 1.5625vw;
    display: flex;
    justify-content: center;
  }
  .seo-text-bottom-btn > p {
    font-family: Montserrat;
    text-align: center;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.4;
    color: #ADADAD;
  }
  .seo-text-bottom-btn > p::before {
    border-bottom-color: #ADADAD;
  }
  .seo-text-bottom-btn > p:hover::before {
    border-bottom-color: var(--brand);
  }
  .seo-text.open .seo-text-content {
    height: auto;
    background: 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--text);
    background-clip: text;
    text-fill-color: var(--text);
  }
}
.sub_page {
  padding-top: 0;
}
.sub_page-content .btn {
  margin: 1vw 0;
}
.sub_page-content h1 {
  text-align: left;
  font-size: 2.4vw;
  line-height: 1.4;
}
.sub_page-content h2 {
  font-size: 1.6vw;
  margin-bottom: 0.6vw;
}
.sub_page-content h3, .sub_page-content h4 {
  font-size: 1.3542vw;
  margin-bottom: 0.6vw;
  margin-top: 2vw;
}
.sub_page-content > p {
  font-size: 0.9vw;
  margin-bottom: 1vw;
}
.sub_page-content ul {
  text-wrap: pretty;
  list-style: none;
  list-style-type: none;
  margin-bottom: 1.25vw;
  font-size: 0.9vw;
}
.sub_page-content ul:last-child {
  margin-bottom: 0;
}
.sub_page-content ul > li {
  display: block;
  position: relative;
  text-wrap: pretty;
  margin-bottom: 0.512vw;
  margin-left: 1.6667vw;
}
.sub_page-content ul > li:first-child {
  margin-top: 0.625vw;
}
.sub_page-content ul > li:last-child {
  margin-bottom: 0;
}
.sub_page-content ul > li::before {
  display: block;
  content: "";
  position: absolute;
  background: var(--brand);
  border-radius: 50%;
  width: 0.4167vw;
  height: 0.4167vw;
  left: -1.3542vw;
  top: 0.5208vw;
  transform: translate(50%, -50%);
}
.sub_page-content ol {
  text-wrap: pretty;
  counter-reset: myCounter;
  margin-bottom: 1vw;
  font-size: 0.9vw;
}
.sub_page-content ol:last-child {
  margin-bottom: 0;
}
.sub_page-content ol > li {
  position: relative;
  text-wrap: pretty;
  margin-bottom: 0.5208vw;
  margin-left: 1.9792vw;
  list-style: none;
}
.sub_page-content ol > li:last-child {
  margin-bottom: 0;
}
.sub_page-content ol > li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  border-radius: 50%;
  background: var(--brand);
  color: var(--white);
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  line-height: normal;
  left: -1.9792vw;
  height: 1.25vw;
  width: 1.25vw;
}

@media (max-width: 600px) {
  .sub_page {
    padding-top: 5vw;
  }
  .sub_page .btn {
    margin: 3vw 0;
  }
  .sub_page-content h1 {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  .sub_page-content h2, .sub_page-content h3, .sub_page-content h4 {
    font-size: 4vw;
    margin-bottom: 2.4vw;
    margin-top: 5vw;
  }
  .sub_page-content > p {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
  .sub_page-content ul {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
  .sub_page-content ul:last-child {
    margin-bottom: 0;
  }
  .sub_page-content ul > li {
    margin-bottom: 3vw;
    margin-left: 5.5vw;
  }
  .sub_page-content ul > li:first-child {
    margin-top: 2vw;
  }
  .sub_page-content ul > li:last-child {
    margin-bottom: 0;
  }
  .sub_page-content ul > li::before {
    width: 2vw;
    height: 2vw;
    left: -6vw;
    top: 2vw;
  }
  .sub_page-content ol {
    text-wrap: pretty;
    counter-reset: myCounter;
    margin-bottom: 1vw;
    font-size: 0.9vw;
  }
  .sub_page-content ol:last-child {
    margin-bottom: 0;
  }
  .sub_page-content ol > li {
    position: relative;
    text-wrap: pretty;
    margin-bottom: 0.5208vw;
    margin-left: 1.9792vw;
    list-style: none;
  }
  .sub_page-content ol > li:last-child {
    margin-bottom: 0;
  }
  .sub_page-content ol > li::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    border-radius: 50%;
    background: var(--brand);
    color: var(--white);
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    line-height: normal;
    left: -1.9792vw;
    height: 1.25vw;
    width: 1.25vw;
  }
}
.about_numbers {
  margin-bottom: 1.25vw;
}
.about_numbers-items {
  display: flex;
  gap: 1.25vw;
}
.about_numbers-item {
  background: #F2F6F9;
  padding: 1.5625vw 1.7708vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .about_numbers-item {
    border-radius: 1.667vw;
  }
}
.about_numbers-item-main {
  margin-bottom: 0.5208vw;
  font-size: 1.5625vw;
  font-weight: 700;
}
.about_numbers-item-sub {
  color: #4e4e4e;
  font-size: 0.8333vw;
  font-weight: 500;
}

@media (max-width: 600px) {
  .about_numbers {
    margin-bottom: 3vw;
  }
  .about_numbers-items {
    flex-direction: column;
    gap: 3.733vw;
  }
  .about_numbers-item {
    padding: 5.867vw 6.933vw;
  }
  .about_numbers-item-main {
    margin-bottom: 1.067vw;
    font-size: 5.867vw;
  }
  .about_numbers-item-sub {
    font-size: 3.6vw;
  }
}
.tabs_content {
  display: none !important;
}
.tabs_content.active {
  display: flex !important;
}
.tabs_btn {
  cursor: pointer;
}
.tabs_btn.active {
  pointer-events: none;
}

.tabs_wrapper.style .tabs_btns {
  display: flex;
  align-items: center;
  gap: 0.7292vw;
}
.tabs_wrapper.style .tabs_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.0833vw;
  padding: 0 1.0417vw;
  border: 0.0521vw solid var(--ink-500);
  transition: 0.3s ease;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .tabs_wrapper.style .tabs_btn {
    border-radius: 1.667vw;
  }
}
@media (min-width: 601px) {
  .tabs_wrapper.style .tabs_btn:hover {
    color: var(--brand);
  }
}
.tabs_wrapper.style .tabs_btn.active {
  background: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}

@media (max-width: 600px) {
  .tabs_wrapper.style .tabs_btns {
    gap: 4.267vw;
  }
  .tabs_wrapper.style .tabs_btn {
    height: 10.133vw;
    padding: 0 4.267vw;
    border: 0.267vw solid var(--ink-500);
  }
}
.footer {
  background: var(--text);
}
.footer-text {
  font-size: 0.7292vw;
  padding: 1.3542vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
}
.footer-text-left {
  text-align: left;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.4;
}
.footer-text-right {
  text-align: right;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.55;
}
.footer-text-link {
  position: relative;
  align-items: flex-end;
  font-size: 0.7292vw;
  font-weight: 500;
  line-height: 1.55;
  display: flex;
  width: fit-content;
}
.footer-policy-wrapper {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-policy-wrapper > a {
  font-size: 0.625vw;
  font-weight: 500;
}

@media (max-width: 600px) {
  .footer-text {
    padding: 4vw 0 25vw 0vw;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-text-left {
    order: 0;
    font-size: 3vw;
    margin-bottom: 5vw;
  }
  .footer-text-left br {
    display: none;
  }
  .footer-text-right {
    order: 2;
    text-align: left;
    font-size: 3vw;
    margin-bottom: 0vw;
  }
  .footer-text-link {
    order: 1;
    text-align: left;
    font-size: 3vw;
    margin-bottom: 5vw;
  }
  .footer-text-link:first-child {
    margin-bottom: 5vw;
  }
  .footer-policy-wrapper {
    text-transform: none;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .footer-policy-wrapper > a {
    font-size: 3vw;
  }
}
.modal {
  position: absolute;
  left: 50%;
  transition: all 0.8s ease;
  transform-style: preserve-3d;
  z-index: 77;
  top: 5vw;
  width: auto;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0;
  border: 0;
  background: var(--white);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .modal {
    border-radius: 1.667vw;
  }
}
.modal {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 601px) {
  .modal::-webkit-scrollbar {
    width: 0;
  }
}
.modal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal__close {
  display: flex;
  position: absolute;
  top: 1.667vw;
  right: 1.5625vw;
  width: 0.9375vw;
  cursor: pointer;
  transition: 0.3s;
  z-index: 999;
}
.modal__close svg {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  fill: var(--ink-500);
}
.modal__close svg:hover {
  fill: var(--brand);
}
.modal-price__title {
  margin: 0vw -1.3021vw 0.7292vw -1.3021vw;
}
.modal-phone {
  background-color: var(--white);
}
.modal-phone-container {
  width: 25vw;
  padding: 2.6042vw 3.125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .modal-phone-container {
    border-radius: 1.667vw;
  }
}
.modal-phone__title {
  font-size: 1.1458vw;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .modal-phone__title {
    font-size: 5.2vw;
  }
}
.modal-phone__title {
  margin-bottom: 1.5625vw;
}
.modal-phone__img {
  position: relative;
  display: flex;
  margin-bottom: 1.5625vw;
  width: 5.2083vw;
  height: 5.2083vw;
}
.modal-phone__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-phone__img::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 5vw;
  height: 2vw;
  content: "";
  background: url(../img/logo/logo-item.svg) center no-repeat;
  z-index: 1;
  background-size: 100%;
  border-radius: 0vw 0vw 0vw 0.2083vw;
}
.modal-phone__subtitle {
  display: block;
  width: 100%;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.3125vw;
  text-align: left;
  text-wrap: nowrap;
}
.modal-phone__subtitle-forgot {
  color: var(--text-muted) !important;
  width: 8vw;
  font-size: 0.5208vw;
  text-transform: uppercase;
  font-weight: 600;
}
.modal-phone__subtitle-forgot-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.modal-phone__subtitle-forgot::before {
  border-color: var(--text-muted);
}
.modal-phone-add-wrapper {
  width: 100%;
  padding: 0.8333vw 0;
  display: flex;
  border-top: 0.0521vw solid var(--border);
  border-bottom: 0.0521vw solid var(--border);
  margin-bottom: 2.0833vw;
}
.modal-phone-add-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-phone-add-img-wrapper {
  margin-right: 1.5625vw;
  width: 5vw;
  height: 7vw;
  border: 0.0521vw solid var(--border);
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .modal-phone-add-img-wrapper {
    border-radius: 1.667vw;
  }
}
.modal-phone-add-btn {
  width: 10.4167vw;
}
.modal-phone-add-btn:first-child {
  margin-right: 1.25vw;
}
.modal-phone-add-btn-wrapper {
  display: flex;
}
.modal-phone-add-btn-wrapper br {
  display: none;
}
.modal-phone-add-text {
  font-size: 1.0417vw;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.modal-phone-add-text a {
  text-align: left;
  margin-bottom: 0.7292vw;
}
.modal-phone-add-text-bot {
  display: flex;
}
.modal-phone-add-text-bot-category {
  color: var(--text);
  font-family: Montserrat;
  text-transform: uppercase;
  width: fit-content;
  align-items: center;
  font-size: 0.5729vw;
  font-weight: 600;
  line-height: 1.25;
  display: inline-flex;
  padding: 0.5208vw 0.625vw;
  border: 0.0625vw solid var(--text);
  margin-right: 1.0417vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .modal-phone-add-text-bot-category {
    border-radius: 1.667vw;
  }
}
.modal-phone__marker {
  font-size: 0.8333vw;
}
@media (max-width: 600px) {
  .modal-phone__marker {
    font-size: 3vw;
    line-height: 1.6;
  }
}
.modal-phone__marker {
  margin-bottom: 0.5208vw;
}
.modal-phone__marker-wrapper {
  padding-left: 2.60417vw;
  display: flex;
  width: 100%;
}
.modal-phone-input {
  border: 0.0521vw solid var(--border);
  width: 100%;
  height: 3.75vw;
  margin-bottom: 0.7292vw;
}
.modal-phone-input-password {
  position: relative;
  width: 100%;
}
.modal-phone-btn {
  text-transform: uppercase;
  width: 100%;
  height: 3.75vw;
  margin-bottom: 0.7292vw;
}
.modal-phone-checkbox {
  justify-content: center;
}
.modal-phone-checkbox > p {
  width: auto;
  color: var(--text);
}
.modal-phone-checkbox > p > a {
  line-height: 1.55;
}
.modal-politics {
  background-color: var(--white);
}
.modal-politics-container {
  position: relative;
  width: 70vw;
  padding: 4vw 4vw 4vw 4vw;
  overflow: hidden;
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .modal-politics-container {
    border-radius: 0.8vw;
  }
}
.modal-politics-container h2 {
  text-align: left;
  font-size: 1.6667vw;
  margin-bottom: 1.3020833333vw;
}
.modal-politics-container p {
  text-align: left;
  font-size: 0.9375vw;
  margin-bottom: 1.3020833333vw;
}
.modal-add-container {
  width: fit-content;
}
.modal-loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  z-index: 9999;
}
.modal-loading-title {
  text-align: center;
  font-size: 1.4583vw;
  margin-bottom: 1.0417vw;
}
.modal-loading-container {
  background-color: #fff;
  padding: 3.125vw 8vw;
  box-shadow: 0 0 1vw 0.5vw rgba(48, 36, 36, 0.3019607843);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .modal-loading-container {
    border-radius: 1.667vw;
  }
}
.modal-loading-img svg {
  width: 10vw;
  fill: var(--brand);
}

.eye-icon {
  position: absolute;
  right: 1.5625vw;
  top: 1.28vw;
  width: 1.4vw;
  height: 1.4vw;
  cursor: pointer;
  opacity: 0.7;
}
.eye-icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1.4vw;
  height: 1.4vw;
  background-image: url(../img/icone/eye-close.svg);
  background-size: cover;
}
.eye-icon.show-password::before {
  background-image: url(../img/icone/eye-open.svg);
}

@media (max-width: 600px) {
  .modal {
    top: 20vw;
  }
  .modal__close {
    top: 6vw;
    right: 6vw;
    width: 3vw;
  }
  .modal-phone-container {
    width: 90vw;
    padding: 8vw 5vw;
  }
  .modal-phone-container::before {
    width: 70vw;
    height: 1.6vw;
    border-radius: 0vw 0vw 0.8vw 0.8vw;
  }
  .modal-phone__title {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
  .modal-phone-add-wrapper {
    width: 100%;
    padding: 4vw;
    border-top: 0.278vw solid var(--border);
    border-bottom: 0.278vw solid var(--border);
    margin-bottom: 4vw;
    align-items: center;
  }
  .modal-phone-add-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .modal-phone-add-img-wrapper {
    margin-right: 3vw;
    width: 26.389vw;
    height: 36.111vw;
    border: 0.278vw solid var(--border);
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .modal-phone-add-img-btn {
    width: 47.5vw;
  }
  .modal-phone-add-img-wrapper {
    display: flex;
  }
  .modal-phone-add-text a {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .modal-phone-add-text-bot {
    align-items: center;
  }
  .modal-phone-add-text-bot-category {
    margin-right: 3vw;
    font-size: 3vw;
    padding: 2vw;
  }
  .modal-phone-add-text-bot-price {
    font-size: 4vw;
  }
  .modal-phone-add-btn {
    width: 37.5vw;
  }
  .modal-phone-add-btn:first-child {
    margin-right: 0;
  }
  .modal-phone-add-btn > span {
    margin-right: 0;
    font-size: 2.8vw;
  }
  .modal-phone-add-btn-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .modal-phone-add-btn-wrapper br {
    display: block;
  }
  .modal-phone__subtitle {
    margin: 0vw 0vw 3vw 0vw;
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  .modal-phone__subtitle-wrapper {
    padding-left: 0;
    margin-bottom: 2vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
  }
  .modal-phone__subtitle-forgot {
    color: var(--text-muted) !important;
    font-size: 2.5vw;
    width: 41vw;
  }
  .modal-phone__subtitle-forgot::before {
    bottom: 1.389vw;
  }
  .modal-phone__subtitle-forgot-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .modal-phone__img {
    width: 20vw;
    height: 20vw;
    margin-bottom: 5vw;
  }
  .modal-phone-input {
    border: 0.278vw solid var(--border);
    padding: 0px 5vw;
    width: 100%;
    height: 14vw;
    margin-bottom: 3vw;
  }
  .modal-phone-form-select {
    border: 0.278vw solid var(--border);
    padding: 0px 5vw;
    width: 100%;
    height: 18vw;
    margin-bottom: 3vw;
    border-radius: 8.6vw;
  }
  .modal-phone-btn {
    width: 100%;
    height: 14vw;
    margin-bottom: 5vw;
  }
  .modal-phone-btn span {
    font-size: 2.8vw;
  }
  .modal-phone .list .option {
    line-height: 18vw;
    padding: 0 8vw;
  }
  .modal-phone .list {
    border-bottom-left-radius: 8.6vw;
    border-bottom-right-radius: 8.6vw;
  }
  .modal-phone .current {
    line-height: 18vw;
  }
  .modal-image-top {
    width: 100%;
    margin-bottom: 5vw;
  }
  .modal-image-container {
    width: 90vw;
    padding: 10vw 10vw 42vw 10vw;
  }
  .modal-image__title {
    margin-bottom: 4vw;
  }
  .modal-image__subtitle {
    margin-bottom: 4vw;
  }
  .modal-image__marker {
    text-align: center;
    margin-bottom: 4vw;
  }
  .modal-image__marker-wrapper {
    padding-left: 0;
    margin-bottom: 2vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
  }
  .modal-image-input {
    border: 0.3125vw solid var(--border);
    padding: 0px 8vw;
    width: 100%;
    height: 18vw;
    margin-bottom: 3vw;
  }
  .modal-image-form-select {
    padding: 0px 8vw;
    width: 100%;
    height: 18vw;
    margin-bottom: 3vw;
    border-radius: 8.6vw;
  }
  .modal-image-btn {
    width: 100%;
    height: 18vw;
    margin-bottom: 0vw;
  }
  .modal-image-btn span {
    font-size: 2.8vw;
  }
  .modal-image-portfolio {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10vw;
    width: 72.188vw;
    height: 56.25vw;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
  }
  .modal-image-kp {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10vw;
    width: 72.188vw;
    height: 56.25vw;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
  }
  .modal-image .list .option {
    line-height: 18vw;
    padding: 0 8vw;
  }
  .modal-image .list {
    border-bottom-left-radius: 8.6vw;
    border-bottom-right-radius: 8.6vw;
  }
  .modal-image .current {
    line-height: 18vw;
  }
  .modal-politics-container {
    width: 90vw;
    padding: 10vw 10vw 10vw 10vw;
  }
  .modal-politics-container h2 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .modal-politics-container p {
    text-align: left;
    font-size: 2.5vw;
    margin-bottom: 3vw;
  }
  .modal-loading-title {
    font-size: 5vw;
  }
  .modal-loading-container {
    width: 90vw;
    padding: 8vw 16vw;
    box-shadow: 0 0 1vw 0.5vw rgba(48, 36, 36, 0.3019607843);
  }
  .modal-loading-img svg {
    width: 40vw;
  }
  .eye-icon {
    right: 5vw;
    top: 5vw;
    width: 5vw;
    height: 5vw;
  }
  .eye-icon::before {
    width: 5vw;
    height: 5vw;
  }
}
.category-items {
  margin: 0 -0.7813vw;
  margin-bottom: 2.6042vw;
}
.category-item {
  position: relative;
  margin: 0 0.7813vw;
  border: 0.0625vw solid var(--border);
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  flex: 1 1 auto;
  height: auto;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .category-item {
    border-radius: 1.667vw;
  }
}
.category-item-photo {
  position: relative;
  width: 100%;
  height: 19.7917vw;
}
.category-item-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-item-photo-marks {
  color: var(--white);
  position: absolute;
  display: flex;
  align-items: center;
  top: 0.625vw;
  left: 0.625vw;
  flex-wrap: wrap;
}
.category-item-photo-mark {
  font-family: Montserrat;
  font-size: 0.6771vw;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.3906vw 0.7292vw;
  margin-right: 0.625vw;
  margin-bottom: 0.625vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .category-item-photo-mark {
    border-radius: 1.667vw;
  }
}
.category-item-photo-mark.new {
  background-color: var(--text);
}
.category-item-photo-mark.sale {
  background-color: var(--brand);
}
.category-item-photo-mark.hit {
  background-color: #EBBB2A;
}
.category-item-photo-mark.preorder {
  color: var(--text);
  background-color: #E7E1C9;
}
.category-item-bot {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.0417vw 1.0417vw 1.3542vw;
}
.category-item-title {
  display: block;
  font-size: 1.0417vw;
  margin-bottom: 0.7292vw;
}
.category-item-price {
  font-size: 0.8333vw;
  margin-bottom: 1.3542vw;
  margin-right: 0.7292vw;
}
.category-item-price-old {
  color: var(--text-muted);
  text-decoration: line-through;
  font-size: 0.7292vw;
}
.category-item-price-wrapper {
  display: flex;
}
.category-shop-wrapper {
  padding-right: 0.6771vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-shop-item {
  cursor: pointer;
  margin-right: 1.4583vw;
}
.category-btn {
  width: 6.9271vw;
  height: 2.7083vw;
  text-transform: uppercase;
}
.category-btn-wrapper {
  justify-content: space-between;
}
.category-btn > span {
  font-size: 0.5729vw;
}
.category-btn-wrapper {
  display: flex;
}

.else-btn-wrapper {
  text-transform: uppercase;
  font-family: Montserrat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.else-btn-link > .link {
  display: flex;
  align-items: center;
  font-size: 0.7292vw;
}

.slick-track {
  display: flex;
}

@media (max-width: 600px) {
  .category-items {
    margin: 0 -1.5vw;
    margin-bottom: 5vw;
  }
  .category-item {
    margin: 0 1.5vw;
    border: 0.278vw solid var(--border);
  }
  .category-item-photo {
    height: 60vw;
  }
  .category-item-photo-marks {
    top: 2vw;
    left: 2vw;
  }
  .category-item-photo-mark {
    margin-right: 2vw;
    margin-bottom: 2vw;
    font-size: 3vw;
    padding: 1.5vw 2vw;
  }
  .category-item-bot {
    padding: 3vw 4vw 4vw 4vw;
  }
  .category-item-title {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .category-item-price {
    font-size: 3.4vw;
    margin-bottom: 6vw;
    margin-right: 0;
  }
  .category-item-price-old {
    font-size: 3vw;
    margin-bottom: 6vw;
    margin-top: -4vw;
  }
  .category-item-price-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }
  .category-shop-wrapper {
    padding-right: 0;
    margin-bottom: 4vw;
    justify-content: flex-start;
  }
  .category-shop-item {
    margin-right: 6vw;
  }
  .category-btn {
    width: 100%;
    height: 12vw;
  }
  .category-btn > span {
    font-size: 2.7vw;
  }
  .category-btn-wrapper {
    flex-direction: column-reverse;
  }
  .else-btn-link > .link {
    font-size: 3vw;
  }
}
.video-items {
  margin: 0 -0.7813vw;
  margin-bottom: 2.6042vw;
}
.video-item {
  position: relative;
  margin: 0 0.7813vw;
  border: 0.0625vw solid var(--border);
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  flex: 1 1 auto;
  height: auto;
  transition: 0.3s ease;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .video-item {
    border-radius: 1.667vw;
  }
}
.video-item-photo {
  position: relative;
  width: 100%;
  height: 14.792vw;
}
.video-item-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-item-bot {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.563vw 2.083vw 1.979vw;
}
.video-item-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  font-family: Montserrat;
  line-height: 1.4;
}
.video-item-title {
  font-weight: 700;
  font-size: 1.0417vw;
  margin-bottom: 0.938vw;
}
.video-item:hover {
  color: var(--brand);
}
.video-item-date {
  font-size: 0.8333vw;
}
.video-reviews-item-play {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 4.323vw;
  height: 4.323vw;
  z-index: 10;
}
.video-reviews-item-play > svg {
  position: relative;
  fill: var(--brand);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-reviews-item-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand);
  opacity: 0.2;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1;
}

.slick-track {
  display: flex;
}

@media (max-width: 600px) {
  .video-items {
    margin: 0 -1.5vw;
    margin-bottom: 5vw;
  }
  .video-item {
    margin: 0 1.5vw;
    border: 0.278vw solid var(--border);
  }
  .video-item-photo {
    height: 51.111vw;
  }
  .video-item-bot {
    padding: 5vw 4vw;
  }
  .video-item-title {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .video-item-date {
    font-size: 3vw;
  }
  .video-reviews-item-play {
    width: 13.5vw;
    height: 13.5vw;
  }
}
.sample {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.125vw 0;
}
.sample-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sample-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sample-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.sample-form {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sample-form-title {
  color: var(--white);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 4.1667vw;
}
.sample-form-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--white);
  padding: 2.6042vw 3.125vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .sample-form-container {
    border-radius: 1.667vw;
  }
}
.sample-form-input-item {
  display: flex;
  flex-direction: column;
  width: 25vw;
  margin-bottom: 0.7292vw;
}
.sample-form-input-item > p {
  font-size: 0.7292vw;
  line-height: 1.7;
  margin-bottom: 0.3125vw;
}
.sample-form-btn {
  width: 100%;
  margin-bottom: 0.5208vw;
}
.sample-tg-btn {
  width: 100%;
  background: #08C;
  margin: 0;
}

@media (max-width: 600px) {
  .sample {
    margin: 10vw 0;
  }
  .sample br {
    display: none;
  }
  .sample-form {
    width: 90vw;
  }
  .sample-form-container {
    padding: 5vw;
    width: 90vw;
  }
  .sample-form-container > .form-checkbox {
    width: 100%;
  }
  .sample-form-input-item {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sample-form-input-item > p {
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }
  .sample-form-btn {
    margin-top: 1vw;
    width: 100%;
    margin-bottom: 2vw;
  }
}
.news_block-items {
  margin: 0 -0.7813vw;
  margin-bottom: 2.6042vw;
}
.news_block-item {
  position: relative;
  margin: 0 0.7813vw;
  border: 0.0625vw solid var(--border);
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  flex: 1 1 auto;
  height: auto;
  transition: 0.3s ease;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .news_block-item {
    border-radius: 1.667vw;
  }
}
.news_block-item-photo {
  position: relative;
  width: 100%;
  height: 14.792vw;
}
.news_block-item-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_block-item-bot {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 1.563vw 2.083vw 1.979vw;
}
.news_block-item-text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  font-family: Montserrat;
  line-height: 1.4;
}
.news_block-item-title {
  font-weight: 700;
  font-size: 1.0417vw;
  margin-bottom: 0.938vw;
}
.news_block-item-subtitle {
  font-size: 0.8333vw;
  margin-bottom: 0.938vw;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slick-track {
  display: flex;
}

@media (max-width: 600px) {
  .news_block-items {
    margin: 0 -1.5vw;
    margin-bottom: 5vw;
  }
  .news_block-item {
    margin: 0 1.5vw;
    border: 0.278vw solid var(--border);
  }
  .news_block-item-photo {
    height: 51.111vw;
  }
  .news_block-item-bot {
    padding: 5vw 4vw;
  }
  .news_block-item-title {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .news_block-item-subtitle {
    font-size: 3.4vw;
    margin-bottom: 3vw;
  }
}
.news-wrapper {
  display: flex;
  flex-direction: column;
}
.news-card {
  position: relative;
  width: 100%;
  padding: 3.125vw;
  overflow: hidden;
  color: var(--white);
  margin-bottom: 1.5625vw;
}
.news-card:first-child {
  border-radius: 0.3125vw 0.3125vw 0 0;
}
.news-card:last-child {
  border-radius: 0 0 0.3125vw 0.3125vw;
}
.news-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.news-card-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 60%;
}
.news-card-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card-title {
  font-size: 1.7708vw;
  margin-bottom: 1.0417vw;
  width: 47.6563vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-card-subtitle {
  font-size: 1.0417vw;
  margin-bottom: 2.1875vw;
  width: 26.0417vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-card-btn {
  text-transform: uppercase;
  height: 3.4375vw;
  margin-bottom: 2.1875vw;
  font-weight: 600;
}
.news-card-date {
  display: flex;
  align-items: center;
}
.news-card-date-img {
  width: 0.9375vw;
  height: 0.9375vw;
  margin-right: 0.3125vw;
}
.news-card-date-text {
  font-size: 0.7292vw;
}

@media (max-width: 600px) {
  .news-card {
    padding: 6vw 5vw;
    margin-bottom: 4vw;
  }
  .news-card:first-child {
    border-radius: 1.667vw 1.667vw 0 0;
  }
  .news-card:last-child {
    border-radius: 0 0 1.667vw 1.667vw;
  }
  .news-card-title {
    font-size: 5vw;
    margin-bottom: 3vw;
    width: 90%;
  }
  .news-card-subtitle {
    font-size: 4vw;
    margin-bottom: 5vw;
    width: 70%;
  }
  .news-card-btn {
    height: 14vw;
    margin-bottom: 5vw;
    padding: 0 5vw;
  }
  .news-card-date-img {
    width: 5vw;
    height: 5vw;
    margin-right: 3vw;
  }
  .news-card-date-text {
    font-size: 4vw;
  }
}
.goods-catalog {
  padding-top: 6.25vw;
}
.goods-catalog-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.0417vw;
}
.goods-catalog-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 4.375vw 2vw;
  flex: 0 1 26.3542vw;
  min-height: 17.7083vw;
  margin-right: 1.0417vw;
  margin-bottom: 1.0417vw;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .goods-catalog-item {
    border-radius: 1.667vw;
  }
}
.goods-catalog-item:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 1.0417vw;
}
.goods-catalog-item:last-child {
  margin-right: 0;
  flex: 1 1 auto;
}
.goods-catalog-item > p {
  text-align: center;
  color: var(--white);
  font-size: 1.875vw;
  margin-bottom: 2.6042vw;
  z-index: 2;
}
.goods-catalog-item > a {
  z-index: 2;
}
.goods-catalog-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 60%;
  z-index: 1;
}
.goods-catalog-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.goods-catalog-item-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods-catalog-btn > span {
  font-size: 0.7292vw;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .goods-catalog {
    padding-top: 20vw;
  }
  .goods-catalog-items {
    margin-bottom: 0;
  }
  .goods-catalog-item {
    padding: 8vw 6vw;
    flex: 0 1 100%;
    min-height: 37vw;
    margin-right: 0;
    margin-bottom: 4vw;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .goods-catalog-item {
    border-radius: 1.667vw;
  }
}
@media (max-width: 600px) {
  .goods-catalog-item:nth-last-child(-n+3) {
    margin-bottom: 4vw;
  }
  .goods-catalog-item:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .goods-catalog-item:nth-last-child(-n+2) {
    margin-bottom: 4vw;
  }
  .goods-catalog-item:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .goods-catalog-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
    flex: 0 1 100%;
  }
  .goods-catalog-item > p {
    text-align: center;
    color: var(--white);
    font-size: 5vw;
    margin-bottom: 5vw;
    z-index: 2;
  }
  .goods-catalog-item > a {
    z-index: 2;
  }
  .goods-catalog-item::after {
    opacity: 75%;
  }
  .goods-catalog-btn {
    width: fit-content;
    height: 10vw;
    justify-content: space-between;
  }
  .goods-catalog-btn > span {
    font-size: 2.4vw;
  }
}
.basket {
  padding: 0 0 6.25vw 0;
}
.basket.mt {
  margin-top: 5.2083vw;
}
.basket-result-wrapper {
  margin-top: 4.1667vw;
}
.basket-search-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.basket-search-item {
  margin: 5.2083vw 0 1.0417vw;
  display: flex;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .basket-search-item {
    border-radius: 1.667vw;
  }
}
.basket-search-input {
  width: 40.625vw;
  border-radius: 0.3125vw 0 0 0.3125vw;
}
.basket-search-btn {
  width: 4.1667vw;
  border-radius: 0;
}
.basket-search-btn > svg {
  height: 1.25vw;
  width: 1.25vw;
}
.basket-search-text {
  font-size: 1.25vw;
}
.basket-catalog-product {
  display: flex;
  position: relative;
  border: 0.0625vw solid #E1E1E1;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 15vw;
  height: auto;
  margin-right: 1.5625vw;
  margin-bottom: 1.5625vw;
  border-radius: 0.3125vw;
}
.basket-catalog-product:nth-child(5n) {
  margin-right: 0;
}
.basket-title {
  margin-bottom: 3.125vw;
  text-align: left;
}
.basket-notice-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 20.8333vw;
  width: 100%;
  border: 0.0521vw solid var(--border);
  background-color: #fcfcfc;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .basket-notice-wrapper {
    border-radius: 1.667vw;
  }
}
.basket-notice-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}
.basket-notice-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basket-notice-img {
  z-index: 1;
  height: 4.4271vw;
  margin-bottom: 1.5625vw;
}
.basket-notice-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basket-notice-title {
  margin-bottom: 0.625vw;
  font-size: 1.3542vw;
  z-index: 1;
}
.basket-notice-subtitle {
  margin-bottom: 1.5625vw;
  font-size: 0.8333vw;
  z-index: 1;
}
.basket-notice-btn {
  width: 13.2292vw;
  height: 3.4375vw;
}
.basket-notice-btn > span {
  font-weight: 600;
  font-size: 0.7292vw;
  text-transform: uppercase;
  margin-right: 0.7292vw;
}
.basket-notice-btn > svg {
  width: 1.0417vw;
  height: 1.0417vw;
  transform: rotate(-45deg);
}
.basket-wrapper {
  display: flex;
  justify-content: space-between;
}
.basket-buy {
  margin-bottom: 4.6875vw;
}
.basket-main {
  max-width: 57.2917vw;
}
.basket-main-top {
  display: flex;
  margin-bottom: 0.625vw;
}
.basket-main-top-text {
  font-size: 0.9375vw;
}
.basket-main-top-name {
  margin-right: 24.5313vw;
}
.basket-main-top-col {
  margin-right: 5.7292vw;
}
.basket-main-top-price {
  margin-right: 4.1146vw;
}
.basket-main-product {
  position: relative;
  padding: 2.0833vw 0vw;
  display: flex;
  align-items: center;
  border-top: 0.0625vw solid var(--border);
  border-bottom: 0.0625vw solid var(--border);
  transition: all 0.4s;
  margin-bottom: 1.0417vw;
}
.basket-main-product-item {
  display: flex;
  align-items: center;
  margin-right: 0;
  width: 30vw;
}
.basket-main-product-item-img {
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .basket-main-product-item-img {
    border-radius: 1.667vw;
  }
}
.basket-main-product-item-img {
  width: 5vw;
  height: 7vw;
  margin-right: 1.5625vw;
  border: 0.0625vw solid var(--border);
  object-fit: cover;
  flex-shrink: 0;
}
.basket-main-product-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basket-main-product-item-text {
  display: flex;
  flex-direction: column;
  margin-right: 2.6042vw;
  font-size: 1.0417vw;
  line-height: 1.4;
}
.basket-main-product-item-text a {
  text-decoration: underline;
}
.basket-main-product-item-text div {
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .basket-main-product-item-text div {
    border-radius: 1.667vw;
  }
}
.basket-main-product-item-text div {
  color: var(--white);
  font-family: Montserrat;
  text-transform: uppercase;
  width: fit-content;
  font-size: 0.5729vw;
  font-weight: 600;
  line-height: 1.25;
  display: inline-flex;
  background-color: var(--brand);
  padding: 0.5208vw 0.625vw;
  margin-bottom: 0.7292vw;
}
.basket-main-product-number {
  display: flex;
  align-items: center;
  margin-right: 2.9167vw;
}
.basket-main-product-number-prev {
  background-color: var(--surface-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.0833vw;
  height: 2.0833vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .basket-main-product-number-prev {
    border-radius: 1.667vw;
  }
}
.basket-main-product-number-prev {
  cursor: pointer;
  margin-right: 0.625vw;
  transition: all 0.4s;
}
.basket-main-product-number-prev:hover {
  background-color: #E4E8EA;
}
.basket-main-product-number-prev > svg {
  width: 1.0417vw;
  height: 1.0417vw;
}
.basket-main-product-number-next {
  background-color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.0833vw;
  height: 2.0833vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .basket-main-product-number-next {
    border-radius: 1.667vw;
  }
}
.basket-main-product-number-next {
  cursor: pointer;
  margin-left: 0.625vw;
  transition: all 0.4s;
}
.basket-main-product-number-next:hover {
  background-color: var(--brand-hover);
}
.basket-main-product-number-next > svg {
  width: 1.0417vw;
  height: 1.0417vw;
}
.basket-main-product-number-input {
  color: var(--text);
  text-align: center;
  padding: 0 0.2vw;
  width: 4.4792vw;
  height: 2.5vw;
}
.basket-main-product-price {
  font-size: 0.9375vw;
  line-height: 1.25;
  margin-right: 2.4vw;
}
.basket-main-product-price-old {
  text-decoration: line-through;
  margin-bottom: 0.625vw;
}
.basket-main-product-price-new {
  display: block;
  width: 100%;
}
.basket-main-product-summa {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.25;
  display: block;
}
.basket-main-product-remove {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.basket-main-product-remove > svg {
  stroke: var(--brand);
  width: 0.9722vw;
  height: 1.1285vw;
}
.basket-sticky {
  position: sticky;
  top: 10vw;
  width: 20.3125vw;
  height: fit-content;
  padding: 2.6042vw 2.0833vw;
  border: 0.0625vw solid var(--border);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .basket-sticky {
    border-radius: 1.667vw;
  }
}
.basket-sticky {
  background: var(--surface-subtle);
}
.basket-sticky-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket-sticky-result > p {
  font-size: 1.0417vw;
  font-weight: 700;
  line-height: 1.4;
}
.basket-sticky-result > span {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.4;
}
.basket-sticky-result-comment {
  color: var(--text-muted);
  font-size: 0.7292vw;
}
.basket-sticky-items {
  border-top: 0.0625vw solid var(--border);
  margin-top: 1.25vw;
}
.basket-sticky-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.0417vw;
  padding-top: 0;
}
.basket-sticky-item:first-child {
  padding-top: 1.5625vw;
}
.basket-sticky-item:last-child {
  margin-bottom: 0;
}
.basket-sticky-item > p {
  font-size: 0.9375vw;
  line-height: 1.7;
  margin-bottom: 0.2083vw;
}
.basket-sticky-item > span {
  font-size: 0.7292vw;
  line-height: 1.7;
}
.basket-sticky-promo {
  margin-top: 1.0417vw;
  font-size: 0.7292vw;
  line-height: 1.7;
}
.basket-sticky-promo-title {
  font-size: 0.9375vw;
  line-height: 1.7;
  margin-bottom: 0.2083vw;
}
.basket-sticky-promo-sub {
  margin-bottom: 0.2083vw;
  font-size: 0.7292vw;
  line-height: 1.7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basket-sticky-promo-sub > a {
  font-weight: 600;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 0.5208vw;
  line-height: 1.7;
  display: block;
  cursor: pointer;
  width: fit-content;
  transition: 0.3s ease;
  position: relative;
}
.basket-sticky-promo-sub > a::before {
  left: 0;
  position: absolute;
  bottom: 0.1vw;
  content: "";
  width: 100%;
  transition: 0.3s ease;
  border-bottom: 0.0521vw solid var(--text);
}
.basket-sticky-promo-sub > a:hover {
  color: var(--brand);
}
.basket-sticky-promo-sub > a:hover::before {
  transform: translateX(50%);
  width: 50%;
  border-bottom: 0.0521vw solid var(--brand);
}
.basket-sticky-delivery .price {
  font-size: 0.7292vw;
}
.basket-steps {
  display: flex;
  flex-direction: column;
}
.basket-step {
  margin-bottom: 3.125vw;
}
.basket-step:last-child {
  margin-bottom: 1.5625vw;
}
.basket-step-title {
  font-size: 1.3542vw;
  margin-bottom: 2.0833vw;
}
.basket-step-title > span {
  color: var(--brand);
}
.basket-step-wrapper {
  margin-bottom: 1.5625vw;
}
.basket-step-textarea {
  resize: none;
  width: 100%;
  height: 100%;
  padding: 0 0.8vw 0 0;
  border: none;
}
.basket-step-textarea-wrapper {
  width: 42.5781vw;
  height: 10.4167vw;
}
.basket-step-search {
  width: 100%;
  border: 0.0521vw solid var(--border);
  height: 3.6458vw;
  padding: 0 1.5625vw;
  line-height: 1.5;
  cursor: pointer;
  margin-bottom: 0.3646vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .basket-step-search {
    border-radius: 1.667vw;
  }
}
.basket-step-search-wrapper {
  position: relative;
}
.basket-step-search-list {
  position: absolute;
  top: 3.7vw;
  left: 0;
  border: 0.0521vw solid var(--border);
  display: none;
  background-color: var(--white);
  transition: 0.3s ease;
  max-height: 15vw;
  overflow: auto;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .basket-step-search-list {
    border-radius: 1.667vw;
  }
}
.basket-step-search-list > li {
  transition: 0.3s ease;
  cursor: pointer;
  font-size: 0.8333vw;
  padding: 0.521vw 1.5625vw;
  line-height: 1.5;
  color: var(--text-muted);
}
.basket-step-search-list > li:hover {
  color: var(--brand);
  background-color: var(--surface-subtle);
}
.basket-step-select {
  width: 100%;
  border: 0.0521vw solid var(--border);
  height: 3.6458vw;
  padding: 0 1.5625vw;
  line-height: 3.6458vw;
  margin-bottom: 0.3646vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .basket-step-select {
    border-radius: 1.667vw;
  }
}
.basket-step-select-step1 {
  width: 20.8333vw;
}
.basket-step-select-step4 {
  width: 20.8333vw;
}
.basket-step-select-step4 > .list > li:first-child {
  display: none;
}
.basket-step-labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: -1.5625vw;
}
.basket-step-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.basket-step-label-items {
  width: 42.5781vw;
  display: flex;
}
.basket-step-label-item {
  flex: 1 1 auto;
  width: 40%;
  display: inline-block;
  padding: 1.5625vw 1.4583vw;
  border: 0.0521vw solid var(--border);
  margin-right: 1.5625vw;
  margin-bottom: 1.5625vw;
  background-color: var(--surface-subtle);
  transition: 0.3s ease;
  flex-grow: 1;
  flex-shrink: 0;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .basket-step-label-item {
    border-radius: 1.667vw;
  }
}
.basket-step-label-item.active {
  border: 0.0521vw solid var(--brand);
}
.basket-step-label-item:nth-of-type(even) {
  margin-right: 0;
}
.basket-step-label-item:last-child {
  margin-right: 0;
}
.basket-step-label-comment {
  display: block;
  color: rgba(40, 40, 40, 0.5);
  font-size: 0.7292vw;
  margin-top: 0.7292vw;
}
.basket-step-label:last-child {
  margin-right: 0;
}
.basket-step-label-title {
  font-size: 0.8333vw;
}
.basket-step-label-subtitle {
  display: block;
  margin-top: 1.5625vw;
  font-size: 0.6771vw;
  margin-bottom: 0.7292vw;
}
.basket-step-label-subtitle br {
  display: none;
}
.basket-step-label-subtitle.large {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.8333vw;
  background: var(--white);
  padding: 1vw 1.5625vw;
  border: 0.0521vw solid var(--border);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .basket-step-label-subtitle.large {
    border-radius: 1.667vw;
  }
}
.basket-step-input-items {
  display: flex;
  flex-direction: column;
}
.basket-step-input-items-row {
  display: flex;
  margin-bottom: 1.5625vw;
  width: 57.2917vw;
}
.basket-step-input-items-row:last-child {
  margin-bottom: 0;
}
.basket-step-input-item {
  overflow-x: hidden;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-right: 1.5625vw;
}
.basket-step-input-item:last-child {
  margin-right: 0;
}
.basket-step-input-item-tel {
  max-width: 18.0552vw;
}
.basket-step-input-title {
  font-size: 0.8333vw;
  margin-bottom: 0.7292vw;
}
.basket-step-input-title.required::after {
  content: "*";
  color: var(--brand);
}
.basket-form-wrapper {
  width: 20.3125vw;
}
.basket-form-wrapper .form-checkbox {
  justify-content: flex-start;
}
.basket-form-btn {
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0.9375vw;
}
.basket-promo {
  margin-bottom: 3.125vw;
}
.basket-promo-input {
  width: 20.8333vw;
  margin-bottom: 1.0417vw;
}
.basket-promo-text {
  margin-top: 0.7292vw;
  font-size: 0.8333vw;
}
.basket-promo-text.correct {
  color: #3dd73d;
}
.basket-promo-text.wrong {
  color: #D73D45;
}
.basket-promo-btn {
  width: 20.8333vw;
  display: flex;
}

@media (min-width: 601px) {
  .basket-step-textarea::-webkit-scrollbar {
    width: 0.2083vw;
  }
  .basket-step-textarea::-webkit-scrollbar-thumb {
    background: var(--brand);
    border-radius: 0.2083vw;
  }
  .basket-step-textarea::-webkit-scrollbar-track {
    background: var(--border);
  }
}
/* Стили для радиокнопок */
input[type=radio] {
  background-color: var(--white);
  width: 0.9375vw;
  height: 0.9375vw;
  margin-right: 0.5208vw;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  border: 0.0521vw solid var(--border);
  transition: 0.1s ease;
  cursor: pointer;
}

/* Стили для радиокнопок при наведении */
input[type=radio]:hover {
  border-color: var(--brand);
  box-shadow: 0 0 0.2604vw var(--brand);
}

/* Стили для отмеченной радиокнопки */
input[type=radio]:checked {
  border-color: var(--white);
  border: 0.25vw solid var(--white);
  background-color: var(--brand);
  box-shadow: 0 0 0.2604vw var(--brand);
}
input[type=radio]:checked:hover {
  border-color: var(--white);
}

.cur-pvz {
  padding: 0 !important;
  margin: 1.0417vw 0 !important;
  font-size: 0.8333vw !important;
}

.show-map {
  display: block;
  background: var(--brand);
  transition: 0.3s ease;
  color: var(--white);
  height: 3.75vw !important;
  padding: 0 !important;
  text-transform: uppercase;
  line-height: 1.55;
  font-weight: 600;
  width: 18.0552vw;
  cursor: pointer;
  font-size: 0.6771vw !important;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .show-map {
    border-radius: 1.667vw;
  }
}
.show-map:hover {
  background: var(--brand-hover);
}

#cdek-map {
  width: 80% !important;
  height: 80% !important;
  max-width: none !important;
}

.fancybox-content {
  cursor: pointer !important;
}

.ymaps-2-1-79-map {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 600px) {
  .basket {
    padding-bottom: 10vw;
  }
  .basket.mt {
    margin-top: 10vw;
  }
  .basket-result-wrapper {
    margin-top: 7vw;
  }
  .basket-search {
    width: 100%;
  }
  .basket-search-item {
    margin: 10vw 0 3vw;
    width: 100%;
  }
  .basket-search-input {
    width: 100%;
    border-radius: 1.667vw 0 0 1.667vw;
  }
  .basket-search-btn {
    width: 15vw;
    border-radius: 0;
  }
  .basket-search-btn > svg {
    height: 4vw;
    width: 4vw;
  }
  .basket-search-text {
    font-size: 3vw;
  }
  .basket-catalog {
    margin-top: 10vw;
  }
  .basket-catalog-product {
    margin-right: 0vw;
    width: 100%;
    margin-bottom: 3vw;
    border: 0.556vw solid #E4E8EA;
    display: flex;
    flex-direction: row;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .basket-catalog-product {
    border-radius: 1.667vw;
  }
}
@media (max-width: 600px) {
  .basket-catalog-product > .category-item-photo {
    height: 100%;
    width: 40vw;
    flex-shrink: 0;
  }
  .basket-catalog-product .category-btn-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .basket-catalog-product .category-shop-wrapper {
    margin-bottom: 5vw;
    justify-content: flex-start;
  }
  .basket-catalog-product .category-item-text {
    margin-bottom: 5vw;
  }
  .basket-catalog-product .category-btn {
    width: 100%;
  }
  .basket-title {
    margin-bottom: 6vw;
  }
  .basket-notice-wrapper {
    padding: 6vw;
    min-height: 80vw;
    border: 0.278vw solid var(--border);
  }
  .basket-notice-img {
    height: 20vw;
    margin-bottom: 5vw;
  }
  .basket-notice-title {
    margin-bottom: 4vw;
    font-size: 5vw;
    text-align: center;
  }
  .basket-notice-subtitle {
    text-align: center;
    margin-bottom: 4vw;
    font-size: 4vw;
  }
  .basket-notice-btn {
    width: 80%;
    height: 14vw;
  }
  .basket-notice-btn > span {
    font-size: 3vw;
    margin-right: 3vw;
  }
  .basket-notice-btn > svg {
    width: 4vw;
    height: 4vw;
  }
  .basket-buy {
    margin-bottom: 8vw;
    max-width: 100%;
  }
  .basket-main {
    max-width: 100%;
    width: 90vw;
  }
  .basket-main-top {
    display: none;
  }
  .basket-main-product {
    align-items: flex-start;
    width: 100%;
    padding: 5vw 0vw;
    border-top: 0.278vw solid var(--border);
    border-bottom: 0.278vw solid var(--border);
    flex-direction: column;
    margin-bottom: 5vw;
  }
  .basket-main-product-item {
    margin-right: 0;
    margin-bottom: 6vw;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .basket-main-product-item-img {
    width: 32vw;
    height: 45vw;
    margin-bottom: 5vw;
    border: 0.278vw solid var(--border);
    flex-shrink: 0;
    overflow: hidden;
  }
  .basket-main-product-item-text {
    width: 100%;
    margin-right: 0;
    font-size: 5vw;
  }
  .basket-main-product-item-text div {
    font-size: 3vw;
    padding: 3vw;
    margin-bottom: 3vw;
  }
  .basket-main-product-number {
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .basket-main-product-number-prev {
    width: 10vw;
    height: 10vw;
    margin-right: 5vw;
  }
  .basket-main-product-number-prev > svg {
    width: 5vw;
    height: 5vw;
  }
  .basket-main-product-number-next {
    width: 10vw;
    height: 10vw;
    margin-left: 5vw;
  }
  .basket-main-product-number-next > svg {
    width: 5vw;
    height: 5vw;
  }
  .basket-main-product-number-input {
    padding: 0 1vw;
    width: 20vw;
    height: 10vw;
  }
  .basket-main-product-price {
    font-size: 4vw;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .basket-main-product-price-text {
    margin-bottom: 2vw;
  }
  .basket-main-product-price-old {
    margin-bottom: 2vw;
  }
  .basket-main-product-price-new {
    font-weight: 600;
    color: var(--brand);
  }
  .basket-main-product-summa {
    font-size: 4vw;
    font-weight: 600;
  }
  .basket-main-product-summa-text {
    margin-bottom: 2vw;
    font-size: 4vw;
  }
  .basket-main-product-remove {
    top: 92%;
    transform: translate(0, -50%);
    right: 0;
  }
  .basket-main-product-remove > svg {
    stroke: var(--brand);
    width: 7vw;
    height: 10vw;
  }
  .basket-sticky {
    flex-direction: column;
    position: relative;
    top: auto;
    width: 100%;
    padding: 8vw 5vw;
    border: 0.278vw solid var(--border);
    margin: 5vw 0;
    order: -1;
  }
  .basket-sticky-result {
    margin-bottom: 1vw;
  }
  .basket-sticky-result > p {
    font-size: 5vw;
    margin-right: 3vw;
  }
  .basket-sticky-result > span {
    font-size: 5vw;
  }
  .basket-sticky-result-comment {
    font-size: 4vw;
  }
  .basket-sticky-items {
    border-top: 0.278vw solid var(--border);
    margin-top: 3vw;
  }
  .basket-sticky-item {
    margin-bottom: 3vw;
    padding-top: 0;
  }
  .basket-sticky-item:first-child {
    padding-top: 4vw;
  }
  .basket-sticky-item:last-child {
    margin-bottom: 0;
  }
  .basket-sticky-item > p {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .basket-sticky-item > span {
    font-size: 3vw;
  }
  .basket-sticky-promo {
    margin-top: 3vw;
    font-size: 3vw;
  }
  .basket-sticky-promo-title {
    font-size: 4vw;
    margin-bottom: 0vw;
  }
  .basket-sticky-promo-sub {
    margin-bottom: 0vw;
    font-size: 3vw;
  }
  .basket-sticky-promo-sub > a {
    font-size: 2.8vw;
  }
  .basket-sticky-promo-sub > a::before {
    border-bottom: 0.3vw solid var(--text);
  }
  .basket-sticky-promo-sub > a:hover::before {
    border-bottom: 0.3vw solid var(--brand);
  }
  .basket-sticky-delivery .price {
    font-size: 3vw;
  }
  .basket-step {
    margin-bottom: 6vw;
  }
  .basket-step:last-child {
    margin-bottom: 5vw;
  }
  .basket-step-title {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  .basket-step-wrapper {
    margin-bottom: 3vw;
  }
  .basket-step-textarea {
    padding: 0 3vw 0 0;
  }
  .basket-step-textarea-wrapper {
    width: 90vw;
    height: 20vw;
    padding: 3vw;
  }
  .basket-step-labels {
    flex-wrap: wrap;
  }
  .basket-step-label-items {
    flex-wrap: wrap;
    width: 90vw;
  }
  .basket-step-label-subtitle {
    font-size: 3vw;
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
  .basket-step-label-subtitle.large {
    font-size: 3vw;
    padding: 5vw;
    border: 0.276vw solid var(--border);
  }
  .basket-step-label-title {
    font-size: 4vw;
  }
  .basket-step-label-item {
    width: 100%;
    padding: 5vw;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .basket-step-label-item:last-child {
    margin-bottom: 0;
  }
  .basket-step-label-item.active {
    border: 0.278vw solid var(--brand);
  }
  .basket-step-label-comment {
    margin-top: 2vw;
    font-size: 2.8vw;
  }
  .basket-step-select {
    width: 100%;
    border: 0.278vw solid var(--border);
    height: 14vw;
    padding: 0 5vw;
    line-height: 3.333vw;
    margin-bottom: 1.867vw;
  }
  .basket-step-select > span {
    line-height: 14vw;
  }
  .basket-step-select-step1 {
    width: 90vw;
    height: 14vw;
  }
  .basket-step-select-step4 {
    width: 90vw;
  }
  .basket-step-select-step4 > .list > li:first-child {
    display: none;
  }
  .basket-step-select-items {
    width: 90vw;
  }
  .basket-step-search {
    width: 100%;
    border: 0.278vw solid var(--border);
    height: 14vw;
    font-size: 3vw;
    padding: 0 5vw;
  }
  .basket-step-search-list {
    top: 14.5vw;
    border: 0.278vw solid var(--border);
    max-height: 62vw;
  }
  .basket-step-search-list > li {
    font-size: 3vw;
    padding: 3vw 5vw;
  }
  .basket-step-input-items-row {
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 90vw;
  }
  .basket-step-input-item {
    margin-right: 0;
    margin-bottom: 3vw;
    flex: 1 1 30vw;
  }
  .basket-step-input-item:nth-child(odd) {
    margin-right: 3vw;
    margin-bottom: 3vw;
  }
  .basket-step-input-item:last-child {
    margin-bottom: 3vw;
    margin-right: 0;
  }
  .basket-step-input-item-tel {
    max-width: 90vw;
  }
  .basket-step-input-title {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  .basket-wrapper {
    flex-direction: column;
  }
  .basket-form-wrapper {
    width: 90vw;
    margin-bottom: 2vw;
  }
  .basket-promo {
    margin-bottom: 6vw;
  }
  .basket-promo-input {
    width: 100%;
    margin-bottom: 3vw;
  }
  .basket-promo-text {
    margin-top: 3vw;
    font-size: 3vw;
  }
  .basket-promo-btn {
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* Стили для радиокнопок */
  input[type=radio] {
    width: 5vw;
    height: 5vw;
    margin-right: 3vw;
    border: 0.278vw solid var(--border);
  }
  /* Стили для радиокнопок при наведении */
  input[type=radio]:hover {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 1vw var(--brand);
  }
  input[type=radio]:hover.basket-step-label-item {
    border-color: var(--brand);
  }
  /* Стили для отмеченной радиокнопки */
  input[type=radio]:checked {
    border: 1.3vw solid var(--white);
    box-shadow: 0 0 1vw var(--brand);
  }
  .cur-pvz {
    margin: 0vw !important;
    font-size: 4vw !important;
  }
  .show-map {
    height: 13.889vw !important;
    width: 100%;
    font-size: 2.8vw !important;
    margin-top: 1vw;
  }
}
.reviews-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.6042vw;
}
.reviews-item {
  width: 19.1667vw;
  height: 27.0833vw;
  overflow: hidden;
  position: relative;
  border: 0.1042vw solid #E4E8EA;
  box-shadow: 0vw 0vw 0.7292vw 0vw rgba(40, 40, 40, 0.05);
  margin-right: 1.5276vw;
  margin-bottom: 1.5276vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .reviews-item {
    border-radius: 1.667vw;
  }
}
.reviews-item:nth-child(4n) {
  margin-right: 0;
}
.reviews-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.reviews-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.64%, rgba(49, 185, 57, 0)), to #005692);
  background: -webkit-linear-gradient(top, rgba(49, 185, 57, 0) 29.64%, #005692 100%);
  background: linear-gradient(180deg, rgba(0, 233, 58, 0) 29.64%, #005692 120%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.reviews-item:hover .process-item__icone {
  opacity: 1;
}
.reviews-item:hover::after {
  opacity: 1;
}
.reviews-item-icone {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.7083vw;
  height: 2.7083vw;
  opacity: 0;
  transition: 0.4s;
  z-index: 5;
  fill: var(--brand);
  overflow: visible;
}
.reviews-item-icone > svg {
  width: 100%;
  height: 100%;
}
.reviews-item:hover .reviews-item-icone {
  fill: var(--brand);
  opacity: 1;
}
.reviews-item-img {
  width: 100%;
  height: 100%;
}
.reviews-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews-btn-link {
  display: flex;
  align-items: center;
}
.reviews-btn-link > p {
  font-size: 0.8333vw;
}

@media (max-width: 600px) {
  .reviews-items {
    margin-bottom: 8vw;
  }
  .reviews-item {
    width: 43.5vw;
    height: 61.467vw;
    border: 0.556vw solid #E4E8EA;
    margin-right: 3vw;
    margin-bottom: 3vw;
  }
  .reviews-item:nth-child(4n) {
    margin-right: 3vw;
  }
  .reviews-item:nth-last-child(-n+4) {
    margin-bottom: 3vw;
  }
  .reviews-item:nth-child(2n) {
    margin-right: 0vw;
  }
  .reviews-item:nth-last-child(-n+2) {
    margin-bottom: 0vw;
  }
  .reviews-item-icone {
    width: 10vw;
    height: 10vw;
  }
  .reviews-item-icone > svg {
    width: 100%;
    height: 100%;
  }
  .reviews-btn-link > svg {
    cursor: pointer;
    flex-grow: 0;
    width: 3.6vw;
    height: 3.6vw;
    fill: var(--brand);
    margin-right: 3vw;
  }
  .reviews-btn-link > p {
    font-size: 3.5vw;
  }
}
.contacts {
  z-index: 2;
  background: var(--text);
  color: var(--white);
  padding: 4.1667vw 0 2vw;
}
.contacts-logo-wrapper {
  display: block;
  margin-bottom: 1.3542vw;
  width: 7.2917vw;
  height: 3.6458vw;
}
.contacts-logo-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-logo-main {
  font-size: 0.8333vw;
  line-height: 1.8;
  margin-bottom: 2.0833vw;
}
.contacts-logo-sub {
  font-size: 0.8333vw;
  line-height: 1.8;
  margin-bottom: 2.0833vw;
}
.contacts-payments {
  display: flex;
}
.contacts-payments-item {
  margin-right: 0.4167vw;
  border: 0.0521vw solid var(--border);
  overflow: hidden;
  width: 2.6042vw;
  height: 1.7708vw;
  background-color: #fff;
  border-radius: 0.2344vw;
}
.contacts-payments-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-payments-item:last-child {
  margin-right: 0;
}
.contacts-rows {
  display: flex;
  justify-content: space-between;
}
.contacts-rows .contacts-media-item {
  filter: invert(100%);
}
.contacts-title {
  font-size: 1.25vw;
  line-height: 1.55;
  margin-bottom: 1.25vw;
}
.contacts-phone {
  display: flex;
  flex-direction: column;
}
.contacts-phone > p {
  font-size: 0.8333vw;
  line-height: 1.4;
}
.contacts-phone-item {
  display: flex;
  align-items: center;
}
.contacts-phone-item > svg, .contacts-phone-item img {
  width: 1.0417vw;
  height: 1.0417vw;
  flex-grow: 0;
  margin-right: 0.5208vw;
  fill: var(--brand);
}
.contacts-phone-item > svg > path, .contacts-phone-item img > path {
  object-fit: cover;
  width: 1.0417vw;
  height: 1.0417vw;
}
.contacts-phone-item > a {
  font-size: 1.1458vw;
  line-height: 1.4;
}
.contacts-phone-item > p {
  font-size: 0.9375vw;
  line-height: 1.4;
}
.contacts-phone-item-number {
  margin-bottom: 0.5208vw;
}
.contacts-phone-item-number.ddn {
  display: none;
}
.contacts-phone-item-mail {
  margin-bottom: 1.0417vw;
}
.contacts-phone-search {
  display: flex;
  align-items: center;
  gap: 3vw;
}
.contacts-phone-search .contacts-phone-item-number {
  margin: 0;
}
.contacts-mail {
  margin-bottom: 1.5625vw;
}
.contacts-mail > p {
  margin-bottom: 0.3125vw;
}
.contacts-mail__wrapper {
  display: flex;
  align-items: center;
}
.contacts-mail__wrapper > svg {
  width: 1.0417vw;
  height: 1.0417vw;
  margin-right: 0.5208vw;
  flex-grow: 0;
  fill: var(--brand);
}
.contacts-mail__wrapper > a {
  font-size: 0.8333vw;
  font-weight: 700;
  line-height: 1.45;
}
.contacts-text {
  font-size: 0.7292vw;
  line-height: 1.45;
}
.contacts-social {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.contacts-btn > a {
  width: 100%;
}
.contacts-links {
  display: flex;
  flex-direction: column;
}
.contacts-link {
  font-size: 0.8333vw;
  line-height: 1.55;
  flex-grow: 0;
  margin-bottom: 0.625vw;
}
.contacts-link:last-child {
  margin-bottom: 0;
}
.contacts-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5625vw;
}
.contacts-item > svg {
  flex-grow: 0;
  fill: var(--brand);
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0.7292vw;
}
.contacts-item-text {
  width: 13.2vw;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.4;
}
.contacts .link {
  color: var(--white);
}
.contacts-media {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.contacts-media-item {
  position: relative;
  display: flex;
  transition: 0.3s ease;
  width: 2.2vw;
  height: 2.2vw;
  border-radius: 0.2083vw;
  overflow: hidden;
}
.contacts-media-item:hover {
  transform: scale(1.05);
}
.contacts-media-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-media-item:nth-child(2n) {
  margin-right: 0;
}
.contacts-media-item-text {
  font-weight: 600;
  color: var(--text);
  z-index: 3;
}
.contacts-media-item-text > p {
  font-size: 0.7292vw;
  line-height: 1.2;
}
.contacts-media-item .link {
  color: var(--brand);
  font-size: 0.625vw;
  font-weight: 500;
  line-height: 1.7;
  font-family: Montserrat;
}
.contacts-media-item-icone {
  width: 1.875vw;
  height: 1.875vw;
  margin-right: 0.8333vw;
  z-index: 3;
}
.contacts-media-item-icone > img {
  width: 100%;
}
.contacts-media-cloud {
  z-index: 1;
  pointer-events: none;
  width: 2.8vw;
  height: 2.8vw;
  right: -1vw;
  top: -0.5vw;
  position: absolute;
}
.contacts-media-cloud > img {
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  .contacts {
    margin-top: 10vw;
  }
  .contacts-rows {
    display: flex;
    flex-direction: column;
  }
  .contacts-row {
    margin-bottom: 8vw;
  }
  .contacts-row:last-child {
    margin-bottom: 0;
  }
  .contacts-logo-wrapper {
    width: 38.889vw;
    height: 19.444vw;
    margin-bottom: 3vw;
  }
  .contacts-logo-main {
    font-size: 3.2vw;
    margin-bottom: 5vw;
  }
  .contacts-logo-sub {
    font-size: 3.2vw;
    margin-bottom: 5vw;
  }
  .contacts-title {
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
  .contacts-text {
    font-size: 3.4vw;
    line-height: 1.45;
  }
  .contacts-text::before {
    top: 1.8vw;
  }
  .contacts-payments {
    flex-wrap: wrap;
    gap: 3.5vw;
  }
  .contacts-payments-item {
    margin-right: 0;
    border: 0.278vw solid var(--border);
    width: 13.889vw;
    height: 9.444vw;
    border-radius: 0.7vw;
  }
  .contacts-payments-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contacts-payments-item:last-child {
    margin-right: 0;
  }
  .contacts-social {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .contacts-social-btn-vk {
    width: 12vw;
    height: 12vw;
  }
  .contacts-social-btn-tg {
    height: 12vw;
    width: 12vw;
  }
  .contacts-social > a {
    margin-right: 4vw;
    margin-top: 0;
    flex-grow: 0;
  }
  .contacts-social > a:last-child {
    margin-top: 0;
  }
  .contacts-social > a > img {
    width: 5vw;
    height: 5vw;
  }
  .contacts-link {
    margin-left: 0vw;
    font-size: 3.5vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .contacts-link::before {
    display: none;
  }
  .contacts-item {
    margin-bottom: 4vw;
  }
  .contacts-item > svg {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .contacts-item-text {
    width: 100%;
    font-size: 3.4vw;
  }
  .contacts-phone {
    margin-bottom: 0;
  }
  .contacts-phone > p {
    font-size: 2.4vw;
    margin-bottom: 1vw;
  }
  .contacts-phone-item {
    margin-bottom: 0;
  }
  .contacts-phone-item > svg, .contacts-phone-item img {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .contacts-phone-item > svg > path, .contacts-phone-item img > path {
    width: 4vw;
    height: 4vw;
  }
  .contacts-phone-item > a {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
  }
  .contacts-phone-item > p {
    font-size: 3.2vw;
  }
  .contacts-phone-item-number {
    margin-bottom: 4vw;
  }
  .contacts-phone-item-number.ddn {
    display: flex;
  }
  .contacts-phone-item-mail {
    margin-bottom: 4vw;
  }
  .contacts-phone-search .contacts-phone-item-number {
    display: none;
  }
  .contacts-media {
    width: 100%;
    gap: 5vw;
  }
  .contacts-media.contacts-page {
    margin-bottom: 5vw;
  }
  .contacts-media-item {
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 12vw;
    height: 12vw;
  }
  .contacts-media-item-text > p {
    font-size: 3.5vw;
  }
  .contacts-media-item .link {
    font-size: 2.5vw;
  }
  .contacts-media-item-icone {
    width: 6vw;
    height: 6vw;
    margin-right: 3vw;
  }
  .contacts-media-cloud {
    width: 16vw;
    height: 14vw;
    right: -5vw;
    top: -2.5vw;
  }
}
.questions-item {
  width: 100%;
  padding: 2.1354vw 2.0833vw 2.1354vw 0;
  position: relative;
  border-bottom: 0.0625vw solid var(--border);
}
.questions-item:last-child {
  margin-bottom: 0;
}
.questions-item .item-btn {
  position: absolute;
  z-index: 5;
  width: 0.65vw;
  height: 0.65vw;
  right: 2.3vw;
  top: 2.55vw;
  display: flex;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  cursor: pointer;
  border-right: 0.16vw solid var(--brand);
  border-bottom: 0.16vw solid var(--brand);
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
  transform-origin: center center;
}
.questions-item .item-btn.open {
  transform-origin: center;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.questions-item .item-title {
  font-size: 1.25vw;
  cursor: pointer;
}
.questions-item .item-title-img {
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 1.25vw;
  cursor: pointer;
  background: var(--brand);
  color: var(--white);
  padding: 0.625vw 0.9375vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .questions-item .item-title-img {
    border-radius: 1.667vw;
  }
}
.questions-item .item-title-img-img {
  width: 1.875vw;
  height: 1.875vw;
  margin-right: 0.625vw;
  overflow: hidden;
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .questions-item .item-title-img-img {
    border-radius: 0.8vw;
  }
}
.questions-item .item-title-img-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.questions-item .item-content {
  padding-top: 1.5104vw;
  font-size: 1.0417vw;
  color: var(--text);
  width: 60vw;
  display: none;
  font-weight: 300;
}
.questions-item .item-content a {
  color: var(--brand);
}
.questions-item .item-content p, .questions-item .item-content ul {
  font-size: 1.0417vw;
  margin-bottom: 1.0417vw;
}
.questions-item .item-content strong {
  font-weight: 600;
}

@media (max-width: 600px) {
  .questions h2::before {
    left: 0.7vw;
    top: 3.7vw;
  }
  .questions-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .questions-wrapper .container-item {
    width: 100%;
  }
  .questions-wrapper .container-item-last > .questions-item:last-child {
    margin-bottom: 0;
  }
  .questions-load-more {
    display: block;
  }
  .questions-item {
    padding: 6vw 14vw 6vw 4vw;
    margin-bottom: 0vw;
    min-height: auto;
  }
  .questions-item:last-child {
    margin-bottom: 3vw;
  }
  .questions-item .item-title {
    font-size: 4vw;
  }
  .questions-item .item-title-img {
    font-size: 4vw;
    padding: 3vw 5vw;
  }
  .questions-item .item-title-img-img {
    width: 8vw;
    height: 8vw;
    margin-right: 3vw;
  }
  .questions-item .item-content {
    padding-top: 1.5104vw;
    font-size: 1.0417vw;
    color: var(--text);
    width: 60vw;
    display: none;
    font-weight: 300;
  }
  .questions-item .item-content a {
    color: var(--brand);
  }
  .questions-item .item-content p, .questions-item .item-content ul {
    font-size: 3.2vw;
    margin-bottom: 3vw;
  }
  .questions-btn {
    padding: 5.5vw 8vw;
    width: 74vw;
    height: fit-content;
  }
  .questions-btn-img {
    margin-left: 4vw;
    width: 8vw;
    height: 8vw;
  }
  .questions-btn-wrapper {
    margin-top: 6vw;
  }
  .questions-btn span {
    font-size: 2.8vw;
  }
  .load-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .load-more-btn > svg {
    cursor: pointer;
    flex-grow: 0;
    width: 3.6vw;
    height: 3.6vw;
    fill: var(--brand);
    margin-right: 0;
    -webkit-animation: 3s linear 1s rotate2;
    animation: 3s linear 1s rotate2;
    -webkit-animation-name: rotate2;
    animation-name: rotate2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
  }
  .load-more-btn > p {
    font-size: 3.5vw;
    margin-right: 2vw;
  }
  .questions-load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5vw;
    margin-bottom: 0vw;
  }
  .questions-wrapper .container-item:nth-child(n+2) {
    display: none;
  }
  .items-visible .questions-wrapper .container-item {
    display: block !important;
  }
  .items-visible .questions-load-more {
    display: none;
  }
  .questions-item .item-content {
    padding-top: 4.6875vw;
    font-size: 3.125vw;
    line-height: 4.6875vw;
    width: 100%;
  }
  .questions-item .item-btn {
    width: 2.5vw;
    height: 2.5vw;
    top: 8vw;
    right: 5.5vw;
    border-width: 0.5vw;
  }
  .questions-item .item-btn img, .questions-item .item-btn svg {
    width: 3.125vw;
    height: 3.125vw;
  }
  .load-more-btn span, .portfolio-item .item-btn span, .reviews-video-slider .video-slider-link span {
    font-size: 3.125vw;
    margin-right: 1.5625vw;
  }
}
.delive {
  padding: 0vw 0 6.25vw 0;
}
.delive-text {
  width: 60.9375vw;
  font-size: 1.0417vw;
}
.delive-text h2 {
  margin-top: 1.5vw;
  margin-bottom: 1.0417vw;
}
.delive-text h2:first-child {
  margin-top: 0;
}
.delive-text h3 {
  margin-bottom: 1.0417vw;
}
.delive-text h4 {
  margin-bottom: 1.0417vw;
}
.delive-text h5 {
  margin-bottom: 1.0417vw;
}
.delive-text h6 {
  margin-bottom: 1.0417vw;
}
.delive-text p {
  margin-bottom: 1.0417vw;
}

@media (max-width: 600px) {
  .delive {
    padding: 0vw 0 10vw 0;
  }
  .delive-text {
    width: 100%;
    font-size: 4vw;
  }
  .delive-text h2 {
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
  .delive-text h3 {
    margin-bottom: 5vw;
  }
  .delive-text h4 {
    margin-bottom: 5vw;
  }
  .delive-text h5 {
    margin-bottom: 5vw;
  }
  .delive-text h6 {
    margin-bottom: 5vw;
  }
  .delive-text p {
    margin-bottom: 5vw;
  }
}
.lk-wrapper {
  display: flex;
  justify-content: space-between;
}
.lk-left {
  display: flex;
  flex-direction: column;
  flex: 0 0 57.2917vw;
}
.lk-right {
  position: sticky;
  top: 2.6042vw;
  display: flex;
  flex-direction: column;
  padding: 1.0417vw;
  border: 0.0521vw solid var(--border);
  height: 16.4vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .lk-right {
    border-radius: 1.667vw;
  }
}
.lk-right-wrapper {
  flex: 0 0 20.3125vw;
}
.lk-right-title {
  font-size: 1.1458vw;
  margin-bottom: 1.5625vw;
}
.lk-history {
  padding: 1.0417vw;
  border: 0.0521vw solid var(--border);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .lk-history {
    border-radius: 1.667vw;
  }
}
.lk-history .basket-main-product-number-input.form-input {
  pointer-events: none;
}
.lk-history-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lk-history-item:last-child {
  margin-bottom: 0;
}
.lk-history-item-text {
  font-size: 1.1458vw;
}
.lk-history-item-btn {
  text-transform: uppercase;
  font-size: 0.5729vw;
  font-weight: 600;
  line-height: 1.55;
  height: 2.7083vw;
  width: 7.1354vw;
}
.lk-history-item-wrapper {
  padding: 1.5625vw 1.0417vw;
  border: 0.0521vw solid var(--border);
  transition: 0.3s ease;
  margin-bottom: 0.5208vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .lk-history-item-wrapper {
    border-radius: 1.667vw;
  }
}
.lk-history-item-wrapper:last-child {
  margin-bottom: 0;
}
.lk-history-item-wrapper > .lk-order {
  transition: 0.3s ease;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.lk-history-item-wrapper.open > .lk-order {
  opacity: 1;
  margin-top: 2.0833vw;
  height: auto;
}
.lk-history-item-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20.3125vw;
}
.lk-history-none {
  font-size: 1.1458vw;
}
.lk-info-title {
  font-size: 1.3542vw;
  margin-bottom: 2.0833vw;
}
.lk-info-input {
  color: var(--text);
}
.lk-info-btn {
  width: 20.3125vw;
}
.lk-info-btn > span {
  font-weight: 600;
  text-transform: uppercase;
}
.lk-tab-button {
  height: 2.7083vw;
  width: 100%;
  font-size: 0.5729vw;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5208vw;
  color: var(--brand);
  background-color: var(--white);
  border: 0.1042vw solid var(--brand);
  cursor: pointer;
  transition: 0.3s ease;
  font-family: Montserrat;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .lk-tab-button {
    border-radius: 1.667vw;
  }
}
.lk-tab-button:last-child {
  margin-bottom: 0;
}
.lk-tab-button.active {
  background-color: var(--brand);
  color: var(--white);
}
.lk-tab-button:hover {
  background-color: var(--brand-hover);
  color: var(--white);
}
.lk-tab-content {
  display: none;
}
.lk-tab-content-wrapper {
  margin-bottom: 1.0417vw;
}
.lk-tab-content-wrapper:last-child {
  margin-bottom: 0;
}
.lk-tab-content.active {
  display: block;
}
.lk-order-product {
  margin-bottom: 1.0417vw;
}
.lk-order-product:last-child {
  margin-bottom: 0;
}
.lk-order-product > .basket-main-product-item {
  margin-right: 1.6vw;
}
.lk-order-product > .basket-main-product-number {
  margin-right: 5.4vw;
}
.lk-order > .basket-buy {
  margin-bottom: 1.25vw;
}
.lk-order-number {
  font-size: 1.1458vw;
}
.lk-order-number-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7292vw;
}
.lk-order-date {
  font-size: 0.8333vw;
  color: var(--brand);
}
.lk-order-price {
  display: flex;
  justify-content: space-between;
}
.lk-change-btn {
  width: 20.3125vw;
}
.lk-else {
  margin-top: 1.0417vw;
}
.lk-else-link {
  font-size: 0.5729vw !important;
}

@media (max-width: 600px) {
  .lk-wrapper {
    flex-direction: column;
  }
  .lk-left {
    flex: 1 1 auto;
    order: 1;
  }
  .lk-right {
    margin-bottom: 5vw;
    order: 2;
    position: relative;
    top: 0;
    padding: 5vw;
    border: 0.278vw solid var(--border);
    height: fit-content;
  }
  .lk-right-wrapper {
    flex: 0 1 auto;
  }
  .lk-right-title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .lk-history {
    padding: 5vw;
    border: 0.278vw solid var(--border);
  }
  .lk-history-item {
    flex-direction: column;
  }
  .lk-history-item-wrapper {
    padding: 3vw 5vw;
    border: 0.278vw solid var(--border);
    margin-bottom: 5vw;
  }
  .lk-history-item-wrapper.open > .lk-order {
    margin-top: 5vw;
  }
  .lk-history-item-text {
    font-size: 4vw;
  }
  .lk-history-item-btn {
    font-size: 3vw;
    height: 10vw;
    width: 30vw;
    border: 0.278vw solid var(--brand);
  }
  .lk-history-item-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4vw;
  }
  .lk-history-item-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .lk-history-none {
    font-size: 4vw;
  }
  .lk-info-title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .lk-info-btn {
    width: 100%;
  }
  .lk-tab-button {
    height: 12vw;
    font-size: 3vw;
    margin-bottom: 3vw;
    border: 0.278vw solid var(--brand);
  }
  .lk-tab-content-wrapper {
    margin-bottom: 3vw;
  }
  .lk-order {
    border: none;
  }
  .lk-order-product {
    margin-bottom: 5vw;
  }
  .lk-order-product > .basket-main-product-item {
    margin-right: 0;
  }
  .lk-order-product > .basket-main-product-number {
    margin-right: 6.1vw;
  }
  .lk-order > .basket-buy {
    margin-bottom: 1.25vw;
  }
  .lk-order-number {
    font-size: 3.5vw;
  }
  .lk-order-number-wrapper {
    margin-bottom: 5vw;
  }
  .lk-order-date {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
  .lk-order-price .lk-order-number {
    font-size: 5.5vw;
  }
  .lk-change-btn {
    width: 100%;
    margin-bottom: 6vw;
  }
  .lk-else {
    margin: 3vw 0 5vw;
  }
  .lk-else-link {
    font-size: 3vw !important;
  }
}
.wpc-filters-section {
  position: relative;
  background-color: #F2F6F9;
  border: 0.1042vw solid #E4E8EA;
  margin-bottom: 1.0417vw !important;
  padding: 1.25vw 1.4vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .wpc-filters-section {
    border-radius: 1.667vw;
  }
}
.wpc-posts-found > p {
  display: none;
}

.wpc-filter-title {
  margin-bottom: 0 !important;
}

.wpc-filters-main-wrap li.wpc-term-item {
  margin-bottom: 0.7813vw !important;
}
.wpc-filters-main-wrap li.wpc-term-item:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0.2vw !important;
}

.wpc-filters-main-wrap ul.wpc-filters-ul-list {
  padding: 0 !important;
  max-height: none !important;
  overflow-y: hidden !important;
  transition: 0.4s ease;
}

.wpc-filter-content {
  transition: 0.4s ease;
  margin-top: 1.25vw;
  max-height: 11vw;
  overflow-y: auto;
  display: none !important;
}

.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox], .wpc-filters-main-wrap li.wpc-term-item input[type=radio] {
  margin: 0 !important;
  width: 0vw;
  height: 1.1458vw;
}

.wpc-filters-main-wrap li.wpc-term-item label {
  font-size: 0.7292vw;
}

.wpc-filters-main-wrap li.wpc-term-item label {
  padding-left: 1.8333vw !important;
}

input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 0.37vw;
  top: 0.6vw;
  background: #fff;
  width: 0.18vw;
  height: 0.18vw;
  box-shadow: 0.1042vw 0 0 #fff, 0.2083vw 0 0 #fff, 0.2083vw -0.1042vw 0 #fff, 0.2083vw -0.2083vw 0 #fff, 0.2083vw -0.3125vw 0 #fff, 0.2083vw -0.4167vw 0 #fff;
  transform: rotate(42deg);
}

.contact-form-section input[type=checkbox]:before, input[type=checkbox]:before {
  content: "";
  display: inline-block;
  width: 1.1458vw;
  height: 1.1458vw;
  background: var(--white);
  border: 0.1042vw solid #E4E8EA;
  margin-top: auto;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .contact-form-section input[type=checkbox]:before, input[type=checkbox]:before {
    border-radius: 1.667vw;
  }
}

.contact-form-section input[type=checkbox]:checked:before, input[type=checkbox]:checked:before {
  background: var(--brand);
  border-color: var(--brand);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .contact-form-section input[type=checkbox]:checked:before, input[type=checkbox]:checked:before {
    border-radius: 1.667vw;
  }
}

.catalog-main-content-filter-item-top.active + .wpc-filter-content {
  display: block !important;
}

@media (min-width: 601px) {
  .wpc-filter-content::-webkit-scrollbar {
    width: 0.2083vw;
  }
  .wpc-filter-content::-webkit-scrollbar-thumb {
    background: var(--brand);
    border-radius: 0.2083vw;
  }
  .wpc-filter-content::-webkit-scrollbar-track {
    background: #E4E8EA;
  }
}
.woocommerce-info {
  position: relative;
  color: var(--text);
  list-style: none outside;
  width: auto;
  background-color: transparent;
  word-wrap: break-word;
  margin-bottom: 1.0417vw;
  font-size: 0.7292vw;
}
.woocommerce-info::before {
  display: none;
}

ul.wpc-filter-chips-list {
  transition: 0.4s ease;
  flex-wrap: wrap;
}

.wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip {
  margin: 0 0.65vw 0.65vw 0 !important;
  font-size: 0.7292vw !important;
}

.wpc-filter-chip > a {
  border: 0.1042vw solid #E4E8EA !important;
  background-color: #F2F6F9;
  padding: 0.2604vw 0.8vw !important;
  border-radius: 0.2083vw !important;
  transition: 0.4s ease;
}
.wpc-filter-chip > a:hover {
  border: 0.1042vw solid var(--brand) !important;
}

.wpc-chip-reset-all > a {
  border: 0.1042vw solid #dbbab1 !important;
  background-color: #f7e9e9;
}
.wpc-chip-reset-all > a:hover {
  border: 0.1042vw solid tomato !important;
}

.wpc-filter-chip-name {
  margin-right: 0 !important;
  max-width: none !important;
}

.wpc-chip-remove-icon {
  line-height: 1 !important;
  font-size: 1.25vw !important;
  margin-left: 0.5208vw;
  transition: 0.4s ease;
}

.wpc-filter-chips-list a:hover .wpc-chip-remove-icon, .wpc-filter-search-wrapper button.wpc-search-clear:hover, .wpc-search-field-wrapper a.wpc-search-clear-icon:hover {
  color: var(--brand) !important;
}

.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-term-count-0:not(.wpc-has-not-empty-children), .wpc-term-count-0:not(.wpc-has-not-empty-children) a, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
  pointer-events: none;
}

.wpc-filters-main-wrap li.wpc-term-item {
  padding: 0 !important;
}

@media (max-width: 600px) {
  .wpc-filters-section {
    border: 0.556vw solid #E4E8EA;
    margin-bottom: 3vw !important;
    padding: 3vw 5vw;
  }
  .wpc-filters-main-wrap li.wpc-term-item {
    margin-bottom: 3.5vw !important;
  }
  .wpc-filters-main-wrap li.wpc-term-item:last-child {
    padding-bottom: 1.111vw !important;
  }
  .wpc-filter-content {
    margin-top: 3vw;
    max-height: 42vw;
  }
  .wpc-filters-main-wrap li.wpc-term-item input[type=checkbox], .wpc-filters-main-wrap li.wpc-term-item input[type=radio] {
    height: 5vw;
  }
  .wpc-filters-main-wrap li.wpc-term-item label {
    font-size: 3vw;
  }
  .wpc-filters-main-wrap li.wpc-term-item label {
    padding-left: 8vw !important;
  }
  input[type=checkbox]:checked:after {
    content: "";
    left: 1.55vw;
    top: 2.6vw;
    width: 0.8vw;
    height: 0.8vw;
    box-shadow: 0.556vw 0 0 #fff, 1.111vw 0 0 #fff, 1.111vw -0.556vw 0 #fff, 1.111vw -1.111vw 0 #fff, 1.111vw -1.667vw 0 #fff, 1.111vw -2.222vw 0 #fff;
    transform: rotate(42deg);
  }
  .contact-form-section input[type=checkbox]:before, input[type=checkbox]:before {
    width: 5vw;
    height: 5vw;
    border: 0.556vw solid #E4E8EA;
  }
  .woocommerce-info {
    margin-bottom: 3vw;
    font-size: 3vw;
  }
  .wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip {
    margin: 0 0.65vw 0.65vw 0 !important;
    font-size: 3vw !important;
  }
  .wpc-filter-chip > a {
    border: 0.556vw solid #E4E8EA !important;
    padding: 0.2604vw 0.8vw !important;
    border-radius: 0.2083vw !important;
  }
  .wpc-filter-chip > a:hover {
    border: 0.556vw solid var(--brand) !important;
  }
  .wpc-chip-reset-all > a {
    border: 0.556vw solid #dbbab1 !important;
  }
  .wpc-chip-reset-all > a:hover {
    border: 0.556vw solid tomato !important;
  }
  .wpc-chip-remove-icon {
    line-height: 1 !important;
    font-size: 1.25vw !important;
    margin-left: 0.5208vw;
  }
}
.card {
  padding: 0 0 3.125vw;
}
.card-wrapper {
  display: flex;
}
.card .title-wrapper {
  align-items: flex-start;
  margin-bottom: 2.0833vw;
}
.card-photo-wrapper {
  display: flex;
  margin-right: 2.0833vw;
  height: 31.25vw;
  position: sticky;
  top: 9.6042vw;
}
.card-photo-sub-items {
  display: flex;
  flex-direction: column;
}
.card-photo-sub-item {
  margin-right: 1.0417vw;
  width: 7.2917vw;
  height: 9.7188vw;
  border: 0.1042vw solid var(--border);
  overflow: hidden;
  margin-bottom: 1.0417vw;
  cursor: pointer;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .card-photo-sub-item {
    border-radius: 1.667vw;
  }
}
.card-photo-sub-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-photo-sub-item:last-child {
  margin-bottom: 0;
}
.card-photo-sub-item.active {
  border: 0.1042vw solid var(--brand);
}
.card-photo-main {
  position: relative;
  width: 22.9167vw;
  height: 31.25vw;
  border: 0.1042vw solid var(--border);
  overflow: hidden;
  order: 1;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .card-photo-main {
    border-radius: 1.667vw;
  }
}
.card-photo-main > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-table-wrapper {
  margin-right: 2.6042vw;
}
.card-table-row {
  display: flex;
  border: 0.1042vw solid var(--border);
  border-bottom: none;
  font-size: 0.7292vw;
}
.card-table-row:last-child {
  border-bottom: 0.1042vw solid var(--border);
}
.card-table-row > a {
  margin-bottom: -0.3125vw;
}
.card-table-atribut {
  display: flex;
  align-items: center;
  min-height: 2.8125vw;
  padding: 0.4167vw 1.0417vw;
  width: 9.375vw;
  border-right: 0.1042vw solid var(--border);
}
.card-table-value {
  display: flex;
  align-items: center;
  min-height: 2.8125vw;
  padding: 0.4167vw 1.0417vw;
  width: 17.1875vw;
}
.card-right {
  display: flex;
  margin-bottom: 3.125vw;
}
.card-price-items {
  align-items: center;
  display: flex;
  margin-bottom: 1.5625vw;
}
.card-price-title {
  font-size: 1.25vw;
  margin-bottom: 0.5208vw;
}
.card-price-top {
  border: 0.0625vw solid var(--border);
  background: #FCFCFC;
  padding: 1.25vw;
  margin-bottom: 1.0417vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .card-price-top {
    border-radius: 1.667vw;
  }
}
.card-price-new {
  display: block;
  font-size: 2.0833vw;
  margin-right: 1.5625vw;
}
.card-price-old {
  color: #AEAEAE;
  font-size: 1.25vw;
  display: block;
  text-decoration: line-through;
}
.card-price-btn {
  width: 100%;
  height: 2.7083vw;
  margin-bottom: 0.625vw;
  text-transform: uppercase;
  font-size: 0.5729vw;
  font-weight: 600;
}
.card-price-btn:last-child {
  margin-bottom: 0;
}
.card-price-wrapper {
  width: 18.2292vw;
  flex-grow: 0;
}
.card-price-slider {
  display: flex;
  margin: 0 -0.5208vw;
}
.card-price-slider .slick-arrow {
  top: 120%;
  width: 1.8229vw;
  height: 1.8229vw;
}
.card-price-slider .slick-prev {
  left: 7vw;
}
.card-price-slider .slick-next {
  right: 7vw;
}
.card-price-slide {
  margin: 0 0.5208vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  flex: 1 1 auto;
}
.card-price-slide-title {
  text-align: center;
  font-size: 0.7292vw;
  margin-bottom: 0.625vw;
}
.card-price-slide-img {
  width: 5.3646vw;
  height: 7.1875vw;
  overflow: hidden;
  border: 0.0521vw solid var(--border);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .card-price-slide-img {
    border-radius: 1.667vw;
  }
}
.card-price-slide-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-description-title {
  font-size: 1.6667vw;
  margin-bottom: 0.8333vw;
}
.card-description-text {
  font-size: 1.0417vw;
}
.card-tabs {
  margin: 3vw 0 0;
  width: 60vw;
}
.card-tabs .tabs_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.7083vw;
  font-weight: 600;
  font-size: 1.1458vw;
  padding: 0 1.1458vw;
  border-bottom: 0.1042vw solid transparent;
  margin-bottom: -0.0521vw;
}
.card-tabs .tabs_btn.active {
  color: var(--brand);
  border-bottom: 0.1042vw solid var(--brand);
}
.card-tabs .tabs_btns {
  display: flex;
  margin-bottom: 2.0833vw;
  border-bottom: 0.0521vw solid var(--border);
}
.card-review {
  border: 0.0625vw solid var(--border);
  padding: 1.6667vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .card-review {
    border-radius: 1.667vw;
  }
}
.card-review-user {
  margin-bottom: 2.0833vw;
}
.card-review-user-icon {
  width: 2.6042vw;
  height: 2.6042vw;
  border-radius: 50%;
  flex-shrink: 0;
  pointer-events: none;
}
.card-review-user-info {
  display: flex;
  align-items: center;
  gap: 1.1458vw;
}
.card-review-user-info-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8333vw;
}
.card-review-user-info-stars-wrapper {
  position: relative;
  width: 6.25vw;
  height: 1.25vw;
  flex-shrink: 0;
  background-color: #E1E6EA;
}
.card-review-user-info-stars-wrapper > span {
  position: absolute;
  display: block;
}
.card-review-user-info-stars-bg {
  top: -0.0521vw;
  left: -0.0521vw;
  z-index: 1;
  width: calc(100% + 0.1042vw);
  height: calc(100% + 0.1042vw);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='26' fill='none'%3E%3Cpath fill='%23fff' d='M122 26H0V0h122v26ZM13.959 3.699c-.318-.98-1.702-.98-2.02 0l-1.859 5.72H4.067c-1.03 0-1.459 1.316-.627 1.921l4.867 3.534-1.859 5.72c-.318.98.802 1.794 1.636 1.188l4.863-3.535 4.864 3.535c.834.606 1.955-.209 1.636-1.188l-1.856-5.72 4.863-3.534c.833-.606.405-1.921-.624-1.922h-6.013l-1.858-5.72Zm24 0c-.318-.98-1.702-.98-2.02 0l-1.859 5.72h-6.013c-1.03 0-1.459 1.316-.627 1.921l4.867 3.534-1.859 5.72c-.318.98.802 1.794 1.636 1.188l4.863-3.535 4.864 3.535c.834.606 1.955-.209 1.636-1.188l-1.856-5.72 4.863-3.534c.833-.606.405-1.921-.624-1.922h-6.013l-1.858-5.72Zm24 0c-.318-.98-1.702-.98-2.02 0l-1.859 5.72h-6.013c-1.03 0-1.459 1.316-.627 1.921l4.867 3.534-1.859 5.72c-.318.98.802 1.794 1.636 1.188l4.863-3.535 4.864 3.535c.834.606 1.955-.209 1.636-1.188l-1.856-5.72 4.863-3.534c.833-.606.405-1.921-.624-1.922h-6.013l-1.858-5.72Zm24 0c-.318-.98-1.702-.98-2.02 0l-1.859 5.72h-6.013c-1.03 0-1.459 1.316-.627 1.921l4.867 3.534-1.859 5.72c-.318.98.802 1.794 1.636 1.188l4.863-3.535 4.864 3.535c.834.606 1.955-.209 1.636-1.188l-1.856-5.72 4.863-3.534c.833-.606.405-1.921-.624-1.922h-6.013l-1.858-5.72Zm24 0c-.319-.98-1.703-.98-2.021 0l-1.858 5.72h-6.013c-1.03 0-1.459 1.316-.627 1.921l4.866 3.534-1.858 5.72c-.318.98.802 1.794 1.636 1.188l4.863-3.535 4.864 3.535c.834.606 1.954-.209 1.636-1.188l-1.856-5.72 4.863-3.534c.833-.606.405-1.921-.624-1.922h-6.013l-1.858-5.72Z'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-review-user-info-stars-main {
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FFCC33;
}
.card-review-user-name {
  font-size: 0.9vw;
}
.card-review-user-date {
  font-size: 0.7292vw;
  color: var(--text-muted);
}
.card-review-user-answer {
  font-size: 0.8333vw;
}
.card-review-admin-icon {
  width: 2.6042vw;
  height: 2.6042vw;
  border-radius: 50%;
  flex-shrink: 0;
  pointer-events: none;
}
.card-review-admin-info {
  display: flex;
  align-items: center;
  gap: 1.1458vw;
  margin-bottom: 0.8333vw;
}
.card-review-admin-name {
  font-size: 0.9vw;
}
.card-review-admin-date {
  font-size: 0.7292vw;
  color: var(--text-muted);
}
.card-review-admin-answer {
  font-size: 0.8333vw;
  padding: 0.7552vw 0 0.7552vw 1.7708vw;
  border-left: 0.0521vw solid #E5E5E5;
}
.card-reviews {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  flex-grow: 1;
}
.card-reviews-wrapper {
  display: flex;
  gap: 1.25vw;
  width: 100%;
}
.card-reviews-right {
  position: sticky;
  top: 10vw;
  width: 17vw;
  flex-shrink: 0;
  padding: 1.6667vw;
  height: fit-content;
  border: 0.0521vw solid var(--border);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .card-reviews-right {
    border-radius: 1.667vw;
  }
}
.card-reviews-right .btn {
  margin-top: 1.0417vw;
  width: 100%;
}
.card-reviews-rating-count-wrapper {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 0.5208vw;
}
.card-reviews-rating-count-number {
  font-size: 1.9792vw;
  font-weight: 600;
  line-height: 1.4;
}
.card-reviews-rating-counter {
  color: #6F7682;
  font-size: 0.7292vw;
  font-weight: 500;
  margin-bottom: 1.0417vw;
}
.card-reviews-rating-row {
  display: flex;
  align-items: center;
  gap: 0.3646vw;
}
.card-reviews-rating-row-count {
  font-weight: 500;
  font-size: 0.8333vw;
  width: 0.5208vw;
}
.card-reviews-rating-row-star {
  width: 0.8333vw;
  height: 0.8333vw;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00065 12.014L12.1207 14.5007L11.0273 9.81398L14.6673 6.66065L9.87398 6.25398L8.00065 1.83398L6.12732 6.25398L1.33398 6.66065L4.97398 9.81398L3.88065 14.5007L8.00065 12.014Z' fill='%23FFD426'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-reviews-rating-row-progress {
  width: 100%;
  height: 0.5208vw;
  background: #E1E6EA;
  border-radius: 0.2083vw;
  overflow: hidden;
}
.card-reviews-rating-row-progress > span {
  display: block;
  height: 100%;
  width: 0%;
  background-color: #FFCC33;
}

@media (max-width: 600px) {
  .card {
    padding: 0 0 10vw;
  }
  .card-wrapper {
    flex-direction: column;
  }
  .card .title-wrapper {
    align-items: center;
    margin-bottom: 3vw;
  }
  .card-photo-wrapper {
    top: auto;
    display: flex;
    flex-direction: column-reverse;
    margin-right: 0;
    position: relative;
    height: fit-content;
  }
  .card-photo-sub-items {
    display: flex;
    flex-direction: row;
    margin-right: 0;
    justify-content: center;
    margin-bottom: 4vw;
  }
  .card-photo-sub-item {
    width: 20vw;
    height: 28vw;
    border: 0.556vw solid var(--border);
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 3vw;
  }
  .card-photo-sub-item:last-child {
    margin-right: 0;
  }
  .card-photo-sub-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card-photo-sub-item:last-child {
    margin-bottom: 0;
  }
  .card-photo-sub-item.active {
    border: 0.556vw solid var(--brand);
  }
  .card-photo-main {
    width: 100%;
    height: 120vw;
    border: 0.278vw solid var(--border);
    overflow: hidden;
    margin-bottom: 4vw;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .card-photo-main {
    border-radius: 1.667vw;
  }
}
@media (max-width: 600px) {
  .card-photo-main > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card-table-wrapper {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .card-table-row {
    border: 0.278vw solid var(--border);
    font-size: 3vw;
    border-bottom: none;
  }
  .card-table-row:first-child {
    border-radius: 1.667vw 1.667vw 0 0;
  }
  .card-table-row:last-child {
    border-bottom: 0.278vw solid var(--border);
    border-radius: 0 0 1.667vw 1.667vw;
  }
  .card-table-row > a {
    margin-bottom: -0.3125vw;
  }
  .card-table-atribut {
    min-height: 10vw;
    padding: 2vw 4vw;
    width: 30vw;
    border-right: 0.278vw solid var(--border);
  }
  .card-table-value {
    min-height: 10vw;
    padding: 2vw 4vw;
    width: 17.1875vw;
    flex-grow: 1;
  }
  .card-right {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .card-price-wrapper {
    width: 100%;
  }
  .card-price-items {
    align-items: center;
    display: flex;
    margin-bottom: 1.5625vw;
  }
  .card-price-title {
    font-size: 5vw;
    margin-bottom: 0.5208vw;
  }
  .card-price-top {
    border: 0.278vw solid var(--border);
    padding: 5vw;
    margin-bottom: 8vw;
  }
  .card-price-new {
    font-size: 6vw;
    margin-right: 2vw;
  }
  .card-price-old {
    font-size: 4vw;
  }
  .card-price-btn {
    width: 100%;
    height: 14vw;
    margin-bottom: 3vw;
    font-size: 3vw;
  }
  .card-price-slider {
    margin: 0 -1.5vw 20vw 0;
  }
  .card-price-slider .slick-arrow {
    top: 115%;
    width: 10vw;
    height: 10vw;
  }
  .card-price-slider .slick-prev {
    left: 33vw;
  }
  .card-price-slider .slick-next {
    right: 32vw;
  }
  .card-price-slide {
    margin: 0 1.5vw;
  }
  .card-price-slide-title {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .card-price-slide-img {
    width: 100%;
    height: 40vw;
    border: 0.278vw solid var(--border);
  }
  .card-description-title {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  .card-description-text {
    font-size: 4vw;
  }
  .card-tabs {
    width: 100%;
    margin: 10vw 0 0;
  }
  .card-tabs .tabs_btn {
    height: 11vw;
    font-size: 5vw;
    padding: 0 5vw;
    border-bottom: 0.556vw solid transparent;
    margin-bottom: -0.278vw;
  }
  .card-tabs .tabs_btn.active {
    color: var(--brand);
    border-bottom: 0.1042vw solid var(--brand);
  }
  .card-tabs .tabs_btns {
    margin-bottom: 5vw;
    border-bottom: 0.278vw solid var(--border);
  }
  .card-review {
    border: 0.278vw solid var(--border);
    padding: 8vw 5vw;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .card-review {
    border-radius: 1.667vw;
  }
}
@media (max-width: 600px) {
  .card-review-user {
    margin-bottom: 8vw;
  }
  .card-review-user-icon {
    width: 12vw;
    height: 12vw;
    flex-shrink: 0;
  }
  .card-review-user-info {
    gap: 3vw;
  }
  .card-review-user-info-wrapper {
    margin-bottom: 6vw;
    flex-direction: column;
    gap: 4vw;
  }
  .card-review-user-info-stars-wrapper {
    position: relative;
    width: 100px;
    height: 20px;
    flex-shrink: 0;
    background-color: #E1E6EA;
  }
  .card-review-user-info-stars-wrapper > span {
    position: absolute;
    display: block;
  }
  .card-review-user-info-stars-bg {
    top: -1px;
    left: -1px;
    z-index: 1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  .card-review-user-name {
    font-size: 4vw;
  }
  .card-review-user-date {
    font-size: 3vw;
    margin-top: 1vw;
    color: var(--text-muted);
  }
  .card-review-user-answer {
    font-size: 4vw;
  }
  .card-review-admin-icon {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
  }
  .card-review-admin-info {
    display: flex;
    align-items: center;
    gap: 3vw;
    margin-bottom: 4vw;
  }
  .card-review-admin-name {
    font-size: 4vw;
  }
  .card-review-admin-date {
    font-size: 3vw;
    margin-top: 1vw;
  }
  .card-review-admin-answer {
    font-size: 4vw;
    padding: 2vw 0 2vw 4vw;
    border-left: 0.0521vw solid #E5E5E5;
  }
  .card-reviews {
    display: flex;
    flex-direction: column;
    gap: 6vw;
    flex-grow: 1;
  }
  .card-reviews-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8vw;
    width: 100%;
  }
  .card-reviews-right {
    position: relative;
    top: auto;
    width: 100%;
    flex-shrink: 0;
    padding: 5vw 5vw 8vw;
    height: fit-content;
    border: 0.278vw solid var(--border);
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .card-reviews-right {
    border-radius: 1.667vw;
  }
}
@media (max-width: 600px) {
  .card-reviews-right .btn {
    margin-top: 3vw;
    width: 100%;
  }
  .card-reviews-rating-count-wrapper {
    display: flex;
    align-items: center;
    gap: 3vw;
    margin-bottom: 3vw;
  }
  .card-reviews-rating-count-number {
    font-size: 8vw;
  }
  .card-reviews-rating-counter {
    color: #6F7682;
    font-size: 3vw;
    font-weight: 500;
    margin-bottom: 2vw;
  }
  .card-reviews-rating-row {
    display: flex;
    align-items: center;
    gap: 2vw;
  }
  .card-reviews-rating-row-count {
    font-size: 4vw;
    width: 2vw;
    flex-shrink: 0;
  }
  .card-reviews-rating-row-star {
    width: 5vw;
    height: 5vw;
  }
  .card-reviews-rating-row-progress {
    width: 100%;
    height: 3vw;
    background: #E1E6EA;
    border-radius: 1vw;
  }
}
.articles-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.125vw;
}
.articles-item {
  display: block;
  height: 20.8333vw;
  width: 26.0417vw;
  padding: 2.6042vw;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .articles-item {
    border-radius: 1.667vw;
  }
}
.articles-item {
  position: relative;
  margin-right: 1.5625vw;
  margin-bottom: 1.5625vw;
  border: 0.1042vw solid #E4E8EA;
}
.articles-item:nth-child(3n) {
  margin-right: 0;
}
.articles-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.articles-item > img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles-item::before, .articles-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: 0.3s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.63%, rgba(0, 0, 0, 0.6) 62.3%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .articles-item::before, .articles-item::after {
    border-radius: 1.667vw;
  }
}
.articles-item::before {
  background: linear-gradient(180deg, rgba(0, 86, 146, 0.5) 22.13%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0;
}
.articles-item:hover::before {
  opacity: 1;
}
.articles-item-text {
  position: absolute;
  z-index: 3;
  left: 2.6042vw;
  bottom: 2.6042vw;
  width: 19.5313vw;
}
.articles-item-text > p {
  color: var(--white);
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.9375vw;
}
.articles-item-text > span {
  font-size: 0.8333vw;
  font-weight: 700;
}

@media (max-width: 600px) {
  .articles .h2 {
    margin-left: 1vw;
  }
  .articles .h2::before {
    top: 3.7vw;
    left: -1vw;
  }
  .articles-items {
    margin-bottom: 8vw;
  }
  .articles-item {
    height: 80vw;
    width: 100%;
    padding: 5vw;
    margin-right: 0;
    margin-bottom: 8vw;
    border: 0.556vw solid #E4E8EA;
  }
  .articles-item:nth-child(3n) {
    margin-right: 0;
  }
  .articles-item:nth-last-child(-n+3) {
    margin-bottom: 5vw;
  }
  .articles-item:last-child {
    margin-bottom: 0;
  }
  .articles-item-text {
    position: absolute;
    z-index: 3;
    left: 10vw;
    bottom: 10vw;
    width: 70vw;
  }
  .articles-item-text > p {
    font-size: 4.5vw;
    margin-bottom: 3vw;
    line-height: 1.4;
  }
  .articles-item-text > a {
    font-size: 3vw;
  }
}
.article {
  position: relative;
}
.article-wrapper {
  display: flex;
  justify-content: space-between;
}
.article-left {
  flex: 0 0 57.2917vw;
  margin-right: 3.125vw;
}
.article-left > a {
  margin-top: 2.0833vw;
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1.4;
}
.article-text-wrapper > h2 {
  font-size: 1.6667vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.0417vw;
}
.article-text-wrapper > h3 {
  font-size: 1.3542vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.0417vw;
}
.article-text-wrapper > p {
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 1.0417vw;
}
.article-text-wrapper > span {
  font-size: 1.0417vw;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1.0417vw;
}
.article-text-wrapper > ul {
  list-style: disc;
  list-style-type: disc;
}
.article-text-wrapper > ul > li {
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0.5208vw;
  display: list-item;
  list-style-position: inside;
}
.article-text-wrapper > div {
  width: 36.4583vw;
  height: 25vw;
  margin-bottom: 1.0417vw;
  border: 0.1042vw solid #E4E8EA;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .article-text-wrapper > div {
    border-radius: 1.667vw;
  }
}
.article-text-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-text-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  color: var(--brand);
}
.article-text-wrapper a::before {
  content: "";
  position: absolute;
  center: 0;
  bottom: 0.45vw;
  width: 100%;
  height: 0px;
  border-bottom: 0.0521vw solid var(--brand);
  transition: all 0.4s;
}
.article-text-wrapper a:hover::before {
  width: 40%;
}
.article-text-wrapper figure {
  margin-bottom: 1.0417vw;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .article-text-wrapper figure {
    border-radius: 1.667vw;
  }
}
.article-text-wrapper figure > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin-bottom: -0.3vw;
}
.article-right {
  position: relative;
  color: var(--text);
  background-color: #F6F6F5;
  top: 10vw;
  position: sticky;
  flex: 0 0 20.8333vw;
  height: 21.9271vw;
  padding: 2.6042vw 1.7708vw;
  overflow: hidden;
  border: 0.0625vw solid var(--border);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .article-right {
    border-radius: 1.667vw;
  }
}
.article-right-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
}
.article-right-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-right-wrapper {
  position: relative;
  display: flex;
}
.article-right-title {
  position: relative;
  text-align: left;
  font-size: 1.3021vw;
  line-height: 1.4;
  margin-bottom: 1.25vw;
  z-index: 2;
}
.article-right-subtitle {
  position: relative;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.5625vw;
  z-index: 2;
}
.article-right-btn > span {
  text-transform: uppercase;
  font-size: 0.6771vw;
  margin-right: 0.6771vw;
}
.article-right-btn > svg {
  width: 1.0417vw;
  height: 1.0417vw;
  transform: rotate(-45deg);
}
.article-btn-wrapper {
  justify-content: flex-start;
}

@media (max-width: 600px) {
  .article-title::before {
    top: 3.5vw;
    left: 8vw;
  }
  .article-wrapper {
    flex-direction: column;
  }
  .article-left {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .article-left > a {
    margin-top: 3vw;
    font-size: 3vw;
  }
  .article-text-wrapper > h2 {
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 3vw;
  }
  .article-text-wrapper > h3 {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .article-text-wrapper > p {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .article-text-wrapper > span {
    display: block;
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .article-text-wrapper > ul {
    margin-bottom: 8vw;
  }
  .article-text-wrapper > ul > li {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .article-text-wrapper > ul > li:last-child {
    margin-bottom: 0;
  }
  .article-text-wrapper > div {
    width: 100%;
    height: 62.5vw;
    margin-bottom: 1.0417vw;
    border: 0.556vw solid #E4E8EA;
    overflow: hidden;
    margin-bottom: 5vw;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .article-text-wrapper > div {
    border-radius: 1.667vw;
  }
}
@media (max-width: 600px) {
  .article-text-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .article-text-wrapper > div a::before {
    bottom: 1.45vw;
    border-bottom: 0.267vw solid var(--brand);
  }
  .article-text-wrapper figure {
    margin-bottom: 5vw;
  }
  .article-right {
    top: 0;
    position: relative;
    flex: 0 0 100%;
    height: 72vw;
    padding: 8vw 5vw;
  }
  .article-right-title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .article-right-subtitle {
    font-size: 3.6vw;
    margin-bottom: 5vw;
  }
  .article-right-btn > span {
    font-size: 3vw;
    margin-right: 3vw;
  }
  .article-right-btn > svg {
    width: 4vw;
    height: 4vw;
  }
}
.information {
  padding: 0 0 3.125vw;
}
.information-wrapper {
  display: flex;
  justify-content: space-between;
}
.information-left {
  flex: 0 0 28.8542vw;
}
.information-left-wrapper {
  position: sticky;
  top: 9.6042vw;
}
.information-right {
  position: relative;
  flex: 0 0 48.9583vw;
  padding: 2.6042vw;
  padding-bottom: 20vw;
}
.information-right-items {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: var(--white);
  border: 0.0521vw solid var(--border);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .information-right-items {
    border-radius: 1.667vw;
  }
}
.information-right-item {
  padding: 1.5625vw;
  border-right: 0.0521vw solid var(--border);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.information-right-item:last-child {
  border-right: none;
}
.information-right-item-title {
  font-size: 1.0417vw;
  margin-bottom: 1.0417vw;
}
.information-right-item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0.8333vw;
}
.information-right-item-wrapper:last-child {
  margin-bottom: 0;
}
.information-right-item-wrapper > img {
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.625vw;
}
.information-right-item-wrapper > a {
  font-size: 0.8333vw;
}
.information-right-item-wrapper > p {
  font-size: 0.8333vw;
}
.information-map {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .information-map {
    border-radius: 1.667vw;
  }
}
.information-map [class*=ground-pane] {
  filter: hue-rotate(-20deg);
}
.information-map > iframe {
  width: 100%;
  height: 100%;
}
.information-data {
  margin-bottom: 2.0833vw;
}
.information-data-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375vw;
}
.information-data-item:last-child {
  margin-bottom: 0;
}
.information-data-item > img {
  width: 0.9375vw;
  height: 0.9375vw;
  margin-right: 0.7292vw;
}
.information-data-item > a {
  font-size: 1.0417vw;
}
.information-data-item > p {
  font-size: 1.0417vw;
}
.information-media-item {
  background-color: var(--white);
  border: 0.0521vw solid var(--border);
}

@media (max-width: 600px) {
  .information {
    padding: 0 0 5vw;
  }
  .information-wrapper {
    flex-direction: column;
  }
  .information-left {
    flex: 0 0 100%;
    margin-bottom: 3vw;
  }
  .information-left-wrapper {
    position: relative;
    top: 0;
  }
  .information-right {
    flex: 0 0 100%;
    padding: 5vw;
    padding-bottom: 90vw;
  }
  .information-right-items {
    border: 0.278vw solid var(--border);
    flex-direction: column;
  }
  .information-right-item {
    padding: 5vw;
    border-right: none;
    border-bottom: 0.278vw solid var(--border);
  }
  .information-right-item:last-child {
    border-bottom: none;
  }
  .information-right-item-title {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .information-right-item-wrapper {
    margin-bottom: 4vw;
  }
  .information-right-item-wrapper > img {
    width: 4vw;
    height: 4vw;
    margin-right: 3vw;
  }
  .information-right-item-wrapper > a {
    font-size: 3.5vw;
  }
  .information-right-item-wrapper > p {
    font-size: 3.5vw;
  }
  .information-map {
    margin-bottom: 6vw;
  }
  .information-data {
    margin-bottom: 4vw;
  }
  .information-data-item {
    margin-bottom: 4vw;
  }
  .information-data-item > img {
    width: 4vw;
    height: 4vw;
    margin-right: 3vw;
  }
  .information-data-item > a {
    font-size: 4vw;
  }
  .information-data-item > p {
    font-size: 4vw;
  }
  .information-media-item {
    border: 0.278vw solid var(--border);
    border: 0.278vw solid var(--border);
  }
}
.sale .slick-prev {
  left: 3vw;
}
.sale .slick-next {
  right: 3vw;
}
.sale-item {
  width: 100%;
  min-height: 43.75vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sale-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sale-item-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sale-title {
  margin-bottom: 1.563vw;
}
.sale-title-white {
  color: var(--white);
}
.sale-subtitle {
  color: var(--white);
  z-index: 2;
  font-size: 1.146vw;
  font-weight: 400;
  line-height: 1.8;
}
.sale-subtitle-wrapper {
  text-align: center;
  display: flex;
  margin-bottom: 3.125vw;
}
.sale .slick-dots {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.sale .slick-dots li {
  display: flex;
  width: 6vw !important;
  height: 0.3125vw;
  background-color: rgba(255, 255, 255, 0.3490196078);
  opacity: 1;
  margin: 0 0.2604vw;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sale .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.sale .slick-dots li button::before {
  display: none;
}

@media (max-width: 600px) {
  .sale .slick-prev {
    display: none !important;
  }
  .sale .slick-next {
    top: auto;
    bottom: -3vw;
    right: 3vw;
  }
  .sale br {
    display: none;
  }
  .sale-item {
    min-height: 120vw;
  }
  .sale-title {
    width: 90%;
    margin-bottom: 3vw;
  }
  .sale-subtitle {
    width: 90%;
    font-size: 4vw;
  }
  .sale-subtitle-wrapper {
    justify-content: center;
    margin-bottom: 6vw;
  }
  .sale .dots {
    display: none;
  }
  .sale .slick-dots li {
    width: 17.5vw !important;
    height: 1vw;
    opacity: 1;
    margin: 0 1vw;
  }
}
.documents {
  padding-top: 5vw;
}
.documents h1 {
  text-align: left;
  font-size: 2.4vw;
  line-height: 1.4;
  margin-bottom: 1vw;
}
.documents h2 {
  font-size: 1.6vw;
  margin-bottom: 0.6vw;
}
.documents h3,
.documents h4 {
  font-size: 1.3542vw;
  margin-bottom: 0.6vw;
}
.documents p {
  font-size: 0.9vw;
  margin-bottom: 1vw;
}

@media (max-width: 600px) {
  .documents {
    padding-top: 10vw;
  }
  .documents h1 {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  .documents h2 {
    font-size: 4vw;
    margin-bottom: 2.4vw;
  }
  .documents p {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
}
.catalog-select {
  border: 0.0521vw solid var(--brand);
  height: 2.6042vw;
  min-width: 11vw;
  padding: 0.625vw 2.3958vw 0.625vw 1.25vw;
}
.catalog-select::after {
  right: 0.5vw;
}
.catalog-select ul {
  border: 0.0521vw solid var(--brand) !important;
}
.catalog-select ul > li {
  padding: 0.625vw 2.3958vw 0.625vw 1.25vw !important;
  height: 2.6042vw;
}
.catalog-main-title {
  font-size: 1.875vw;
}
.catalog-main-title-wrapper {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.5625vw;
}
.catalog-main-content {
  display: flex;
  justify-content: space-between;
}
.catalog-main-content-filter {
  width: 15vw;
}
.catalog-main-content-filter-btn {
  display: flex;
  justify-content: space-between;
}
.catalog-main-content-filter-btn span {
  text-transform: uppercase;
  font-size: 0.5729vw;
  font-weight: 600;
  line-height: 1.55;
}
.catalog-main-content-filter-btn .btn-main {
  width: 6.9792vw;
  height: 2.7083vw;
}
.catalog-main-content-filter-btn .btn-secondary {
  width: 6.9792vw;
  height: 2.7083vw;
}
.catalog-main-content-filter-close {
  display: none;
}
.catalog-main-content-filter-item {
  position: relative;
  border: 0.0625vw solid var(--border);
  margin-bottom: 1.0417vw;
  padding: 1.25vw 1.0417vw;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .catalog-main-content-filter-item {
    border-radius: 1.667vw;
  }
}
.catalog-main-content-filter-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.catalog-main-content-filter-item-top > p {
  font-size: 0.8333vw;
}
.catalog-main-content-filter-item-top > svg {
  width: 1.3417vw;
  height: 1.3417vw;
  fill: var(--text);
}
.catalog-main-content-filter-item-top > svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog-main-content-filter-item-top.active > svg {
  webkittransform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog-main-content-filter-item-top.active + .catalog-main-content-filter-item-bottom {
  height: fit-content;
  max-height: 11vw;
  -webkit-max-height: 12vw;
}
.catalog-main-content-filter-item-top.active + .catalog-main-content-filter-item-bottom-check-fit {
  height: fit-content;
  overflow: visible;
}
.catalog-main-content-filter-item-bottom {
  margin-top: 1.25vw;
  display: none;
  align-content: flex-start;
  overflow: auto;
  scroll-behavior: smooth;
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  -webkit-max-height: 0;
  position: relative;
  pointer-events: auto;
  opacity: 1;
  z-index: 90;
}
.catalog-main-content-filter-item-bottom-active {
  display: flex;
  flex-direction: column;
}
@media (min-width: 601px) {
  .catalog-main-content-filter-item-bottom::-webkit-scrollbar {
    width: 0.2604vw;
  }
  .catalog-main-content-filter-item-bottom::-webkit-scrollbar-track {
    background: var(--border);
  }
  .catalog-main-content-filter-item-bottom::-webkit-scrollbar-thumb {
    background: var(--brand);
  }
}
.catalog-main-content-filter-item-bottom-check-item {
  flex-grow: 1;
  width: 100%;
}
.catalog-main-content-filter-item-bottom-check-item:last-child label {
  margin-bottom: 0;
}
.catalog-main-content-filter-item-bottom-check-item-disable {
  flex-grow: 1;
  pointer-events: none;
  color: var(--text-muted);
  width: 100%;
}
.catalog-main-content-filter-item-bottom-check-item-2 {
  width: 100%;
  padding-right: 0.8333vw;
}
.catalog-main-content-filter-item-bottom-check input[type=checkbox] {
  display: none;
}
.catalog-main-content-filter-item-bottom-check label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 0;
  margin-bottom: 0.7813vw;
  user-select: none;
  transition: all 0.4s;
  font-size: 0.7292vw;
}
.catalog-main-content-filter-item-bottom-check label div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.1458vw;
  height: 1.1458vw;
  border: 0.1042vw solid #E4E8EA;
  background-color: var(--white);
  transition: all 0.4s;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 0.8333vw;
  border-radius: 0.1042vw;
}
.catalog-main-content-filter-item-bottom-check label div > svg {
  opacity: 0;
  transition: all 0.4s;
  width: 0.625vw;
  height: 0.625vw;
}
.catalog-main-content-filter-item-bottom-check label:hover {
  color: var(--brand);
}
.catalog-main-content-filter-item-bottom-check label:hover div {
  border: 0.1042vw solid var(--brand);
}
.catalog-main-content-filter-item-bottom-check input[type=checkbox]:checked + label div {
  border: 0.1042vw solid var(--brand);
  color: var(--brand);
  background-color: var(--brand);
}
.catalog-main-content-filter-item-bottom-check input[type=checkbox]:checked + label div > svg {
  opacity: 1;
}
.catalog-main-content-filter-item-simple {
  display: flex;
  flex-direction: column;
}
.catalog-main-content-filter-item-simple > a {
  font-size: 0.7292vw;
  margin-bottom: 0.8333vw;
}
.catalog-main-content-filter-item-simple > a:last-child {
  margin-bottom: 0;
}
.catalog-main-content-filter-item-simple-active {
  color: var(--brand);
}
.catalog-main-content-products {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  gap: 1.5625vw;
}
.catalog-main-content-products-wrapper {
  flex: 0 0 64.6875vw;
}
.catalog-main-content-products-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-main-content-products-tools-item {
  align-items: center;
  display: inline-flex;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.catalog-main-content-products-tools-item > p {
  font-size: 0.8333vw;
  font-weight: 600;
  line-height: 1.4;
  margin-right: 1.5625vw;
}
.catalog-main-content-products-tools-item-view-btns {
  display: flex;
}
.catalog-main-content-products-tools-item-view-btn {
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6771vw;
  border: 0.1042vw solid var(--text-muted);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .catalog-main-content-products-tools-item-view-btn {
    border-radius: 1.667vw;
  }
}
.catalog-main-content-products-tools-item-view-btn {
  cursor: pointer;
}
.catalog-main-content-products-tools-item-view-btn:first-child {
  margin-right: 0.625vw;
}
.catalog-main-content-products-tools-item-view-btn > svg {
  transition: 0.3s ease;
  fill: var(--text-muted);
  width: 0.7813vw;
  height: 0.7813vw;
}
.catalog-main-content-products-tools-item-view-btn:hover {
  border: 0.1042vw solid var(--brand);
}
.catalog-main-content-products-tools-item-view-btn:hover > svg {
  fill: var(--brand);
}
.catalog-main-content-products-tools-item-view-btn-active {
  border: 0.1042vw solid var(--brand);
  background-color: var(--brand);
}
.catalog-main-content-products-tools-item-view-btn-active > svg {
  fill: var(--white);
}
.catalog-main-content-products-tools-item-view-btn-active:hover {
  border: 0.1042vw solid var(--brand);
}
.catalog-main-content-products-tools-item-view-btn-active:hover > svg {
  fill: var(--white);
}
.catalog-main-content-product {
  display: flex;
  position: relative;
  border: 0.0625vw solid var(--border);
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 15vw;
  height: auto;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .catalog-main-content-product {
    border-radius: 1.667vw;
  }
}

.wc-block-components-notice-banner.is-info {
  padding: 1.25vw !important;
  margin: 0;
  background-color: var(--white) !important;
  border: 0.0521vw solid var(--border) !important;
  color: var(--text) !important;
  font-size: 0.8333vw !important;
  align-items: center;
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .wc-block-components-notice-banner.is-info {
    border-radius: 1.667vw;
  }
}
.wc-block-components-notice-banner.is-info > svg {
  background-color: var(--brand) !important;
}

@media (max-width: 600px) {
  .catalog-select {
    border: 0.278vw solid var(--brand);
    min-width: 40vw;
    padding: 3vw 11vw 3vw 5vw;
    height: 10vw;
  }
  .catalog-select::after {
    right: 0.5vw;
  }
  .catalog-select ul {
    border: 0.278vw solid var(--brand) !important;
  }
  .catalog-select ul > li {
    padding: 0 5vw !important;
    height: 10vw !important;
    line-height: 3.5 !important;
  }
  .catalog-select > .current {
    line-height: 1.3;
  }
  .catalog-main-title {
    font-size: 5.33vw;
    margin-bottom: 5vw;
  }
  .catalog-main-title-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }
  .catalog-main-content-filter {
    transition: 0.3s ease;
    left: 0;
    top: 47vw;
    z-index: 98;
    position: absolute;
    transform: translateX(-100%);
    width: 90vw;
    padding: 14vw 5vw 8vw;
    background: var(--white);
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .catalog-main-content-filter {
    border-radius: 1.667vw;
  }
}
@media (max-width: 600px) {
  .catalog-main-content-filter-close {
    display: block;
    top: 5vw;
    right: 5vw;
    position: absolute;
    width: 6vw;
    height: 6vw;
  }
  .catalog-main-content-filter-close > svg {
    stroke: var(--text);
    width: 100%;
    height: 100%;
    stroke-width: 0.556vw;
  }
  .catalog-main-content-filter-active {
    left: 5vw;
    transform: translateX(0%);
    box-shadow: 0vw 0vw 5vw rgba(0, 0, 0, 0.5);
  }
  .catalog-main-content-filter-btn {
    display: flex;
    justify-content: space-between;
  }
  .catalog-main-content-filter-btn span {
    font-size: 3vw;
  }
  .catalog-main-content-filter-btn .btn-main {
    width: 38.5vw;
    height: 14vw;
  }
  .catalog-main-content-filter-btn .btn-secondary {
    width: 38.5vw;
    height: 14vw;
  }
  .catalog-main-content-filter-title {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .catalog-main-content-filter-title-wrapper {
    margin-bottom: 3vw;
  }
  .catalog-main-content-filter-title-wrapper > a {
    font-size: 3vw;
  }
  .catalog-main-content-filter-item {
    border: 0.278vw solid #E4E8EA;
    margin-bottom: 3vw !important;
    padding: 3vw 5vw;
  }
  .catalog-main-content-filter-item-top > p {
    font-size: 3vw;
  }
  .catalog-main-content-filter-item-top > div {
    font-size: 3vw;
  }
  .catalog-main-content-filter-item-top > svg {
    width: 4vw;
    height: 4vw;
  }
  .catalog-main-content-filter-item-top.active + .catalog-main-content-filter-item-bottom {
    height: fit-content;
    max-height: 31vw;
    -webkit-max-height: 31vw;
  }
  .catalog-main-content-filter-item-top.active + .catalog-main-content-filter-item-bottom-check-fit {
    overflow: visible;
    margin-top: 3vw;
    height: fit-content;
  }
  .catalog-main-content-filter-item-bottom {
    margin-top: 3vw;
  }
  .catalog-main-content-filter-item-bottom-check-item-2 {
    width: 100%;
    padding-right: 3vw;
  }
  .catalog-main-content-filter-item-bottom-check label {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .catalog-main-content-filter-item-bottom-check label div {
    width: 5vw;
    height: 5vw;
    border: 0.278vw solid #E4E8EA;
    margin-right: 3vw;
    border-radius: 1vw;
  }
  .catalog-main-content-filter-item-bottom-check label div > svg {
    width: 2vw;
    height: 2vw;
  }
  .catalog-main-content-filter-item-bottom-check label:hover div {
    border: 0.556vw solid var(--brand);
  }
  .catalog-main-content-filter-item-bottom-check input[type=checkbox]:checked + label div {
    border: 0.556vw solid var(--brand);
  }
  .catalog-main-content-filter-item-simple > a {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .catalog-main-content-products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: -3vw;
  }
  .catalog-main-content-products-wrapper {
    flex: 0 0 100%;
  }
  .catalog-main-content-products-tools {
    width: 100%;
    padding: 3vw 5vw;
    border: 0.278vw solid var(--border);
    margin-bottom: 5vw;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .catalog-main-content-products-tools {
    border-radius: 1.667vw;
  }
}
@media (max-width: 600px) {
  .catalog-main-content-products-tools-item > p {
    display: none;
  }
  .catalog-main-content-products-tools-item-view-btns {
    display: flex;
  }
  .catalog-main-content-products-tools-item-view-btn {
    width: 10vw;
    height: 10vw;
    border: 0.556vw solid var(--text-muted);
  }
  .catalog-main-content-products-tools-item-view-btn:first-child {
    margin-right: 3vw;
  }
  .catalog-main-content-products-tools-item-view-btn > svg {
    width: 3.5vw;
    height: 3.5vw;
  }
  .catalog-main-content-products-tools-item-view-btn:hover {
    border: 0.556vw solid var(--brand);
  }
  .catalog-main-content-products-tools-item-view-btn-active {
    border: 0.556vw solid var(--brand);
  }
  .catalog-main-content-products-tools-item-view-btn-active:hover {
    border: 0.556vw solid var(--brand);
  }
  .catalog-main-content-product {
    margin-right: 0vw;
    margin-bottom: 3vw;
    width: 43.5vw;
    border: 0.278vw solid var(--border);
  }
  .catalog-btns > div {
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: var(--brand);
    padding: 3vw 5vw 3vw 11vw;
    color: var(--white);
    fill: var(--white);
    position: relative;
    border-radius: 0.3125vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .catalog-btns > div {
    border-radius: 1.667vw;
  }
}
@media (max-width: 600px) {
  .catalog-btns > div > svg {
    transition: 0.3s;
    position: absolute;
    left: 7vw;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.5vw;
    height: 3.5vw;
    margin-right: 1vw;
  }
  .catalog-btns > div > svg:nth-child(1) {
    opacity: 1;
  }
  .catalog-btns > div > svg:nth-child(2) {
    opacity: 0;
  }
  .catalog-btns > div > span {
    font-size: 3vw;
  }
  .catalog-btns > .catalog-btn-filter-mobi-active > svg:nth-child(1) {
    opacity: 0;
  }
  .catalog-btns > .catalog-btn-filter-mobi-active > svg:nth-child(2) {
    width: 2.5vw;
    height: 2.5vw;
    opacity: 1;
  }
  .wc-block-components-notice-banner.is-info {
    padding: 3vw !important;
    width: 100%;
    border: 0.278vw solid var(--border) !important;
    font-size: 3vw !important;
  }
}
.price-input {
  display: flex;
  margin-bottom: 1.5104vw;
  justify-content: space-between;
  align-items: center;
}
.price-input .field {
  display: flex;
  height: 2.1354vw;
  width: 5.6771vw;
  align-items: center;
  background-color: var(--white);
  padding: 0.625vw 0.9375vw;
  font-size: 0.7292vw;
  line-height: 1.4;
  border: 0.0521vw solid var(--border);
  border-radius: 0.3125vw;
}
@media (max-width: 600px) {
  .price-input .field {
    border-radius: 1.667vw;
  }
}
.price-input .field > p {
  color: var(--text-muted);
  font-weight: 400;
}

.field input {
  width: 100%;
  font-weight: 500;
  text-align: right;
  -moz-appearance: textfield;
  cursor: pointer;
}

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

.price-input .separator {
  width: 0.5208vw;
  height: 0.1042vw;
  background-color: var(--brand);
}

.slider {
  height: 0.5208vw;
  position: relative;
  background: var(--border);
  border-radius: 0.2604vw;
}
.slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 0.2604vw;
  background: var(--brand);
}

.range-input {
  position: relative;
  margin-bottom: 0.2604vw;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 0.5208vw;
  top: -0.5208vw;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 1.0417vw;
  width: 1.0417vw;
  border-radius: 50%;
  border: 0.2604vw solid var(--white);
  background: var(--brand);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0vw 0.0521vw 0.5208vw rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  height: 1.0417vw;
  width: 1.0417vw;
  border-radius: 50%;
  border: 0.2604vw solid var(--white);
  background: var(--brand);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0vw 0.0521vw 0.5208vw rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

@media (max-width: 600px) {
  .price-input {
    margin-bottom: 5vw;
  }
  .price-input .field {
    height: 10vw;
    width: 30vw;
    padding: 3vw 5vw;
    font-size: 3vw;
    border: 0.278vw solid var(--border);
  }
  .price-input .separator {
    width: 3vw;
    height: 0.556vw;
  }
  .slider {
    height: 2vw;
    border-radius: 3vw;
  }
  .slider .progress {
    border-radius: 3vw;
  }
  .range-input {
    position: relative;
    margin-bottom: 3vw;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 2vw;
    top: -2vw;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type=range]::-webkit-slider-thumb {
    height: 6vw;
    width: 6vw;
    border: 1.5vw solid var(--white);
    box-shadow: 0vw 0vw 3vw rgba(0, 0, 0, 0.25);
  }
  input[type=range]::-moz-range-thumb {
    height: 6vw;
    width: 6vw;
    border: 1.5vw solid var(--white);
    box-shadow: 0vw 0vw 3vw rgba(0, 0, 0, 0.25);
  }
}
.wpc-filters-range-inputs {
  width: 100%;
}
.wpc-filters-checkboxes {
  overflow: visible;
}
.wpc-filter-title {
  font-size: 0.7813vw;
  font-weight: 600;
  margin-bottom: 0;
}
.wpc-checkbox-item {
  margin-bottom: 0.7813vw;
}
.wpc-checkbox-item:last-child {
  margin-bottom: 0;
}

.widget-area {
  flex: 0 0 18.75vw;
}

.wpc-filters-range-inputs .ui-slider-horizontal {
  height: 0.5208vw;
}

@media (max-width: 600px) {
  .wpc-filters-range-inputs {
    width: 100%;
  }
  .wpc-filters-checkboxes {
    overflow: visible;
  }
  .wpc-filters-main-wrap {
    padding: 0;
  }
  .wpc-filter-title {
    font-size: 3vw;
    font-weight: 600;
    margin-bottom: 0;
  }
  .wpc-checkbox-item {
    margin-bottom: 3vw;
  }
  .wpc-checkbox-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .widget-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.111vw;
    background-color: var(--white);
    width: 25%;
    min-height: 11.667vw;
    padding: 0.556vw 0;
    -webkit-tap-highlight-color: transparent;
  }
  .widget-btn svg {
    transition: 0.3s ease;
    flex: 0 0 auto;
    width: 5.5vw;
    height: 5.5vw;
    fill: var(--text);
  }
  .widget-btn .shop-item {
    display: flex;
    width: 5.5vw;
    height: 5.5vw;
  }
  .widget-btn > p {
    font-family: "Onest", "Helvetica Neue", Arial, sans-serif;
    color: var(--text);
    transition: 0.3s ease;
    font-size: 2.8vw;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    text-transform: none;
  }
  .widget-btn-wrapper {
    padding: 2.222vw 3.333vw;
    padding-bottom: calc(2.222vw + env(safe-area-inset-bottom));
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    background: var(--white);
    height: auto;
    z-index: 999;
    justify-content: space-between;
    border-top: 0.278vw solid var(--border);
    box-shadow: 0 -0.556vw 2.222vw rgba(40, 40, 40, 0.06);
  }
  .widget-btn:hover svg {
    fill: var(--brand);
  }
  .widget-btn:hover > p {
    color: var(--brand);
  }
}
