@font-face {
  font-family: "Zerno";
  src: url("../fonts/Zerno-Regular.eot");
  src: local("Zerno Regular"), local("Zerno-Regular"), url("../fonts/Zerno-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Zerno-Regular.woff2") format("woff2"), url("../fonts/Zerno-Regular.woff") format("woff"), url("../fonts/Zerno-Regular.ttf") format("truetype"), url("../fonts/Zerno-Regular.svg#Zerno-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zerno";
  src: url("../fonts/Zerno-Light.eot");
  src: local("Zerno Light"), local("Zerno-Light"), url("../fonts/Zerno-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Zerno-Light.woff2") format("woff2"), url("../fonts/Zerno-Light.woff") format("woff"), url("../fonts/Zerno-Light.ttf") format("truetype"), url("../fonts/Zerno-Light.svg#Zerno-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scotch Modern";
  src: url("../fonts/ScotchModern-Bold.eot");
  src: local("Scotch Modern Bold"), local("ScotchModern-Bold"), url("../fonts/ScotchModern-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ScotchModern-Bold.woff") format("woff"), url("../fonts/ScotchModern-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Scotch Modern";
  src: url("../fonts/ScotchModern-BoldItalic.eot");
  src: local("Scotch Modern Bold Italic"), local("ScotchModern-BoldItalic"), url("../fonts/ScotchModern-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ScotchModern-BoldItalic.woff") format("woff"), url("../fonts/ScotchModern-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Scotch Modern";
  src: url("../fonts/ScotchModern-Italic.eot");
  src: local("Scotch Modern Italic"), local("ScotchModern-Italic"), url("../fonts/ScotchModern-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ScotchModern-Italic.woff") format("woff"), url("../fonts/ScotchModern-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Scotch Modern";
  src: url("../fonts/ScotchModern.eot");
  src: local("Scotch Modern"), local("ScotchModern"), url("../fonts/ScotchModern.eot?#iefix") format("embedded-opentype"), url("../fonts/ScotchModern.woff") format("woff"), url("../fonts/ScotchModern.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Scotch Modern";
  src: url("../fonts/ScotchModern-Display.eot");
  src: local("Scotch Modern Display"), local("ScotchModern-Display"), url("../fonts/ScotchModern-Display.eot?#iefix") format("embedded-opentype"), url("../fonts/ScotchModern-Display.woff") format("woff"), url("../fonts/ScotchModern-Display.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*, ::after, ::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-size: 15px;
  min-width: 320px;
  overflow-x: hidden;
  font-variant-ligatures: none;
}

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

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

textarea {
  resize: none;
}

p {
  font-size: 15px;
}

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

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

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}

input {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.f-center-jcsb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex {
  display: flex;
}

.f-jcsb {
  display: flex;
  justify-content: space-between;
}

.f-center {
  display: flex;
  align-items: center;
}

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

.f-justify-center {
  display: flex;
  justify-content: center;
}
.catalog-main__brand-image img {
    width: 100%;
}
.product-block__prod-img img, .product-nav__img img,  .lk-orders-products__image img, .lk-delivery-list__img img, .news-list__image img, .subscribe-block__image img, .proposal-image img,
.products-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-delivery__title, .popup-head__title, .popup-auth__title, .product-advantages__title, .product-accordion__title, .cart-list__title, .cart-main__title, .lk-orders-products__title, .lk-orders__subtitle, .lk-date__item select, .lk-date__title, .lk-fav-list__title, .lk-fav__title, .lk-info__title, .contacts-form__title, .products-list__title a, .advantages-list__title, .faq-list__title {
  font-family: "Zerno", sans-serif;
}

.popup-inner__title, .about-hero__title, .about-hero__uptitle, .about-accent__text, .about-consult__text, .about-consult__title, .brands-list__text, .news-list__title a {
  font-family: "Scotch Modern", sans-serif;
}

body {
  font-size: 15px;
  font-family: "Zerno", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Scotch Modern", sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Zerno", sans-serif;
}

input, input::placeholder, textarea, textarea::placeholder, button, a {
  font-family: "Zerno", sans-serif;
}

.container {
  width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}

.section-content {
  text-align: center;
}
.section-content__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #1A1A1A;
}

.breadcrumbs-list {
  margin-top: 16px;
}
.breadcrumbs-list__item::after {
  content: "";
  display: block;
  margin: 0 10px;
  width: 1px;
  height: 20px;
  background: rgba(107, 107, 107, 0.5);
}
.breadcrumbs-list__item:last-child::after {
  display: none;
}
.breadcrumbs-list__link {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: rgba(107, 107, 107, 0.5);
}
.breadcrumbs-list__link:hover {
  color: rgb(107, 107, 107);
}

.section-head {
  padding: 42px 0;
  background: rgba(208, 219, 202, 0.25);
}

.politic {
  padding-top: 42px;
  padding-bottom: 150px;
}

.faq-list {
  max-width: 605px;
  margin: 0 auto;
  margin-top: 43px;
}
.faq-list__item {
  width: 605px;
}
.faq-list__plus {
  width: 15px;
  height: 15px;
}
.faq-list__item {
  border-top: 1px solid #F5F5F5;
}
.faq-list__item:last-child {
  border-bottom: 1px solid #F5F5F5;
}
.faq-list__title {
  padding: 20px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  transition: all 0.4s ease;
  color: #1A1A1A;
  padding-right: 20px;
  cursor: pointer;
}
.faq-list__title.open {
  color: #648864;
}
.faq-list__title.open .faq-list__plus::before {
  transform: translateY(-50%) rotate(90deg);
}
.faq-list__content {
  padding-bottom: 45px;
  display: none;
}
.faq-list__plus {
  width: 15px;
  height: 15px;
  position: relative;
  display: block;
  flex-shrink: 0;
  margin-left: 10px;
}
.faq-list__plus::after, .faq-list__plus::before {
  content: "";
  transition: all 0.4s ease;
  display: block;
  width: 16px;
  background: #1A1A1A;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq-list__plus::before {
  left: 50%;
  height: 16px;
  width: 1px;
}
.faq-points__item {
  padding-left: 20px;
  margin-bottom: 18px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  position: relative;
}
.faq-points__item::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 11px;
  background: #1A1A1A;
}
.faq-points__item:last-child {
  margin-bottom: 0;
}

.header {
  position: relative;
}
.header-wrapper {
  position: relative;
  padding: 80px 0;
  position: relative;
}
.header-mobile {
  display: none;
}
.header-offer__item {
  margin-right: 30px;
}
.header-offer__item:last-child {
  margin-right: 0;
}
.header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-logo img {
  display: block;
}
.header-toggle svg {
  display: block;
  transition: all 0.4s ease;
}
.header-toggle svg path {
  transition: all 0.4s ease;
}
.header-toggle svg:hover path {
  stroke: #648864;
}
.header-phone svg {
  display: block;
}
.header-phone svg path {
  transition: all 0.4s ease;
}
.header-phone svg:hover path {
  stroke: #648864;
}
.header-search__icon {
  margin-right: 14px;
}
.header-search__icon svg {
  display: block;
}
.header-search__input {
  width: 201px;
}
.header-search__input input {
  width: 100%;
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  letter-spacing: 0.42px;
  color: #000;
  border-bottom: 1px solid #1A1A1A;
}
.header-search__input input::-moz-placeholder {
  color: #898989;
}
.header-search__input input::placeholder {
  color: #898989;
}
.header-search__input input:focus {
  border-color: #648864;
}
.header-control {
  gap: 30px;
}
.header-fav svg path, .header-user svg path {
  transition: all 0.4s ease;
}
.header-fav:hover path, .header-user:hover path {
  stroke: #648864;
}
.header-lang {
  cursor: pointer;
}
.header-lang__current {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  letter-spacing: 0.48px;
}
.header-lang__arrow {
  margin-left: 5px;
}
.header-lang__arrow svg {
  display: block;
}
.header-cart {
    position: relative;
}
.header-cart .ms2_total_count {
    position: absolute;
    background: #648864;
    color: #fff;
    text-align: center;
    line-height: 15px;
    width: 15px;
    height: 15px;
    top: -5px;
    font-size: 12px;
    right: -5px;
    border-radius: 50%;
}
.header-cart svg path {
  transition: all 0.4s ease;
}
.header-cart:hover path {
  fill: #648864;
}
.header-nav {
  background: #648864;
  padding: 12px 0px;
}
.header-menu {
  gap: 40px;
}
.header-menu__item:hover .header-drop {
  opacity: 1;
  pointer-events: all;
}
.header-menu__link {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #fff;
  position: relative;
}
.header-menu__link:hover {
  color: #DCEDC1;
}
.header-menu__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  top: 100%;
}
.header-menu__item {
    position: relative;
}
.header .header-drop {
  position: absolute;
  z-index: 2;
  
  top: 100%;
 /*  border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
  background: #FFF;
  width: 250px;
  left: -15px;
  top: 36px;
  box-shadow: 0px 4px 125px 0px rgba(26, 26, 26, 0.15);
  padding: 25px 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.header .header-drop-menu__item {
  margin-bottom: 20px;
}
.header .header-drop-menu__item:last-child {
  margin-bottom: 0;
}
.header .header-drop-menu__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1A1A1A;
}
.header .header-drop-menu__link svg {
  display: block;
  margin-left: 10px;
  transition: all 0.4s ease;
}
.header .header-drop-menu__link:hover {
  color: #648864;
}
.header .header-drop-menu__link.open svg {
  transform: rotate(180deg);
}
.header .header-drop-submenu {
  padding: 10px 0px 0px 20px;
  display: none;
}
.header .header-drop-submenu__item {
  margin-bottom: 10px;
}
.header .header-drop-submenu__item:last-child {
  margin-bottom: 0;
}
.header .header-drop-submenu__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #6B6B6B;
}
.header .header-drop-submenu__link:hover {
  color: #1A1A1A;
}

.main {
  padding-top: 54px;
}
.main-slider {
  width: 100%;
  position: relative;
}
.main-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 21px;
  gap: 22px;
  z-index: 1;
}
.main-slider .slick-dots li {
  display: block;
}
.main-slider .slick-dots li button {
  display: block;
  opacity: 0.5;
  transition: all 0.4s ease;
}
.main-slider .slick-dots li button svg {
  display: block;
}
.main-slider .slick-dots li:hover button {
  opacity: 1;
}
.main-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.main-slider .slick-dots li.slick-active button svg path {
  fill: #1A1A1A;
}
.main-slider__card {
  width: 100%;
  overflow: hidden;
  border-radius: 50px;
}
.advantages {
  padding-top: 40px;
  padding-bottom: 60px;
}
.advantages-list__item {
  padding: 0 20px;
  max-width: 31%;
}
.advantages-list__title {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.advantages-list__content {
  margin-top: 15px;
}
.advantages-list__text {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #929292;
  line-height: 130%;
}

.category {
  padding-bottom: 110px;
}
.category-list__item {
  width: 32%;
   height: 501px; 
  border-radius: 40px;
  background: #648864;
  padding: 27px;
  position: relative;
  overflow: hidden;
}
.category-list__item:hover .category-list__image {
  bottom: -100px;
}
.category-list__image {
  position: absolute;
  bottom: -130px;
  left: 50%;
  transition: all 0.4s ease;
  pointer-events: none;
  transform: translateX(-50%);
}
.category-list__image img {
  max-width: 362px;
  display: block;
}
.category-list__card {
  border-radius: 30px;
  height: 100%;
  padding: 30px;
  border: 1px solid #FFF;
}
.category-list__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 115%;
}
.category-list__text {
  margin-top: 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #fff;
}
.category-list__btn {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 50px;
  border-radius: 12px;
  background: #FFF;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  color: #648864;
}
.category-list__btn:hover {
  background: #DCEDC1;
}

.offer {
  padding-bottom: 77px;
}
.offer-content {
  width: 288px;
  margin-top: 150px;
}
.offer-content__image {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
.offer-content__image img {
  display: block;
}
.offer-content__title {
  text-align: center;
  margin-top: 30px;
  color: #1A1A1A;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 26px */
  letter-spacing: 1.3px;
}
.offer-content__btn {
  margin-top: 65px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1A1A1A;
}
.offer-content__btn svg {
  display: block;
  margin-left: 10px;
}
.offer-content__btn svg path {
  transition: all 0.4s ease;
}
.offer-content__btn:hover {
  color: #648864;
}
.offer-content__btn:hover svg path {
  stroke: #648864;
}
.offer-content__mobile {
  display: none;
}
.offer-block {
  width: 870px;
}

.products-list .slider-arrow {
  position: absolute;
  top: 170px;
  z-index: 1;
  width: 46px;
  cursor: pointer;
  height: 46px;
  border: 1px solid rgba(107, 107, 107, 0.25);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.products-list .slider-arrow.right-arrow {
  right: -50px;
}
.products-list .slider-arrow.left-arrow {
  left: -50px;
}
.products-list .slider-arrow svg {
  display: block;
}
.products-list .slider-arrow svg path {
  transition: all 0.4s ease;
}
.products-list .slider-arrow:hover {
  background: #6B6B6B;
}
.products-list .slider-arrow:hover svg path {
  stroke: #fff;
}
.products-list__card {
  width: 100%;
  width: 260px;
  margin: 0 auto;
  position: relative;
}
.products-list__card:hover .products-list__buy-fast, .products-list__card:hover .products-list__nav {
  opacity: 1;
}
.products-list__sales {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 1;
  padding: 3px 16px;
  border-radius: 6px;
  background: var(--Main-green, #648864);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #fff;
}
.products-list__gift {
  position: absolute;
  top: 11px;
  left: 11px;
}
.products-list__gift img {
  display: block;
}
.products-list__nav {
  position: absolute;
  top: 20px;
  right: 15px;
  flex-direction: column;
  row-gap: 15px;
  opacity: 0;
  transition: all 0.4s ease;
}
.products-list__nav-item {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #FFF;
}
.products-list__nav-item.active {
  background: #648864;
}
.products-list__nav-item svg {
  display: block;
}
.products-list__nav-item svg path {
  transition: all 0.4s ease;
}
.products-list__fav.active path {
  stroke: #fff;
}
.products-list__main {
  min-height: 119px;
}
.products-list__cart.active path {
  fill: #fff;
}
.products-list__new {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 1;
}
.products-list__new img {
  display: block;
}
.products-list__image {
  height: 390px;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  position: relative;
}
.products-list__bottom {
  margin-top: 20px;
  align-items: flex-start;
}
.products-list__currency_sale .products-list__price {
  color: #648864;
}
.products-list__currency_sale .products-list__price span {
  color: #648864;
}
.products-list__sale {
  color: rgba(107, 107, 107, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
  display: block;
}
.products-list__sale span {
  font-size: 13px;
  font-weight: 400;
}
.products-list__price {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #1A1A1A;
}
.products-list__price small {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.products-list__params {
  position: relative;
}
.products-list__params-list {
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  border-radius: 0 0 6px 6px;
  border: 1px solid rgba(26, 26, 26, 0.15);
  border-top: 0;
  background: #FFF;
}
.products-list__params-list__item {
  padding: 5px 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  color: #6B6B6B;
  transition: all 0.4s ease;
  cursor: pointer;
}
.products-list__params-list__item:hover {
  color: #1A1A1A;
}
.products-list__params.active .products-list__drop {
  border-radius: 8px 8px 0 0;
  border-bottom-color: transparent;
}
.products-list__params.active .products-list__drop svg {
  transform: rotate(180deg);
}
.products-list__params.active .products-list__params-list {
  opacity: 1;
  pointer-events: all;
}
.products-list__drop {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  color: #6B6B6B;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 6px;
  border: 1px solid rgba(26, 26, 26, 0.15);
}
.products-list__drop svg {
  display: block;
  margin-left: 5px;
  transition: all 0.4s ease;
}
.products-list__buy-fast {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 40px;
  border-radius: 12px;
  background: #FFF;
  color: #648864;
  opacity: 0;
}
.products-list__buy-fast:hover {
  background: #648864;
  color: #fff;
}
.products-list__content {
  margin-top: 19px;
  padding: 0 10px;
}
.products-list__status {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #648864;
  border-radius: 6px;
  background: #DCEDC1;
  padding: 3px 5px;
}
.products-list__title {
  margin-top: 12px;
}
.products-list__title a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1A1A1A;
}
.products-list__title a:hover {
  color: #648864;
}
.products-list__text {
  margin-top: 5px;
  font-size: 14px;
  color: #717171;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.proposal {
  padding-bottom: 110px;
}
.proposal-image {
  width: 741px;
  height: 468px;
  border-radius: 40px;
  overflow: hidden;
}
.proposal-content {
  padding-top: 75px;
  max-width: 380px;
}
.proposal-content__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #1A1A1A;
}
.proposal-content__title b {
  color: #648864;
}
.proposal-content__text {
  margin-top: 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #1A1A1A;
}
.proposal-content__btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 33.5px;
  margin-top: 40px;
  border-radius: 12px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #648864;
  background: #DCEDC1;
}
.proposal-content__btn svg {
  display: block;
  margin-left: 10px;
}
.proposal-content__btn svg path {
  transition: all 0.4s ease;
}
.proposal-content__btn:hover {
  background: #648864;
  color: #DCEDC1;
}
.proposal-content__btn:hover path {
  stroke: #DCEDC1;
}

.subscribe {
  padding-bottom: 150px;
}
.subscribe-block {
  max-width: 1028px;
  position: relative;
  width: 100%;
  padding: 45px;
  border-radius: 40px;
  background: #FAF4DE;
  margin: 0 auto;
}
.subscribe-block__figure {
  position: absolute;
  right: -106px;
  top: -71px;
  pointer-events: none;
}
.subscribe-block__figure img {
  display: block;
}
.subscribe-block__image {
  width: 326px;
  height: 348px;
  overflow: hidden;
  border-radius: 25px;
  flex-shrink: 0;
  margin-right: 50px;
}
.subscribe-block__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #324532;
  margin-bottom: 8px;
}
.subscribe-block__content {
  max-width: 440px;
}
.subscribe-block__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #324532;
  margin-top: 8px;
}
.subscribe-form {
  max-width: 397px;
  width: 100%;
  margin-top: 20px;
}
.subscribe-form__politic {
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.subscribe-form__politic.active .subscribe-form__check {
  background: #829462;
  border-color: #829462;
}
.subscribe-form__politic.active .subscribe-form__check svg {
  opacity: 1;
}
.subscribe-form__input input {
  width: 100%;
  display: block;
  background: transparent;
  padding: 12px 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.subscribe-form__input input::-moz-placeholder {
  color: #6B6B6B;
}
.subscribe-form__input input::placeholder {
  color: #6B6B6B;
}
.subscribe-form__check {
  width: 15px;
  height: 15px;
  border: 1px solid #6B6B6B;
  border-radius: 3px;
  flex-shrink: 0;
  margin-right: 14.5px;
  transition: all 0.4s ease;
  margin-top: 4px;
}
.subscribe-form__check svg {
  display: block;
  opacity: 0;
}
.subscribe-form__btn {
  padding: 12px 51px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(100, 136, 100, 0.5);
  border-radius: 12px;
  background: rgba(220, 237, 193, 0.5);
  margin-top: 40px;
}
.subscribe-form__btn:hover {
  background: #648864;
  color: #DCEDC1;
}
.subscribe-form__text {
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
}
.subscribe-form__text a {
  color: #829462;
}

.credits {
  background: #648864;
}
.credits-wrapper {
  padding: 75px 25px 62px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.credits-politic {
  padding: 21px 20px;
  position: relative;
}
.credits-politic__pay-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  margin-right: 16px;
  color: #fff;
  line-height: 130%;
}
.credits-politic__text {
  font-size: 13px;
  font-style: normal;
  color: #fff;
  font-weight: 350;
  line-height: 130%;
}
.credits-pay__item {
  margin-right: 8px;
}
.credits-pay__item img {
  display: block;
}
.credits-pay__item:last-child {
  margin-right: 0;
}
.credits-logo {
  display: block;
}
.credits-logo img {
  display: block;
}
.credits-menu__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 130%;
}
.credits-menu__link:hover {
  color: #DCEDC1;
}
.credits-menu__item {
  margin-bottom: 14px;
}
.credits-menu__item:last-child {
  margin-bottom: 0;
}
.credits-contacts__item {
  margin-bottom: 10px;
}
.credits-contacts__item:last-child {
  margin-bottom: 0;
}
.credits-contacts__icon {
  margin-right: 5px;
}
.credits-contacts__icon svg {
  display: block;
}
.credits-contacts__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.4s ease;
  line-height: 130%;
  color: #fff;
}
.credits-contacts__link:hover .credits-contacts__text {
  color: #DCEDC1;
}
.credits-contacts__link_email .credits-contacts__text {
  font-size: 16px;
}
.credits-info {
  max-width: 242px;
}
.credits-info__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px;
  color: #fff;
  line-height: 130%;
}
.credits-info__work {
  font-size: 18px;
  font-style: normal;
  color: #fff;
  font-weight: 400;
  line-height: 130%;
}
.credits-social {
  position: static;
}
.credits-social__text {
  margin-right: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
}
.credits-social-list__item {
  margin-right: 15px;
}
.credits-social-list__item:last-child {
  margin-right: 0;
}
.credits-social-list__link svg {
  display: block;
}
.credits-social-list__link svg path {
  transition: all 0.4s ease;
}
.credits-social-list__link:hover path {
  fill: #DCEDC1;
}

.control-input {
  position: relative;
}
.control-input.show .control-input__placeholder {
  opacity: 1;
}
.control-input.show .control-input__placeholder::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.control-input.show .control-input__placeholder::placeholder {
  color: transparent;
  opacity: 0;
}
.control-input__placeholder {
  padding: 4px 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6B6B6B;
  background: #fff;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 12px;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
}

.news {
  padding-top: 42px;
  padding-bottom: 100px;
}
.news-list {
  margin-top: 45px;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 35px;
}
.news-list__item {
  width: 393px;
}
.news-list__card {
  width: 100%;
}
.news-list__image {
  height: 251px;
  border-radius: 28px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
}
.news-list__content {
  padding: 12px 22px;
}
.news-list__date {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  color: #6B6B6B;
}
.news-list__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-top: 20px;
  color: #1A1A1A;
}
.news-list__title a {
  color: #1A1A1A;
}
.news-list__title a:hover {
  color: #648864;
}
.news-list__text {
  margin-top: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1A1A1A;
}
.news-tags {
  position: absolute;
  bottom: 22px;
  left: 22px;
}
.news-tags__item {
  margin-right: 10px;
}
.news-tags__item:last-child {
  margin-right: 0;
}
.news-tags__link {
  padding: 8px 12px;
  background: #DCEDC1;
  border-radius: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1A1A1A;
}

.article {
  padding-top: 50px;
  padding-bottom: 150px;
}
.article-block {
  height: 520px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.article-block__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.article-block::after {
  content: "";
  display: block;
  background: rgba(75, 75, 75, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.article-block__tag {
  padding: 8px 12px;
  color: #1A1A1A;
  padding: 8px 12px;
  border-radius: 10px;
  background: #DCEDC1;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
.article-block__title {
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #fff;
}
.article-block__mouse {
  position: absolute;
  bottom: 39px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  animation: spin 1.5s infinite linear;
}
.article-block__mouse svg {
  display: block;
}
.article-block__date {
  position: absolute;
  bottom: 57px;
  left: 76px;
  z-index: 1;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  color: #fff;
}
.article-share {
  margin-top: 31px;
}
.article-share__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  color: #1A1A1A;
  margin-right: 25px;
}
.article-social {
  gap: 10px;
}
.article-social__link {
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  min-width: 145px;
}
.article-social__link:hover {
  background: #EBEBEB;
}
.article-social__icon {
  margin-right: 8px;
  flex-shrink: 0;
}
.article-social__icon img {
  display: block;
}
.article-social__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #3B579D;
}
.article-content {
  margin: 0 auto;
  margin-top: 96px;
  max-width: 816px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #1A1A1A;
}
.article-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #1A1A1A;
  margin-bottom: 100px;
}
.article-content p:last-child {
  margin-bottom: 0;
}
.article-content h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 23px;
}
.article-content blockquote {
  padding: 33px;
  margin: 0;
  border-radius: 22px;
  background: var(--secondary-yellow, #FAF4DE);
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
}
.article-content blockquote b {
  font-size: 18px;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -5px);
  }
  50% {
    transform: translate(-50%, 5px);
  }
  100% {
    transform: translate(-50%, -5px);
  }
}
.favorite {
  padding-bottom: 150px;
}
.favorite-block {
  padding-top: 40px;
}
.favorite-block .products-list {
  gap: 66px;
  row-gap: 62px;
  flex-wrap: wrap;
}
.favorite-block .products-list__item {
  width: 260px;
}
.favorite-block .products-list .products-list__card {
  width: 100% !important;
}

