@font-face {
  font-family: 'Stolzl';
  src: url("fonts/Stolzl-Light.eot");
  src: local("Stolzl Light"), local("Stolzl-Light"), url("fonts/Stolzl-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Stolzl-Light.woff2") format("woff2"), url("fonts/Stolzl-Light.woff") format("woff"), url("fonts/Stolzl-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Stolzl';
  src: url("fonts/Stolzl-Book.eot");
  src: local("Stolzl Book"), local("Stolzl-Book"), url("fonts/Stolzl-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Stolzl-Book.woff2") format("woff2"), url("fonts/Stolzl-Book.woff") format("woff"), url("fonts/Stolzl-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Stolzl';
  src: url("fonts/Stolzl-Regular.eot");
  src: local("Stolzl Regular"), local("Stolzl-Regular"), url("fonts/Stolzl-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Stolzl-Regular.woff2") format("woff2"), url("fonts/Stolzl-Regular.woff") format("woff"), url("fonts/Stolzl-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Stolzl';
  src: url("fonts/Stolzl-Regular.eot");
  src: local("Stolzl Regular"), local("Stolzl-Regular"), url("fonts/Stolzl-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Stolzl-Regular.woff2") format("woff2"), url("fonts/Stolzl-Regular.woff") format("woff"), url("fonts/Stolzl-Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Stolzl';
  src: url("fonts/Stolzl-Bold.eot");
  src: local("Stolzl Bold"), local("Stolzl-Bold"), url("fonts/Stolzl-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Stolzl-Bold.woff2") format("woff2"), url("fonts/Stolzl-Bold.woff") format("woff"), url("fonts/Stolzl-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

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

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth;
  background: #fff; }

body {
  font-family: 'Stolzl', sans-serif;
  font-size: 0.7rem;
  background: #ffffff;
  color: #000; }

.overflowH {
  overflow: hidden; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 8rem;
  width: 100%; }

.link {
  text-transform: uppercase;
  border-bottom: 1px solid;
  font-weight: 300;
  cursor: pointer; }
  .link:hover {
    border-color: transparent; }

.link-hover {
  cursor: pointer;
  position: relative; }
  .link-hover::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    border-bottom: 1px solid;
    transition: .2s;
    content: ''; }
  .link-hover:hover::after {
    width: 100%; }

.section-head {
  text-align: center; }
.section-ico img {
  display: inline-block;
  width: 1.6rem; }
.section-subtitle {
  margin-top: 0.8rem;
  font-size: 0.65rem; }
.section-title {
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 0.35rem; }

.btn {
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  border-radius: 2rem;
  height: 2.25rem;
  text-align: center; }
  .btn:hover {
    background: #fff;
    color: #1A1A1A; }
  .btn-white {
    background: #fff;
    color: #1A1A1A; }
    .btn-white:hover {
      background: #1A1A1A;
      color: #fff; }

.customSelect {
  position: relative;
  z-index: auto;
  border-radius: .5rem;
  min-width: 10rem;
  font-size: 0.6rem; }
  .customSelect__option {
    padding: 0 1rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    border-radius: .5rem;
    font-size: 0.6rem; }
  .customSelect__option--value {
    height: 2.25rem;
    width: 100%;
    padding: 0 .65rem;
    padding-right: 2.1rem !important;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: .25rem !important;
    white-space: normal;
    line-height: 1.1;
    font-weight: 400;
    border: 1px solid #929292 !important;
    font-size: 0.6rem; }
    .customSelect__option--value::after {
      background-image: url(../img/icons/chevron-down.svg);
      width: .5rem;
      height: .4rem;
      right: .5rem; }
    .customSelect__option--value:hover, .customSelect__option--value:focus {
      background: transparent; }
  .customSelect--active .customSelect__option--value:hover, .customSelect--active .customSelect__option--value:focus {
    background: transparent; }
  .customSelect--active .customSelect__option--value {
    border-radius: 0; }
  .customSelect__dropdown {
    border-radius: .25rem !important;
    background: #fff;
    border: 1px solid #929292;
    z-index: 4;
    padding: .5rem 0;
    font-size: 0.6rem; }
    .customSelect__dropdown .customSelect__option {
      border-radius: 0;
      height: 1.5rem; }
      .customSelect__dropdown .customSelect__option--selected {
        pointer-events: none;
        font-weight: 500; }
      .customSelect__dropdown .customSelect__option:hover {
        color: #1A1A1A;
        background: #f2f2f2; }

.politics {
  padding: 12rem 0 4rem; }
  .politics .section-title {
    margin-bottom: 2rem; }
  .politics__text {
    line-height: 1.5;
    max-width: 40rem; }
    .politics__text h2, .politics__text h3, .politics__text h4, .politics__text h5 {
      font-weight: 400;
      font-size: 1.1rem; }
    .politics__text strong {
      font-weight: 500; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.feedback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.9);
  z-index: 6;
  display: none;
  font-size: 0.6rem;
  cursor: pointer; }
  .feedback-content {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: .6s transform;
    cursor: default; }
  .feedback__head {
    height: 6.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5vw;
    font-size: 0.75rem; }
    .feedback__head img {
      width: .5rem;
      cursor: pointer; }
  .feedback.active .feedback-content {
    transform: none; }
  .feedback .popup-info {
    font-size: 0.75rem; }
    .feedback .popup-info__address {
      border-top: 1px solid #DFDFDF;
      padding-top: 1.5rem; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.9);
  z-index: 6;
  display: none;
  font-size: 0.6rem;
  cursor: pointer; }
  .popup-content {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: .6s transform;
    cursor: default; }
  .popup__head {
    height: 6.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5vw;
    font-size: 0.75rem; }
    .popup__head img {
      width: .5rem;
      cursor: pointer; }
  .popup-products {
    max-height: calc(100vh - 6.5rem);
    overflow: auto;
    display: flex;
    flex-wrap: wrap; }
    .popup-products .product-item {
      width: 50%; }
      .popup-products .product-item__img {
        margin-bottom: -2rem; }
      .popup-products .product-item__name {
        display: flex;
        justify-content: space-between;
        align-items: center; }
  .popup-description {
    max-height: calc(100vh - 6.5rem);
    overflow: auto;
    padding: 0 10vw 4rem;
    line-height: 1.8333; }
    .popup-description h2, .popup-description h3, .popup-description h4, .popup-description h5, .popup-description h6, .popup-description strong {
      font-weight: 500; }
    .popup-description ul {
      padding-left: 1rem; }
      .popup-description ul li {
        display: list-item; }
    .popup-description .popup-info__head {
      margin-bottom: 0;
      padding-bottom: 0;
      padding-top: 2.25rem;
      border-top: 1px solid #DFDFDF;
      border-bottom: none; }
  .popup-info {
    padding: 0 5vw; }
    .popup-info__head {
      margin-bottom: 2rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #DFDFDF; }
      .popup-info__head p {
        margin-bottom: 1rem; }
      .popup-info__head a {
        display: inline-flex;
        align-items: center;
        color: #000;
        font-weight: 500;
        gap: 1px; }
        .popup-info__head a img {
          width: 1rem; }
        .popup-info__head a:hover {
          opacity: .7; }
    .popup-info__item {
      margin-bottom: 1.5rem; }
    .popup-info__address {
      margin-bottom: 1rem; }
      .popup-info__address a span {
        border-bottom: 1px solid; }
    .popup-info__links li {
      margin-bottom: 1.5rem; }
      .popup-info__links li a {
        color: #000; }
        .popup-info__links li a:hover {
          opacity: .7; }
  .popup-delivery__head {
    padding: 0 5vw; }
  .popup-delivery__title {
    padding: 0 5vw;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: .5rem; }
    .popup-delivery__title img {
      width: 1rem;
      cursor: pointer;
      padding: .3rem;
      margin-left: -0.3rem; }
  .popup-delivery__item {
    border-bottom: 1px solid #F0F0F0;
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.65rem;
    cursor: pointer; }
  .popup-delivery__wrap p {
    font-size: 0.6rem;
    margin-top: 0.2rem;
    color: #9A9A9A; }
  .popup-delivery__tabs, .popup-delivery__tab {
    display: none; }
  .popup-delivery__img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    flex-shrink: 0; }
    .popup-delivery__img img {
      width: .3rem;
      flex-shrink: 0; }
  .popup-slider {
    margin: 2rem 0;
    position: relative; }
    .popup-slider__item {
      height: 17.5rem;
      padding: 0 2rem; }
      .popup-slider__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .popup-slider__arrows {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      width: 100%;
      left: 0;
      display: flex;
      justify-content: space-between;
      z-index: 2; }
      .popup-slider__arrows span {
        pointer-events: auto;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none;
        width: 2rem; }
        .popup-slider__arrows span img {
          width: 100%; }
  .popup.active .popup-content {
    transform: none; }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: #fff;
  display: none; }
  .mobile-menu .container {
    padding-top: 0.5rem;
    padding-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem; }
    .mobile-menu__head .header-search {
      opacity: 0;
      visibility: hidden; }
  .mobile-menu__close {
    width: 1.25rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .mobile-menu__close img {
      width: 60%;
      display: block; }
  .mobile-menu__search {
    margin-bottom: 1.5rem; }
    .mobile-menu__search form {
      position: relative;
      display: flex;
      align-items: center; }
      .mobile-menu__search form svg {
        width: 1.25rem;
        height: 1.25rem;
        position: absolute;
        margin-bottom: 0.5rem; }
      .mobile-menu__search form input {
        border: none;
        border-bottom: 1px solid #ECECEC;
        width: 100%;
        padding-left: 1.5rem;
        padding-bottom: 0.5rem; }
  .mobile-menu__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
    padding: 1rem 0;
    font-size: 1rem;
    color: #1A1A1A;
    text-transform: uppercase;
    position: relative; }
    .mobile-menu__list li.nodropdown a {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 1; }
  .mobile-menu__bot {
    font-size: 0.8rem;
    border-top: 1px solid #ECECEC;
    padding-top: 1.5rem; }
  .mobile-menu__phone {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: .5rem; }
    .mobile-menu__phone a {
      color: #1A1A1A; }
  .mobile-menu__links {
    margin-bottom: 2rem; }
    .mobile-menu__links li {
      margin-bottom: .5rem; }
    .mobile-menu__links a {
      display: inline-flex;
      color: #1A1A1A;
      gap: .5rem; }
      .mobile-menu__links a svg {
        width: 1rem;
        height: 1rem; }
  .mobile-menu__lang {
    display: flex;
    gap: .5rem; }
    .mobile-menu__lang img {
      width: 1rem; }
    .mobile-menu__lang a {
      color: #1A1A1A;
      opacity: .3; }
      .mobile-menu__lang a.active {
        opacity: 1; }
  .mobile-menu__tabs {
    position: absolute;
    background: #fff;
    z-index: 3;
    top: 5rem;
    height: calc(100% - 5rem);
    left: 0;
    width: 100%;
    overflow: auto;
    padding: 2rem 3rem;
    display: none; }
  .mobile-menu__tab {
    display: none; }
  .mobile-menu__name {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 2rem; }
    .mobile-menu__name img {
      transform: rotate(-180deg); }
  .mobile-menu__main h4 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem; }
  .mobile-menu__main ul {
    margin-bottom: 3rem;
    font-size: 0.9rem; }
    .mobile-menu__main ul:last-child {
      margin-bottom: 0; }
    .mobile-menu__main ul li {
      margin-bottom: .5rem; }
      .mobile-menu__main ul li:last-child {
        margin-bottom: 0; }
    .mobile-menu__main ul a {
      color: #1A1A1A; }
  .mobile-menu__news ul {
    margin-bottom: 3rem;
    font-size: 0.9rem; }
    .mobile-menu__news ul li {
      padding: 1rem 0;
      border-bottom: 1px solid #ECECEC; }
      .mobile-menu__news ul li:first-child {
        border-top: 1px solid #ECECEC; }
    .mobile-menu__news ul a {
      color: #1A1A1A; }
  .mobile-menu__news > a {
    color: #1A1A1A;
    border-bottom: 1px solid #1A1A1A; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
  transition: .6s all;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1); }
  .header-mobile {
    display: none; }
  .header-main {
    position: relative;
    padding: 1.7rem 0;
    transition: .6s all; }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10rem;
    transition: .6s all;
    margin-top: 0.2rem; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header .container {
    padding: 0 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-wrap {
    display: flex;
    align-items: center;
    gap: 1.9rem; }
  .header__menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    gap: .75rem;
    position: relative; }
    .header__menu svg {
      width: 1.2rem; }
    .header__menu:hover {
      opacity: .7; }
  .header-links {
    display: flex;
    align-items: center;
    gap: 2.5rem; }
    .header-links a {
      color: #000; }
      .header-links a:hover {
        opacity: .7; }
  .header-nav {
    display: flex;
    align-items: center;
    gap: 1.8rem; }
  .header__feedback {
    display: flex;
    align-items: center;
    color: #000;
    gap: .45rem; }
    .header__feedback svg {
      width: 0.75rem; }
    .header__feedback:hover {
      opacity: .7; }
  .header-lang {
    position: relative; }
    .header-lang:hover .header-lang__dropdown {
      display: block; }
    .header-lang__btn {
      padding-bottom: 1rem;
      margin-bottom: -1rem;
      cursor: default; }
    .header-lang__dropdown {
      position: absolute;
      display: none;
      margin-top: 0.1rem; }
      .header-lang__dropdown li {
        margin-bottom: 0.1rem; }
      .header-lang__dropdown a {
        color: #000; }
        .header-lang__dropdown a:hover {
          opacity: .7; }
  .header-btns {
    display: flex;
    gap: 1.5rem; }
    .header-btns a {
      display: inline-flex;
      color: #000; }
      .header-btns a:hover {
        opacity: .7; }
      .header-btns a svg {
        width: 1.25rem;
        height: 1.25rem; }
  .header-fav, .header-profile {
    position: relative; }
    .header-fav span, .header-profile span {
      display: none; }
    .header-fav.active span, .header-profile.active span {
      background: #FF7777;
      position: absolute;
      top: -.1rem;
      right: -.1rem;
      width: 0.3rem;
      height: 0.3rem;
      border-radius: 50%;
      display: inline-flex; }
  .header-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0.4rem 0.4rem -0.2rem rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 2.1rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    border-top: 1px solid #ECECEC;
    opacity: 0;
    visibility: hidden;
    transition: .6s all; }
    .header-dropdown__item {
      display: none;
      max-width: 62rem;
      margin: 0 auto;
      justify-content: space-between;
      gap: 4rem; }
      .header-dropdown__item.active {
        display: flex; }
    .header-dropdown__wrap {
      flex-grow: 1;
      display: flex;
      justify-content: space-between; }
    .header-dropdown__title {
      font-weight: 500;
      color: #1A1A1A;
      margin-bottom: 1rem; }
    .header-dropdown__img {
      width: 29rem;
      height: 14.5rem; }
      .header-dropdown__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .header-dropdown__menu li {
      margin-bottom: 1rem;
      max-width: 6.5rem; }
      .header-dropdown__menu li a {
        color: #1A1A1A;
        position: relative; }
        .header-dropdown__menu li a::after {
          bottom: -1px;
          left: 0;
          background: #1A1A1A;
          width: 0;
          transition: .3s width;
          position: absolute;
          content: '';
          height: 1px; }
        .header-dropdown__menu li a:hover::after {
          width: 100%; }
      .header-dropdown__menu li:last-child {
        margin-bottom: 0; }
    .header-dropdown__single {
      display: flex;
      justify-content: center;
      flex-grow: 1; }
      .header-dropdown__single li {
        max-width: none; }
    .header-dropdown__articles {
      display: flex;
      justify-content: center;
      gap: 6.5rem;
      width: 100%; }
    .header-dropdown__article {
      width: 9.3rem;
      text-align: center;
      position: relative;
      text-transform: none; }
      .header-dropdown__article img {
        width: 100%;
        display: block;
        height: 11.3rem;
        object-fit: cover;
        margin-bottom: 1.25rem; }
      .header-dropdown__article a {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute; }
    .header-dropdown__link {
      align-self: center;
      color: #1A1A1A;
      text-transform: none; }
  .header__basket {
    position: relative; }
    .header__basket span {
      position: absolute;
      top: -0.3rem;
      right: -0.3rem;
      width: 0.7rem;
      height: 0.7rem;
      background: #000;
      color: #fff;
      font-size: 0.4rem;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      display: none; }
    .header__basket.active span {
      display: inline-flex; }
  .header-bot .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .header-search {
    color: #1A1A1A;
    width: 1.25rem;
    height: 1.25rem; }
    .header-search svg {
      width: 100%;
      height: 100%;
      display: block; }
  .header-menu {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    margin-top: 0.2rem;
    gap: 3rem;
    text-transform: uppercase;
    position: relative;
    z-index: 2; }
    .header-menu a {
      color: #1A1A1A;
      cursor: default; }
    .header-menu li {
      position: relative; }
      .header-menu li.nodropdown a {
        cursor: pointer; }
      .header-menu li::after {
        bottom: calc(-1rem - 1px);
        left: 0;
        background: #1A1A1A;
        width: 0;
        transition: .3s width;
        position: absolute;
        content: '';
        height: 2px; }
      .header-menu li:hover::after, .header-menu li.active::after {
        width: 100%; }
  .header-trans {
    background: transparent;
    color: #fff;
    box-shadow: none; }
    .header-trans .header-main {
      border-color: transparent; }
    .header-trans .header-links a, .header-trans .header-lang__dropdown a, .header-trans .header__feedback, .header-trans .header-btns a, .header-trans .header-search, .header-trans .header-menu a {
      color: #fff; }
    .header-trans .header__logo {
      filter: invert(1); }
    .header-trans.scrolled, .header-trans.active {
      background: #fff;
      color: #000;
      box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1); }
      .header-trans.scrolled .header-main, .header-trans.active .header-main {
        border-color: #DFDFDF; }
      .header-trans.scrolled .header-links a, .header-trans.scrolled .header-lang__dropdown a, .header-trans.scrolled .header__feedback, .header-trans.scrolled .header-search, .header-trans.scrolled .header-btns a, .header-trans.active .header-links a, .header-trans.active .header-lang__dropdown a, .header-trans.active .header__feedback, .header-trans.active .header-search, .header-trans.active .header-btns a {
        color: #000; }
      .header-trans.scrolled .header__logo, .header-trans.active .header__logo {
        filter: none; }
      .header-trans.scrolled .header-menu a, .header-trans.active .header-menu a {
        color: #000; }
  .header.active .header-dropdown {
    opacity: 1;
    visibility: visible; }
  .header-product {
    background: transparent;
    box-shadow: none; }
    .header-product.scrolled, .header-product.active {
      background: #fff;
      color: #000;
      box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1); }
  .header.hide {
    transform: translateY(-100%); }

.main {
  position: relative;
  height: 100svh;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3.6rem;
  color: #fff;
  text-align: center; }
  .main-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .main-bg::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.2); }
    .main-bg video, .main-bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
      .main-bg video.mob, .main-bg img.mob {
        display: none; }
  .main__title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.6rem;
    margin-bottom: 1.5rem; }
  .main__link {
    color: #fff; }

.popular, .wedding {
  padding: 5rem 0;
  position: relative; }
  .popular .section-head, .wedding .section-head {
    margin-bottom: 2.5rem; }

.products {
  margin-top: 3rem; }
  .products-wrap {
    position: relative;
    margin-bottom: 3.25rem; }
    .products-wrap:hover .products-arrows {
      opacity: 1;
      visibility: visible; }
  .products-arrows {
    position: absolute;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
    top: 10.75rem;
    transition: .6s all;
    opacity: 0;
    visibility: hidden; }
    .products-arrows span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      pointer-events: auto;
      opacity: 0;
      visibility: hidden; }
      .products-arrows span img {
        width: 100%; }
      .products-arrows span.active {
        opacity: 1;
        visibility: visible; }
  .products-more {
    text-align: center; }
    .products-more a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 0 1.6rem;
      height: 2.25rem;
      color: #000;
      border: 1px solid #000;
      border-radius: 2rem; }
      .products-more a:hover {
        background: #000;
        color: #fff; }
  .products-head {
    height: calc(100svh + 2rem);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding-bottom: 5rem; }
  .products-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .products-bg::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: linear-gradient(202deg, rgba(0, 0, 0, 0) 61.41%, rgba(0, 0, 0, 0.55) 94.27%); }
    .products-bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .products__title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0.7rem; }
  .products__text {
    font-size: 0.8rem;
    line-height: 1.56;
    max-width: 28.3rem; }
  .products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
  .products-slider .product-item {
    width: 100%;
    height: auto; }
    .products-slider .product-item__img {
      height: 24rem;
      margin-bottom: 0.9rem; }
    .products-slider .product-item__price, .products-slider .product-item__name {
      padding: 0; }
    .products-slider .product-item__fav {
      top: 0.6rem;
      right: 0.6rem; }
  .products-slider .owl-dots {
    z-index: 2;
    position: absolute;
    bottom: -.5rem;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem; }
    .products-slider .owl-dots .owl-dot {
      width: 2px;
      height: 2px;
      transition: .6s all;
      border-radius: 50%;
      background: #AFAFAF; }
      .products-slider .owl-dots .owl-dot.active {
        background: #1A1A1A;
        width: 4px;
        height: 4px; }
  .products-banner {
    position: relative;
    z-index: 1;
    min-height: 35.5rem; }
    .products-banner__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .products-banner__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .products-banner.medium {
      grid-column: span 2;
      grid-row: span 2; }
    .products-banner.small {
      grid-column: span 2; }
    .products-banner.card .products-banner__info {
      padding: 1rem 1rem 1.5rem; }
    .products-banner.big {
      grid-column: span 4;
      height: 100svh; }
    .products-banner__info {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      text-align: center;
      padding-bottom: 1.9rem; }
      .products-banner__info::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: -1;
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%); }
    .products-banner__title {
      font-size: 2rem;
      margin-bottom: 0.7rem; }
    .products-banner__text {
      font-size: 0.8rem;
      line-height: 1.56;
      max-width: 28.3rem;
      margin-bottom: 1.5rem; }
    .products-banner__link {
      color: #fff; }

.product {
  padding-top: 2.5rem; }
  .product-item {
    position: relative;
    height: 35.5rem; }
    .product-item__fav {
      position: absolute;
      top: 0.8rem;
      right: 0.8rem;
      z-index: 2;
      width: 0.9rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      color: transparent; }
      .product-item__fav:hover {
        opacity: .7; }
      .product-item__fav svg {
        width: 100%; }
      .product-item__fav.active {
        color: #000; }
    .product-item__del {
      position: absolute;
      top: 0.8rem;
      right: 0.8rem;
      z-index: 2;
      width: .9rem;
      padding: 0.2rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none; }
      .product-item__del img {
        width: 100%; }
      .product-item__del:hover {
        opacity: .5; }
    .product-item__lock {
      position: absolute;
      right: 0.75rem;
      height: 1.75rem;
      min-width: .75rem;
      padding: 0.4rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      border-radius: 2rem;
      color: #1A1A1A;
      border: 1px solid #1A1A1A;
      gap: .35rem;
      z-index: 2;
      margin-top: -5rem; }
      .product-item__lock img {
        width: 0.8rem;
        transition: .6s all; }
      .product-item__lock:hover {
        background: #1A1A1A;
        color: #fff; }
        .product-item__lock:hover img {
          filter: invert(1); }
    .product-item__img {
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, #D9D8D7 0%, #FFF 100%); }
      .product-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .product-item__collect {
      font-size: 0.6rem;
      color: #C7C7C7;
      margin-bottom: 0.3rem; }
    .product-item__wrap {
      position: absolute;
      bottom: 1rem;
      left: 0;
      width: 100%;
      z-index: 1; }
    .product-item__name {
      margin-bottom: 0.35rem;
      padding: 0 1.5rem; }
    .product-item__price {
      font-size: 0.75rem;
      font-weight: 300;
      padding: 0 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .product-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
  .product-head {
    margin-bottom: 3.5rem;
    display: flex;
    align-items: center; }
  .product-main {
    width: 50%;
    position: relative;
    min-height: 53rem; }
  .product-loading {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 4;
    background: #fff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin-top: -2.5rem; }
    .product-loading__load {
      display: inline-block;
      position: relative;
      width: 5rem;
      height: 5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
      .product-loading__load div {
        display: block;
        position: absolute;
        width: 4rem;
        height: 4rem;
        margin: .4rem;
        border: 0.4rem solid #C7C7C7;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #C7C7C7 transparent transparent transparent; }
        .product-loading__load div:nth-child(1) {
          animation-delay: -0.45s; }
        .product-loading__load div:nth-child(1) {
          animation-delay: -0.3s; }
        .product-loading__load div:nth-child(1) {
          animation-delay: -0.15s; }
  .product__back {
    color: #000;
    font-size: 0.65rem;
    display: inline-flex;
    margin-bottom: 1rem;
    gap: 1.4rem;
    margin-left: 5rem; }
    .product__back svg {
      width: .35rem;
      height: 0.6rem; }
    .product__back:hover {
      opacity: .7; }
  .product-slider__item {
    height: 53rem; }
    .product-slider__item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .product-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 4rem;
    z-index: 2;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .product-arrows span {
      pointer-events: auto;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%; }
      .product-arrows span img {
        width: 100%; }
  .product .owl-dots {
    z-index: 2;
    position: absolute;
    bottom: 4rem;
    left: 5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem; }
    .product .owl-dots .owl-dot {
      width: 2px;
      height: 2px;
      transition: .6s all;
      border-radius: 50%;
      background: #AFAFAF; }
      .product .owl-dots .owl-dot.active {
        background: #1A1A1A;
        width: 4px;
        height: 4px; }
  .product-wrap {
    width: 50%;
    padding-top: 4rem;
    font-size: 0.6rem;
    position: sticky;
    top: 8.5rem;
    align-self: flex-start; }
    .product-wrap .container {
      padding: 0 1rem;
      max-width: 20.5rem;
      margin: 0 auto; }
  .product-collect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem; }
    .product-collect__text {
      color: #C7C7C7; }
    .product-collect .product-item__fav {
      width: 1rem;
      position: static; }
  .product__name {
    font-size: 0.8rem;
    margin-bottom: .55rem; }
  .product__price {
    font-size: 0.75rem;
    font-weight: 300;
    margin-bottom: 1rem; }
  .product__weight {
    color: #9A9A9A;
    margin-bottom: 1rem;
    line-height: 1.5; }
  .product__text {
    margin-bottom: 1.5rem; }
  .product-btns {
    text-align: center;
    margin-bottom: 1.5rem; }
  .product .link {
    text-transform: none;
    color: #000;
    font-weight: 400; }
  .product-select {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1.25rem; }
    .product-select .customSelect__option--value {
      font-weight: 500;
      padding-left: 0;
      border: none !important;
      font-size: 0.65rem; }
      .product-select .customSelect__option--value::after {
        right: 0; }
    .product-select .customSelect__dropdown {
      border: none;
      box-shadow: 0 2px 9.8px 0 rgba(140, 140, 140, 0.25); }
      .product-select .customSelect__dropdown .customSelect__option {
        height: 2rem;
        font-size: 0.65rem; }
  .product-guide {
    margin-bottom: 1.75rem;
    cursor: pointer; }
  .product__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    margin-bottom: 1rem;
    width: 100%;
    height: 2.25rem;
    background: #000;
    color: #fff;
    border-radius: 2rem; }
    .product__btn:hover {
      background: #333; }
  .product-desc {
    position: relative;
    margin-bottom: 1.5rem; }
    .product-desc__text {
      line-height: 1.1rem;
      height: 5.5rem;
      overflow: hidden;
      margin-bottom: 0.2rem; }
      .product-desc__text ul, .product-desc__text ol {
        padding-left: 1rem; }
        .product-desc__text ul li, .product-desc__text ol li {
          display: list-item; }
          .product-desc__text ul li::marker, .product-desc__text ol li::marker {
            color: #C7C7C7; }
    .product-desc::after {
      position: absolute;
      width: 100%;
      height: 3.7rem;
      bottom: 1.1rem;
      left: 0;
      content: '';
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 87.18%); }
    .product-desc .link span:nth-child(2) {
      display: none; }
    .product-desc.active .link {
      display: inline-block; }
      .product-desc.active .link span:nth-child(1) {
        display: none; }
      .product-desc.active .link span:nth-child(2) {
        display: inline; }
    .product-desc.active .product-desc__text {
      height: auto;
      margin-bottom: 0.5rem; }
    .product-desc.active::after {
      content: none; }
  .product-care {
    font-size: 0.65rem;
    user-select: none;
    border-bottom: 1px solid #F0F0F0; }
    .product-care__head {
      height: 2.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      cursor: pointer;
      user-select: none; }
      .product-care__head img {
        width: 0.25rem;
        flex-shrink: 0; }
    .product-care__info {
      padding-bottom: .8rem;
      line-height: 1.8;
      font-size: 0.6rem;
      display: none; }
  .product-info {
    font-size: 0.65rem; }
    .product-info li {
      height: 2.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #F0F0F0;
      gap: 1rem;
      cursor: pointer;
      user-select: none; }
      .product-info li:first-child {
        border-top: 1px solid #F0F0F0; }
      .product-info li img {
        width: 0.25rem;
        flex-shrink: 0; }
  .product .section-head {
    margin-bottom: 2.5rem; }
  .product-zoom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #fff;
    display: none; }
    .product-zoom__close, .product-zoom__zoom {
      position: absolute;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: #fff;
      box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
      z-index: 2; }
    .product-zoom__close {
      right: 1rem;
      top: 1rem; }
    .product-zoom__zoom {
      bottom: 1rem;
      left: 1rem; }
    .product-zoom__img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      touch-action: none;
      transform-origin: center center;
      will-change: transform; }
      .product-zoom__img img {
        width: 100%;
        height: auto;
        transform-origin: center center;
        will-change: transform; }

.banner {
  position: relative;
  height: 100svh; }
  .banner__img {
    width: 100%;
    height: 100%; }
    .banner__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .banner__logo {
    position: absolute;
    left: 5rem;
    bottom: 3.3rem;
    width: 16rem; }
    .banner__logo img {
      width: 100%;
      display: block; }

.collection .section-head {
  margin-bottom: 2rem; }
.collection-item {
  display: flex;
  height: 45.5rem;
  overflow: hidden; }
  .collection-item:nth-child(2n) {
    flex-direction: row-reverse; }
.collection-slider {
  width: 50%;
  position: relative; }
  .collection-slider__arrows {
    padding: 0 5rem;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 18rem; }
    .collection-slider__arrows span {
      pointer-events: all;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 2.5rem;
      height: 2.5rem; }
      .collection-slider__arrows span img {
        width: 100%; }
      .collection-slider__arrows span:hover {
        opacity: .7; }
  .collection-slider__item {
    height: 45.5rem;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 5.5rem;
    padding-bottom: 4.4rem; }
  .collection-slider__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%; }
    .collection-slider__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .collection-slider__link {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
  .collection-slider__btn {
    color: #1A1A1A;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.8rem;
    z-index: 3; }
  .collection-slider .owl-dots {
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.5rem;
    display: flex !important;
    align-items: center;
    gap: .85rem; }
    .collection-slider .owl-dots .owl-dot {
      width: 2px;
      height: 2px;
      transition: .6s all;
      border-radius: 50%;
      background: #1A1A1A; }
      .collection-slider .owl-dots .owl-dot.active {
        background: #1A1A1A;
        width: 4px;
        height: 4px; }
.collection-wrap {
  width: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
  padding-bottom: 3rem;
  color: #fff; }
.collection__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1; }
  .collection__img::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%); }
  .collection__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
.collection__title {
  font-size: 2rem;
  margin-bottom: 0.7rem; }
.collection__text {
  font-size: 0.8rem;
  line-height: 1.56;
  max-width: 28.3rem;
  margin: 0 auto 1.5rem; }
.collection__link {
  color: #fff;
  display: inline-block; }
.collection__banner {
  height: 100svh; }
  .collection__banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }

.about {
  padding-top: 5rem;
  position: relative;
  z-index: 1; }
  .about .section-head {
    margin-bottom: 2rem; }
  .about-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .about-info {
    flex-grow: 1;
    text-align: center; }
    .about-info__wrap {
      max-width: 22.5rem;
      margin: 0 auto; }
  .about__logo {
    margin-bottom: 3rem; }
    .about__logo img {
      width: 15rem;
      display: inline-block; }
  .about__text {
    font-size: 0.8rem;
    line-height: 1.56;
    margin-bottom: 2rem; }
    .about__text p {
      margin-bottom: 1rem; }
      .about__text p:last-child {
        margin-bottom: 0; }
  .about__link {
    color: #000;
    display: inline-block; }
  .about__img {
    width: 36rem; }
    .about__img img {
      width: 100%;
      display: block; }
  .about-page {
    position: relative;
    margin-top: 7.7rem;
    height: 100vh;
    z-index: 1;
    color: #fff;
    display: flex;
    align-items: flex-end;
    text-align: center;
    padding-bottom: 3rem; }
    .about-page__bg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .about-page__bg::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.4%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); }
      .about-page__bg img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .about-page .section-title {
      font-size: 2rem;
      font-weight: 400;
      margin-bottom: 1rem; }
    .about-page__logo img {
      width: 11rem;
      display: inline-block; }

.author {
  padding-top: 4.5rem; }
  .author-head {
    text-align: center;
    margin: 0 auto 4.5rem;
    max-width: 30rem;
    line-height: 1.64;
    font-size: 0.85rem; }
  .author-main {
    gap: 7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7rem; }
  .author__img {
    width: 41%; }
    .author__img img {
      width: 100%;
      display: block; }
  .author__line {
    background: #EDEDED;
    width: 1px;
    flex-shrink: 0;
    align-self: stretch; }
  .author-wrap {
    width: 42%; }
  .author__name {
    font-size: 2rem;
    margin-bottom: 0.2rem; }
  .author__pos {
    font-size: 0.85rem;
    margin-bottom: 3.25rem; }
  .author__text {
    font-size: 1rem;
    line-height: 1.9; }

.history {
  padding: 7rem 0 2rem; }
  .history-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7rem;
    margin-bottom: 7rem; }
    .history-item:nth-child(even) {
      flex-direction: row-reverse; }
    .history-item__img {
      width: 41%; }
      .history-item__img img {
        width: 100%;
        display: block; }
    .history-item__line {
      background: #EDEDED;
      width: 1px;
      flex-shrink: 0;
      align-self: stretch; }
    .history-item__wrap {
      width: 41%; }
    .history-item__date {
      color: #E5E5E5;
      font-weight: 900;
      font-size: 2.5rem;
      margin-bottom: 1rem; }
    .history-item__name {
      font-size: 0.95rem;
      font-weight: 500;
      margin-bottom: 1.5rem; }
    .history-item__text {
      font-size: 0.85rem;
      line-height: 1.64;
      max-width: 30.5rem; }
      .history-item__text p {
        margin-bottom: 1.5rem; }
        .history-item__text p:last-child {
          margin-bottom: 0; }
  .history-info {
    max-width: 30.5rem;
    margin: 0 auto 4rem;
    text-align: center; }

.news {
  padding-top: 5rem; }
  .news-page {
    padding: 12rem 0 5rem; }
  .news .section-head {
    margin-bottom: 2rem; }
  .news-list {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap; }
  .news-item {
    width: calc(33.3333% - .5rem); }
    .news-item__img {
      height: 32.5rem;
      margin-bottom: 1rem; }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-item__title {
      font-size: 0.8rem;
      font-weight: 500;
      margin-bottom: .5rem; }
    .news-item__text {
      line-height: 1.25rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      height: 3.75rem;
      font-weight: 300;
      margin-bottom: 1.5rem; }
    .news-item__link {
      text-align: right; }
      .news-item__link a {
        color: #000; }
  .news-single {
    margin-top: 3rem; }
    .news-single .popular {
      padding: 0; }
  .news-head {
    text-align: center; }
    .news-head__img {
      height: calc(100svh - 3rem);
      margin-bottom: 5rem; }
      .news-head__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-head__title {
      font-size: 2rem;
      margin-bottom: 1.5rem; }
    .news-head__text {
      max-width: 27.5rem;
      margin: 0 auto;
      line-height: 1.78;
      margin-bottom: 3rem; }
  .news-content {
    margin: 0 auto 5rem;
    max-width: 50rem;
    text-align: center; }
  .news__title {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 1.75rem; }
  .news__text {
    line-height: 1.78; }
    .news__text p {
      margin-bottom: 1.75rem; }
  .news__img {
    margin-bottom: 6rem; }
    .news__img img {
      width: 100%;
      display: block; }
  .news-video {
    text-align: center;
    margin-bottom: 5rem; }
    .news-video__title {
      padding: 0 1rem;
      font-size: 2rem;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 4rem; }
    .news-video__iframe iframe {
      width: 100%;
      display: block;
      height: 55vw; }
  .news-slider {
    position: relative;
    margin-bottom: 6.5rem; }
    .news-slider__item {
      width: 40rem;
      height: 27rem;
      margin: 0 3.5rem; }
      .news-slider__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-slider__arrows {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 100%;
      pointer-events: none;
      display: flex;
      justify-content: center;
      z-index: 2;
      gap: 44rem; }
      .news-slider__arrows span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none;
        width: 2.5rem;
        height: 2.5rem;
        pointer-events: auto; }
        .news-slider__arrows span img {
          width: 100%;
          display: block; }
  .news-consult {
    padding: 0 3rem 3rem; }
    .news-consult .section-head {
      margin-bottom: 1.5rem; }
    .news-consult .section-subtitle {
      margin-top: 0.5rem; }
    .news-consult__form {
      width: 100%;
      max-width: 47.2rem;
      margin: 0 auto; }
      .news-consult__form form > input {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ededed;
        padding-bottom: 1.75rem;
        margin-bottom: 2rem; }
      .news-consult__form .order-form__checkbox {
        margin-top: -0.5rem;
        justify-content: center;
        margin-bottom: 1rem; }
    .news-consult .btn {
      width: 100%; }

.follow {
  padding: 5rem 0 3.5rem; }
  .follow-content {
    max-width: 35.5rem;
    margin: 0 auto; }
  .follow__title {
    text-align: center;
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 1.75rem; }
  .follow-form {
    font-size: 0.8rem;
    font-weight: 300;
    position: relative; }
    .follow-form input {
      border: none;
      width: 100%;
      border-bottom: 1px solid #000;
      padding-bottom: 0.65rem;
      padding-right: 9rem; }
      .follow-form input::placeholder {
        color: #000; }
    .follow-form button {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 0.65rem 0; }
      .follow-form button:hover {
        opacity: .7; }

.basket {
  height: 100dvh;
  display: flex;
  overflow: hidden;
  padding-top: 7.7rem; }
  .basket-main {
    width: 63.5%;
    background: #F8F8F8;
    overflow: auto;
    max-height: 100%;
    padding: 2.3rem 0 3rem; }
  .basket__title {
    font-size: 0.75rem;
    margin-bottom: 2rem; }
  .basket-item {
    background: #fff;
    display: flex;
    margin-bottom: 2.5rem;
    align-items: flex-end; }
    .basket-item:last-child {
      margin-bottom: 0; }
    .basket-item__img {
      width: 50%;
      align-self: stretch;
      background: linear-gradient(180deg, #D9D8D7 0%, #FFF 100%);
      position: relative; }
      .basket-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
      .basket-item__img a {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute; }
    .basket-item__mobile {
      display: none; }
    .basket-item__wrap {
      width: 50%;
      padding: 1.85rem 1.85rem 0;
      font-size: 0.6rem; }
    .basket-item__collect {
      font-size: 0.55rem;
      color: #C7C7C7;
      margin-bottom: 0.3rem; }
    .basket-item__name {
      font-size: 0.8rem;
      margin-bottom: 1.25rem; }
    .basket-item__text {
      margin-bottom: 1.75rem; }
    .basket-item .link {
      text-transform: none;
      color: #000; }
    .basket-item__more {
      height: 2.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #F0F0F0;
      border-top: 1px solid #F0F0F0;
      gap: 1rem;
      cursor: pointer;
      user-select: none;
      font-size: 0.65rem;
      margin-bottom: 3.5rem; }
      .basket-item__more img {
        width: 0.25rem;
        flex-shrink: 0; }
    .basket-item__price {
      font-size: 0.65rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1.65rem;
      margin-top: 4rem; }
    .basket-item__btns {
      margin-left: -1.85rem;
      width: calc(100% + 3.7rem);
      border-top: 1px solid #DFDFDF;
      height: 2.7rem;
      display: flex; }
    .basket-item__counter {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.65rem; }
      .basket-item__counter span {
        width: 2rem;
        height: 2rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none; }
      .basket-item__counter p {
        width: 40%;
        text-align: center; }
    .basket-item__delete {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 50%;
      border-left: 1px solid #DFDFDF;
      gap: .75rem; }
      .basket-item__delete img {
        width: 0.6rem; }
  .basket-side {
    width: 36.5%;
    padding: 3.2rem; }
  .basket-price {
    margin-bottom: 3rem; }
    .basket-price__list {
      margin-bottom: 3.2rem; }
    .basket-price__item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 0.75rem; }
      .basket-price__item:last-child {
        margin-bottom: 0; }
    .basket-price__name {
      font-size: 0.65rem;
      display: flex;
      align-items: center; }
    .basket-price__price {
      font-size: 0.75rem;
      font-weight: 300; }
      .basket-price__price.free {
        font-size: 0.65rem; }
    .basket-price__address {
      width: 100%;
      margin-top: 0.25rem;
      font-size: 0.5rem;
      color: #C7C7C7; }
    .basket-price__total {
      font-size: 0.65rem;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 2rem; }
      .basket-price__total p {
        font-size: 0.75rem; }
    .basket-price__btn {
      width: 100%;
      height: 2.25rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #000;
      color: #fff;
      border-radius: 2rem; }
      .basket-price__btn:hover {
        background: #333; }
  .basket-info__item {
    position: relative;
    height: 5rem;
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    .basket-info__item:first-child {
      border-top: 1px solid #F0F0F0; }
  .basket-info__wrap {
    display: flex;
    align-items: center;
    gap: 1.5rem; }
  .basket-info__ico {
    width: 1.75rem;
    flex-shrink: 0; }
    .basket-info__ico img {
      width: 100%;
      display: block; }
  .basket-info__text {
    font-size: 0.65rem; }
    .basket-info__text p {
      font-size: 0.5rem;
      color: #C7C7C7;
      margin-top: 0.25rem; }
  .basket-info__link {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2; }
  .basket-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.9);
    z-index: 4;
    display: none;
    cursor: pointer; }
    .basket-popup__content {
      top: 7.7rem;
      right: 0;
      position: absolute;
      background: #fff;
      width: 35rem;
      padding: 2.3rem;
      cursor: default; }
    .basket-popup__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.75rem;
      margin-bottom: 2.4rem; }
      .basket-popup__head img {
        cursor: pointer;
        width: 1.1rem;
        margin-left: -0.2rem;
        padding: 0.2rem; }
    .basket-popup__item {
      display: flex;
      gap: .75rem;
      margin-bottom: 1.6rem; }
    .basket-popup__img {
      width: 5.5rem;
      height: 6rem;
      flex-shrink: 0; }
      .basket-popup__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .basket-popup__collect {
      font-size: 0.55rem;
      color: #C7C7C7;
      margin-bottom: 0.2rem; }
    .basket-popup__name {
      font-size: 0.65rem;
      margin-bottom: 0.45rem; }
    .basket-popup__price {
      font-weight: 300; }
    .basket-popup__btns {
      display: flex;
      flex-direction: column;
      gap: .3rem; }
      .basket-popup__btns a {
        width: 100%;
        height: 2.25rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 2.25rem;
        background: #1A1A1A;
        color: #fff; }
        .basket-popup__btns a:hover {
          background: #333; }
        .basket-popup__btns a.basket-popup__close {
          background: #fff;
          color: #1A1A1A;
          border: 1px solid #1A1A1A; }
          .basket-popup__btns a.basket-popup__close:hover {
            background: #1A1A1A;
            color: #fff; }
  .basket-order {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.9);
    z-index: 9;
    display: none; }
    .basket-order__content {
      top: 0;
      right: 0;
      position: absolute;
      background: #fff;
      width: 35rem;
      padding: 2.3rem;
      cursor: default;
      height: 100%; }
    .basket-order__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.75rem;
      margin-bottom: 2.4rem; }
      .basket-order__head img {
        cursor: pointer;
        width: 1.1rem;
        margin-left: -0.2rem;
        padding: 0.2rem; }
    .basket-order__list {
      border-bottom: 1px solid #F0F0F0;
      margin-bottom: 3rem;
      padding-bottom: 2rem;
      max-height: calc(100svh - 17rem);
      overflow: auto; }
  .basket-zoom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.9);
    z-index: 9;
    display: none; }
    .basket-zoom__img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: calc(100% - 2rem);
      height: 50vh;
      background: linear-gradient(180deg, #D9D8D7 0%, #FFF 100%); }
      .basket-zoom__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }

.fav {
  padding-top: 13rem; }
  .fav-main {
    margin: 0 auto 3rem;
    text-align: center; }
  .fav__title {
    font-size: 0.9rem;
    margin-bottom: 0.85rem; }
  .fav__text {
    font-size: 0.65rem;
    margin-bottom: 1.4rem; }
  .fav__btn {
    width: 10.3rem; }
  .fav-popup {
    background: rgba(26, 26, 26, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    cursor: pointer;
    font-size: 0.7rem;
    display: none; }
    .fav-popup__content {
      cursor: default;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 7.7rem;
      background: #fff;
      width: 40rem;
      border-radius: .5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-right: 1.1rem;
      gap: 2.2rem;
      overflow: hidden; }
    .fav-popup__close {
      width: 1rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      flex-shrink: 0;
      padding: 0.25rem 0;
      margin-right: -0.25rem; }
      .fav-popup__close:hover {
        opacity: .5; }
      .fav-popup__close img {
        width: 50%; }
    .fav-popup__wrap {
      display: flex;
      align-items: center;
      gap: .75rem; }
    .fav-popup__img {
      width: 5rem;
      height: 5.5rem;
      padding: 0.45rem;
      background: linear-gradient(180deg, #D9D8D7 0%, #F8F8F7 100%);
      flex-shrink: 0; }
      .fav-popup__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .fav-popup__text div {
      margin-bottom: 0.5rem; }
    .fav-popup__text a {
      color: #1A1A1A;
      text-transform: none; }

.order {
  background: #F8F8F8;
  padding: 9.2rem 0 2.5rem;
  min-height: 100svh; }
  .order__back {
    display: inline-block;
    margin-bottom: 1.5rem;
    margin-left: -.5rem;
    padding: 0.5rem; }
    .order__back img {
      width: 0.5rem; }
    .order__back-wrap {
      width: 63.5%;
      margin: 0 auto; }
  .order-wrap {
    display: flex;
    gap: 1.25rem;
    justify-content: center; }
  .order-main {
    width: 63.5%; }
  .order-step {
    margin-bottom: 1.25rem;
    background: #fff; }
    .order-step__head {
      padding: 1.5rem;
      border-bottom: 1px solid #F0F0F0;
      display: flex;
      align-items: center;
      gap: .75rem;
      font-size: 0.75rem; }
    .order-step__count {
      width: 1.4rem;
      height: 1.4rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #1A1A1A;
      color: #fff;
      border-radius: 50%; }
      .order-step__count img {
        width: 0.55rem;
        display: none; }
    .order-step__main {
      padding: 2rem 1.5rem;
      font-size: 0.6rem; }
    .order-step__done {
      display: none; }
    .order-step:last-child {
      margin-bottom: 0; }
    .order-step.closed {
      pointer-events: none; }
      .order-step.closed .order-step__main, .order-step.closed .order-step__done {
        display: none; }
      .order-step.closed .order-step__head {
        color: #AEAEAE; }
      .order-step.closed .order-step__count {
        background: #fff;
        border: 1px solid #AEAEAE;
        color: #AEAEAE; }
    .order-step.done .order-step__main {
      display: none; }
    .order-step.done .order-step__done {
      display: block; }
    .order-step.done .order-step__count {
      background: #5C7E08; }
      .order-step.done .order-step__count span {
        display: none; }
      .order-step.done .order-step__count img {
        display: block; }
  .order-login {
    display: none; }
  .order__text {
    line-height: 1.8;
    margin-bottom: 2.5rem; }
  .order-form__input p {
    margin-bottom: 0.65rem; }
  .order-form__input input {
    border: 1px solid #929292;
    border-radius: .25rem;
    padding: 0 0.75rem;
    width: 100%;
    height: 2.25rem; }
    .order-form__input input:read-only {
      border: none;
      background: #F8F8F8; }
  .order-form__checkbox {
    margin: 0.8rem 0 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem; }
    .order-form__checkbox input {
      appearance: none;
      border: 1px solid #929292;
      border-radius: .1rem;
      width: 0.8rem;
      height: 0.8rem;
      position: relative; }
      .order-form__checkbox input::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0.5rem;
        height: 0.5rem;
        background: url(../img/icons/check.svg) center center no-repeat;
        background-size: contain;
        opacity: 0; }
      .order-form__checkbox input:checked::after {
        opacity: 1; }
    .order-form__checkbox a {
      color: #1A1A1A;
      text-transform: none;
      font-weight: 400; }
  .order-form__btns {
    display: flex;
    gap: .5rem;
    justify-content: flex-end; }
    .order-form__btns .btn {
      width: 13.5rem; }
  .order-form__wrap {
    display: flex;
    gap: .5rem;
    margin-bottom: 3.2rem; }
    .order-form__wrap .order-form__input {
      width: 50%; }
  .order-form__flex {
    display: flex;
    gap: .5rem;
    align-items: flex-end;
    flex-grow: 1; }
    .order-form__flex .order-form__input {
      flex-grow: 1; }
  .order-form__select p {
    margin-bottom: 0.65rem; }
  .order-form__address {
    display: flex;
    align-items: flex-end;
    gap: .75rem;
    margin-top: -1rem;
    width: 100%; }
    .order-form__address .btn {
      border-radius: .25rem;
      width: 11rem; }
    .order-form__address .order-form__input {
      flex-grow: 1; }
  .order-enter {
    margin-top: 3.3rem;
    border-top: 1px solid #F0F0F0;
    padding-top: 1.5rem; }
    .order-enter__text {
      margin-bottom: 1rem; }
    .order-enter__btns {
      display: flex;
      gap: .5rem; }
      .order-enter__btns .btn {
        width: 50%; }
  .order-done {
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .order-done__change {
      font-weight: 400;
      text-transform: none;
      color: #1A1A1A; }
    .order-done__wrap div {
      font-size: 0.5rem;
      color: #9A9A9A;
      margin-bottom: 0.4rem; }
  .order-side {
    width: 36.5%; }
    .order-side__basket {
      background: #fff;
      padding: 1.5rem; }
    .order-side__title {
      font-size: 0.75rem;
      margin-bottom: .5rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .order-side__title a {
        font-size: 0.65rem;
        color: #1A1A1A;
        border-bottom: 1px solid; }
        .order-side__title a:hover {
          border-color: transparent; }
    .order-side__list {
      margin-bottom: 1.5rem; }
    .order-side__item {
      padding: 1rem 0;
      border-bottom: 1px solid #F0F0F0;
      display: flex;
      align-items: center;
      gap: 1.25rem; }
    .order-side__img {
      width: 3.85rem;
      height: 4.75rem;
      flex-shrink: 0; }
      .order-side__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .order-side__text p {
      font-weight: 300;
      font-size: 0.75rem;
      margin-top: 0.4rem; }
    .order-side .basket-price {
      margin-bottom: 0; }
      .order-side .basket-price__total {
        margin-bottom: 0; }
      .order-side .basket-price__list {
        margin-bottom: 1.9rem; }
    .order-side__info {
      padding: 0 1.5rem;
      background: #fff;
      margin-top: 1.25rem; }
      .order-side__info .basket-info__item:first-child {
        border-top: none; }
      .order-side__info .basket-info__item:last-child {
        border-bottom: none; }
  .order-payment {
    margin-bottom: 1.25rem; }
    .order-payment__item {
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center;
      padding: 0 1.25rem;
      cursor: pointer;
      user-select: none;
      background: #f8f8f8;
      height: 4.25rem;
      gap: .75rem;
      font-size: 0.75rem; }
      .order-payment__item input {
        appearance: none;
        width: 0.75rem;
        height: 0.75rem;
        border: 2px solid #1A1A1A;
        border-radius: 50%; }
        .order-payment__item input:checked {
          border-width: .2rem; }
  .order-code {
    margin-bottom: 1.4rem; }
    .order-code__input {
      margin: 0.65rem 0;
      display: flex;
      gap: .5rem; }
      .order-code__input input {
        height: 2.25rem;
        border: 1px solid #929292;
        border-radius: .25rem;
        width: 3.25rem;
        font-size: 1rem;
        text-align: center; }
      .order-code__input.error input {
        border-color: red;
        color: red; }

.registr-step {
  display: none; }
  .registr-step-number {
    display: block; }
    .registr-step-number .order-form__input {
      margin-bottom: 3rem; }

.service {
  padding: 3rem 0; }
  .service-head {
    height: calc(100vh - 3rem);
    position: relative;
    z-index: 1;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 4rem;
    color: #fff; }
    .service-head__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .service-head__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(175deg, rgba(0, 0, 0, 0) 64.7%, rgba(0, 0, 0, 0.55) 96.28%); }
      .service-head__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .service-head__title {
      font-weight: 400;
      font-size: 2rem;
      text-transform: uppercase;
      margin-bottom: 0.7rem; }
    .service-head__text {
      font-size: 0.8rem;
      line-height: 1.56; }
  .service-content {
    margin: 0 auto;
    max-width: 28.3rem;
    text-align: center; }
  .service__title {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 1.75rem; }
  .service__text {
    line-height: 1.78; }
    .service__text p {
      margin-bottom: 1.75rem; }
  .service-middle {
    padding-top: 6rem; }
    .service-middle__img {
      max-width: 41.5rem;
      margin: 0 auto;
      width: 100%; }
      .service-middle__img img {
        width: 100%;
        display: block; }
  .service-block {
    padding-top: 8.5rem;
    display: flex; }
    .service-block__img {
      width: 100%; }
      .service-block__img img {
        width: 100%;
        display: block; }
  .service-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 4rem;
    gap: 3rem; }
  .service__img {
    width: 50%; }
    .service__img img {
      width: 100%;
      display: block; }
  .service-bottom {
    padding-top: 5rem; }
  .service__btn {
    width: 18.3rem;
    margin-top: 1rem; }

.search {
  display: none; }
  .search-head {
    padding: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem; }
    .search-head__logo {
      display: block;
      width: 10rem; }
      .search-head__logo img {
        width: 100%;
        display: block; }
    .search-head__back {
      top: 1rem;
      right: 1rem;
      width: 1rem;
      position: absolute;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: .6rem; }
      .search-head__back:hover {
        opacity: .7; }
      .search-head__back img {
        width: 100%; }
  .search-input {
    margin-bottom: 3rem; }
    .search-input input {
      margin: 0 auto;
      display: block;
      width: 100%;
      max-width: 45rem;
      height: 2.25rem;
      border-radius: 2rem;
      border: 1px solid #929292;
      padding: 0 1rem; }
  .search-block {
    margin-bottom: 2rem; }
  .search__title {
    padding: 0 3rem;
    margin-bottom: 1rem;
    font-size: .75rem; }
  .search .products-list {
    display: flex;
    flex-wrap: wrap; }
  .search .product-item {
    width: 20%;
    height: auto; }
    .search .product-item__img {
      height: 27rem; }
    .search .product-item__name {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }

.help {
  background: #f8f8f8;
  padding: 11rem 0 3.2rem; }
  .help__title {
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 2rem; }
  .help-list {
    display: flex;
    gap: .75rem;
    margin-bottom: 0.75rem; }
  .help-item {
    width: calc(33.3333% - .5rem);
    padding: 2rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-direction: column; }
    .help-item__title {
      font-size: 0.9rem;
      margin-bottom: 1rem; }
    .help-item__text {
      line-height: 1.78; }
    .help-item__info {
      margin-bottom: 1.5rem; }
      .help-item__info p {
        margin-bottom: 1rem; }
        .help-item__info p:last-child {
          margin-bottom: 0; }
    .help-item__btn {
      width: 100%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 2.25rem;
      border-radius: 3rem;
      border: 1px solid #1A1A1A;
      color: #1A1A1A;
      gap: .3rem; }
      .help-item__btn:hover {
        background: #f8f8f8; }
      .help-item__btn img {
        width: 0.75rem; }
  .help-card {
    background: #fff;
    padding: 2rem 2rem 0;
    width: calc(66.6666% - .25rem); }
    .help-card__title {
      font-size: 0.9rem;
      margin-bottom: 1.5rem; }
  .help-faq__item {
    border-top: 1px solid #F0F0F0;
    padding: 1.5rem 0; }
    .help-faq__item.active .help-faq__question img {
      transform: rotate(0); }
  .help-faq__question {
    font-size: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none; }
    .help-faq__question img {
      width: .5rem;
      transition: .2s transform;
      transform: rotate(-90deg); }
  .help-faq__answer {
    line-height: 1.5;
    padding-top: 1rem;
    display: none; }

.profile {
  padding-bottom: 3rem;
  background: #f8f8f8; }
  .profile-head {
    padding-top: 7.6rem;
    background: #fff; }
    .profile-head .container {
      border-top: 1px solid #F0F0F0;
      border-bottom: 1px solid #F0F0F0; }
    .profile-head__links {
      display: flex;
      justify-content: flex-end; }
      .profile-head__links a {
        display: inline-flex;
        height: 4rem;
        padding: 0 2.25rem;
        align-items: center;
        border-left: 1px solid #F0F0F0;
        color: #1A1A1A; }
        .profile-head__links a:last-child {
          border-right: 1px solid #F0F0F0; }
        .profile-head__links a.active {
          border-bottom: 0.1rem solid #1A1A1A; }
        .profile-head__links a.new {
          position: relative; }
          .profile-head__links a.new::after {
            background: #FF7777;
            position: absolute;
            top: 1.3rem;
            right: 1.8rem;
            width: 0.3rem;
            height: 0.3rem;
            border-radius: 50%;
            display: inline-flex;
            content: ''; }
  .profile__title {
    padding: 1.75rem 0;
    font-size: 0.9rem;
    font-weight: 400; }
  .profile__subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .profile-wrap {
    display: flex;
    gap: .75rem; }
  .profile-main {
    width: 60%; }
  .profile-card {
    padding: 1rem;
    background: #fff; }
  .profile-advice {
    font-size: 0.6rem;
    text-align: right; }
  .profile .order-form__input {
    margin-bottom: 1rem; }
  .profile .order-form__flex {
    margin-bottom: 1rem; }
    .profile .order-form__flex .order-form__input {
      margin-bottom: 0; }
  .profile .order-form__date input {
    width: 10rem; }
  .profile .btn {
    width: 100%; }
  .profile__submit {
    margin-top: 1rem; }
  .profile-side {
    width: 40%; }
    .profile-side input {
      max-width: 27rem; }
    .profile-side .btn {
      max-width: 13rem; }
  .profile-password {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.9);
    z-index: 9;
    display: none; }
    .profile-password__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      width: 56rem;
      padding: 2.5rem;
      border-radius: .5rem; }
    .profile-password__title {
      font-size: 0.75rem;
      margin-bottom: 2rem; }
    .profile-password .order-form__input {
      margin-bottom: 1.5rem; }
    .profile-password__submit {
      max-width: 13rem; }
  .profile .products-list {
    margin-bottom: 2rem; }
  .profile-order {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1.5rem; }
    .profile-order__item {
      width: calc(33.3333% - .5rem);
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      gap: 1.5rem;
      padding: 1.5rem;
      background: #fff; }
    .profile-order__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.75rem;
      margin-bottom: .5rem; }
    .profile-order__list {
      max-height: 24rem;
      overflow: auto; }
      .profile-order__list::-webkit-scrollbar {
        width: .2rem;
        height: 0.5rem; }
      .profile-order__list::-webkit-scrollbar-track {
        background: #ddd; }
      .profile-order__list::-webkit-scrollbar-thumb {
        background: #000; }
    .profile-order__product {
      padding: 1rem 0;
      border-bottom: 1px solid #F0F0F0;
      display: flex;
      align-items: center;
      gap: 1.25rem; }
    .profile-order__img {
      width: 4rem;
      height: 4.75rem;
      flex-shrink: 0;
      position: relative; }
      .profile-order__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
      .profile-order__img a {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute; }
    .profile-order__text p {
      font-size: 0.75rem;
      font-weight: 300;
      margin: 0.4rem 0; }
    .profile-order__text a {
      color: #1A1A1A;
      border-bottom: 1px solid; }
      .profile-order__text a:hover {
        border-color: transparent; }
    .profile-order__price {
      margin-bottom: 1.75rem; }
      .profile-order__price li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        font-size: 0.65rem;
        margin-bottom: 0.75rem; }
        .profile-order__price li span {
          font-size: 0.75rem;
          font-weight: 300; }
          .profile-order__price li span.free {
            font-size: 0.65rem; }
        .profile-order__price li div {
          display: flex;
          align-items: center; }
        .profile-order__price li:last-child {
          margin-bottom: 0; }
    .profile-order__delivery {
      position: relative;
      display: flex;
      align-items: center; }
      .profile-order__delivery:hover p {
        display: block; }
      .profile-order__delivery img {
        width: 1.3rem;
        padding: 0.3rem;
        flex-shrink: 0; }
      .profile-order__delivery p {
        position: absolute;
        margin-left: 1.1rem;
        width: 12rem;
        padding: .5rem;
        font-size: 0.5rem;
        color: #9A9A9A;
        background: #fff;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
        display: none;
        z-index: 2; }
    .profile-order__total {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 500;
      font-size: 0.65rem; }
      .profile-order__total p {
        font-size: 0.75rem; }
  .profile-form.disabled .btn {
    display: none; }
  .profile-form__change {
    margin-top: 1rem; }

.footer {
  border-top: 1px solid #DFDFDF; }
  .footer-main {
    padding: 3rem 0 4rem;
    border-bottom: 1px solid #6C6C6C; }
  .footer__logo {
    width: 10rem;
    margin: 0 auto 3rem;
    display: block; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer-menu {
    display: flex;
    justify-content: space-between; }
    .footer-menu__title {
      font-weight: 500;
      font-size: 0.8rem;
      margin-bottom: 1.35rem; }
      .footer-menu__title img {
        display: none; }
    .footer-menu__list {
      font-weight: 300; }
      .footer-menu__list a {
        color: #1A1A1A;
        position: relative;
        text-transform: uppercase; }
        .footer-menu__list a::after {
          bottom: -1px;
          left: 0;
          background: #1A1A1A;
          width: 0;
          transition: .3s width;
          position: absolute;
          content: '';
          height: 1px; }
        .footer-menu__list a:hover::after {
          width: 100%; }
      .footer-menu__list li {
        margin-bottom: 1rem; }
        .footer-menu__list li:last-child {
          margin-bottom: 0; }
  .footer-bot {
    padding: 1.4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300; }
    .footer-bot__menu {
      display: flex;
      gap: 2.5rem; }
      .footer-bot__menu a {
        color: #1A1A1A;
        position: relative; }
        .footer-bot__menu a::after {
          bottom: -1px;
          left: 0;
          background: #1A1A1A;
          width: 0;
          transition: .3s width;
          position: absolute;
          content: '';
          height: 1px; }
        .footer-bot__menu a:hover::after {
          width: 100%; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; }

  .container {
    padding: 0 7rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: .8rem; }

  .container {
    padding: 0 6rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; }

  .container {
    padding: 0 5rem; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 18px; }

  .container {
    padding: 0 3rem; }

  .politics {
    padding-top: 8rem; }

  .popup-content {
    width: 80%; }

  body {
    padding-bottom: 1rem; }

  .header .container {
    padding: 0 3rem; }
  .header-mobile {
    display: flex;
    align-items: center; }
    .header-mobile svg {
      width: 1.25rem; }
  .header-links, .header-lang, .header-fav, .header__feedback {
    display: none !important; }
  .header-wrap {
    gap: 1.5rem; }
  .header-main {
    padding: 0.5rem 0; }
  .header__logo {
    margin-top: 0rem;
    position: static;
    transform: none;
    display: block; }
  .header-nav {
    gap: 1.5rem; }
  .header__feedback {
    width: 1.25rem;
    height: 1.25rem;
    justify-content: center; }
    .header__feedback svg {
      width: 70%;
      height: 70%; }
    .header__feedback span {
      display: none; }
  .header-menu {
    display: none; }
    .header-menu svg {
      width: 1.25rem; }
  .header-bot .container {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .header-dropdown__list {
    margin-top: 0.95rem; }
  .header.hide {
    transform: none; }

  .products-head {
    height: 100svh;
    padding-bottom: 3rem; }
  .products-list {
    display: flex;
    flex-wrap: wrap; }
  .products .product-item {
    width: 50%; }
  .products-banner.medium {
    display: none; }
  .products-banner.small {
    width: 100%;
    height: 35.5rem; }
  .products-banner.card {
    width: 50%; }
    .products-banner.card .products-banner__info {
      padding: 0.5rem 0.5rem 1rem; }
      .products-banner.card .products-banner__info::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%); }
    .products-banner.card .products-banner__title {
      font-size: 1rem;
      margin-bottom: 0.4rem; }
    .products-banner.card .products-banner__text {
      font-size: 0.55rem;
      margin-bottom: .7rem; }
    .products-banner.card .products-banner__link {
      font-size: 0.7rem; }
  .products-banner.big {
    display: none; }
  .products-arrows {
    display: none; }

  .product-head {
    flex-direction: column; }
  .product-main {
    width: 100%; }
  .product__back {
    margin-left: 3rem; }
  .product-arrows {
    padding: 0 2rem; }
  .product .owl-dots {
    left: 3rem; }
  .product-wrap {
    width: 100%;
    position: static; }
  .product .product-item {
    width: 50%; }

  .banner {
    height: 50rem; }
    .banner__logo {
      left: 2rem; }

  .collection-item {
    height: auto;
    flex-direction: column-reverse; }
    .collection-item:nth-child(2n) {
      flex-direction: column-reverse; }
  .collection-slider {
    width: 100%; }
    .collection-slider__item {
      height: 45rem; }
    .collection-slider__arrows {
      display: none; }
  .collection-wrap {
    width: 100%;
    height: 30rem; }
  .collection__banner {
    height: 50rem; }

  .about-wrap {
    gap: 1rem; }
  .about__img {
    width: 50%; }
  .about-page {
    margin-top: 4.7rem;
    height: 80svh; }

  .author-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem; }
  .author__line {
    display: none; }
  .author__img {
    width: 100%; }
  .author-wrap {
    width: 100%;
    max-width: 30.5rem; }

  .history-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem; }
    .history-item:nth-child(even) {
      flex-direction: column; }
    .history-item__line {
      display: none; }
    .history-item__img {
      width: 100%; }
    .history-item__wrap {
      width: 100%; }

  .news-page {
    padding-top: 8rem; }
  .news-list {
    gap: 2rem; }
  .news-item {
    width: 100%; }
    .news-item__link {
      text-align: center; }
  .news-single {
    padding-top: 4rem;
    margin-top: 0; }
  .news-head__img {
    height: calc(100svh - 4rem); }
  .news-slider__arrows {
    display: none; }
  .news-slider__item {
    height: 50vw;
    width: 75vw;
    margin: 0 1rem; }

  .basket {
    height: auto;
    flex-direction: column; }
    .basket-main {
      height: auto;
      width: 100%; }
    .basket-side {
      position: static;
      bottom: 0;
      width: 100%;
      background: #fff;
      padding: 1rem 3rem; }
    .basket-price {
      margin-bottom: 1rem; }
      .basket-price__list {
        margin-bottom: 1rem; }
      .basket-price__total {
        margin-bottom: 1rem; }
    .basket-info__item {
      height: 4rem; }

  .fav {
    padding-top: 9rem; }
    .fav-popup__content {
      top: 4.3rem; }
    .fav .product-item {
      width: 50%; }

  .order {
    padding-top: 6rem; }
    .order__back-wrap {
      width: 100%; }
    .order-wrap {
      flex-direction: column; }
    .order-main {
      width: 100%; }
    .order-side {
      width: 100%; }

  .service {
    padding-top: 4rem; }
    .service-head {
      height: calc(100svh - 4rem); }
    .service-block {
      padding-top: 6rem;
      flex-direction: column; }
    .service-wrap {
      width: 100%; }
    .service__img {
      width: 100%; }

  .search-input {
    padding: 0 3rem; }
  .search .product-item {
    width: 50%; }

  .help {
    padding-top: 7rem; }
    .help-list {
      flex-wrap: wrap; }
    .help-item {
      width: 100%; }
    .help-card {
      width: 100%; }

  .profile-head {
    padding-top: 4.7rem; }
  .profile-password__content {
    width: calc(100% - 6rem); }
  .profile .product-item {
    width: 50%; }
  .profile-order__item {
    width: calc(50% - .375rem); }

  .footer {
    border: none; }
    .footer-main {
      border-bottom: none;
      padding-bottom: 1rem; }
    .footer-menu {
      flex-direction: column;
      gap: 0; }
      .footer-menu__item {
        border-bottom: 1px solid #ECECEC;
        padding: 1.3rem 0; }
        .footer-menu__item:first-child {
          border-top: 1px solid #ECECEC; }
      .footer-menu__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        margin-bottom: 0; }
        .footer-menu__title img {
          display: block;
          width: 1rem;
          padding: 0.25rem;
          transition: .2s all; }
        .footer-menu__title.active img {
          transform: rotate(45deg); }
      .footer-menu__list {
        display: none;
        margin-top: 1.3rem; }
    .footer-bot {
      flex-direction: column;
      gap: 1rem;
      padding-bottom: 2.2rem; }
      .footer-bot__menu {
        flex-direction: column;
        gap: 1rem;
        align-items: center; }

  .footer-layer {
    position: fixed;
    bottom: 0rem;
    left: 0;
    background: #fff;
    height: 0;
    width: 100%;
    transition: .6s all;
    z-index: 5;
    pointer-events: none; }

  body.overflowH .footer-layer {
    height: 0.5rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 1rem; }

  body {
    font-size: 0.8rem; }

  .section-ico img {
    width: 1.4rem; }
  .section-subtitle {
    font-size: 0.7rem;
    margin-top: 0.5rem; }
  .section-title {
    font-size: 1.2rem; }

  .politics {
    padding-top: 7rem; }

  .feedback-content {
    width: 100vw; }
  .feedback__head {
    height: 5rem;
    font-size: 0.85rem;
    padding: 0 1rem; }
    .feedback__head img {
      width: 0.7rem; }

  .popup {
    font-size: 0.75rem; }
    .popup-content {
      width: 100vw; }
    .popup__head {
      height: 5rem;
      font-size: 0.85rem;
      padding: 0 1rem; }
      .popup__head img {
        width: 0.7rem; }
    .popup-delivery__head, .popup-delivery__title {
      padding: 0 1rem; }
    .popup-delivery__item {
      font-size: 0.8rem; }
    .popup-delivery__wrap p {
      font-size: 0.65rem; }
    .popup-description {
      max-height: calc(100dvh - 5rem);
      padding: 0 1rem 3rem; }
    .popup-products {
      max-height: calc(100dvh - 5rem); }
      .popup-products .product-item__name {
        flex-direction: column;
        display: flex;
        height: auto;
        align-items: flex-start;
        gap: .2rem; }
    .popup-info {
      padding: 0 1rem; }

  .mobile-menu .container {
    padding-top: 0.75rem;
    padding-bottom: 2rem; }
  .mobile-menu__head {
    margin-bottom: 1.5rem; }
  .mobile-menu__search form input {
    padding-left: 1.9rem;
    font-size: .8rem; }
  .mobile-menu__list li {
    font-size: 0.9rem;
    padding: 0.9rem 0; }
  .mobile-menu__tabs {
    padding: 1.5rem 1rem;
    top: 4rem;
    height: calc(100% - 4rem); }
  .mobile-menu__name {
    font-size: 1rem; }
  .mobile-menu__main h4 {
    font-size: 0.9rem; }
  .mobile-menu__main ul {
    font-size: 0.85rem; }

  .header {
    font-size: 0.7rem; }
    .header .container {
      padding: 0 1rem; }
    .header-main {
      padding: .75rem 0; }
    .header-nav {
      gap: .75rem; }
    .header-wrap {
      gap: .75rem; }
    .header-btns {
      gap: .75rem; }
    .header__logo {
      width: 7rem; }

  .main {
    height: 100svh;
    padding-bottom: 2rem; }
    .main__title {
      font-size: 1.4rem;
      margin-bottom: 1.2rem; }
    .main-bg img.desk, .main-bg video.desk {
      display: none; }
    .main-bg img.mob, .main-bg video.mob {
      display: block; }

  .popular, .wedding {
    padding: 3rem 0; }
    .popular .section-head, .wedding .section-head {
      margin-bottom: 1.5rem; }

  .products-wrap {
    margin-bottom: 2.4rem; }
  .products-head {
    padding-bottom: 2rem;
    margin-top: 4rem;
    height: calc(100svh - 4rem); }
  .products__title {
    font-size: 1.5rem; }
  .products-slider .product-item__name {
    font-size: 0.9rem;
    height: auto;
    margin-top: 0;
    width: 100%; }
  .products-slider .product-item__price {
    font-size: 0.9rem; }
  .products-slider .product-item__collect {
    font-size: 0.7rem; }
  .products-slider .owl-dots {
    bottom: -2.5rem; }
  .products-slider__center {
    text-align: center; }
    .products-slider__center .product-item__name {
      text-align: center;
      width: 100%;
      justify-content: center; }
  .products-banner {
    min-height: 22rem; }
    .products-banner.medium {
      height: 100svh; }
    .products-banner.small {
      height: 30rem; }
    .products-banner.big {
      height: 80svh; }
    .products-banner__info {
      padding: 1.5rem 1rem; }
      .products-banner__info::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.75) 100%); }
    .products-banner__title {
      font-size: 1.5rem; }

  .product {
    padding-top: 0; }
    .product-item {
      height: 22rem; }
      .product-item__img {
        height: 22rem;
        margin-bottom: 0; }
      .product-item__wrap {
        bottom: 0.6rem; }
      .product-item__name {
        padding: 0 1rem;
        line-height: .9rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        font-size: 0.7rem;
        height: .9rem;
        display: flex; }
      .product-item__price {
        padding: 0 1rem; }
      .product-item__lock {
        font-size: 0.7rem;
        margin-top: -4.5rem; }
    .product-loading {
      margin-top: 0; }
    .product-main {
      padding: 4rem 0 0;
      min-height: 32.5rem; }
    .product__back {
      margin-left: 1rem; }
    .product-arrows {
      padding: 0 .5rem;
      display: none; }
    .product-slider__item {
      height: 28.5rem; }
    .product .owl-dots {
      left: 0;
      width: 100%;
      bottom: 0;
      gap: 0; }
      .product .owl-dots .owl-dot {
        width: 100%;
        border-radius: 0;
        opacity: .2; }
        .product .owl-dots .owl-dot.active {
          width: 100%;
          height: 2px;
          opacity: 1; }
    .product-wrap {
      font-size: 0.7rem;
      padding-top: 1.5rem; }
      .product-wrap .container {
        max-width: none; }
    .product__name {
      font-size: 0.9rem; }
    .product__price {
      font-size: 0.9rem; }
    .product-select .customSelect__option--value {
      font-size: 0.75rem; }
    .product-select .customSelect__dropdown .customSelect__option {
      font-size: 0.75rem; }
    .product-desc__text {
      line-height: 1.2rem;
      height: 6rem; }
    .product-desc::after {
      bottom: 1.2rem; }
    .product-care {
      font-size: 0.75rem; }
      .product-care__head {
        height: 3rem; }
        .product-care__head img {
          width: 0.35rem; }
      .product-care__info {
        font-size: 0.7rem; }
    .product-info {
      font-size: 0.75rem; }
      .product-info li {
        height: 3rem; }
        .product-info li img {
          width: 0.35rem; }
    .product .section-head {
      margin-bottom: 2rem; }

  .banner {
    height: 100svh; }
    .banner__logo {
      bottom: 1rem;
      left: 1rem;
      width: 10rem; }

  .collection-slider__arrows {
    padding: 0 1rem;
    top: 11rem; }
  .collection-slider__item {
    height: 40rem;
    padding-bottom: 5rem;
    gap: 3rem; }
  .collection-slider__btn {
    bottom: 1rem; }
  .collection-slider__name {
    margin-bottom: -1.3rem; }
  .collection-slider .owl-dots {
    bottom: 2.7rem; }
  .collection-wrap {
    padding-bottom: 1.5rem; }
  .collection-info {
    padding: 0 1rem; }
  .collection__img::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.75) 100%); }
  .collection__title {
    font-size: 1.5rem; }
  .collection__banner {
    height: 100svh; }

  .about {
    padding-top: 4rem; }
    .about::after {
      width: 7rem;
      height: 14rem;
      bottom: auto;
      top: 40%; }
    .about-wrap {
      flex-direction: column;
      gap: 2rem; }
    .about__logo {
      margin-bottom: 1.5rem; }
      .about__logo img {
        width: 10rem; }
    .about__img {
      width: 100%; }
    .about-page {
      margin-top: 4rem; }
      .about-page .section-title {
        font-size: 1.7rem;
        padding: 0 1rem; }
      .about-page__logo img {
        width: 9rem; }

  .author-head {
    margin-bottom: 2.5rem; }
  .author-main {
    gap: 2rem;
    margin-bottom: 4rem; }
  .author__name {
    font-size: 1.4rem; }
  .author__pos {
    font-size: 0.7rem;
    margin-bottom: 1.5rem; }
  .author__text {
    font-size: 0.8rem; }

  .history {
    padding: 4rem 0 0; }
    .history-item {
      gap: 2rem;
      margin-bottom: 4rem; }
      .history-item__date {
        font-size: 2rem;
        margin-bottom: 0.5rem; }
      .history-item__name {
        margin-bottom: 1rem; }
      .history-item__text {
        font-size: .8rem; }
        .history-item__text p {
          margin-bottom: 1rem; }

  .news {
    padding-top: 4rem; }
    .news-page {
      padding-top: 6rem; }
    .news-item__img {
      height: 22rem; }
    .news-item__title {
      font-size: 1rem; }
    .news-item__text {
      line-height: 1.4rem;
      -webkit-line-clamp: 4;
      height: 5.6rem; }
    .news-single {
      padding-top: 3.5rem; }
      .news-single .products-wrap {
        margin-bottom: 1rem; }
    .news-head__img {
      height: calc(100svh - 3.5rem);
      margin-bottom: 4rem; }
    .news-head__title {
      font-size: 1.5rem; }
    .news-head__text {
      padding: 0 1rem; }
    .news-content {
      padding: 0 1rem;
      margin-bottom: 4rem; }
    .news__img {
      margin-bottom: 4rem; }
    .news__title {
      margin-bottom: 1.5rem; }
    .news-video {
      margin-bottom: 4rem; }
      .news-video__title {
        font-size: 1.5rem;
        margin-bottom: 2rem; }
      .news-video__iframe iframe {
        height: 25rem; }
    .news-consult {
      padding: 0 1rem; }
      .news-consult .section-head {
        margin-bottom: 2rem; }
      .news-consult__form form > input {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem; }
    .news-slider {
      margin-bottom: 4rem; }
      .news-slider__item {
        margin: 0 .5rem;
        height: 80vw; }

  .follow {
    padding: 3rem 0 2rem; }
    .follow__title {
      font-size: 1rem;
      max-width: 18rem;
      margin: 0 auto 1.5rem; }
    .follow-form input {
      padding-right: 7.5rem;
      font-size: .8rem; }
    .follow-form button {
      font-size: .8rem; }

  .basket {
    padding-top: 3rem; }
    .basket__title {
      font-size: 0.85rem; }
    .basket-item {
      flex-wrap: wrap;
      align-items: center;
      position: relative; }
      .basket-item__img {
        width: 27vw;
        height: 6rem;
        margin: .3rem; }
      .basket-item__mobile {
        display: block;
        width: calc(100% - .6rem - 27vw);
        padding-left: 0.7rem;
        padding-right: 1rem; }
      .basket-item__zoom {
        position: absolute;
        left: calc(27vw - 1.2rem);
        top: .3rem;
        width: 1.4rem;
        padding: 0.2rem; }
        .basket-item__zoom img {
          width: 100%;
          display: block; }
      .basket-item__wrap {
        width: 100%;
        padding: 1rem 1rem 0;
        font-size: 0.7rem;
        border-top: 1px solid #F0F0F0; }
        .basket-item__wrap .basket-item__name, .basket-item__wrap .basket-item__collect {
          display: none; }
      .basket-item__collect {
        font-size: 0.7rem; }
      .basket-item__name {
        font-size: 0.9rem;
        margin-bottom: 0; }
      .basket-item__text {
        margin-bottom: 1.4rem; }
      .basket-item__more {
        height: 3rem;
        font-size: 0.75rem;
        margin-bottom: 2rem; }
        .basket-item__more img {
          width: 0.35rem; }
      .basket-item__price {
        font-size: 0.8rem;
        margin-bottom: 1rem;
        margin-top: 2rem; }
      .basket-item__btns {
        margin-left: -1rem;
        width: calc(100% + 2rem); }
      .basket-item__counter {
        font-size: 0.75rem; }
      .basket-item__delete img {
        width: 0.7rem; }
      .basket-item__more {
        margin-bottom: 1rem; }
    .basket-desc {
      margin-bottom: 1rem; }
      .basket-desc::after {
        bottom: 0.7rem; }
    .basket-side {
      padding: 1rem 1rem .5rem; }
    .basket-info__wrap {
      gap: 1rem; }
    .basket-info__text {
      font-size: 0.75rem; }
      .basket-info__text p {
        font-size: 0.65rem; }
    .basket-price__item {
      margin-bottom: 1rem; }
    .basket-price__name {
      font-size: 0.75rem; }
    .basket-price__address {
      font-size: 0.65rem; }
    .basket-price__price {
      font-size: 0.85rem; }
      .basket-price__price.free {
        font-size: 0.75rem; }
    .basket-price__total {
      font-size: 0.75rem; }
      .basket-price__total p {
        font-size: 0.85rem; }
    .basket-popup__content {
      width: 100%;
      top: auto;
      bottom: 0;
      padding: 1.5rem 1rem; }
    .basket-order__content {
      width: 100%;
      padding: 1.5rem 1rem; }

  .customSelect__option--value {
    height: 40px; }

  .order {
    padding-top: 5rem; }
    .order__back {
      margin-left: 1rem; }
    .order .container {
      padding: 0; }
    .order-step__head {
      padding: 1.2rem 1rem;
      font-size: 0.8rem; }
    .order-step__main {
      padding: 1.5rem 1rem;
      font-size: 0.7rem; }
    .order-form__wrap {
      flex-wrap: wrap;
      margin-bottom: 2rem; }
      .order-form__wrap .order-form__input {
        width: 100%; }
    .order-form__address {
      flex-wrap: wrap; }
      .order-form__address .order-form__input {
        width: 100%; }
      .order-form__address .btn {
        width: 100%; }
      .order-form__address .customSelect {
        min-width: 7rem;
        font-size: 0.7rem; }
        .order-form__address .customSelect__option, .order-form__address .customSelect__option--value, .order-form__address .customSelect__dropdown {
          font-size: 0.7rem; }
    .order-form__flex {
      flex-direction: column; }
      .order-form__flex .order-form__select {
        width: 100%; }
      .order-form__flex .order-form__input {
        width: 100%; }
    .order-form__input input {
      height: 40px;
      font-size: .8rem; }
    .order-done {
      padding: 1.5rem 1rem;
      gap: 1rem; }
      .order-done__wrap div {
        font-size: 0.65rem; }
    .order-side__basket {
      padding: 1.5rem 1rem; }
    .order-side__info {
      margin-top: 1rem;
      padding: 0 1rem; }

  .fav {
    padding-top: 7rem; }
    .fav-popup__content {
      top: 4rem;
      width: 100%; }

  .service {
    padding-top: 3.5rem; }
    .service-head {
      height: calc(100svh - 3.5rem); }
      .service-head__title {
        font-size: 1.5rem; }
    .service-middle, .service-bottom {
      padding-top: 4rem; }
    .service-content {
      padding: 0 1rem; }
    .service-block {
      padding-top: 2rem; }
    .service-wrap {
      gap: 1rem; }
    .service__title {
      margin-bottom: 1.5rem; }

  .search-head__logo {
    width: 8rem; }
  .search-head__back {
    width: 1.25rem; }
    .search-head__back img {
      width: 60%; }
  .search-input {
    padding: 0 1rem; }
    .search-input input {
      font-size: .8rem;
      height: 40px; }
  .search__title {
    padding: 0 1rem;
    font-size: 0.8rem; }
  .search .product-item__img {
    height: 18rem; }
  .search .product-item__name {
    white-space: normal; }

  .help {
    padding-top: 6rem; }
    .help-item {
      padding: 1.5rem 1rem; }
    .help-card {
      padding: 1.5rem 1rem; }
    .help-faq__question {
      font-size: 0.85rem; }

  .profile-head {
    padding-top: 4.2rem; }
    .profile-head .container {
      padding: 0; }
    .profile-head__links {
      flex-wrap: wrap; }
      .profile-head__links a {
        text-align: center;
        padding: 0 0.5rem;
        font-size: 0.7rem;
        height: 3rem;
        flex-grow: 1;
        justify-content: center; }
        .profile-head__links a.new::after {
          right: .3rem;
          top: 1rem; }
  .profile-card {
    margin-left: -1rem;
    width: calc(100% + 2rem); }
  .profile-wrap {
    flex-wrap: wrap; }
  .profile-main, .profile-side {
    width: 100%; }
  .profile-side .btn {
    max-width: none; }
  .profile__subtitle {
    font-size: 0.8rem; }
  .profile-advice {
    font-size: 0.75rem; }
  .profile .customSelect {
    min-width: 7rem; }
  .profile .customSelect__option,
  .profile .customSelect__option--value,
  .profile .customSelect__dropdown {
    font-size: 0.7rem; }
  .profile-password__content {
    width: calc(100% - 2rem);
    padding: 1.5rem 1rem; }
  .profile-password__title {
    font-size: .8rem; }
  .profile-password__submit {
    max-width: none; }
  .profile-order__item {
    width: 100%;
    padding: 1.5rem 1rem; }
  .profile-order__head {
    font-size: 0.8rem; }
  .profile-order__product {
    gap: .75rem; }
  .profile-order__img {
    width: 5rem;
    height: 6rem; }
  .profile-order__text p {
    font-size: 0.8rem; }
  .profile-order__price li {
    font-size: 0.75rem; }
    .profile-order__price li span {
      font-size: 0.85rem; }
      .profile-order__price li span.free {
        font-size: .75rem; }
    .profile-order__price li p {
      font-size: 0.6rem; }
  .profile-order__total {
    font-size: 0.75rem; }
    .profile-order__total p {
      font-size: 0.85rem; }

  .footer {
    background-size: 6rem; }
    .footer-main {
      padding-top: 2.5rem; }
    .footer-menu__title {
      font-size: 0.85rem; }
    .footer-bot {
      text-align: center;
      font-size: 0.7rem; } }
@media (max-width: 389.98px) {
  :root {
    font-size: .8rem; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
