<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --site-transition: 0.4s;
  --site-color-deep-blue: rgb(79, 111, 193);
  --site-color-gray: #bcbdc2;
  --site-color-light-blue-gray: rgb(181, 207, 242);
  scrollbar-color: var(--site-color-deep-blue) var(--site-color-gray);
  scrollbar-width: thin;
}

/* Track */

*::-webkit-scrollbar-track {
  background: var(--site-color-gray);
  border-radius: 15px;
}

/* Handle */

*::-webkit-scrollbar-thumb {
  background: var(--site-color-deep-blue);
  border-radius: 15px;
}

/* Handle on hover */

*::-webkit-scrollbar-thumb:hover {
  background: var(--site-color-light-blue-gray);
}

main {
  padding-top: 1px !important;
}

.relative {
  position: relative;
}

.gradient-text {
  background: linear-gradient(-3.91deg, rgb(158, 134, 108), rgb(184, 162, 132), rgb(173, 147, 120), rgb(221, 206, 186), rgb(171, 143, 118), rgb(115, 91, 66), rgb(165, 139, 110), rgb(183, 154, 122), rgb(143, 126, 97));
  background-clip: border-box, border-box, border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.1);
  width: 100%;
  transition-duration: var(--site-transition);
}

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

.header__content {
  background-color: white;
  position: relative;
}

.header .swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.header .swiper-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: linear-gradient(91deg, #F0C9D1 28.88%, #6E89C3 70.83%);
}

.header__slide {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1;
  color: white;
  font-weight: 500;
}

.header__middle {
  padding: 0.5rem 0.625rem;
  transition-duration: var(--site-transition);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100vw;
  border-bottom: 1px solid #e5e7eb;
}

.header__middle-col {
  display: flex;
  flex-basis: 33.333333%;
}

.header__middle-col:nth-child(1) {
  justify-content: flex-start;
}

.header__middle-col:nth-child(2) {
  justify-content: center;
}

.header__middle-col:nth-child(3) {
  justify-content: flex-end;
  padding-right: 0;
}

.header__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.header__phone-text {
  font-weight: 500;
  font-size: clamp(13px, 0.8854vw, 17px);
}

.header__nav-switch {
  position: relative;
  width: 1.5rem;
  height: 1.25rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.header__nav-switch:active {
  outline: none;
}

.header__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(79, 111, 193);
  transition-duration: var(--site-transition);
}

.header__nav-switch.show .header__line:nth-child(2) {
  opacity: 0;
}

.header__nav-switch.show .header__line:nth-child(1), .header__nav-switch.show .header__line:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 0;
}

.header__nav-switch.show .header__line:nth-child(1) {
  transform: rotate(45deg);
}

.header__nav-switch.show .header__line:nth-child(3) {
  transform: rotate(-45deg);
}

.header__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.header__logo {
  width: clamp(200px, 16.21875vw, 273px);
  transition-duration: var(--site-transition);
  max-width: 100%;
  height: auto;
}

.header__link-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.header__shop-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: linear-gradient(169.95deg, rgb(240, 201, 209) 28.88%, rgb(110, 137, 195) 70.83%);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  line-height: 1;
  transition: all var(--site-transition);
  max-width: 250px;
  gap: 0.5rem;
}

.header__shop-link:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 12px;
  background-color: #fff;
  transition: all var(--site-transition);
}

.header__shop-link:hover {
  opacity: 0.5;
}

.header__shop-link svg, .header__shop-link img {
  width: clamp(14px, 0.9895vw, 19px);
  height: clamp(15px, 1.0416vw, 20px);
  position: relative;
}

.header__cart-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.header__cart-icon-wrap {
  position: relative;
  width: clamp(17px, 1.0938vw, 21px);
  height: clamp(19px, 1.1979vw, 23px);
}

.header__cart-icon {
  width: 100%;
  height: 100%;
}

.header__cart-counter {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(34, 29, 30);
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255, 255, 255);
  width: clamp(18px, 1.0416vw, 20px);
  height: clamp(18px, 1.0416vw, 20px);
  border-radius: 50%;
  transform: translate(50%, 50%);
}

.header__link-text {
  font-size: clamp(13px, 0.7813vw, 15px);
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(34, 29, 30);
  position: relative;
}