.brands {
  padding-bottom: 140px;
}
.brands-wrapper {
  padding-top: 64px;
}
.brands-list {
  flex-wrap: wrap;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
}
.brands-list__item {
  width: 33.33333333%;
  border-right: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}
.brands-list__item:nth-child(3n+3) {
  border-right: 0;
}
.brands-list__item:nth-child(1), .brands-list__item:nth-child(2), .brands-list__item:nth-child(3) {
  border-top: 0;
}
.brands-list__text {
  font-weight: 400;
  line-height: 125%;
  color: #1A1A1A;
  text-align: center;
  font-size: 32px;
}
.brands-list__card {
  height: 155px;
  width: 100%;
  padding: 10px;
}
.brands-list__card:hover {
  background: #EBEBEB;
}
.brands-sort {
  padding: 22px;
  border-radius: 12px;
  border: 1px solid #6B6B6B;
  margin-top: 40px;
}
.brands-sort-list {
  gap: 24px;
}
.brands-sort-list__link {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #648864;
}
.brands-sort-list__link:hover {
  opacity: 0.8;
}
.brands-sort-list__link.active {
  color: rgba(107, 107, 107, 0.4);
}
.brands-block {
  margin-top: 60px;
}
.brands-result {
  flex-wrap: wrap;
  gap: 82px;
  row-gap: 40px;
}
.brands-result__item {
  width: 341px;
}
.brands-result__title {
  padding: 12px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  color: #648864;
  line-height: 125%;
  border-bottom: 1px solid #EBEBEB;
}
.brands-result-list__item {
  margin-top: 14px;
}
.brands-result-list__link {
  padding: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #1A1A1A;
}
.brands-result-list__link:hover {
  color: #648864;
}
.brands-result-list__link:hover .brands-result-list__arrow {
  transform: translateX(10px);
}
.brands-result-list__arrow {
  flex-shrink: 0;
  margin-left: 10px;
  transition: all 0.4s ease;
}
.brands-result-list__arrow svg {
  display: block;
}

