/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./frontend/src/scss/landings/cofix-barhatnye-ruchki/index.scss ***!
  \*******************************************************************************************************************************************************/
html {
  --theme-btn-primary-hover: #E0A6B2;
  --theme-btn-primary-active: #D497A3;
  --theme-primary-color: #DE8696;
  --theme-ui-primary-color: #E5C1C8;
  --theme-ui-primary-color-hover: #E36279;
  --theme-ui-primary-color-active: #A44F5E;
  --theme-secondary-bg: #FFFFFF;
  --theme-header-border: #FDF7F8;
  --theme-text-color: #585858;
  --theme-button-shadow: .7rem .7rem 1.8rem #AC818966;
  --theme-black: rgba(88, 88, 88, 1);
  --theme-black-075: rgba(88, 88, 88, .75);
  --theme-black-05: rgba(88, 88, 88, .5);
  --theme-black-03: rgba(88, 88, 88, .3);
  --theme-black-005: rgba(88, 88, 88, .05);
  --theme-product-hero-bg: #FDF7F8;
  --theme-modal-overlay: rgba(198, 176, 180, 0.4);
  --theme-primary-bg: #FFFFFF;
  --theme-subfilter-bg: #FFFFFF;
  --theme-article-content-bg: rgba(255, 255, 255, 0.75);
}

html[data-theme=dark-theme] {
  --theme-btn-primary-hover: #008589;
  --theme-btn-primary-active: #007E83;
  --theme-primary-color: #20A7AB;
  --theme-ui-primary-color: #20A7AB;
  --theme-ui-primary-color-hover: #008589;
  --theme-ui-primary-color-active: #007E83;
  --theme-secondary-bg: #394A5F;
  --theme-header-border: #6C7B8F;
  --theme-text-color: #FFFFFF;
  --theme-button-shadow: 7px 7px 18px 0px #20A7AB3D;
  --theme-black: rgba(40, 58, 81, 1);
  --theme-black-075: rgba(40, 58, 81, .75);
  --theme-black-05: rgba(40, 58, 81, .5);
  --theme-black-03: rgba(40, 58, 81, .3);
  --theme-black-005: rgba(40, 58, 81, .05);
  --theme-product-hero-bg: #394A5F;
  --theme-modal-overlay: rgba(40, 58, 81, .5);
  --theme-primary-bg: #4E5F74;
  --theme-subfilter-bg: #3B4D64;
  --theme-article-content-bg: rgba(57, 74, 95, 0.75);
}