.header__nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.header__nav-item {
  width: auto;
}

.header__nav-link, .header__submenu-link {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.83333vw, 1rem);
  width: 100%;
  height: 100%;
  transition-duration: var(--site-transition);
  font-size: clamp(0.75rem, 0.83333vw, 1rem);
}

.header__nav-link {
  position: relative;
  justify-content: space-between;
  padding: clamp(0.5rem, 1.042vw, 0.8rem);
  border-bottom: 1px solid transparent;
  transition-duration: var(--site-transition);
}

.header__submenu-link {
  flex-direction: column;
  width: 100%;
  gap: 0.75rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: var(--site-transition);
}

.header__nav-link.active, .header__nav-item.show .header__nav-link {
  border-bottom-color: rgb(34, 29, 30);
}

.header__nav-link-text {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

.header__nav-link svg, .header__nav-link path, .header__submenu-link svg, .header__submenu-link path {
  transition: all var(--site-transition);
}

.header__nav-item.show .header__nav-link svg {
  transform: rotate(180deg);
}

.header__nav-item.show .header__nav-link {
  color: rgb(79, 111, 193);
}

.header__nav-item.show .header__nav-link path {
  stroke: rgb(79, 111, 193);
}

.header__submenu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  max-width: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition-duration: var(--site-transition);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}

.header__nav-item.show .header__submenu-wrap {
  opacity: 1;
  pointer-events: all;
}

.header__submenu {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.header__submenu-item {
  width: auto;
  border-bottom-width: 0;
  padding: clamp(0.75rem, 1.042vw, 1.25rem);
}

.header__submenu_special .header__submenu-item {
  max-width: 200px;
}

.header__submenu-link-text {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.header__submenu-img-wrap {
  position: relative;
  width: clamp(60px, 5.2083vw, 100px);
  height: clamp(60px, 5.2083vw, 100px);
}

.header__submenu-img {
  width: 100%;
  height: 100%;
}

.header__submenu-img-new {
  position: absolute;
  top: 100%;
  right: 0;
  width: 55px;
  height: 55px;
  transform: translate(50%, -100%);
}

.header__submenu-link-text {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.header__mobile {
  display: none;
}

.header__nav-wrap {
  position: relative;
  z-index: 20;
}

@media (max-width: 1280px) {
  .header.hide {
    transform: translateY(-100%);
  }
  .header__middle-col:nth-child(2) {
    flex-basis: 60%;
  }
  .header__middle-col:nth-child(3) {
    padding-right: 0.5rem;
  }
  .header__phone {
    display: none;
  }
  .header__nav-switch {
    display: flex;
  }
  .header__shop-link {
    display: none;
  }
  .header__cart-link .header__link-text {
    display: none;
  }
  .header__nav {
    flex-direction: column;
  }
  .header__nav-item {
    width: 100%;
  }
  .header__nav-link, .header__submenu-item {
    border-bottom-color: rgb(229, 231, 235);
  }
  .header__nav-link {
    font-size: 1rem;
  }
  .header__submenu-item {
    border-bottom-width: 1px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__submenu_special .header__submenu-item {
    max-width: 100%;
  }
  .header__submenu-wrap {
    position: static;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 1;
    pointer-events: all;
    box-shadow: none;
  }
  .header__nav-item.show .header__submenu-wrap {
    grid-template-rows: 1fr;
  }
  .header__submenu {
    flex-direction: column;
  }
  .header__submenu-link {
    flex-direction: row;
  }
  .header__submenu:not(.header__submenu_special) .header__submenu-img-wrap {
    padding: 6px 0;
  }
  .header__submenu-img-new {
    top: 0;
    right: 50%;
    width: 25px;
    height: 25px;
    transform: translate(50%, 15%);
  }
  .header__mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    padding: 1.5rem 0.75rem;
  }
  .header__mobile-col .header__shop-link {
    display: flex;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .header__mobile-col:nth-child(1) {
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .header__mobile-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }
  .header__mobile-link-text {
    font-weight: 500;
  }
  .header__nav-wrap {
    position: absolute;
    background-color: white;
    transform: translateX(-100%);
    transition-duration: var(--site-transition);
  }
  .header__nav-wrap.show {
    transform: translateX(0);
  }
}</pre></body></html>