.contacts-wrapper {
  padding-top: 76px;
  padding-bottom: 150px;
}
.contacts-form {
  flex-shrink: 0;
  width: 605px;
  margin-right: 50px;
}
.contacts-form__title {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #333;
}
.contacts-form__wrapper {
  margin-top: 28px;
}
.contacts-form__item {
  width: 100%;
  margin-bottom: 24px;
}
.contacts-form__item input, .contacts-form__item textarea {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.4s ease;
  color: #000;
}
.contacts-form__item input::-moz-placeholder, .contacts-form__item textarea::-moz-placeholder {
  color: #6B6B6B;
}
.contacts-form__item input::placeholder, .contacts-form__item textarea::placeholder {
  color: #6B6B6B;
}
.contacts-form__item input:focus, .contacts-form__item textarea:focus {
  border-color: #648864;
}
.contacts-form__item textarea {
  height: 163px;
}
.contacts-form__captcha {
  width: 288px;
  height: 73px;
  background: #c4c4c4;
  margin-right: 30px;
}
.contacts-form__row .contacts-form__item {
  width: 48%;
}
.contacts-form__btn {
  padding: 12px 46px;
  border-radius: 12px;
  background: #DCEDC1;
  color: #648864;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contacts-form__btn:hover {
  background: #648864;
  color: #DCEDC1;
}
.contacts-block__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  color: #333;
  line-height: 115%;
  margin-bottom: 20px;
}
.contacts-list__text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #6B6B6B;
  margin-bottom: 8px;
}
.contacts-list__link {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1A1A1A;
}
.contacts-list__link:hover {
  color: #648864;
}
.contacts-list__item {
  margin-bottom: 20px;
}
.contacts-list__item:last-child {
  margin-bottom: 0;
}
.contacts-social {
  margin-top: 77px;
}
.contacts-social__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1A1A1A;
  flex-shrink: 0;
  margin-right: 15px;
}
.contacts-social-list {
  gap: 15px;
}
.contacts-social-list__link svg {
  display: block;
}
.contacts-social-list__link svg path {
  transition: all 0.4s ease;
}
.contacts-social-list__link:hover path {
  fill: #648864;
}
.contacts-info {
  margin-top: 80px;
  gap: 50px;
}
.contacts-info__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 15px;
}
.contacts-info__text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
}
.contacts-info__text span {
  font-size: 18px;
}