.banner {
  display: grid;
  background-color: rgb(255, 255, 255);
  padding: 17.5rem 6rem 0;
  height: 79.1rem;
  background-repeat: no-repeat;
  background-image: url(../../042244a38d395c3a6551.webp);
  background-size: cover;
  background-position: 0 -2rem;
  align-content: start;
}
@media (max-width: 667px) {
  .banner {
    padding: 1.6rem 1.6rem 0;
    height: 65.1rem;
    background-image: url(../../1e74569b5602a9fe27e6.webp);
    background-position: unset;
  }
}
.banner__content {
  max-width: 68rem;
}
.banner__title {
  text-transform: uppercase;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.005rem;
  font-weight: 500;
  color: var(--theme-black);
  display: grid;
}
@media (max-width: 667px) {
  .banner__title {
    font-size: 2.8rem;
  }
}
.banner__title ._pink {
  color: #FF5CA1;
}
.banner__btn {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media (max-width: 667px) {
  .banner__btn {
    font-size: 2rem;
  }
}
.banner__text {
  max-width: 45rem;
  line-height: 1.1;
  font-size: 3.2rem;
  font-weight: 450;
}
@media (max-width: 667px) {
  .banner__text {
    max-width: unset;
    font-size: 2rem;
  }
}

.mechanic {
  display: grid;
  gap: 3.2rem;
}
@media (max-width: 667px) {
  .mechanic {
    gap: 2rem;
  }
}
.mechanic__title {
  padding: 0 2rem;
}
@media (max-width: 667px) {
  .mechanic__title {
    padding: 0 1.6rem;
  }
}
.mechanic__content {
  object-fit: contain;
  width: 100%;
}

.instruction {
  position: relative;
  height: 67.7rem;
  background-repeat: no-repeat;
  background-image: url(../../acd0a3af5eddf47a5a9d.webp);
  background-size: contain;
  display: grid;
  align-items: center;
}
@media (min-width: 667px) {
  .instruction {
    margin-top: -7rem;
  }
}
@media (max-width: 667px) {
  .instruction {
    height: 48rem;
    background-image: url(../../544496b8c7c7bfef9179.webp);
    justify-items: center;
  }
}
.instruction__content {
  width: 62rem;
  position: absolute;
  right: 5.2rem;
}
@media (min-width: 667px) {
  .instruction__content {
    margin-top: -5rem;
  }
}
@media (max-width: 667px) {
  .instruction__content {
    width: 30.3rem;
    right: unset;
    top: 2rem;
  }
}

@media (min-width: 667px) {
  .product-card:hover .product-card__second {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

.product-card {
  display: block;
  position: relative;
  background-color: #FDF7F8;
  height: 55.6rem;
  width: 44.8rem;
}
@media (max-width: 667px) {
  .product-card {
    height: 44.4rem;
    width: 31.6rem;
  }
}
[data-theme=dark-theme] .product-card {
  background-color: var(--theme-secondary-bg);
}
.product-card__container {
  width: 100%;
  height: 100%;
}
.product-card__type {
  position: absolute;
  z-index: 1;
  top: 2.4rem;
  left: 2.4rem;
  font-weight: 500;
  padding: 0.4rem 0.8rem;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.005rem;
  color: var(--theme-black);
  text-transform: uppercase;
}
.product-card__type._hit {
  background-image: linear-gradient(91.45deg, #E3C284 -5.54%, #E4D4B4 24.66%, #FCFAF6 51.04%, #E4D4B4 78.91%, #E3C284 102.9%);
}
.product-card__type._novelty {
  background-image: linear-gradient(91.45deg, #E5C1C8 -5.54%, #F5D4DB 24.66%, #FDE8EC 51.04%, #F5D4DB 78.91%, #E5C1C8 102.9%);
}
@media (max-width: 667px) {
  .product-card__type {
    top: 1.6rem;
    left: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.product-card__product-img {
  height: 38rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
.product-card__product-img img {
  object-fit: contain;
}
.product-card__product-img._swatch {
  height: 100% !important;
}
.product-card__product-img._swatch img {
  object-fit: cover;
}
@media (max-width: 667px) {
  .product-card__product-img {
    height: 22rem;
  }
}
.product-card__main {
  padding: 2.4rem 2.4rem 2rem;
  height: 100%;
}
@media (max-width: 667px) {
  .product-card__main {
    padding: 1.6rem 1.6rem 2rem;
  }
}
.product-card__second {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #FDF7F8;
}
.product-card__content {
  position: absolute;
  left: 2.4rem;
  right: 2.4rem;
  bottom: 2rem;
}
@media (max-width: 667px) {
  .product-card__content {
    bottom: 7.6rem;
    left: 1.6rem;
    right: 1.6rem;
  }
}
.product-card__buy {
  height: 6rem;
  box-shadow: 0.7rem 0.7rem 1.8rem rgba(172, 129, 137, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  min-width: unset;
}
@media (min-width: 667px) {
  .product-card__buy._main {
    display: none;
  }
}
.product-card__stars {
  width: 10rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 667px) {
  .product-card__stars {
    width: 8rem;
  }
}
.product-card__stars[data-rating="5"] {
  background-image: url("data:image/svg+xml,%3Csvg width=%27100%27 height=%2720%27 viewBox=%270 0 100 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99837 1.66504L12.5734 6.88171L18.3317 7.72337L14.165 11.7817L15.1484 17.515L9.99837 14.8067L4.84837 17.515L5.83171 11.7817L1.66504 7.72337L7.42337 6.88171L9.99837 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M29.9984 1.66504L32.5734 6.88171L38.3317 7.72337L34.165 11.7817L35.1484 17.515L29.9984 14.8067L24.8484 17.515L25.8317 11.7817L21.665 7.72337L27.4234 6.88171L29.9984 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M49.9984 1.66504L52.5734 6.88171L58.3317 7.72337L54.165 11.7817L55.1484 17.515L49.9984 14.8067L44.8484 17.515L45.8317 11.7817L41.665 7.72337L47.4234 6.88171L49.9984 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M69.9984 1.66504L72.5734 6.88171L78.3317 7.72337L74.165 11.7817L75.1484 17.515L69.9984 14.8067L64.8484 17.515L65.8317 11.7817L61.665 7.72337L67.4234 6.88171L69.9984 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M89.9984 1.66504L92.5734 6.88171L98.3317 7.72337L94.165 11.7817L95.1484 17.515L89.9984 14.8067L84.8484 17.515L85.8317 11.7817L81.665 7.72337L87.4234 6.88171L89.9984 1.66504Z%27 fill=%27%23DE8696%27/%3E%3C/svg%3E");
}
.product-card__stars[data-rating="4"] {
  background-image: url("data:image/svg+xml,%3Csvg width=%27100%27 height=%2720%27 viewBox=%270 0 100 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99837 1.66504L12.5734 6.88171L18.3317 7.72337L14.165 11.7817L15.1484 17.515L9.99837 14.8067L4.84837 17.515L5.83171 11.7817L1.66504 7.72337L7.42337 6.88171L9.99837 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M29.9984 1.66504L32.5734 6.88171L38.3317 7.72337L34.165 11.7817L35.1484 17.515L29.9984 14.8067L24.8484 17.515L25.8317 11.7817L21.665 7.72337L27.4234 6.88171L29.9984 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M49.9984 1.66504L52.5734 6.88171L58.3317 7.72337L54.165 11.7817L55.1484 17.515L49.9984 14.8067L44.8484 17.515L45.8317 11.7817L41.665 7.72337L47.4234 6.88171L49.9984 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M69.9984 1.66504L72.5734 6.88171L78.3317 7.72337L74.165 11.7817L75.1484 17.515L69.9984 14.8067L64.8484 17.515L65.8317 11.7817L61.665 7.72337L67.4234 6.88171L69.9984 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M89.9984 1.66504L92.5734 6.88171L98.3317 7.72337L94.165 11.7817L95.1484 17.515L89.9984 14.8067L84.8484 17.515L85.8317 11.7817L81.665 7.72337L87.4234 6.88171L89.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.product-card__stars[data-rating="3"] {
  background-image: url("data:image/svg+xml,%3Csvg width=%27100%27 height=%2720%27 viewBox=%270 0 100 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99837 1.66504L12.5734 6.88171L18.3317 7.72337L14.165 11.7817L15.1484 17.515L9.99837 14.8067L4.84837 17.515L5.83171 11.7817L1.66504 7.72337L7.42337 6.88171L9.99837 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M29.9984 1.66504L32.5734 6.88171L38.3317 7.72337L34.165 11.7817L35.1484 17.515L29.9984 14.8067L24.8484 17.515L25.8317 11.7817L21.665 7.72337L27.4234 6.88171L29.9984 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M49.9984 1.66504L52.5734 6.88171L58.3317 7.72337L54.165 11.7817L55.1484 17.515L49.9984 14.8067L44.8484 17.515L45.8317 11.7817L41.665 7.72337L47.4234 6.88171L49.9984 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M69.9984 1.66504L72.5734 6.88171L78.3317 7.72337L74.165 11.7817L75.1484 17.515L69.9984 14.8067L64.8484 17.515L65.8317 11.7817L61.665 7.72337L67.4234 6.88171L69.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M89.9984 1.66504L92.5734 6.88171L98.3317 7.72337L94.165 11.7817L95.1484 17.515L89.9984 14.8067L84.8484 17.515L85.8317 11.7817L81.665 7.72337L87.4234 6.88171L89.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.product-card__stars[data-rating="2"] {
  background-image: url("data:image/svg+xml,%3Csvg width=%27100%27 height=%2720%27 viewBox=%270 0 100 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99837 1.66504L12.5734 6.88171L18.3317 7.72337L14.165 11.7817L15.1484 17.515L9.99837 14.8067L4.84837 17.515L5.83171 11.7817L1.66504 7.72337L7.42337 6.88171L9.99837 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M29.9984 1.66504L32.5734 6.88171L38.3317 7.72337L34.165 11.7817L35.1484 17.515L29.9984 14.8067L24.8484 17.515L25.8317 11.7817L21.665 7.72337L27.4234 6.88171L29.9984 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M49.9984 1.66504L52.5734 6.88171L58.3317 7.72337L54.165 11.7817L55.1484 17.515L49.9984 14.8067L44.8484 17.515L45.8317 11.7817L41.665 7.72337L47.4234 6.88171L49.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M69.9984 1.66504L72.5734 6.88171L78.3317 7.72337L74.165 11.7817L75.1484 17.515L69.9984 14.8067L64.8484 17.515L65.8317 11.7817L61.665 7.72337L67.4234 6.88171L69.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M89.9984 1.66504L92.5734 6.88171L98.3317 7.72337L94.165 11.7817L95.1484 17.515L89.9984 14.8067L84.8484 17.515L85.8317 11.7817L81.665 7.72337L87.4234 6.88171L89.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.product-card__stars[data-rating="1"] {
  background-image: url("data:image/svg+xml,%3Csvg width=%27100%27 height=%2720%27 viewBox=%270 0 100 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99837 1.66504L12.5734 6.88171L18.3317 7.72337L14.165 11.7817L15.1484 17.515L9.99837 14.8067L4.84837 17.515L5.83171 11.7817L1.66504 7.72337L7.42337 6.88171L9.99837 1.66504Z%27 fill=%27%23DE8696%27/%3E%3Cpath d=%27M29.9984 1.66504L32.5734 6.88171L38.3317 7.72337L34.165 11.7817L35.1484 17.515L29.9984 14.8067L24.8484 17.515L25.8317 11.7817L21.665 7.72337L27.4234 6.88171L29.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M49.9984 1.66504L52.5734 6.88171L58.3317 7.72337L54.165 11.7817L55.1484 17.515L49.9984 14.8067L44.8484 17.515L45.8317 11.7817L41.665 7.72337L47.4234 6.88171L49.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M69.9984 1.66504L72.5734 6.88171L78.3317 7.72337L74.165 11.7817L75.1484 17.515L69.9984 14.8067L64.8484 17.515L65.8317 11.7817L61.665 7.72337L67.4234 6.88171L69.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M89.9984 1.66504L92.5734 6.88171L98.3317 7.72337L94.165 11.7817L95.1484 17.515L89.9984 14.8067L84.8484 17.515L85.8317 11.7817L81.665 7.72337L87.4234 6.88171L89.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.product-card__stars[data-rating="0"] {
  background-image: url("data:image/svg+xml,%3Csvg width=%27100%27 height=%2720%27 viewBox=%270 0 100 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99837 1.66504L12.5734 6.88171L18.3317 7.72337L14.165 11.7817L15.1484 17.515L9.99837 14.8067L4.84837 17.515L5.83171 11.7817L1.66504 7.72337L7.42337 6.88171L9.99837 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M29.9984 1.66504L32.5734 6.88171L38.3317 7.72337L34.165 11.7817L35.1484 17.515L29.9984 14.8067L24.8484 17.515L25.8317 11.7817L21.665 7.72337L27.4234 6.88171L29.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M49.9984 1.66504L52.5734 6.88171L58.3317 7.72337L54.165 11.7817L55.1484 17.515L49.9984 14.8067L44.8484 17.515L45.8317 11.7817L41.665 7.72337L47.4234 6.88171L49.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M69.9984 1.66504L72.5734 6.88171L78.3317 7.72337L74.165 11.7817L75.1484 17.515L69.9984 14.8067L64.8484 17.515L65.8317 11.7817L61.665 7.72337L67.4234 6.88171L69.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M89.9984 1.66504L92.5734 6.88171L98.3317 7.72337L94.165 11.7817L95.1484 17.515L89.9984 14.8067L84.8484 17.515L85.8317 11.7817L81.665 7.72337L87.4234 6.88171L89.9984 1.66504Z%27 fill=%27white%27 stroke=%27%23DE8696%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
[data-theme=dark-theme] .product-card__stars[data-rating="5"] {
  background-image: url("data:image/svg+xml,%3Csvg width=%27100%27 height=%2720%27 viewBox=%270 0 100 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99837 1.66504L12.5734 6.88171L18.3317 7.72337L14.165 11.7817L15.1484 17.515L9.99837 14.8067L4.84837 17.515L5.83171 11.7817L1.66504 7.72337L7.42337 6.88171L9.99837 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M29.9984 1.66504L32.5734 6.88171L38.3317 7.72337L34.165 11.7817L35.1484 17.515L29.9984 14.8067L24.8484 17.515L25.8317 11.7817L21.665 7.72337L27.4234 6.88171L29.9984 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M49.9984 1.66504L52.5734 6.88171L58.3317 7.72337L54.165 11.7817L55.1484 17.515L49.9984 14.8067L44.8484 17.515L45.8317 11.7817L41.665 7.72337L47.4234 6.88171L49.9984 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M69.9984 1.66504L72.5734 6.88171L78.3317 7.72337L74.165 11.7817L75.1484 17.515L69.9984 14.8067L64.8484 17.515L65.8317 11.7817L61.665 7.72337L67.4234 6.88171L69.9984 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M89.9984 1.66504L92.5734 6.88171L98.3317 7.72337L94.165 11.7817L95.1484 17.515L89.9984 14.8067L84.8484 17.515L85.8317 11.7817L81.665 7.72337L87.4234 6.88171L89.9984 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3C/svg%3E");
}
[data-theme=dark-theme] .product-card__stars[data-rating="4"] {
  background-image: url("data:image/svg+xml,%3Csvg width=%27100%27 height=%2720%27 viewBox=%270 0 100 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99837 1.66504L12.5734 6.88171L18.3317 7.72337L14.165 11.7817L15.1484 17.515L9.99837 14.8067L4.84837 17.515L5.83171 11.7817L1.66504 7.72337L7.42337 6.88171L9.99837 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M29.9984 1.66504L32.5734 6.88171L38.3317 7.72337L34.165 11.7817L35.1484 17.515L29.9984 14.8067L24.8484 17.515L25.8317 11.7817L21.665 7.72337L27.4234 6.88171L29.9984 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M49.9984 1.66504L52.5734 6.88171L58.3317 7.72337L54.165 11.7817L55.1484 17.515L49.9984 14.8067L44.8484 17.515L45.8317 11.7817L41.665 7.72337L47.4234 6.88171L49.9984 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M69.9984 1.66504L72.5734 6.88171L78.3317 7.72337L74.165 11.7817L75.1484 17.515L69.9984 14.8067L64.8484 17.515L65.8317 11.7817L61.665 7.72337L67.4234 6.88171L69.9984 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M89.9984 1.66504L92.5734 6.88171L98.3317 7.72337L94.165 11.7817L95.1484 17.515L89.9984 14.8067L84.8484 17.515L85.8317 11.7817L81.665 7.72337L87.4234 6.88171L89.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
[data-theme=dark-theme] .product-card__stars[data-rating="3"] {
  background-image: url("data:image/svg+xml,%3Csvg width=%27100%27 height=%2720%27 viewBox=%270 0 100 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99837 1.66504L12.5734 6.88171L18.3317 7.72337L14.165 11.7817L15.1484 17.515L9.99837 14.8067L4.84837 17.515L5.83171 11.7817L1.66504 7.72337L7.42337 6.88171L9.99837 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M29.9984 1.66504L32.5734 6.88171L38.3317 7.72337L34.165 11.7817L35.1484 17.515L29.9984 14.8067L24.8484 17.515L25.8317 11.7817L21.665 7.72337L27.4234 6.88171L29.9984 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M49.9984 1.66504L52.5734 6.88171L58.3317 7.72337L54.165 11.7817L55.1484 17.515L49.9984 14.8067L44.8484 17.515L45.8317 11.7817L41.665 7.72337L47.4234 6.88171L49.9984 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M69.9984 1.66504L72.5734 6.88171L78.3317 7.72337L74.165 11.7817L75.1484 17.515L69.9984 14.8067L64.8484 17.515L65.8317 11.7817L61.665 7.72337L67.4234 6.88171L69.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M89.9984 1.66504L92.5734 6.88171L98.3317 7.72337L94.165 11.7817L95.1484 17.515L89.9984 14.8067L84.8484 17.515L85.8317 11.7817L81.665 7.72337L87.4234 6.88171L89.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
[data-theme=dark-theme] .product-card__stars[data-rating="2"] {
  background-image: url("data:image/svg+xml,%3Csvg width=%27100%27 height=%2720%27 viewBox=%270 0 100 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99837 1.66504L12.5734 6.88171L18.3317 7.72337L14.165 11.7817L15.1484 17.515L9.99837 14.8067L4.84837 17.515L5.83171 11.7817L1.66504 7.72337L7.42337 6.88171L9.99837 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M29.9984 1.66504L32.5734 6.88171L38.3317 7.72337L34.165 11.7817L35.1484 17.515L29.9984 14.8067L24.8484 17.515L25.8317 11.7817L21.665 7.72337L27.4234 6.88171L29.9984 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M49.9984 1.66504L52.5734 6.88171L58.3317 7.72337L54.165 11.7817L55.1484 17.515L49.9984 14.8067L44.8484 17.515L45.8317 11.7817L41.665 7.72337L47.4234 6.88171L49.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M69.9984 1.66504L72.5734 6.88171L78.3317 7.72337L74.165 11.7817L75.1484 17.515L69.9984 14.8067L64.8484 17.515L65.8317 11.7817L61.665 7.72337L67.4234 6.88171L69.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M89.9984 1.66504L92.5734 6.88171L98.3317 7.72337L94.165 11.7817L95.1484 17.515L89.9984 14.8067L84.8484 17.515L85.8317 11.7817L81.665 7.72337L87.4234 6.88171L89.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
[data-theme=dark-theme] .product-card__stars[data-rating="1"] {
  background-image: url("data:image/svg+xml,%3Csvg width=%27100%27 height=%2720%27 viewBox=%270 0 100 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99837 1.66504L12.5734 6.88171L18.3317 7.72337L14.165 11.7817L15.1484 17.515L9.99837 14.8067L4.84837 17.515L5.83171 11.7817L1.66504 7.72337L7.42337 6.88171L9.99837 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3Cpath d=%27M29.9984 1.66504L32.5734 6.88171L38.3317 7.72337L34.165 11.7817L35.1484 17.515L29.9984 14.8067L24.8484 17.515L25.8317 11.7817L21.665 7.72337L27.4234 6.88171L29.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M49.9984 1.66504L52.5734 6.88171L58.3317 7.72337L54.165 11.7817L55.1484 17.515L49.9984 14.8067L44.8484 17.515L45.8317 11.7817L41.665 7.72337L47.4234 6.88171L49.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M69.9984 1.66504L72.5734 6.88171L78.3317 7.72337L74.165 11.7817L75.1484 17.515L69.9984 14.8067L64.8484 17.515L65.8317 11.7817L61.665 7.72337L67.4234 6.88171L69.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M89.9984 1.66504L92.5734 6.88171L98.3317 7.72337L94.165 11.7817L95.1484 17.515L89.9984 14.8067L84.8484 17.515L85.8317 11.7817L81.665 7.72337L87.4234 6.88171L89.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
[data-theme=dark-theme] .product-card__stars[data-rating="0"] {
  background-image: url("data:image/svg+xml,%3Csvg width=%27100%27 height=%2720%27 viewBox=%270 0 100 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99837 1.66504L12.5734 6.88171L18.3317 7.72337L14.165 11.7817L15.1484 17.515L9.99837 14.8067L4.84837 17.515L5.83171 11.7817L1.66504 7.72337L7.42337 6.88171L9.99837 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M29.9984 1.66504L32.5734 6.88171L38.3317 7.72337L34.165 11.7817L35.1484 17.515L29.9984 14.8067L24.8484 17.515L25.8317 11.7817L21.665 7.72337L27.4234 6.88171L29.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M49.9984 1.66504L52.5734 6.88171L58.3317 7.72337L54.165 11.7817L55.1484 17.515L49.9984 14.8067L44.8484 17.515L45.8317 11.7817L41.665 7.72337L47.4234 6.88171L49.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M69.9984 1.66504L72.5734 6.88171L78.3317 7.72337L74.165 11.7817L75.1484 17.515L69.9984 14.8067L64.8484 17.515L65.8317 11.7817L61.665 7.72337L67.4234 6.88171L69.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M89.9984 1.66504L92.5734 6.88171L98.3317 7.72337L94.165 11.7817L95.1484 17.515L89.9984 14.8067L84.8484 17.515L85.8317 11.7817L81.665 7.72337L87.4234 6.88171L89.9984 1.66504Z%27 fill=%27white%27 stroke=%27%2320A7AB%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.product-card__name {
  font-size: 2.4rem;
  text-transform: uppercase;
  line-height: 2.8rem;
  height: 5.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--theme-black);
}
[data-theme=dark-theme] .product-card__name {
  color: rgb(255, 255, 255);
}
@media (max-width: 667px) {
  .product-card__name {
    font-size: 2rem;
    line-height: 2.4rem;
    height: 4.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.product-card__value, .product-card__rating {
  color: var(--theme-black-05);
  font-size: 2rem;
  line-height: 2.4rem;
}
@media (max-width: 667px) {
  .product-card__value, .product-card__rating {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
[data-theme=dark-theme] .product-card__value, [data-theme=dark-theme] .product-card__rating {
  color: rgba(255, 255, 255, 0.5);
}
.product-card__price {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
@media (max-width: 667px) {
  .product-card__price {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.product-card__component-img {
  height: calc(100% - 7.2rem);
  background-size: cover;
}

@media (max-width: 667px) {
  ._catalog-card .product-card {
    height: 31rem;
    width: 100%;
  }
  ._catalog-card .product-card .product-card__buy {
    height: 4rem;
  }
  ._catalog-card .product-card .product-card__content {
    bottom: unset;
    top: 13rem;
  }
  ._catalog-card .product-card .product-card__name {
    font-size: 1.6rem;
    line-height: 2rem;
    height: 4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  ._catalog-card .product-card .product-card__product-img {
    height: 14.1rem;
  }
  ._catalog-card .product-card .product-card__main {
    padding: 1.2rem 1.2rem 1.6rem;
  }
}

.buy-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  visibility: hidden;
  background-color: var(--theme-modal-overlay);
  backdrop-filter: blur(2.5px);
  overflow: auto;
  z-index: 2000;
}
.buy-popup._openedPopup {
  display: grid;
  visibility: unset;
}
.buy-popup__wrapper {
  position: relative;
  width: 57rem;
  padding: 3.2rem 6rem;
  margin: 3.2rem auto;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 667px) {
  .buy-popup__wrapper {
    width: calc(100% - 2rem);
    padding: 3.2rem 1.6rem;
  }
}
.buy-popup__close {
  position: absolute;
  top: 0;
  font-size: 5rem;
  line-height: 1;
  color: var(--theme-black);
}
@media (min-width: 667px) {
  .buy-popup__close {
    right: -1rem;
    transform: translateX(100%);
  }
}
@media (max-width: 667px) {
  .buy-popup__close {
    right: 0;
    font-size: 4rem;
    transform: translateY(-100%);
  }
}
[data-theme=dark-theme] .buy-popup__close {
  color: rgb(255, 255, 255);
}
.buy-popup._openPopup {
  display: grid;
  visibility: unset;
}
.buy-popup__wrapper {
  color: var(--theme-black);
  position: relative;
  width: 100%;
  max-width: 105.6rem;
  margin: 3.2rem auto;
  padding: 0;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 667px) {
  .buy-popup__wrapper {
    padding: 0;
    width: calc(100% - 2rem);
  }
}
.buy-popup__title {
  position: absolute;
  right: 0;
  top: 6rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 2.6rem;
  font-weight: 450;
  color: var(--theme-primary-color);
  width: 57.2rem;
}
@media (max-width: 667px) {
  .buy-popup__title {
    width: 100%;
    left: 0;
    z-index: 55;
    top: 64rem;
  }
}
.buy-popup__description {
  display: grid;
  grid-gap: 0.8rem;
  text-align: center;
}
.buy-popup__close {
  position: absolute;
  top: -0.5rem;
  right: -3rem;
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 667px) {
  .buy-popup__close {
    right: 0rem;
    z-index: 44;
  }
}
.buy-popup__product {
  display: grid;
  grid-gap: 3rem;
  justify-items: center;
  position: relative;
  align-content: start;
  background-color: #FDF7F8;
  padding: 9rem 5rem 3.2rem;
  width: 44.8rem;
}
@media (max-width: 667px) {
  .buy-popup__product {
    width: 100%;
    padding: 3rem 0 2rem;
  }
}
[data-theme=dark-theme] .buy-popup__product {
  background-color: var(--theme-secondary-bg);
}
.buy-popup__name {
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2.8rem;
  height: 5.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--theme-black);
}
[data-theme=dark-theme] .buy-popup__name {
  color: rgb(255, 255, 255);
}
.buy-popup__value, .buy-popup__rating {
  color: var(--theme-black-05);
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
[data-theme=dark-theme] .buy-popup__value, [data-theme=dark-theme] .buy-popup__rating {
  color: rgba(255, 255, 255, 0.5);
}
.buy-popup__rating {
  position: absolute;
  top: 6.2rem;
  right: 3rem;
  display: flex;
  grid-gap: 0.4rem;
  align-items: center;
}
.buy-popup__rating:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%2720%27 viewBox=%270 0 21 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.498 1.66504L13.2018 6.88171L19.248 7.72337L14.873 11.7817L15.9055 17.515L10.498 14.8067L5.09055 17.515L6.12305 11.7817L1.74805 7.72337L7.7943 6.88171L10.498 1.66504Z%27 fill=%27%23DE8696%27/%3E%3C/svg%3E%0A");
}
[data-theme=dark-theme] .buy-popup__rating:before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%2720%27 viewBox=%270 0 21 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.498 1.66504L13.2018 6.88171L19.248 7.72337L14.873 11.7817L15.9055 17.515L10.498 14.8067L5.09055 17.515L6.12305 11.7817L1.74805 7.72337L7.7943 6.88171L10.498 1.66504Z%27 fill=%27%2320A7AB%27/%3E%3C/svg%3E%0A");
}
.buy-popup__type {
  position: absolute;
  z-index: 1;
  top: 6rem;
  left: 3rem;
  font-weight: 500;
  padding: 0.4rem 0.8rem;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.005rem;
  color: var(--theme-black);
  text-transform: uppercase;
}
.buy-popup__type._hit {
  background-image: linear-gradient(91.45deg, #E3C284 -5.54%, #E4D4B4 24.66%, #FCFAF6 51.04%, #E4D4B4 78.91%, #E3C284 102.9%);
}
.buy-popup__type._novelty {
  background-image: linear-gradient(91.45deg, #E5C1C8 -5.54%, #F5D4DB 24.66%, #FDE8EC 51.04%, #F5D4DB 78.91%, #E5C1C8 102.9%);
}
@media (max-width: 667px) {
  .buy-popup__type {
    top: 1.6rem;
    left: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.buy-popup__img {
  height: 48.7rem;
  width: 33.6rem;
  object-fit: contain;
}
@media (max-width: 667px) {
  .buy-popup__underilined {
    text-decoration: underline;
  }
  .buy-popup__underilined:after {
    display: none;
  }
}
.buy-popup__table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  border-bottom: 0.1rem solid var(--theme-header-border);
  height: 8rem;
}
@media (min-width: 667px) {
  .buy-popup__table-row {
    width: 50.4rem;
  }
}
@media (max-width: 667px) {
  .buy-popup__table-row {
    width: 100%;
  }
}
.buy-popup__table-col {
  text-align: center;
}
[data-theme=dark-theme] .buy-popup__table-col {
  color: rgb(255, 255, 255);
}
.buy-popup__table-col._img {
  width: 12.8rem;
  height: 6.4rem;
  justify-self: start;
  object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.buy-popup__table-col._price {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.2rem;
}
.buy-popup__table-col._disabled {
  font-weight: 450;
  font-size: 2rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  color: rgba(88, 88, 88, 0.5019607843);
}
@media (max-width: 667px) {
  .buy-popup__table-col._disabled {
    grid-column: 2/-1;
  }
}
[data-theme=dark-theme] .buy-popup__table-col._disabled {
  color: rgb(255, 255, 255);
}
.buy-popup__table-col._buy {
  height: 100%;
  justify-self: end;
  padding: 0 0.7rem 0 0;
}
.buy-popup__content {
  display: flex;
}
@media (max-width: 667px) {
  .buy-popup__content {
    display: grid;
  }
}
.buy-popup__table {
  display: grid;
  padding: 11rem 6rem 6rem 4.8rem;
  background-color: var(--theme-primary-bg);
}
@media (max-width: 667px) {
  .buy-popup__table {
    padding: 6rem 1.6rem 2.8rem;
  }
}

.products {
  position: relative;
}
.products:hover .products__arrow:not([disabled]) {
  opacity: 1;
}
.products__slider {
  max-width: 100vw;
}
@media (min-width: 667px) {
  .products__slider {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 136rem;
  }
}
.products__arrow {
  opacity: 0;
  transition: opacity 0.3s;
  top: 50%;
}
.products__arrow.splide__arrow--prev {
  left: 1.5rem;
}
.products__arrow.splide__arrow--next {
  right: 1.5rem;
}
.products__arrow:disabled {
  opacity: 0 !important;
}
.products__track {
  padding-bottom: 2.4rem;
}
@media (max-width: 667px) {
  .products__track {
    padding-bottom: 2rem;
  }
}
@media (min-width: 667px) {
  .products__list._unpacked {
    justify-content: center;
  }
}
.products__sort-btn, .products__title {
  font-size: 2.8rem;
  line-height: 130%;
  letter-spacing: 0.005rem;
  text-transform: uppercase;
  color: #A48364;
}
@media (max-width: 667px) {
  .products__sort-btn, .products__title {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.products__title {
  color: var(--theme-primary-color);
}
@media (min-width: 667px) {
  .products__sort-btn {
    transition: color 0.2s;
  }
}
@media (min-width: 667px) and (min-width: 667px) {
  .products__sort-btn:hover {
    color: var(--theme-ui-primary-color-hover);
  }
}
@media (min-width: 667px) {
  .products__sort-btn:active {
    color: var(--theme-ui-primary-color-active);
  }
}
.products__sort-btn:hover, .products__sort-btn._active {
  color: #DE8696;
}
.products__btns {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
}
@media (max-width: 667px) {
  .products__btns {
    display: grid;
  }
}

.products-block {
  position: relative;
  display: grid;
  justify-items: center;
}
.products-block__text {
  position: absolute;
  height: 11.5rem;
  right: 3.3rem;
  top: -2rem;
}
.products-block .products__title {
  color: var(--theme-black);
  letter-spacing: 0.005rem;
  text-transform: uppercase;
  font-size: 4.8rem;
  line-height: 6.2rem;
  padding: 0 2rem;
}
@media (max-width: 667px) {
  .products-block .products__title {
    padding: 0 1.6rem;
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}

.map {
  position: relative;
}
.map__filter-container {
  position: absolute;
  background: #FDF7F8;
  padding: 1.6rem;
  z-index: 2;
  top: 2rem;
  left: 8rem;
  width: 44.8rem;
}
@media (max-width: 667px) {
  .map__filter-container {
    padding: 1.2rem;
    min-height: unset;
    width: calc(100% - 5.6rem);
    top: 0.8rem;
    left: 4.8rem;
  }
}
.map .jdropdown {
  width: 100% !important;
}
.map .jdropdown-header {
  padding: 1.6rem 1.2rem !important;
  background-color: rgb(255, 255, 255) !important;
  outline: none !important;
  font-size: 1.6rem !important;
  line-height: 2rem !important;
}
@media (max-width: 667px) {
  .map .jdropdown-header {
    border: 1px solid #ccc !important;
  }
}
.map .jdropdown-default .jdropdown-item {
  font-size: 1.6rem !important;
  line-height: 2rem !important;
  font-family: FuturaNew !important;
  color: var(--theme-black) !important;
  transition: color 0.2s;
}
.map .jdropdown-default .jdropdown-item:hover {
  color: #E0A6B2 !important;
  background-color: rgb(255, 255, 255) !important;
}
.map .jdropdown-default .jdropdown-selected {
  background-image: none !important;
  font-weight: 500 !important;
  font-family: FuturaNew !important;
  background-color: rgb(255, 255, 255) !important;
  color: #E37484 !important;
  font-size: 1.6rem !important;
  line-height: 2rem !important;
}
.map .jdropdown-default .jdropdown-content {
  border: 1px solid #ccc;
}
@media (max-width: 667px) {
  .map .jdropdown-default .jdropdown-container {
    min-width: unset !important;
    width: 100% !important;
  }
}
.map__spinner {
  width: 4rem;
  height: 4rem;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.map__container {
  position: relative;
}
.map__container._loading:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: -1;
  background: #FDF7F8;
  top: 0;
  left: 0;
  padding: 0 4rem;
  z-index: 2;
}
@media (max-width: 667px) {
  .map__container._loading:after {
    padding: 0;
  }
}
.map__container._loading .map__spinner {
  opacity: 1;
}
.map__container._loading .map__frame, .map__container._loading .map__filters {
  opacity: 0;
}
.map__frame {
  width: 100%;
  height: 70rem;
}
.map__frame ymap {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 667px) {
  .map__frame {
    height: 47.8rem;
  }
}
.map__frame, .map__filters {
  transition: opacity 0.3s;
}

.jdropdown-searchbar .jdropdown-container {
  margin-top: 6rem !important;
}

.jdropdown-searchbar.jdropdown-focus .jdropdown-header {
  height: 2rem !important;
}

.bubble-text {
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  color: var(--theme-black) !important;
  font-family: FuturaNew !important;
  font-weight: 400 !important;
  width: auto !important;
  max-width: 30rem !important;
}
.bubble-text._title {
  text-transform: uppercase;
}

.map-block {
  display: grid;
  gap: 5.6rem;
  padding: 0 2rem;
  margin-top: -7rem;
}
@media (max-width: 667px) {
  .map-block {
    gap: 2rem;
    margin-top: 0;
    padding: 0 1.6rem;
  }
}

.winners {
  position: relative;
  display: grid;
  gap: 3.2rem;
}
@media (max-width: 667px) {
  .winners {
    gap: 2rem;
  }
}
.winners__text {
  position: absolute;
  height: 10.4rem;
  right: 7.7rem;
  top: 0rem;
}
.winners__title {
  padding: 0 2rem;
}
@media (max-width: 667px) {
  .winners__title {
    padding: 0 1.6rem;
  }
}
.winners__content {
  display: grid;
  justify-items: center;
}
@media (min-width: 667px) {
  .winners__content {
    background: url(../../abcf3ec315afea94141b.webp);
    background-size: contain;
    margin-bottom: 10rem;
  }
}
@media (max-width: 667px) {
  .winners__content {
    margin-bottom: 5.6rem;
    padding: 0 1.6rem;
  }
}
.winners__box {
  width: 68.4rem;
  display: grid;
  gap: 2rem;
  grid-template-rows: auto 1fr;
}
@media (max-width: 667px) {
  .winners__box {
    gap: 1.6rem;
    width: 100%;
  }
}
.winners__list-container {
  height: 61.8rem;
  overflow-y: scroll;
}
@media (max-width: 667px) {
  .winners__list-container {
    height: 55.8rem;
  }
}
.winners__list {
  background-color: #FDF7F8;
  padding: 0.9rem 3.2rem;
  min-height: 100%;
}
@media (max-width: 667px) {
  .winners__list {
    padding: 0.9rem 2rem;
  }
}
.winners__item {
  font-size: 2.4rem;
  line-height: 3.2rem;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 4.2rem 26.8rem 1fr;
  padding: 2.3rem 0;
  border-bottom: 0.1rem solid rgba(164, 131, 100, 0.24);
}
.winners__item:last-of-type {
  border-bottom: none;
}
@media (max-width: 667px) {
  .winners__item {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    font-size: 2rem;
    line-height: 2.4rem;
    gap: 0 1rem;
  }
  .winners__item span:nth-child(1) {
    grid-row: 1/span 2;
    grid-column: 1/span 1;
  }
}
.winners__search {
  position: relative;
  background-color: #FDF7F8;
  display: grid;
  padding: 1.2rem 1.6rem;
  align-items: center;
}
@media (max-width: 667px) {
  .winners__search {
    padding: 1.2rem;
  }
}
.winners__search input {
  padding-right: 5.2rem;
}
.winners__search:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: -1;
  z-index: 3;
  width: 3.2rem;
  height: 3.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  right: 3.2rem;
  background-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M22 22.6106L28.6667 29.2773M25.3333 14.6667C25.3333 20.5577 20.5577 25.3333 14.6667 25.3333C8.77563 25.3333 4 20.5577 4 14.6667C4 8.77563 8.77563 4 14.6667 4C20.5577 4 25.3333 8.77563 25.3333 14.6667Z%27 stroke=%27%23585858%27 stroke-opacity=%270.5%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}

.header-landing {
  position: fixed;
  background: rgb(255, 255, 255);
  z-index: 88;
  top: 0;
  width: 100%;
  height: 11.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
}
@media (max-width: 667px) {
  .header-landing {
    height: 6.5rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    justify-items: center;
  }
}
.header-landing__logo {
  height: 8.4rem;
}
@media (max-width: 667px) {
  .header-landing__logo {
    height: 6.5rem;
  }
}
.header-landing__list {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  display: flex;
  gap: 5.6rem;
}
@media (max-width: 667px) {
  .header-landing__list {
    display: grid;
    gap: 0;
  }
}
.header-landing__btn {
  width: 3.2rem;
  height: 3.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3 7H29.0962M3 15.75H23M3 24.5H29.25%27 stroke=%27%23585858%27 stroke-width=%271.5%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
}
.header-landing__socials {
  gap: 1.6rem;
  align-items: end;
  justify-content: center;
}
@media (max-width: 667px) {
  .header-landing__socials {
    display: flex !important;
  }
}
.header-landing__close {
  background-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M24 8L8 24%27 stroke=%27%23585858%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M8 8L24 24%27 stroke=%27%23585858%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
@media (max-width: 667px) {
  .header-landing__list-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: white;
    padding: 7.2rem 1.6rem 1.6rem;
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .header-landing__list-container[data-menu=close] {
    display: none;
  }
}
@media (max-width: 667px) {
  .header-landing__item {
    padding: 1.6rem 0;
    border-bottom: 0.1rem solid rgba(164, 131, 100, 0.24);
    text-align: left;
  }
}

body {
  padding-top: 11.6rem;
}
@media (max-width: 667px) {
  body {
    padding-top: 6.5rem;
  }
}

.subscribe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 12.4rem 2rem;
  height: 100.6rem;
}
@media (max-width: 667px) {
  .subscribe {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    height: unset;
    margin-top: 6rem;
  }
}
.subscribe .field-cofixsubscribeform-sourcecode {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 667px) {
  .subscribe__form-container {
    padding: 0 1.6rem;
    margin-top: -18rem;
  }
}
.subscribe__form {
  padding: 3.2rem;
  background-color: #FDF7F8;
}
@media (max-width: 667px) {
  .subscribe__form {
    padding: 2rem;
  }
}
.subscribe__form ._underlined {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.subscribe__img {
  position: relative;
  z-index: -1;
  overflow: visible;
}
@media (max-width: 667px) {
  .subscribe__img {
    z-index: 2;
  }
}
@media (min-width: 667px) {
  .subscribe__img img {
    height: 109rem;
    object-fit: contain;
    max-width: unset;
    position: absolute;
    width: auto;
    max-height: unset;
    right: -2rem;
    top: -9rem;
  }
}
.subscribe .subscribe-form {
  display: grid;
  gap: 3.2rem;
}
.subscribe .subscribe-form__submit {
  width: 100%;
}
.subscribe .subscribe-form__text {
  font-size: 2.4rem;
  line-height: 2.4rem;
  max-width: 51rem;
}
@media (max-width: 667px) {
  .subscribe .subscribe-form__text {
    font-size: 2rem;
  }
}
.subscribe .form-field .form-group label, .subscribe .input-text, .subscribe .input-text::placeholder {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (max-width: 667px) {
  .subscribe .form-field .form-group label, .subscribe .input-text, .subscribe .input-text::placeholder {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

._landing-section-title {
  color: var(--theme-black);
  letter-spacing: 0.005rem;
  text-transform: uppercase;
  font-size: 4.8rem;
  line-height: 6.2rem;
}
@media (max-width: 667px) {
  ._landing-section-title {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}

._landing-section-margin {
  margin-top: 12.4rem;
}
@media (max-width: 667px) {
  ._landing-section-margin {
    margin-top: 8rem;
  }
}