.delivery-wrapper {
  padding-top: 95px;
  padding-bottom: 150px;
}
.delivery-list {
  justify-content: center;
  gap: 81px;
}
.delivery-list__item {
  text-align: center;
  width: 205px;
}
.delivery-list__icon {
  width: 35px;
  margin: 0 auto;
}
.delivery-list__icon img {
  display: block;
  width: 100%;
}
.delivery-list__text {
  margin-top: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 130%;
}
.delivery-main {
  max-width: 601px;
  width: 100%;
  margin: 0 auto;
  margin-top: 78px;
  padding: 33px;
  border-radius: 20px;
  background: #DCEDC1;
}
.delivery-main__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #1A1A1A;
}
.delivery-block {
  margin-top: 112px;
}
.delivery-block__title {
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  color: #1A1A1A;
}
.delivery-block .delivery-list {
  margin-top: 35px;
}
.delivery-block .delivery-list__item {
  width: 220px;
}
.delivery-block__text {
  text-align: center;
  margin-top: 41px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.delivery-block__text span {
  font-size: 18px;
}
.delivery-block__subtitle {
  text-align: center;
  margin-top: 35px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #6B6B6B;
}
.delivery-block__work {
  margin-top: 20px;
}
.delivery-block__work-title {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #6B6B6B;
}
.delivery-block__work-title span {
  color: #1A1A1A;
  font-size: 16px;
}
.delivery-description {
  max-width: 816px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  padding: 33px;
  border-radius: 40px;
  background: var(--secondary-yellow, #FAF4DE);
}
.delivery-description__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #1A1A1A;
  margin-bottom: 40px;
}
.delivery-description__text:last-child {
  margin-bottom: 0;
}
.delivery-description__text span {
  color: #6B6B6B;
}
.delivery-send {
  text-align: center;
  margin: 0 auto;
  margin-top: 105px;
  max-width: 816px;
  width: 100%;
  position: relative;
  border-radius: 50px;
  border: 1px solid #648864;
  padding: 53px 33px 33px 33px;
}
.delivery-send__title {
  font-size: 26px;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 115%;
  padding: 12px 22px;
  background: #fff;
}
.delivery-send__text {
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #6B6B6B;
}
.delivery-send__text span {
  color: #1A1A1A;
}

.politic-text {
  max-width: 605px;
  width: 100%;
  margin: 0 auto;
  margin-top: 53px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.54px;
}
.politic-text p {
    margin-bottom: 20px;
}
.faq-wrapper {
  padding-top: 40px;
  padding-bottom: 150px;
}
.faq-tabs {
  flex-wrap: wrap;
  row-gap: 25px;
}
.faq-tabs__item {
  padding: 12px;
  text-align: center;
  width: 49%;
  border-radius: 10px;
  border: 1px solid var(--Dark-main, #1A1A1A);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  transition: all 0.4s ease;
  cursor: pointer;
}
.faq-tabs__item.active {
  color: #648864;
  border-color: #648864;
}
.faq-content {
  margin-top: 80px;
}
.faq-content__main {
  font-size: 32px;
  font-style: normal;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
}
.faq-content__main span {
  font-weight: 700;
  font-style: italic;
}
.faq-content__item {
  display: none;
}
.faq-content__item.active {
  display: block;
}
.faq-content__item .faq-list {
  width: 100%;
  max-width: 100%;
}
.faq-content__item .faq-list__item {
  width: 100%;
}
.faq-content__item .faq-list__subtext {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #6B6B6B;
  margin-top: 8px;
}

.about {
  padding-top: 50px;
  padding-bottom: 150px;
}
.about-banner {
  height: 610px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
}
.about-banner__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 114px;
  position: relative;
  z-index: 1;
  width: 500px;
}
.about-banner__text {
  text-align: center;
  margin-top: 30px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #648864;
}
.about-banner__img img {
  display: block;
}
.about-text {
  max-width: 816px;
  width: 100%;
  margin: 0 auto;
  margin-top: 97px;
  padding: 10px 10px 10px 23px;
  border-left: 1px solid #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 160%;
}
.about-text span {
  font-weight: 400;
}
.about-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 48.6px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 142px;
}
.about-title b {
  font-style: italic;
}
.about-subtext {
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 350;
  line-height: 160%;
  margin-top: 41px;
  max-width: 605px;
}
.about-advantages {
  max-width: 816px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-top: 46px;
  padding: 33px;
  border-radius: 32px;
  background: var(--secondary-yellow, #FAF4DE);
}
.about-advantages__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}
.about-advantages__text {
  max-width: 557px;
  margin-top: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #6B6B6B;
}
.about-advantages__img {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  right: -190px;
  pointer-events: none;
}
.about-advantages__img img {
  display: block;
}
.about-delivery {
  max-width: 711px;
  width: 100%;
  margin: 0 auto;
  margin-top: 120px;
}
.about-delivery__image {
  width: 300px;
  flex-shrink: 0;
  margin-right: 60px;
}
.about-delivery__image img {
  width: 100%;
  display: block;
}
.about-delivery__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}
.about-delivery__title span {
  font-style: italic;
}
.about-delivery__text {
  margin-top: 11px;
  font-size: 15px;
  font-style: normal;
  font-weight: 350;
  line-height: 160%;
}
.about-consult {
  text-align: center;
  margin-top: 94px;
}
.about-consult__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 48.6px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.about-consult__text {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 135%; /* 29.7px */
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #6B6B6B;
  margin-top: 10px;
}
.about-consult__btn {
  margin: 0 auto;
  background: #648864;
  border-radius: 12px;
  color: #FAF4DE;
  padding: 12px 39px;
  margin-top: 35px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.about-accent {
  background: var(--secondary-green, #DCEDC1);
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  padding: 35px 0;
  margin-top: 146px;
}
.about-accent__text {
  margin: 0 auto;
  max-width: 818px;
  text-align: center;
  width: 100%;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #324532;
}
.about-hero {
  margin-top: 80px;
  height: 428px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.about-hero__content {
  max-width: 453px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-hero__uptitle {
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 125%;
  color: #324532;
}
.about-hero__title {
  font-size: 42px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  color: #324532;
  line-height: 130%;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.about-hero__text {
  margin-top: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 125%;
  color: #324532;
}
.about-hero__btn {
  margin: 0 auto;
  margin-top: 25px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  padding: 12px 0;
  border-radius: 12px;
  border: 1px solid #648864;
  width: 248px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #648864;
}

.lk {
  padding-top: 40px;
  padding-bottom: 150px;
}
.lk-back {
  display: none;
}
.lk-aside {
  width: 393px;
  flex-shrink: 0;
  margin-right: 41px;
}
.lk-aside__head {
  padding-bottom: 25px;
  border-bottom: 1px solid #EBEBEB;
}
.lk-aside__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.lk-aside__text {
  margin-top: 6px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #6B6B6B;
}
.lk-nav {
  margin-top: 25px;
  padding-right: 25px;
}
.lk-submenu {
  padding-left: 37px;
  padding-top: 13px;
  display: none;
}
.lk-submenu__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #1A1A1A;
  line-height: normal;
}
.lk-submenu__link:hover {
  opacity: 0.7;
}
.lk-submenu__item {
  margin-bottom: 7px;
}
.lk-submenu__item:last-child {
  margin-bottom: 0;
}
.lk-menu__item {
  margin-bottom: 20px;
}
.lk-menu__item:last-child {
  margin-bottom: 0;
}
.lk-menu__link {
  padding: 12px 0px;
}
.lk-menu__link.open .lk-menu__icon svg path {
  stroke: #648864;
}
.lk-menu__link.open .lk-menu__title {
  color: #648864;
}
.lk-menu__link.open .lk-menu__arrow svg {
  transform: rotate(90deg);
}
.lk-menu__link.active .lk-menu__icon svg path {
  stroke: #648864;
}
.lk-menu__link.active .lk-menu__title {
  color: #648864;
}
.lk-menu__icon {
  flex-shrink: 0;
  margin-right: 15px;
}
.lk-menu__icon svg {
  display: block;
}
.lk-menu__icon svg path {
  transition: all 0.4s ease;
}
.lk-menu__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.4s ease;
  color: #1A1A1A;
  line-height: normal;
}
.lk-menu__arrow {
  flex-shrink: 0;
  margin-left: 10px;
}
.lk-menu__arrow svg {
  display: block;
  transition: all 0.4s ease;
}
.lk-exit {
  margin-top: 24px;
  padding-right: 25px;
}
.lk-exit__btn {
  padding: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #648864;
  border-radius: 12px;
  border: 1px solid #648864;
}
.lk-exit__btn svg {
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
.lk-content {
  padding-top: 50px;
  max-width: 768px;
  width: 100%;
}
.lk-info {
  padding: 32px;
  border-radius: 22px;
  border: 1px solid #6B6B6B;
}
.lk-info__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.lk-info__text {
  margin-top: 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 125%;
  color: #1A1A1A;
}
.lk-category {
  margin-top: 28px;
}
.lk-category__item {
  padding: 22px;
  width: 49%;
  border-radius: 12px;
  background: rgba(107, 107, 107, 0.1);
}
.lk-category__icon {
  margin-right: 15px;
  flex-shrink: 0;
}
.lk-category__icon img {
  display: block;
}
.lk-category__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #1A1A1A;
}
.lk-category__arrow {
  display: none;
}
.lk-category__arrow svg {
  display: block;
}
.lk-description {
  padding: 32px;
  border-radius: 22px;
  border: 1px solid #6B6B6B;
}
.lk-description__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
}
.lk-description__title span {
  font-weight: 700;
  font-style: italic;
}
.lk-description__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  color: #1A1A1A;
  line-height: 160%;
  margin-top: 20px;
}
.lk-description__text span {
  font-weight: 400;
}
.lk-fav__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-right: 36px;
}
.lk-fav__btn {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #1A1A1A;
  line-height: normal;
}
.lk-fav__btn svg {
  display: block;
  margin-left: 10px;
}
.lk-fav-list {
  margin-top: 30px;
}
.lk-fav-list__item {
  border-radius: 22px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 15px;
}
.lk-fav-list__item:last-child {
  margin-bottom: 0;
}
.lk-fav-list__title {
  padding: 22px 32px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.lk-fav-list__title.open .lk-fav-list__plus::before {
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.lk-fav-list__control {
  flex-shrink: 0;
  margin-right: 25px;
}
.lk-fav-list__control svg {
  display: block;
}
.lk-fav-list__plus {
  width: 16px;
  position: relative;
  display: block;
  height: 16px;
}
.lk-fav-list__plus::after, .lk-fav-list__plus::before {
  content: "";
  display: block;
  width: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transition: all 0.4s ease;
  transform: translateY(-50%);
  height: 1px;
  border-radius: 30px;
  background: #1A1A1A;
}
.lk-fav-list__plus::before {
  height: 16px;
  width: 1px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lk-fav-list__content {
  padding: 32px;
  padding-top: 0;
  display: none;
}
.lk-fav-list__content .products-list__item {
  width: 161px;
}
.lk-fav-list__content .products-list__image {
  height: 243px;
}
.lk-fav-list__content .products-list__new img {
  width: 58px;
}
.lk-fav-list__content .products-list__new {
  top: 10px;
  left: 10px;
}
.lk-fav-list__content .products-list__image {
  border-radius: 18px;
}
.lk-fav-list__content .products-list {
  gap: 19px;
  flex-wrap: wrap;
}
.lk-fav-list__content .products-list .products-list__card {
  width: 100%;
}
.lk-fav-list__content .products-list__content {
  margin-top: 15px;
  padding: 0;
}
.lk-fav-list__content .products-list__status {
  font-size: 10px;
}
.lk-fav-list__content .products-list__title a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.lk-fav-list__content .products-list__text {
  font-size: 11px;
}
.lk-fav-list__content .products-list__price {
  font-size: 22px;
}
.lk-fav-list__content .products-list__price span {
  font-size: 12px;
}
.lk-fav-list__content .products-list__drop {
  font-size: 12px;
}
.lk-fav-list__content .products-list__sale {
  font-size: 15px;
}
.lk-fav-list__content .products-list__nav {
  top: 10px;
  right: 10px;
}
.lk-fav-list__content .products-list__nav-item {
  width: 27px;
  height: 27px;
}
.lk-fav-list__content .products-list__nav-item svg {
  width: 15px;
}
.lk-fav-list__content .products-list__nav {
  row-gap: 10px;
}
.lk-form {
  margin-top: 25px;
  max-width: 707px;
}
.lk-form__item {
  width: 100%;
  margin-bottom: 25px;
}
.lk-form__item input {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--stroke, #EBEBEB);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.lk-form__row .lk-form__item {
  width: 49%;
}
.lk-form .subscribe-form__politic {
  max-width: 341px;
  margin-top: 15px;
}
.lk-form .subscribe-form__text span {
  font-weight: 400;
}
.lk-date {
  margin-top: 40px;
  max-width: 341px;
}
.lk-date__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.lk-date__title::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 129px;
  height: 1px;
  background: #648864;
}
.lk-date__wrapper {
  margin-top: 20px;
}
.lk-date__item {
  width: 103px;
  position: relative;
}
.lk-date__item select {
  display: block;
  width: 100%;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid var(--stroke, #EBEBEB);
  font-size: 14px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.lk-date__item select::-ms-expand {
  display: none;
}
.lk-date__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  right: 12px;
}
.lk-date__arrow svg {
  display: block;
}
.lk-date__save {
  padding: 12px 0px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #648864;
  border-radius: 12px;
  width: 248px;
  background: #DCEDC1;
}
.lk-date__save:hover {
  color: #DCEDC1;
  background: #648864;
}
.lk-delivery__text {
  margin-top: 15px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.lk-delivery__btn {
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #648864;
  border: 1px solid #648864;
}
.lk-delivery__btn svg {
  display: block;
  margin-left: 10px;
}
.lk-delivery__btn svg path {
  transition: all 0.4s ease;
}
.lk-delivery__btn:hover {
  background: #648864;
  color: #DCEDC1;
}
.lk-delivery__btn:hover path {
  fill: #DCEDC1;
}
.lk-delivery-list {
  margin-top: 40px;
}
.lk-delivery-list__item {
  width: 400px;
  padding: 22px;
  border-radius: 22px;
  position: relative;
  background: rgba(208, 219, 202, 0.25);
}
.lk-delivery-list__img {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 8px;
}
.lk-delivery-list__base {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  border-radius: 0px 20px 0px 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #648864;
  background: var(--secondary-green, #DCEDC1);
}
.lk-delivery-list__base svg {
  display: block;
  margin-left: 6px;
}
.lk-delivery-list__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #6B6B6B;
}
.lk-delivery-list__address {
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #1A1A1A;
  line-height: normal;
}
.lk-delivery-list__give {
  margin-top: 20px;
}
.lk-delivery-list__give-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #6B6B6B;
}
.lk-delivery-list__give-text {
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #1A1A1A;
}
.lk-delivery-list__nav {
  margin-top: 20px;
}
.lk-delivery-list__btn {
  width: 48%;
  padding: 12px 0;
  border-radius: 12px;
  border: 1px solid #6B6B6B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1A1A1A;
}
.lk-delivery-list__btn svg {
  display: block;
  flex-shrink: 0;
  margin-right: 6px;
}
.lk-orders {
  margin-top: 25px;
}
.lk-orders__item {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--stroke, #EBEBEB);
  background: #FFF;
  margin-bottom: 15px;
}
.lk-orders__item:last-child {
  margin-bottom: 0;
}
.lk-orders__main {
  padding: 22px 32px;
  cursor: pointer;
}
.lk-orders__main.open .lk-fav-list__plus::before {
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.lk-orders__status {
  border-radius: 6px;
  display: block;
  padding: 1px 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #648864;
  margin-right: 22px;
  background: var(--secondary-green, #DCEDC1);
}
.lk-orders__date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6B6B6B;
}
.lk-orders__number {
  margin-top: 13px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #1A1A1A;
  line-height: normal;
}
.lk-orders__details {
  margin-left: 25px;
}
.lk-orders__details-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1A1A1A;
}
.lk-orders__details-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 7px;
  color: #6B6B6B;
}
.lk-orders__count {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #1A1A1A;
  margin-right: 25px;
  line-height: normal;
}
.lk-orders__content {
  padding: 32px;
  padding-top: 0;
  display: none;
}
.lk-orders__wrapper {
  margin-top: 30px;
}
.lk-orders__subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 25px;
}
.lk-orders__total {
  width: 100%;
  padding-left: 20px;
}
.lk-orders__total-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 25px;
}
.lk-orders-details {
  width: 100%;
}
.lk-orders-details__item {
  margin-bottom: 16px;
}
.lk-orders-details__item:last-child {
  margin-bottom: 0;
}
.lk-orders-details__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1A1A1A;
}
.lk-orders-details__value {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #1A1A1A;
}
.lk-orders-details__value_accent {
  color: #648864;
}
.lk-orders-details__value_total {
  font-size: 20px;
}
.lk-orders-products__image {
  flex-shrink: 0;
  margin-right: 20px;
  width: 60px;
  height: 90px;
  border-radius: 5px;
  display: block;
  overflow: hidden;
}
.lk-orders-products__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.lk-orders-products__text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6B6B6B;
}
.lk-orders-products__item {
  padding-right: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--stroke, #EBEBEB);
  padding-top: 20px;
}
.lk-orders-products__item:first-child {
  padding-top: 0;
}
.lk-orders-products__item:last-child {
  border-bottom: 0;
}
.lk-orders-products__price {
  margin-top: 12px;
}
.lk-orders-products__price-count {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #6B6B6B;
}
.lk-orders-products__price-value {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #1A1A1A;
}
.lk-orders__block {
  width: 430px;
  flex-shrink: 0;
  border-right: 1px solid var(--stroke, #EBEBEB);
}
.lk-orders-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}
.lk-orders-list__item {
  margin-bottom: 16px;
}
.lk-orders-list__item:last-child {
  margin-bottom: 0;
}
.lk-orders-list__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6B6B6B;
  width: 50%;
}
.lk-orders-list__value {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1A1A1A;
  width: 50%;
}

.catalog-wrapper {
  padding-top: 49px;
  padding-bottom: 150px;
}
.catalog-params {
  margin-bottom: 25px;
}
.catalog-params__reset {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1A1A1A;
  flex-shrink: 0;
  margin-left: 10px;
}
.catalog-params__reset:hover {
  color: #648864;
}
.catalog-tags {
  gap: 12px;
  margin-bottom: 20px;
}
.mse2_selected_link em {
    margin-right: 10px;
}
.catalog-tags__item {
  padding: 8px 12px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  color: #000;
  background: var(--secondary-green, #DCEDC1);
}
.catalog-tags__delete {
  margin-left: 4px;
}
.catalog-tags__delete svg {
  display: block;
}
.catalog-checkbox__check {
  width: 18px;
  height: 18px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 13px;
  transition: all 0.4s ease;
}
.catalog-checkbox__check svg {
  opacity: 0;
  transition: all 0.4s ease;
}
.catalog-checkbox__subtext {
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  color: #6B6B6B;
  margin-top: 8px;
}
.catalog-checkbox__item {
  margin-bottom: 15px;
  cursor: pointer;
}
.checkbox-wrapper input {
  display: none;
}
.catalog-checkbox__item:last-child {
  margin-bottom: 0;
}
.checkbox-wrapper input:checked + .catalog-checkbox__item  .catalog-checkbox__check {
  background: #648864;
  border-color: #648864;
}
.checkbox-wrapper input:checked  + .catalog-checkbox__item  .catalog-checkbox__check svg {
  opacity: 1;
}
.catalog-checkbox__item.disabled {
      opacity: 0.4;
}
.catalog-checkbox__text {
  font-family: "Zerno", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1A1A1A;
  transition: all 0.4s ease;
}
.catalog-checkbox__text span {
  color: #B4B4B4;
}
.catalog-sort__btn {
  display: none;
}
.catalog-sort__count {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #6B6B6B;
}
.catalog-sort__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #6B6B6B;
  margin-right: 10px;
}
.catalog-sort__select {
  position: relative;
}
.catalog-sort__select-offer {
  cursor: pointer;
}
.catalog-sort__select-offer span {
  width: 40px;
}
.main-form__drop {
    position: relative;
}
 .main-form__drop.active .catalog-sort__select-arrow {
  transform: rotate(180deg);
}
.main-form__drop.active .main-form__list {
  opacity: 1;
  pointer-events: all;
}
.catalog-sort__select-arrow {
  transition: all 0.4s ease;
}
.catalog-sort__select-arrow svg {
  display: block;
}
.main-form__list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  width: 70px;
  box-shadow: 0px 5px 30px rgba(26, 26, 26, 0.1);
  border-radius: 8px;
  background: #F3F6F1;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}
.main-form__list-item a {
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #6B6B6B;
  width: 100%;
  padding: 12px 18px;
  display: block;
  text-decoration: none;
}
.main-form__list-item a:hover {
  color: #4B4B4B;
}
.main-form__list-item input {
  display: none;
}
.main-form__list-item.active a {
  color: #1A1A1A;
}
.catalog-list {
  margin-top: 16px;
  flex-wrap: wrap;
  gap: 45px;
}
.catalog-list__item {
  width: 260px;
}
.catalog-main {
  width: 870px;
}
.catalog-main__head {
  padding-bottom: 22px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--stroke, #EBEBEB);
}
.catalog-main__brand-image {
  width: 125px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 30px;
}
.catalog-main__brand-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 170%;
}
.catalog-main__brand-load {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 130%;
}
.catalog-main__brand-load svg {
  display: block;
  margin-left: 15px;
}
.catalog-filter {
  width: 288px;
  flex-shrink: 0;
}
.catalog-filter__header {
  display: none;
}
.catalog-filter__nav {
  display: none;
}
.catalog-filter__content {
  padding-top: 20px;
  display: none;
  padding-bottom: 20px;
}
.catalog-filter__head {
  padding: 20px;
  padding-left: 0;
  cursor: pointer;
  border-bottom: 1px solid #F5F5F5;
}
.catalog-filter__head.open .catalog-filter__title {
  color: #648864;
}
.catalog-filter__head.open .catalog-filter__plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.catalog-filter__title {
  transition: all 0.4s ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.catalog-filter__search {
  margin-bottom: 22px;
  position: relative;
}
.catalog-filter__search-input input {
  display: block;
  width: 100%;
  padding: 10px 12px 10px 48px;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  letter-spacing: 0.42px;
  border-radius: 12px;
  color: #1A1A1A;
  border: 1px solid var(--Grey, #6B6B6B);
}
.catalog-filter__search-input input::-moz-placeholder {
  color: #6B6B6B;
}
.catalog-filter__search-input input::placeholder {
  color: #6B6B6B;
}
.catalog-filter__search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.catalog-filter__search-icon svg {
  display: block;
}
.catalog-filter__plus {
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
}
.catalog-filter__plus::after, .catalog-filter__plus::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #1A1A1A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 0.4s ease;
  transform: translateY(-50%);
}
.catalog-filter__plus::before {
  height: 16px;
  width: 1px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-mobile {
  display: block;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 420px;
  height: 100%;
  background: #fff;
  z-index: 5;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.header-mobile::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.header-mobile::-webkit-scrollbar-button {
  background-color: #fff;
  display: none;
}
.header-mobile::-webkit-scrollbar-track {
  background-color: #fff;
}
.header-mobile::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.header-mobile::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #648864;
  border-radius: 3px;
}
.header-mobile::-webkit-scrollbar-corner {
  background-color: #fff;
}
.header-mobile__search {
  margin-top: 35px;
  display: none;
}
.header-mobile__search .header-search {
  display: flex;
}
.header-mobile__head {
  justify-content: flex-end;
}
.header-mobile-nav {
  margin-top: 10px;
  padding-left: 10px;
}
.header-mobile-list__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #1A1A1A;
}
.header-mobile-list__link svg {
  display: block;
  margin-left: 8px;
  transition: all 0.4s ease;
}
.header-mobile-list__span.open svg {
  transform: rotate(180deg);
}
.header-mobile-list__item {
  margin-bottom: 20px;
}
.header-mobile-list__item:last-child {
  margin-bottom: 0;
}
.header-mobile-submenu {
  padding-top: 10px;
  padding-left: 20px;
  display: none;
}
.header-mobile-submenu__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #6B6B6B;
}
.header-mobile-submenu__item {
  margin-bottom: 10px;
}
.header-mobile-submenu__item:last-child {
  margin-bottom: 0;
}
.header-mobile-category {
  max-width: 356px;
  width: 100%;
  padding-left: 10px;
  border-top: 1px solid #EBEBEB;
  margin-top: 36px;
  padding-top: 26px;
}
.header-mobile-category__item {
  margin-bottom: 20px;
}
.header-mobile-category__item:last-child {
  margin-bottom: 0;
}
.header-mobile-category__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #6B6B6B;
}

html.menu-open .header-mobile {
  opacity: 1;
  pointer-events: all;
}
html.menu-open body {
  position: relative;
}
html.menu-open body::after {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  z-index: 1;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(26, 26, 26, 0.15);
}

.header-mobile-lang {
  display: none;
}
.header-mobile-lang__item {
  margin-right: 10px;
}
.header-mobile-lang__item:last-child {
  margin-right: 0;
}
.header-mobile-lang__link {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #6B6B6B;
  letter-spacing: 0.54px;
}
.header-mobile-lang__link.active {
  color: #1A1A1A;
}

.header-bag {
  padding: 83px 0;
}
.header-bag__wrapper {
  position: relative;
}
.header-bag__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-bag__logo img {
  display: block;
}
.header-bag__main {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1A1A1A;
}
.header-bag__main svg {
  display: block;
  margin-right: 10px;
}

.cart {
  padding-bottom: 93px;
}
.cart-wrapper {
  margin-top: 80px;
}
.cart-main {
  width: 636px;
}
.cart-main__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 30px;
}
.cart-main__item {
  margin-bottom: 50px;
}
.cart-main__item input[type="radio"] {
    display: none;
}
.cart-main__item:last-child {
  margin-bottom: 0;
}
.cart-main__pay .cart-radio {
  margin-top: 0;
}
.cart-info {
  margin-top: 30px;
  border-radius: 20px;
  background: var(--secondary-yellow, #FAF4DE);
  padding: 22px;
}
.cart-info__icon {
  flex-shrink: 0;
  margin-right: 10px;
}
.cart-info__icon svg {
  display: block;
}
.cart-info__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.cart-message {
  margin-top: 60px;
  padding-bottom: 49px;
  border-bottom: 1px solid #EBEBEB;
}
.cart-message__head {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.cart-message__head svg {
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
.cart-message__text {
  margin-top: 25px;
}
.cart-message__text .contacts-form__item textarea {
  height: 82px;
}
.cart-buy {
  width: 248px;
  padding: 12px 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  background: #DCEDC1;
  display: block;
  color: #648864;
  margin: 0 auto;
  margin-top: 25px;
}
.cart-buy:hover {
  background: #648864;
  color: #DCEDC1;
}
.cart-free {
/*   padding-top: 42px; */
  padding-left: 32px;
  padding-right: 32px;
}
.cart-free .catalog-checkbox__item {
  margin-top: 25px;
}
.cart-free .catalog-checkbox__item .catalog-checkbox__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  color: #6B6B6B;
}
.cart-free .catalog-checkbox__item .catalog-checkbox__text a {
  text-decoration: underline;
  color: #6B6B6B;
}
.cart-free .catalog-checkbox__item .catalog-checkbox__text a:hover {
  color: #648864;
}
.cart-free__head-icon {
  flex-shrink: 0;
  margin-right: 8px;
}
.cart-free__head-icon svg {
  display: block;
}
.cart-free__head-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart-free__head-text span {
  font-size: 16px;
  color: #648864;
}
.cart-free__info {
  margin-top: 27px;
}
.cart-free__info-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart-free__progress {
  margin-top: 14px;
  width: 100%;
  height: 4px;
  background: rgba(107, 107, 107, 0.15);
  border-radius: 20px;
  overflow: hidden;
}
.cart-free__progress-bar {
  height: 100%;
  background: #648864;
  display: block;
  border-radius: 20px;
}
.cart-radio {
  margin-top: 43px;
}
.cart-radio__item {
  width: 32%;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #648864;
  padding: 12px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #648864;
  cursor: pointer;
  transition: all 0.4s ease;
  display: block;
}
.cart-radio__item input {
  display: none;
}
.cart-main__item input[type="radio"]:checked + .cart-radio__item {
  background: #648864;
  color: #fff;
}
.cart-delivery {
  padding: 22px;
  border-radius: 20px;
  background: var(--secondary-green, #DCEDC1);
  margin-bottom: 42px;
}
.cart-delivery__head svg {
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
.cart-delivery__head-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.cart-delivery__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 9px;
  color: #1A1A1A;
}
.cart-delivery__link svg {
  display: block;
  margin-left: 10px;
}
.cart-delivery__link:hover {
  opacity: 0.7;
}
.cart-form__row .contacts-form__item {
  width: 48.5%;
  margin-bottom: 24px;
}
.cart-form__row:last-child .contacts-form__item {
  margin-bottom: 0;
}
.cart-form .catalog-checkbox__item {
  margin-bottom: 24px;
}
.cart-inner {
  width: 465px;
}
.cart-inner .cart-free {
  display: none;
}
.cart-block {
  padding: 32px;
  position: sticky;
  top: 20px;
  border-radius: 20px;
  background: #F9F9F9;
}
.cart-list__item {
  align-items: flex-end;
  margin-bottom: 45px;
}
.cart-list__item:last-child {
  margin-bottom: 0;
}
.cart-list__image {
  width: 80px;
  height: 120px;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 5px;
}
.cart-list__image img {
    width: 100%;
}
.cart-list__uptitle {
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  color: #6B6B6B;
}
.cart-list__title {
  margin-top: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cart-list__price-sale {
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 100%;
  color: #6B6B6B;
  margin-right: 10px;
}
.cart-list__price-current {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #648864;
}
.cart-list__text {
  margin-top: 6px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6B6B6B;
}
.cart-list__wrap {
  margin-top: 11px;
}
.cart-gift {
  margin-top: 43px;
}
.cart-gift__icon {
  flex-shrink: 0;
  margin-right: 5px;
}
.cart-gift__icon svg {
  display: block;
}
.cart-gift__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.cart-points {
  margin-top: 20px;
}
.cart-points__item {
  margin-bottom: 20px;
}
.cart-points__item:last-child {
  margin-bottom: 0;
}
.cart-points__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart-points__text img {
  display: block;
  margin-left: 5px;
}
.cart-points__text_accent {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #648864;
  line-height: 100%;
}

.product-mob {
  display: none;
}
.product-counter__btn {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: rgba(107, 107, 107, 0.1);
}
.product-counter__btn svg {
  display: block;
}
.product-counter__input input {
  display: block;
  width: 40px;
  background: transparent;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}
.product-images {
  width: 628px;
  position: relative;
  flex-shrink: 0;
  margin-right: 50px;
}
.product-images__main {
  position: sticky;
  top: 0px;
  width: 100%;
}
.product-images .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.product-images .slick-dots li.slick-active button {
  background: #648864;
}
.product-images .slick-dots li button {
  font-size: 0;
  width: 66px;
  height: 1px;
  background: rgba(107, 107, 107, 0.15);
}
.product-nav {
  position: absolute;
  bottom: 50px;
  width: 150px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.product-nav__img {
  width: 50px;
  height: 70px;
  overflow: hidden;
  position: relative;
}
.product-nav__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(250, 244, 222, 0.5);
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.product-nav__item.slick-current .product-nav__img::after {
  opacity: 1;
}
.product-nav .slider-arrow {
  position: absolute;
  background: var(--White, #FFF);
  width: 50px;
  height: 70px;
  transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
  transition: background 0.4s ease;
}
.product-nav .slider-arrow svg {
  display: block;
}
.product-nav .slider-arrow.right-arrow {
  border-radius: 0px 10.5px 10.5px 0px;
  right: -50px;
}
.product-nav .slider-arrow.left-arrow {
  border-radius: 10.5px 0px 0px 10.5px;
  left: -50px;
}
.product-nav .slider-arrow:hover {
  background: #f7f7f7;
}
.product-gallery {
  width: 100%;
}
.product-gallery__image {
  width: 100%;
}
.product-gallery__image img {
  display: block;
  width: 100%;
}
.product-gallery__gift {
  position: absolute;
  top: 40px;
  right: 30px;
}
.product-gallery__gift img {
  display: block;
}
.product-block {
  padding-top: 20px;
}
.product-block__offer {
  width: 512px;
}
.product-block__main {
  margin-top: 50px;
  max-width: 345px;
}
.product-block__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #6B6B6B;
  margin-top: 10px;
}
.product-block__category {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.product-block__title {
  margin-top: 10px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}
.product-block__sale {
  margin-top: 30px;
  align-items: end;
}
.product-block__sale-price div{
  font-size: 24px;
  font-style: normal;
  display: inline-block;
  font-weight: 400;
  line-height: 110%;
}
.product-block__sale-price span {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.product-block__sale-active {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-block__params {
  margin-top: 62px;
}
.product-block__params-wrapper {
  gap: 10px;
}
.product-block__params-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-right: 30px;
}
.product-block__params-item {
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid var(--Grey, #6B6B6B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #6B6B6B;
  transition: all 0.4s ease;
}
.product-block__params-wrapper input {
  display: none;
}
.product-block__params-wrapper input:checked + label {
  color: #1A1A1A;
  border-color: #DCEDC1;
  background: #DCEDC1;
}
.product-block__btns {
  margin-top: 30px;
  flex-wrap: wrap;
  row-gap: 18px;
}
.product-block__btn {
  width: 49%;
  border-radius: 12px;
  height: 44px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-block__btn svg {
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}
.product-block__btn svg path {
  transition: all 0.4s ease;
}
.product-block__cart {
  background: #648864;
  color: #FFF;
}
.product-block__cart:hover {
  background: rgb(69, 95, 69);
}
.product-block__fav {
  color: #6B6B6B;
  border: 1px solid #6B6B6B;
  border-radius: 12px;
    height: 44px;
    width: 100%;
}
.product-block__fav:hover, .product-block__fav_active {
  color: #fff;
  background: #6B6B6B;
}
.product-block__fav:hover path {
  stroke: #fff;
}
.product-block__buy {
  border-radius: 12px;
  background: #FAF4DE;
  color: #1A1A1A;
  cursor: pointer;
}
.product-block__buy:hover {
  background: #fdf1c6;
}
.product-block__consult {
  color: #1A1A1A;
}
.product-block__consult:hover {
  color: #648864;
}
.product-block__consult:hover path {
  fill: #648864;
}
.product-block__gift {
  margin-top: 60px;
  padding: 32px;
  border-radius: 30px;
  border: 1px solid var(--Main-green, #648864);
  margin-bottom: 35px;
}
.product-block__gift-text {
  margin-top: 25px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 25px;
  border-bottom: 1px solid #EBEBEB;
}
.product-block__gift-image img {
  display: block;
}
.product-block__gift-time {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 14px;
}
.product-block__gift-date {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(107, 107, 107, 0.5);
}
.product-block__prod {
  margin-top: 25px;
}
.product-block__prod-img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  flex-shrink: 0;
  margin-right: 25px;
  overflow: hidden;
}
.product-block__prod-content {
  max-width: 260px;
}
.product-block__prod-wrap {
  margin-top: 10px;
}
.product-block__prod-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.product-block__prod-gift {
  padding: 6px 12px;
  border-radius: 10px;
  background: var(--secondary-yellow, #FAF4DE);
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  color: #000;
  line-height: 150%;
  margin-right: 20px;
}
.product-block__prod-price {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 110%;
}
.product-breadcrumbs__link {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: rgba(107, 107, 107, 0.5);
  margin-right: 8px;
}
.product-breadcrumbs__link:hover {
  color: #648864;
}
.product-breadcrumbs__item {
  margin-right: 8px;
}
.product-breadcrumbs__item::after {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background: rgba(107, 107, 107, 0.5);
}
.product-breadcrumbs__item:last-child .header-breadcrumbs__link {
  margin-right: 0;
}
.product-breadcrumbs__item:last-child::after {
  display: none;
}
.product-accordion {
    margin-top: 40px;
}
.product-accordion__review {
  color: #648864;
}
.product-accordion__feedback {
  width: 248px;
  text-align: center;
  padding: 12px 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #648864;
  border-radius: 12px;
  color: #fff;
}
.product-accordion__content {
  padding-bottom: 25px;
  display: none;
}
.product-accordion-stars {
  margin-left: 10px;
}
.product-accordion-stars__item svg {
  display: block;
}
.product-accordion__contain {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #6B6B6B;
  letter-spacing: 0.26px;
}
.product-accordion__text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.product-accordion__text p {
    font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 180%;
      margin-bottom: 10px;
}
.product-accordion__item {
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
}
.product-accordion__title {
  padding: 20px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.4s ease;
  line-height: 130%;
  cursor: pointer;
}
.product-accordion__title.open {
  color: #648864;
}
.product-accordion__title.open .product-accordion__plus::after {
  transform: translateY(-50%) rotate(90deg);
}
.product-accordion__plus {
  width: 15px;
  height: 15px;
  position: relative;
  display: block;
  flex-shrink: 0;
  margin-left: 10px;
}
.product-accordion__plus::after, .product-accordion__plus::before {
  content: "";
  display: block;
  width: 15px;
  transition: all 0.4s ease;
  height: 1px;
  background: #1A1A1A;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.product-accordion__plus::after {
  left: 50%;
  height: 15px;
  width: 1px;
  top: 50%;
}
.product-points__item {
  margin-bottom: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6B6B6B;
}
.product-points__item span {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #1A1A1A;
  margin-right: 5px;
  line-height: normal;
}
.product-points__item:last-child {
  margin-bottom: 0;
}
.product-comments {
  margin-top: 30px;
}
.product-comments__item {
  margin-bottom: 20px;
}
.product-comments__card {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--stroke, #EBEBEB);
}
.product-comments__name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.product-comments__date {
  margin-top: 5px;
  font-size: 12px;
  font-style: normal;
  color: #333;
  font-weight: 350;
  line-height: normal;
}
.product-comments__review-value {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 9px;
}
.product-comments__content {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 30px;
}
.product-comments .product-accordion-stars {
  margin-left: 0;
}
.product-reply {
  margin-top: 20px;
  padding-left: 32px;
  border-left: 1px solid #EBEBEB;
}
.product-reply__card {
  padding: 30px;
  border-radius: 0px 20px 20px 20px;
  border: 1px solid var(--stroke, #EBEBEB);
}
.product-advantages {
  margin-top: 80px;
  gap: 40px;
  margin-bottom: 60px;
  justify-content: center;
}
.product-advantages__item {
  width: 230px;
  text-align: center;
}
.product-advantages__icon img {
  display: block;
}
.product-advantages__title {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 15px;
}

.popup {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.popup.show {
  opacity: 1;
  pointer-events: all;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(26, 26, 26, 0.15);
}
.popup.buy-popup .popup-body {
  width: 416px;
}
.popup.buy-popup .popup-body__content {
  padding: 30px 32px;
  padding-bottom: 120px;
}
.popup.cart-popup .popup-body {
  width: 540px;
}
.popup.cart-popup .popup-delivery__pay {
  width: 540px;
}
.popup.cart-popup .popup-body__content {
  padding-bottom: 200px;
}
.popup.cart-popup .popup-points {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.popup.cart-popup .cart-free {
  padding: 0;
}
.popup.cart-popup .popup-delivery__pay-btn {
  width: 280px;
  margin-top: 25px;
  display: block;
}
.popup.auth-popup .popup-body {
  width: 420px;
}
.popup-auth {
  padding-top: 110px;
  text-align: center;
}
.popup-auth__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 350;
  line-height: 110%;
}
.popup-auth__text {
  margin-top: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 125%;
  color: #6B6B6B;
}
.popup-auth .popup-form {
  margin: 0 auto;
  width: 100%;
  margin-top: 60px;
  max-width: 300px;
}
.popup-auth .popup-form__item input {
  text-align: center;
}
.popup-auth .popup-form__submit {
  width: 200px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
  text-align: center;
  margin: 0 auto;
  margin-top: 25px;
  display: block;
  border-radius: 12px;
  padding: 12px 0px;
  background: rgba(220, 237, 193, 0.5);
}
.popup-auth .popup-form__nav {
  margin-top: 40px;
}
.popup-auth .popup-form__nav-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #6B6B6B;
  line-height: normal;
}
.popup-auth .popup-form__nav-change {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 5px;
}
.popup-auth .popup-form__nav-change svg {
  display: block;
  margin-left: 10px;
}
.popup-gift {
  margin-top: 48px;
}
.popup-gift__icon {
  flex-shrink: 0;
  margin-right: 5px;
}
.popup-gift__icon svg {
  display: block;
}
.popup-gift__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popup-order {
  padding: 30px 38px;
}
.popup-order .cart-list__item {
  position: relative;
}
.popup-order .cart-list__item .cart-list__favorite {
  position: absolute;
  top: 0;
  right: 0;
}
.popup-inner {
  padding: 42px 32px;
  border-bottom: 1px solid #EBEBEB;
}
.popup-inner__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}
.popup-head {
  align-items: flex-start;
}
.popup-head__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 350;
  line-height: 110%;
}
.popup-head__text {
  margin-top: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 125%;
  color: rgba(107, 107, 107, 0.75);
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid rgba(107, 107, 107, 0.75);
}
.popup-head__close {
  display: block;
}
.popup-head__close svg {
  display: block;
}
.popup-head__close svg path {
  transition: all 0.4s ease;
}
.popup-head__close:hover path {
  stroke: #000;
}
.popup-body {
  background: #fff;
  height: 100vh;
  top: 0;
  overflow-y: auto;
  right: 0;
  position: fixed;
}
.popup-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.popup-body::-webkit-scrollbar-button {
  background-color: #fff;
  display: none;
}
.popup-body::-webkit-scrollbar-track {
  background-color: #fff;
}
.popup-body::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.popup-body::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #648864;
  border-radius: 3px;
}
.popup-body::-webkit-scrollbar-corner {
  background-color: #fff;
}
.popup-form {
  margin-top: 38px;
}
.popup-form__item {
  margin-bottom: 24px;
}
.popup-form__item:last-child {
  margin-bottom: 0;
}
.popup-form__sign {
  margin-top: 30px;
  text-align: center;
}
.popup-form__sign-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6B6B6B;
}
.popup-sign {
  margin-top: 10px;
  gap: 5px;
}
.popup-sign__item {
  width: 147px;
  padding: 10px 0;
  border-radius: 12px;
  border: 1px solid var(--stroke, #EBEBEB);
  transition: all 0.4s ease;
  cursor: pointer;
}
.popup-sign__item img {
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}
.popup-sign__item:hover {
  background: #EBEBEB;
}
.popup-sign__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #3B579D;
}
.popup-delivery {
  margin-top: 40px;
}
.popup-delivery__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 22px;
}
.popup-delivery__btn {
  margin-top: 22px;
  padding: 12px 0;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--Main-green, #648864);
  background: var(--Main-green, #648864);
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.popup-delivery__pay {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 416px;
  padding: 28px 32px;
  border-top: 1px solid #EBEBEB;
  background: #FFF;
}
.popup-delivery__pay-btn {
  text-align: center;
  width: 100%;
  padding: 12px 0;
  border-radius: 12px;
  background: #DCEDC1;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #648864;
}
.popup-delivery__politic .catalog-checkbox__subtext {
  margin-top: 0;
}
.popup-delivery__comments {
  margin-top: 30px;
}
.popup-delivery__comments-icon {
  flex-shrink: 0;
  margin-right: 10px;
}
.popup-delivery__comments-icon svg {
  display: block;
}
.popup-delivery__comments-textarea {
  width: 100%;
}
.popup-delivery__comments-textarea textarea {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding-top: 5px;
  height: 50px;
}
.popup-delivery__comments-textarea textarea::-moz-placeholder {
  color: #000;
}
.popup-delivery__comments-textarea textarea::placeholder {
  color: #000;
}
.popup-points {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid var(--stroke, #EBEBEB);
  border-bottom: 1px solid var(--stroke, #EBEBEB);
  padding-bottom: 16px;
}
.popup-points__item {
  margin-bottom: 20px;
}
.popup-points__item:last-child {
  margin-bottom: 0;
}
.popup-points__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popup-points__title_accent {
  color: #648864;
}
.popup-points__title_nova {
  font-size: 14px;
}
.popup-points__title_nova img {
  display: block;
  margin-left: 5px;
}
.popup-total {
  margin-top: 19px;
}

.search {
  padding-top: 50px;
  padding-bottom: 50px;
}
.search-block {
  margin: 20px 0;
}
.search-block__text {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #6B6B6B;
  margin-bottom: 10px;
  display: block;
}/*# sourceMappingURL=main.css.map */

.search-block b {
    font-weight: bold;
    
}
/* .header-drop-menu {
    display: flex;
    flex-wrap: wrap;
} */
.header-drop-menu__item{
     flex: 0 0 33.3333%;
}

#mse2_selected_wrapper {
    min-height: 0px !important;
    margin: 0 !important;
}

.main-slider {
    display: none;
}

.main-slider.slick-initialized{
    display: block;
}




.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px rgba(26, 26, 26, 0.15);
  color: #6B6B6B;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: 350;
  font-weight: normal;
  height: 33px;
  line-height: 31px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.ec-error {
    margin-top: 10px;
    display: block;
}

.header-mobile-list__span {
    display: flex;
    align-items: center;
}
.header-mobile-list__span svg {
    margin-left: 10px;
    cursor: pointer;
}
.input-parent {
    margin-bottom: 20px;
}
.form-label {
    margin-bottom: 5px;
    display: block;
}
.has-no-choices {
    display: none;
}
.select2 {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px rgba(26, 26, 26, 0.15);
    color: #6B6B6B;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 350;
    font-weight: normal;
    height: 33px;
    line-height: 31px;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
