@charset "UTF-8";
:root {
  --swiper-pagination-bottom: 25px;
  --swiper-navigation-sides-offset: 25px;
  --swiper-navigation-top-offset: 50%;
  --clr-primary-900: #0c8f3e;
  --clr-primary-800: #0ca145;
  --clr-primary-700: #55c380;
  --clr-primary-600: #d5f9e2;
  --clr-accent-900: #221a25;
  --clr-accent-800: #99969a;
  --clr-accent-700: #e5e5e6;
  --clr-accent-600: #f7f8f7;
  --clr-accent-500: #ffffff;
  --clr-danger-900: #b2030a;
  --font-family-primary: "Ruda", sans-serif;
  --transition-primary: 0.3s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
input,
button,
textarea,
select,
.modal,
[data-tippy-root],
.fancybox__content {
  font-family: "Ruda", sans-serif;
}

body {
  color: #221a25;
  font-size: 16px;
  line-height: 1.4;
}
body::after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(153, 150, 154, 0.1);
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
body.is--noscroll {
  overflow: hidden;
}
body.is--darken::after {
  visibility: visible;
  opacity: 1;
}
body a {
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}

.text-content {
  font-size: 16px;
}
.text-content img {
  width: 100%;
}
.text-content > *:first-child {
  margin-top: 0;
}

.text-content a {
  color: #0ca145;
  text-decoration: none;
}
.text-content a:hover {
  color: #0c8f3e;
}
.text-content a:focus {
  outline: none;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  margin: 25px 0 15px;
  font-weight: 900;
  line-height: 1.4;
}
.text-content h2 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 576px) {
  .text-content h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.text-content ul,
.text-content ol {
  margin-left: 16px;
}
.text-content li:not(:last-child) {
  margin-bottom: 8px;
}
.text-content ul,
.text-content ol,
.text-content p {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .text-content ul,
  .text-content ol,
  .text-content p {
    margin-bottom: 18px;
  }
}
.text-content p {
  color: #221a25;
}
.text-content--dark p {
  color: #221a25;
}
.text-content blockquote:not(.blockquote) {
  border-left: 5px solid #d5f9e2;
  padding-left: 25px;
  margin-bottom: 25px;
}
.text-content input,
.text-content textarea {
  border: none;
  font-size: 16px;
  outline: none;
  height: 42px;
  width: 100%;
  padding-left: 10px;
  border-radius: 0;
  background-color: #f7f8f7;
  border-bottom: 1px solid #221a25;
  color: #221a25;
  margin-bottom: 25px;
}
.text-content input::placeholder,
.text-content textarea::placeholder {
  color: #99969a;
}
.text-content textarea {
  height: initial;
  padding-top: 10px;
}

.toggle-content {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.toggle-content:not(.is-show) {
  height: 450px;
}
.toggle-content:not(.is-show):before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
}

.blockquote {
  border-bottom: 1px solid rgba(153, 150, 154, 0.25);
  margin: 20px 0;
}

.site-main:not(.site-main--disable-top-indent) {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .site-main:not(.site-main--disable-top-indent) {
    padding-top: 25px;
  }
}

.site-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80vw;
  z-index: 900;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  padding: 100px 20px 40px 20px;
  overflow: auto;
  max-width: 340px;
  transform: translateX(-100%);
}
.site-bar--opened {
  transform: none;
  box-shadow: 12px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.site-bar__close {
  fill: #221a25;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: fill 0.3s ease-in-out;
}
.site-bar__close:hover {
  fill: #0ca145;
}

.site-bar-list,
.site-bar-list__dropdown {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-bar-list__burger {
  position: relative;
  width: 45px;
  height: 25px;
  flex-grow: 1;
}
.site-bar-list__burger--active:after {
  opacity: 0;
  visibility: hidden;
}
.site-bar-list__burger:before,
.site-bar-list__burger:after {
  content: "";
  background-color: #0ca145;
  position: absolute;
}
.site-bar-list__burger:before {
  width: 18px;
  height: 3px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site-bar-list__burger:after {
  width: 3px;
  height: 18px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.site-bar-list__item--lvl-first:not(:last-child) {
  margin-bottom: 45px;
}
.site-bar-list__item--lvl-first:not(:last-child)
  .site-bar-list__dropdown--lvl-first {
  padding-bottom: 45px;
  border-bottom: 1px solid #d5f9e2;
}
.site-bar-list__item--lvl-third:not(:last-child) {
  margin-bottom: 8px;
}
.site-bar-list__item--lvl-second:not(:last-child) {
  margin-bottom: 24px;
}
.site-bar-list__dropdown {
  display: none;
}
.site-bar-list__dropdown--lvl-first {
  margin-top: 24px;
}
.site-bar-list__dropdown--lvl-second {
  padding-left: 15px;
  margin: 12px 0 24px;
}
.site-bar-list__link {
  color: #221a25;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-bar-list__link:hover {
  color: #0ca145;
}
.site-bar-list__link--lvl-first {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  color: #221a25;
  transition: color 0.3s ease-in-out;
}

.site-stopper {
  background-color: rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
  display: none;
}

.site-footer {
  background: #f7f8f7;
}
.site-footer__whatsapp {
  fill: #0ca145;
  margin-left: 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.site-footer__top {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .site-footer__top {
    padding-bottom: 20px;
  }
}
.site-footer__brand {
  margin: 0px auto 10px;
  display: block;
}
@media (max-width: 1400px) {
  .site-footer__brand {
    max-width: 100%;
  }
}
.site-footer__bottom {
  background: #ffffff;
  padding: 12px 0;
}
.site-footer__timing {
  color: #99969a;
  font-size: 14px;
  line-height: 20px;
}
.site-footer__logo {
  max-width: 200px;
}
.site-footer__title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
  color: #221a25;
  text-decoration: none;
}
@media (max-width: 991px) {
  .site-footer__title--desktop {
    display: none;
  }
}

.site-footer-top__row {
  display: flex;
}
@media (max-width: 991px) {
  .site-footer-top__row {
    display: block;
  }
}
.site-footer-top__col {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 991px) {
  .site-footer-top__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-footer-top__col:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e6;
  }
  .site-footer-top__col:nth-child(1),
  .site-footer-top__col:nth-child(2),
  .site-footer-top__col:nth-child(3) {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-footer-rating {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .site-footer-rating__image {
    max-width: 120px;
  }
}
.site-footer-rating__text {
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  right: 32px;
  top: 10px;
}
.site-footer-rating__item {
  display: block;
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.site-footer-rating__item:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .site-footer-rating__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.site-footer-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.site-footer-menu__item:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .site-footer-menu__item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.site-footer-menu__link {
  color: #99969a;
  text-decoration: none;
  font-size: 14px;
}
.site-footer-menu__link:hover {
  color: #0ca145;
}

.site-footer-contacts {
  font-size: 14px;
}
.site-footer-contacts__link {
  color: #221a25;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}
.site-footer-contacts__link:hover {
  color: #0ca145;
}
.site-footer-contacts__item {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .site-footer-contacts__item {
    justify-content: center;
  }
  .site-footer-contacts__item br {
    display: none;
  }
}
.site-footer-contacts__item:not(:last-child) {
  margin-bottom: 16px;
}
.site-footer-contacts__icon {
  flex: 0 0 16px;
  max-width: 16px;
  margin-right: 5px;
}

.site-footer-bottom {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.site-footer-bottom__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.site-footer-bottom__logo {
  margin-bottom: 10px;
}
.site-footer-bottom__logo:not(:last-child) {
  margin-right: 10px;
}
.site-footer-bottom__link {
  display: block;
  color: #0ca145;
  text-decoration: none;
  margin: 0 5px;
}
.site-footer-bottom__link:hover {
  color: #221a25;
}
.site-footer-bottom__legacy {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.site-footer-media {
  margin: 32px 0;
  display: flex;
  align-items: center;
}
.site-footer-media img {
  width: 32px;
}
@media (max-width: 991px) {
  .site-footer-media {
    text-align: center;
    margin: 15px 0;
    justify-content: center;
    border-top: 1px solid #e5e5e6;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e6;
  }
}
.site-footer-media__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 5px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.site-header {
  position: relative;
  z-index: 250;
  background: #ffffff;
}
@media (max-width: 1199px) {
  .site-header__contacts {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .site-header__contacts {
    max-width: 100%;
    margin: 10px 0;
  }
}
.site-header__top {
  padding: 24px 0 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #e5e5e6;
  min-height: 120px;
  align-items: center;
}
@media (max-width: 991px) {
  .site-header__top {
    display: block;
    padding-top: 10px;
    padding-bottom: 0;
    border: none;
  }
}
.site-header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .site-header__logo {
    position: static;
    transform: initial;
  }
  .site-header__logo img {
    width: 255px;
  }
}

.site-header__timing {
  color: #99969a;
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .site-header__timing {
    text-align: center;
    display: none;
  }
}
.site-header__socials {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .site-header__socials {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header__menu.site-menu {
    display: none;
  }
}
.site-header__action:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .site-header__action:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .site-header__action:first-child {
    margin-right: auto;
  }
}
.site-header__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .site-header__actions {
    background-color: #f7f8f7;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    display: flex;
  }
}
.site-header__phone {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
  color: #221a25;
  margin-right: 4px;
}
.site-header__phone:hover {
  color: #0c8f3e;
}
.site-header__whastsapp {
  fill: #0ca145;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.site-header__whastsapp:hover {
  fill: #0c8f3e;
}

.site-header-address {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .site-header-address {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .site-header-address {
    justify-content: center;
  }
}
.site-header-address__content {
  color: #221a25;
  text-decoration: none;
}
@media (max-width: 351px) {
  .site-header-address__content span {
    font-size: 10px !important;
  }
}
.site-header-address__content:hover {
  color: #0ca145;
}
.site-header-address__timing {
  color: #99969a;
}
@media (max-width: 991px) {
  .site-header-address__value--large {
    display: none;
  }
}
.site-header-address__value--short {
  display: none;
}
@media (max-width: 991px) {
  .site-header-address__value--short {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .site-header-address__value--short span {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .site-header-address__name {
    font-size: 12px;
  }
}

.site-header-address__icon {
  margin-right: 4px;
  flex: 0 0 16px;
  max-width: 16px;
}
@media (max-width: 991px) {
  .site-header-address__icon {
    flex: 0 0 20px;
    max-width: 20px;
    height: 20px;
  }
}

.site-header-action {
  width: 40px;
  height: 40px;
  position: relative;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .site-header-action {
    width: 32px;
    height: 32px;
  }
}
.site-header-action:hover .site-header-action__icon {
  fill: #0ca145;
}
.site-header-action--burger {
  display: none;
}
@media (max-width: 991px) {
  .site-header-action--burger {
    display: block;
  }
}
.site-header-action__notify {
  min-width: 22px;
  padding-left: 4px;
  padding-right: 4px;
  height: 22px;
  display: flex;
  align-items: center;
  border-radius: 22px;
  background-color: #d5f9e2;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  position: absolute;
  justify-content: center;
  color: #221a25;
  top: -8px;
  right: -8px;
}
.site-header-action__icon {
  transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
  fill: #221a25;
}
@media (max-width: 991px) {
  .site-header-action__icon {
    width: 30px;
    height: 30px;
  }
}

.site-header-short {
  z-index: 300;
  background: #f7f8f7;
  transition: transform 0.3s ease-in-out;
  position: relative;
}
.site-header-short__logo {
  position: absolute;
  right: 0;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 56px;
  height: 56px;
}
.site-header-short__row {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header-fixed {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  z-index: 150;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.site-header-fixed--showed {
  box-shadow: 12px 0px 24px 0px rgba(0, 0, 0, 0.08);
  transform: none;
}
.site-header-fixed__burger.site-header-action {
  margin-right: 10px;
}
.site-header-fixed__logo {
  display: block;
  margin-top: 5px;
}
.site-header-fixed__actions {
  display: flex;
}
.site-header-fixed__action:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .site-header-fixed__action:not(:last-child) {
    margin-right: 5px;
  }
}
.site-header-fixed__left {
  display: flex;
  align-items: center;
}
.site-header-fixed__row {
  height: 65px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.site-header-notify {
  background-color: #d5f9e2;
  padding: 6px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .site-header-notify {
    padding: 8px 0;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }
}
.site-header-notify a {
  color: #221a25;
  border-bottom: 1px solid #99969a;
  text-decoration: none;
}
.site-header-notify a:hover {
  color: #0ca145;
}
.site-header-notify__container.container {
  position: relative;
}
@media (max-width: 576px) {
  .site-header-notify__container.container {
    padding-right: 50px;
  }
}
.site-header-notify__close {
  fill: #221a25;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: stroke 0.3s ease-in-out;
}
.site-header-notify__close:hover {
  fill: #0ca145;
}

.site-menu {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  border-bottom: 1px solid #e5e5e6;
}
.site-menu--links-opacity .site-menu__link:not(.site-menu__link--darken) {
  color: #99969a;
}
.site-menu__dropdown {
  position: absolute;
  background: white;
  padding: 20px;
  margin-top: 1px;
  display: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 30px 29px 0px;
}
.site-menu__item:hover .site-menu__link::before {
  width: 100%;
}
.site-menu__item {
  margin: 0 25px;
}
@media (max-width: 1400px) {
  .site-menu__item {
    margin: 0 15px;
  }
}
.site-menu__megamenu {
  position: absolute;
  background: #ffffff;
  left: 0;
  right: 0;
  padding: 24px 0;
  margin-top: 1px;
}
.site-menu__link {
  white-space: nowrap;
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #221a25;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.site-menu__link::before {
  content: "";
  left: 0;
  height: 2px;
  background-color: #0ca145;
  width: 0;
  transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: -1px;
}

.site-megamenu {
  display: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 30px 29px 0px;
}
.site-megamenu__row {
  display: flex;
  align-items: flex-start;
}
.site-megamenu__menus {
  flex-grow: 1;
  display: flex;
  margin: 0 -10px;
}
.site-megamenu__col {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}
.site-megamenu__col--banner {
  margin-left: auto;
}
.site-megamenu__banner {
  width: 100%;
}
.site-megamenu__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
  display: block;
  color: #221a25;
  text-decoration: none;
}
.site-megamenu__title:hover {
  color: #0ca145;
}

.site-megamenu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.site-megamenu-list--columns-5 {
  columns: 5;
}
.site-megamenu-list__link {
  color: #221a25;
  text-decoration: none;
  line-height: 20px;
}
.site-megamenu-list__link--notify {
  position: relative;
}
.site-megamenu-list__link--notify:before {
  width: 4px;
  height: 4px;
  background: #0ca145;
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.site-megamenu-list__link:hover {
  color: #0ca145;
}
.site-megamenu-list__item:not(:last-child) {
  margin-bottom: 8px;
}

.site-megamenu-banner__image {
  width: 100%;
  object-fit: cover;
  margin-bottom: 25px;
  display: block;
}
.site-megamenu-banner:hover .site-megamenu-banner__arrow {
  stroke: #0ca145;
  transform: translateX(15px);
}
.site-megamenu-banner__arrow {
  stroke: #99969a;
  margin-top: 16px;
  display: inline-block;
  transition: 0.3s ease-in-out transform;
}
.site-megamenu-banner__title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
  color: #221a25;
  display: block;
  font-weight: 700;
  text-decoration: none;
}
.site-megamenu-banner__title:hover {
  color: #0ca145;
}
.site-megamenu-banner__subtitle {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.site-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 600;
  bottom: 0;
  background: #ffffff;
}
@media (max-width: 991px) {
  .site-search__header {
    display: none;
  }
}
.site-search__close {
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
  fill: #221a25;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  transition: stroke 0.3s ease-in-out;
}
.site-search__close:hover {
  fill: #0ca145;
}
@media (max-width: 991px) {
  .site-search__close {
    top: 6px;
    right: 0px;
  }
}
.site-search__results {
  display: none;
}
.site-search__results {
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.site-search__form {
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .site-search__form {
    max-width: 100%;
  }
}
.site-search__content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.site-search__bottom {
  flex-grow: 1;
  overflow: auto;
  padding-top: 35px;
  position: relative;
  height: 100%;
}
.site-search__bottom::-webkit-scrollbar {
  width: 8px;
}
.site-search__bottom::-webkit-scrollbar-track {
  background: transparent;
}
.site-search__bottom::-webkit-scrollbar-thumb {
  cursor: pointer;
}
.site-search__bottom::-webkit-scrollbar-thumb:hover {
  background: #0ca145;
}
.site-search__main {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.site-search__container {
  height: 100%;
  overflow: hidden;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .site-search__container {
    padding: 0;
  }
}
.site-search__top {
  border-bottom: 1px solid #e5e5e6;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 991px) {
  .site-search__top {
    padding: 10px 0;
  }
}

.site-search-form {
  position: relative;
}
.site-search-form__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  stroke-width: 2px;
  border: none;
  background: transparent;
  width: 40px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  fill: #0ca145;
  transition: 0.3s ease-in-out stroke;
}
@media (max-width: 991px) {
  .site-search-form__button {
    right: 45px;
  }
}
.site-search-form__button:hover {
  fill: #0c8f3e;
}
.site-search-form__input {
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 1px solid #221a25;
  color: #221a25;
  font-size: 18px;
  padding-top: 0;
  transition: border 0.3s ease-in-out;
}
.site-search-form__input:focus {
  border-color: #0ca145;
}
.site-search-form__input:focus {
  outline: none;
}

.site-search-result {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.site-search-result__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.site-search-result__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: block;
}
.site-search-result__description {
  color: #99969a;
  font-size: 18px;
  line-height: 24px;
  margin: 4px 0;
}
@media (max-width: 991px) {
  .site-search-result__description {
    font-size: 14px;
    line-height: 20px;
  }
}
.site-search-result__price {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  display: block;
}
.site-search-result__image {
  flex: 0 0 90px;
  height: 90px;
  margin-right: 20px;
}
.site-search-result:not(:last-child) {
  margin-bottom: 10px;
}

.site-layout {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
}
.site-layout-accordion {
  align-items: unset;
}
@media (max-width: 991px) {
  .site-layout {
    flex-direction: column;
    gap: 24px;
  }
}
.site-layout__filter-toggle {
  display: none;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .site-layout__filter-toggle {
    display: block;
  }
}
.site-layout__aside {
  position: relative;
  z-index: 200;
  box-sizing: border-box;
}

.product__save {
  top: 0;
  right: 0;
  position: absolute;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 150;
}

.product__save.active svg {
  fill: #b2030a;
  stroke: #b2030a;
}

.product__save svg {
  width: 24px;
  height: 24px;
  stroke: #221a25;
  stroke-width: 1px;
  fill: transparent;
  transition: stroke 0.3s ease-in-out, fill 0.3s ease-in-out;
}

.product__save:hover {
  color: #b2030a;
}
.site-layout--has-left-aside .site-layout__aside {
  max-width: 240px;
  flex: 0 0 240px;
}
@media (max-width: 991px) {
  .site-layout--has-left-aside .site-layout__aside {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.site-layout--has-right-aside .site-layout__aside {
  display: flex;
  max-width: 360px;
  flex: 0 0 360px;
}
@media (max-width: 991px) {
  .site-layout--has-right-aside .site-layout__aside {
    /* max-width: 100%;
    flex: 0 0 100%; */
    display: none;
  }
}
@media (max-width: 991px) {
  .site-layout__aside {
    max-width: initial;
    flex: initial;
    position: static;
    width: 100%;
  }
}
.site-layout__aside__panel {
  position: sticky;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-layout__wrapper {
  flex-grow: 1;
}
.site-layout--has-left-aside .site-layout__wrapper {
  position: relative;
  z-index: 50;
  /* padding-left: 90px; */
  flex: 0 0 calc(100% - 330px);
  max-width: calc(100% - 330px);
}
@media (max-width: 1199px) {
  .site-layout--has-left-aside .site-layout__wrapper {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .site-layout--has-left-aside .site-layout__wrapper {
    padding-left: 0;
    flex: 1;
    max-width: 100%;
  }
}
.site-layout--has-right-aside .site-layout__wrapper {
  position: relative;
  z-index: 50;
  padding-right: 90px;
  flex: 0 0 calc(100% - 320px);
  max-width: calc(100% - 320px);
}
@media (max-width: 991px) {
  .site-layout--has-right-aside .site-layout__wrapper {
    padding-right: 0;
    width: 100%;
    flex: 1;
    max-width: 100%;
  }
}
.site-layout__grid--products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -15px;
  position: relative;
  z-index: 0;
}
.site-layout__grid--products > .product,
.product-grid-favorites > .product {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  padding-top: 15px;
  flex: 0 0 25%;
  max-width: 25%;
}

.product-grid-favorites > .product {
  max-width: 257px;
}

@media (max-width: 1199px) {
  .site-layout__grid--products > .product,
  .product-grid-favorites > .product {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .product-grid-favorites > .product {
    max-width: 266px;
  }
}
@media (max-width: 576px) {
  .site-layout__grid--products > .product,
  .product-grid-favorites > .product {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-grid-favorites > .product {
    max-width: 217px;
  }
}
.site-layout__grid--posts > div:not(:last-child) {
  margin-bottom: 30px;
}
.site-layout__grid--cart {
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 991px) {
  .site-layout-aside--is-mobile-hide {
    position: fixed;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    left: 0;
    background-color: white;
    padding: 35px 20px 20px;
    box-shadow: 12px 0px 24px 0px rgba(0, 0, 0, 0.08);
    overflow: auto;
    z-index: 500;
    width: 80%;
    transition: transform 0.3s ease-in-out;
  }
  .site-layout-aside--is-mobile-hide.active {
    transform: translateX(0);
  }
}
.site-layout-aside__selected {
  gap: 15px;
  display: grid;
}
.site-layout-aside__close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  fill: #221a25;
  border: none;
  align-items: center;
  justify-content: center;
  background: transparent;
}
@media (max-width: 991px) {
  .site-layout-aside--is-mobile-hide .site-layout-aside__close {
    display: flex;
  }
}
.site-layout-aside__main {
  position: sticky;
  top: 20px;
}
.site-layout-aside__groups {
  display: grid;
  gap: 24px;
}
.site-layout-aside__groups.scrolling {
  padding-bottom: 30px;
  max-height: 90vh;
  overflow-x: auto;
  margin: -20px;
  padding: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.site-layout-aside__groups.scrolling::-webkit-scrollbar {
  display: none;
}

.site-layout-aside-banner {
  text-align: center;
}
@media (max-width: 991px) {
  .site-layout-aside-banner {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-layout-aside-group:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 2px solid #e5e5e6;
  }
}
.site-layout-aside-group--only-mobile {
  display: none;
}
@media (max-width: 991px) {
  .site-layout-aside-group--only-mobile {
    display: block;
  }
}
.site-layout-aside-group__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 991px) {
  .site-layout-aside-group__title {
    display: block;
  }
}

.site-layout-aside-result {
  left: 100%;
  min-width: 200px;
  padding: 10px;
  background: white;
  text-align: center;
  border: 2px solid #e5e5e6;
  margin-left: 20px;
  position: absolute;
}
@media (max-width: 991px) {
  .site-layout-aside-result {
    position: static !important;
    margin-left: 0 !important;
    left: 0;
    right: 0;
    margin-top: 10px;
  }
}
.site-layout-aside-result__title {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .site-layout-aside-widget--only-desktop {
    display: none;
  }
}
.site-layout-aside-widget__title {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.site-layout-aside-widget__items {
  display: grid;
  gap: 10px;
}

.accordion--has-grid {
  display: grid;
  gap: 15px;
}

.accordion-item__name {
  min-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 3px;
}
.accordion-item__name--has-uppercase {
  text-transform: uppercase;
}
.accordion-item--is-compact .accordion-item__name {
  min-height: 27px;
}
.accordion-item--is-opened .accordion-item__name:before,
.accordion-item.open-desktop .accordion-item__name:before,
.accordion-item--is-opened .delivery-minimal__title:before,
.accordion-item--is-opened .accordion-item__product:before {
  width: 100%;
}
@media (max-width: 991px) {
  .accordion-item.open-mobile .accordion-item__name:before {
    display: block;
  }
}
.accordion-item__name:before,
.delivery-minimal__title:before,
.accordion-item__product:before {
  content: "";
  height: 2px;
  left: 0;
  bottom: -2px;
  width: 0;
  background-color: #0ca145;
  position: absolute;
  transition: width 0.3s ease-in-out;
}
.accordion-item__head {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border-bottom: 2px solid #e5e5e6;
  transition: border 0.3s ease-in-out;
  margin-bottom: 5px;
}
.accordion-item__product {
  min-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 3px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .accordion-item__product {
    font-size: 16px;
  }
}
.accordion-item__icon {
  margin-left: 8px;
  width: 18px;
  height: 18px;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.accordion-item.open-mobile:not(.accordion-item--is-opened) .accordion-item__icon:before,
.accordion-item.open-desktop:not(.accordion-item--is-opened) .accordion-item__icon:before {
  display: block;
}
.accordion-item--is-opened .accordion-item__icon:before {
  display: none;
}
.accordion-item--is-compact .accordion-item__icon {
  width: 12px;
  height: 12px;
}
@media (max-width: 991px) {
  .accordion-item.open-mobile .accordion-item__icon:before {
    display: block;
  }
}
.accordion-item__icon:before,
.accordion-item__icon:after {
  content: "";
  background-color: #0ca145;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.accordion-item__icon:before {
  width: 3px;
  height: 18px;
}
.accordion-item__icon:after {
  width: 18px;
  height: 3px;
}
.accordion-item--is-compact .accordion-item__icon:after {
  width: 12px;
  height: 2px;
}
.accordion-item--is-compact .accordion-item__icon:before {
  width: 2px;
  height: 12px;
}
.accordion-item__wrapper {
  pointer-events: all;
  padding: 24px 15px;
}
.accordion-item__wrapper.scroll {
  overflow-x: auto;
  margin-top: 10px;
  max-height: 350px;
}
.accordion-item__wrapper.scroll::-webkit-scrollbar {
  width: 6px;
}
.accordion-item__wrapper.scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.accordion-item__wrapper.scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.accordion-item--is-compact .accordion-item__wrapper {
  padding: 16px 0 0;
}
.accordion-item__wrapper--is-scroll {
  overflow: auto;
  height: 255px;
  padding-bottom: 10px !important;
}
.accordion-item__wrapper--is-scroll::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
.accordion-item__wrapper--is-scroll::-webkit-scrollbar-track {
  border: 1px solid white;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .accordion-item__wrapper--is-scroll::-webkit-scrollbar-track {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.accordion-item__wrapper--is-scroll::-webkit-scrollbar-thumb {
  background: #55c380;
}
.accordion-item__wrapper--is-scroll:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 15px;
  background: red;
  position: absolute;
  z-index: 20;
  right: 10px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 63%
  );
}
@media (max-width: 991px) {
  .accordion-item__wrapper--has-swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion-item__wrapper--has-swiper .swiper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.accordion-item__content {
  display: none;
  position: relative;
}
.accordion-item.open-desktop .accordion-item__content {
  /* display: block; */
}
@media (max-width: 991px) {
  .accordion-item.open-mobile .accordion-item__content {
    display: block;
  }
}

.breadcrumb {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.breadcrumb__icon {
  margin: 0 8px;
  fill: #e5e5e6;
}
@media (max-width: 991px) {
  .breadcrumb__item {
    display: none;
  }
  .breadcrumb__item:first-child,
  .breadcrumb__item:last-child {
    display: block;
  }
}
.breadcrumb__link {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  color: #0ca145;
  font-size: 14px;
  line-height: 22px;
}
.breadcrumb__link--is-active {
  color: #e5e5e6;
}

.tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.tags-item {
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
}
.tags-item__text {
  height: 28px;
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-top: 1px;
  text-decoration: none;
  color: #221a25;
}
.tags-item__delete {
  height: 28px;
  fill: #221a25;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: stroke 0.3s ease-in-out;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.tags-item__delete:hover {
  fill: #b2030a;
}

.button {
  display: inline-flex;
  align-items: center;
  height: 42px;
  justify-content: center;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  border: none;
  padding: 0 15px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .button {
    font-size: 16px;
  }
}
.button__text {
  padding: 0 15px;
}
.button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--size-lg .button__icon {
  width: 48px;
  height: 48px;
}
.button--theme-primary .button__icon {
  fill: #ffffff;
  background-color: #0c8f3e;
}
.button--has-icon {
  justify-content: space-between;
  padding: 0;
}
.button--dotted:before {
  width: 10px;
  height: 10px;
  background-color: #b2030a;
  position: absolute;
  content: "";
  top: -3px;
  right: -3px;
  border-radius: 50%;
}
.button--size-md {
  height: 40px;
  font-size: 14px;
  padding: 0 15px;
}
.button--size-lg {
  height: 48px;
  padding: 0 40px;
  font-size: 20px;
}
.button--block {
  width: 100%;
  padding: 0;
}
.button--theme-primary {
  color: white;
  background: #0ca145;
}
.button--theme-primary:hover {
  background: #0c8f3e;
}
.button--theme-link {
  padding: 0;
  height: initial;
  color: #0ca145;
  font-size: 16px;
  background-color: transparent;
}
.button svg {
  transition: fill 0.3s ease-in-out;
}
.button svg:first-child {
  margin-right: 10px;
}
.button svg:last-child {
  margin-left: 10px;
}

.button-action {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out,
    fill 0.3s ease-in-out;
}
.button-action--theme-light {
  background-color: #f7f8f7;
  border-color: #f7f8f7;
  fill: #221a25;
}
.button-action--theme-light:hover {
  background-color: #0ca145;
  border-color: #0ca145;
  fill: #ffffff;
}
.button-action--size-md {
  width: 34px;
  height: 34px;
}

.links-dotted-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px 20px;
  justify-content: center;
}
.links-dotted-list > *:not(:last-child) {
  position: relative;
}
/* .links-dotted-list > *:not(:last-child):before {
  content: "";
  height: 16px;
  width: 1px;
  background-color: #0ca145;
  position: absolute;
  right: -10px;
  top: 6px;
} */


.link {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.link--size-md {
  font-size: 16px;
  line-height: 22px;
}
.link--size-sm {
  font-size: 14px;
  line-height: 22px;
}
.link--theme-primary {
  color: #0ca145;
}
.link--theme-primary:hover {
  color: #55c380;
}
.link--border-dotted {
  text-decoration: none;
  border-bottom-style: dotted;
}

.pagination__footer {
  border-top: 3px solid #e5e5e6;
  margin-top: 15px;
  padding-top: 25px;
  position: relative;
}
.pagination__arrow {
  position: absolute;
}
.pagination__arrow-left {
  left: 0;
}
.pagination__arrow-right {
  right: 0;
}
.pagination__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.pagination__list a {
  font-size: 18px;
  line-height: 24px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out,
    fill 0.3s ease-in-out, color 0.3s ease-in-out;
  background-color: #f7f8f7;
  border-color: #f7f8f7;
  color: #221a25;
  text-decoration: none;
}
.pagination__list a.activ {
  color: #0ca145;
  background-color: white;
  border: 2px solid #55c380;
  fill: #0ca145;
}
.pagination__list a:hover {
  background-color: #0ca145;
  border: 2px solid #55c380;
  color: white;
  fill: white;
}

.preloader {
  display: none;
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
.tree-list-item__link {
  color: #221a25;
  text-decoration: none;
}
.tree-list-item__link:hover {
  color: #0ca145;
}
.tree-list-item__content {
  margin-left: 15px;
  padding-top: 10px;
  display: none;
}
.tree-list-item__head {
  position: relative;
  width: 100%;
}
.tree-list-item__icon {
  width: 32px;
  cursor: pointer;
  height: 16px;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
.tree-list-item__icon.active {
  opacity: 0.6;
}
.tree-list-item__icon.active:before {
  display: none;
}
.tree-list-item__icon:before,
.tree-list-item__icon:after {
  content: "";
  background-color: #0ca145;
  position: absolute;
  left: 50%;
  top: 50%;
}
.tree-list-item__icon:before {
  width: 2px;
  height: 12px;
  margin-top: -6px;
  margin-left: -1px;
}
.tree-list-item__icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.tree-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.three-article {
  font-size: 14px;
  line-height: 22px;
}
.three-article__item:not(:last-child) {
  margin-bottom: 10px;
}
.three-article__list {
  padding-left: 20px;
  border-left: 2px solid #f7f8f7;
}
.three-article__title {
  text-decoration: none;
  font-weight: 400;
  color: #221a25;
  display: block;
  padding: 2px 5px;
}
.three-article__title:hover {
  color: #0ca145;
}

.three-article-list {
  margin-top: 5px;
}
.three-article-list__item {
  color: #221a25;
  display: block;
  text-decoration: none;
}
.three-article-list__item:hover {
  color: #0ca145;
}
.three-article-list__item:not(:last-child) {
  margin-bottom: 4px;
}

.range-slider {
  padding-top: 10px;
}
.range-slider__main {
  height: 8px;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  margin-bottom: 20px;
  background-color: #f7f8f7;
}

.range-slider-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  position: relative;
}
.range-slider-inputs:before {
  content: "—";
  left: 50%;
  top: 5px;
  position: absolute;
  transform: translateX(-50%);
}
.range-slider-inputs__col {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.range-slider-inputs__item {
  height: 30px;
  width: 100%;
  background-color: #f7f8f7;
  border: none;
  text-align: center;
  outline: none;
}

.section--theme-light {
  background-color: #f7f8f7;
  padding: 40px 0;
}
.section__pagination {
  margin-top: 40px;
}
.section__breadcrumb {
  margin-bottom: 8px;
}
.section__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
}
.section__title.advantages__title {
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .section__title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {
  .section-content--without-mobile-container .section-content__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .section-content--without-mobile-container .section-content__swiper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-head--with-link {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .section-head--with-link::before {
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  position: absolute;
  background-color: #E5E5E6;
}
@media (max-width: 991px) {
  .section-head--with-link::before {
    display: none;
  }
} */
.section-head--with-link .section-head__title {
  background-color: white;
  z-index: 50;
  position: relative;
  padding-right: 20px;
}
.section-head__action {
  padding-left: 20px;
  z-index: 50;
  position: relative;
  background-color: white;
}
@media (max-width: 991px) {
  .section-head__action {
    display: none;
  }
}

.sections-grid__container {
  gap: 50px;
  display: flex;
}
@media (max-width: 991px) {
  .sections-grid__container {
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .sections-grid__container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.sections-grid__col--size-auto {
  flex-grow: 1;
}

.section-groups {
  display: flex;
  flex-direction: column;
}
.section-groups--size-lg {
  gap: 50px;
}
@media (max-width: 991px) {
  .section-groups--size-lg {
    gap: 35px;
  }
}

.ui-widget {
  padding: 24px;
  background: #f7f8f7;
}
.ui-widget__footer {
  margin-top: 20px;
}
.ui-widget__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
}

.container {
  max-width: 1380px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.double-gallery {
  --swiper-pagination-bottom: 5px;
  --swiper-navigation-sides-offset: 5px;
  text-align: center;

}
.double-gallery.popup-product-gallery {
  margin-top: 34px;
  margin-bottom: 24px;
  max-width: 380px;
}

.double-gallery__footer {
  margin-top: 25px;
}
.double-gallery__footer .swiper-button-next,
.double-gallery__footer .swiper-button-prev {
  top: 50%;
}
.double-gallery__footer .swiper-slide-thumb-active .product-page-gallery__nav {
  opacity: 1;
}

.popup-product-gallery .double-gallery__footer {
  display: block !important;
}

@media (max-width: 991px) {
  .double-gallery__footer {
    display: none;
  }
}

.double-gallery-header__image {
  height: auto;
  width: 100%;
}
.double-gallery-header__image--type-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  min-height: 640px;
}
@media (max-width: 991px) {
  .double-gallery-header__image--type-video {
    min-height: 320px;
  }
}
.double-gallery-header__link {
  display: block;
}

.double-gallery-footer .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.double-gallery-footer .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.double-gallery-footer__image {
  object-fit: contain;
  height: auto;
  width: 100%;
  max-width: 125px;
  cursor: pointer;
}
.qwer1 {
  max-width: 125px;
}

.double-gallery-footer__video {
  position: relative;
}
.double-gallery-footer__video::before, .double-gallery-header__video::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0ca145;
  border-radius: 50%;
  cursor: pointer;
}
.double-gallery-header__video::before {
  width: 60px;
  height: 60px;
}
.double-gallery-footer-video__image {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.double-gallery-footer-video__icon, .double-gallery-footer-video__icon.video {
  width: 30%;
  height: 30%;
  position: absolute;
  fill: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.double-gallery-footer-video__icon.video {
  width: 30px;
  height: 30px;
}
.double-gallery-header__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.double-gallery-header__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-scrollbar {
  margin-top: 15px !important;
  position: static !important;
  background-color: #e5e5e6;
}
@media (max-width: 991px) {
  .swiper-scrollbar--only-desktop {
    display: none;
  }
}
.swiper-scrollbar--only-mobile {
  display: none;
}
@media (max-width: 991px) {
  .swiper-scrollbar--only-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .swiper-scrollbar {
    display: block;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev svg,
.swiper-button-next svg,
.swiper-button-prev-upper svg,
.swiper-button-next-upper svg {
  width: 24px;
  height: 24px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-mobile-last-card {
  background-color: #55c380;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
}
.swiper-mobile-last-card__title {
  font-size: 16px;
  font-weight: 700;
  z-index: 50;
  position: relative;
  color: #ffffff;
}
.swiper-mobile-last-card:before {
  pointer-events: none;
  content: url("../../images/subscribe/spot-left.svg");
  position: absolute;
  top: 0;
  left: -100px;
}
@media (max-width: 991px) {
  .swiper-mobile-last-card:before {
    left: -30px;
  }
}
/* @media (max-width: 991px) {
  .swiper-mobile-last-card {
    display: flex;
  }
} */

.swiper-pagination {
  bottom: 25px;
}
@media (max-width: 991px) {
  .swiper-pagination {
    bottom: 15px;
  }
}
.swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
  position: relative;
  margin: 0 10px !important;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  box-shadow: 0 0 0 3px #221a25;
}

.swiper-one-slider {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .swiper-one-slider {
    margin-top: 0;
  }
}
.swiper-one-slider__image {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.swiper-one-slider__item {
  display: block !important;
}
@media (max-width: 991px) {
  .swiper-one-slider__item {
    min-height: 280px;
  }
}
@media (max-width: 576px) {
  .swiper-one-slider__item {
    min-height: 160px;
  }
}
.swiper-one-slider .swiper-slide {
  width: 860px;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .swiper-one-slider .swiper-slide {
    width: 100%;
  }
}
.swiper-one-slider .swiper-slide-active {
  opacity: 1;
}

.swiper--is-auto-slides .swiper-slide {
  width: auto;
}
.swiper--is-auto-slides .swiper-scrollbar {
  margin-top: 5px;
}

.blocker {
  z-index: 9000;
  font-family: "Ruda", sans-serif;
}

body .fancybox__content > .f-button.is-close-btn {
  --f-button-color: white;
  --f-button-hover-color: #0c8f3e;
}
body .fancybox__container {
  --fancybox-bg: hsla(0, 0%, 0%, 0.5);
  --fancybox-content-color: #221a25;
  --f-button-color: #0c8f3e;
}
body .f-button {
  color: white;
  background: #0c8f3e;
}
.f-button [title="Toggle slideshow"],
.f-button [title="Toggle thumbnails"] {
  display: none !important;
}
[data-fancybox-toggle-slideshow], [data-fancybox-toggle-thumbs]{ display: none;}

.modal {
  box-shadow: none;
  border-radius: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .modal {
    width: 100%;
    max-height: 50vh;
    overflow: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .modal {
    padding: 20px 15px 60px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.modal__title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 25px;
  margin-right: 34px;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 20px;
    line-height: 24px;
    max-width: 70%;
    margin-bottom: 15px;
  }
}
.modal a.close-modal {
  display: none;
}

body .f-button {
  background-color: transparent !important;
  color: #221a25;
}
body .f-button:hover {
  color: #0ca145 !important;
}

body .fancybox__content .is-close-btn {
  right: 15px !important;
  top: 15px !important;
  background-color: transparent;
}

.category {
  text-decoration: none;
  /* max-width: 120px; */
  font-size: 14px;
  color: #221a25;
  line-height: 16px;
  text-align: center;
  display: block;
}
@media (max-width: 1199px) {
  .category {
    width: 100px;
    /* max-width: 100px; */
    flex: 0 0 100px;
  }
  .category:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .category {
    font-size: 12px;
    line-height: 18px;
  }
}
.category:hover {
  color: #0ca145;
}
.category__text {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.category__image {
  border-radius: 50%;
  margin-bottom: 5px;
  width: 120px;
  height: 120px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .category__image {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 991px) {
  .categories-slider .swiper-slide {
    width: 100px !important;
  }
}

.post:hover .post__title svg {
  visibility: visible;
  opacity: 1;
}
.post--inline {
  display: flex;
}
@media (max-width: 576px) {
  .post--inline {
    display: block;
  }
}
.post__image {
  object-fit: cover;
  width: 100%;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.post:hover .post__image {
  opacity: 0.8;
}
.post--grid .post__image {
  height: 280px;
}
@media (max-width: 576px) {
  .post--grid .post__image {
    max-height: 200px;
  }
}
.post--inline .post__image {
  height: 220px;
}
.post--short .post__image {
  height: 150px;
}
.post__date {
  font-weight: 700;
  font-size: 14px;
  color: #55c380;
}
.post__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}
.post__action {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #221a25;
}
.post__action svg {
  margin-right: 8px;
}
.post__action:not(:last-child) {
  margin-right: 24px;
}
.post__text {
  color: rgba(34, 26, 37, 0.6);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.post__text--has-indent {
  margin-bottom: 15px;
}
.post__title {
  font-weight: 700;
  color: #221a25;
  text-decoration: none;
  margin-bottom: 8px;
}
.post__title:hover {
  color: #0ca145;
}
.post--grid .post__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  min-height: 35px;
}
.post__actions {
  display: flex;
  justify-content: space-between;
}
.post__tags {
  display: flex;
  gap: 8px;
  margin-top: auto;
  flex-wrap: wrap;
}
.post__tag {
  min-height: 28px;
  padding: 0 8px;
  background-color: #d5f9e2;
  color: #221a25;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.post__tag:hover {
  background-color: #0ca145;
  color: #ffffff;
}
.post__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.post--inline .post__header {
  flex: 0 0 310px;
  max-width: 310px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .post--inline .post__header {
    flex: 0 0 240px;
    max-width: 240px;
  }
}
@media (max-width: 576px) {
  .post--inline .post__header {
    flex: initial;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.post--grid .post__header {
  margin-bottom: 15px;
}
.post--short .post__header {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .blog-slider .swiper-slide,
  .podcast-slider .swiper-slide {
    width: 300px !important;
  }
  .blog-slider .swiper-button-prev,
  .blog-slider .swiper-button-next,
  
  .podcast-slider .swiper-button-prev,
  .podcast-slider .swiper-button-next{
    display: none;
  }
}
.blog-slider .swiper-button-prev,
.blog-slider .swiper-button-next,
.podcast-slider .swiper-button-prev,
.podcast-slider .swiper-button-next  {
  top: 35%;
  transform: none;
}

.product-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .product-cart {
    display: block;
  }
}

.brand {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .brand:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .brand {
    padding: 0 10px;
  }
  .brand {
    max-width: 100px;
  }
}
.brand__image {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .brands-slider .swiper-slide {
    width: 100px;
  }
}
.product {
  max-width: 242px;
  position: relative;
  height: 100%;
}
.product-mainpage {
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .product {
    font-size: 14px;
  }
}
.product__prices {
  margin-bottom: 15px;
}

.product__bag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  max-width: 40px;
  background-color: #55c380;
  margin-left: 5px;
  border: none;
  align-items: center;
  right: 0;
  bottom: -20px;
  position: absolute;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: none;
}

@media(max-width: 960px) {
  .product__bag {
    display: flex;
  }
}

.product__bag:hover {
  background-color: #0ca145;
}

.product__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.product__header {
  margin-bottom: 10px;
  position: relative;
  z-index: 150;
}
.product__image {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.product__brand {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}
.product__badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 50;
}
.product__title {
  color: #221a25;
  display: block;
  margin: 4px 0 8px;
  text-decoration: none;
}
.product__title--centered {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.product__title--size-lg {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .product__title--size-lg {
    font-size: 18px;
    line-height: 22px;
  }
}
.product__title--size-md {
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 47px;
}
.product__main {
  text-align: center;
}
.product__id {
  color: #99969a;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .products-five-slider .swiper-slide {
    width: 200px !important;
  }
  .products-five-slider .swiper-button-next,
  .products-five-slider .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 992px) {
  .products-five-slider:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
  }
  .products-five-slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1298px) {
  .products-five-slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.products-five-slider .swiper-button-prev,
.products-five-slider .swiper-button-next {
  top: 25%;
  transform: none;
}
.products-five-slider .swiper-mobile-last-card {
  min-height: 355px;
}
@media (max-width: 991px) {
  .products-five-slider .swiper-mobile-last-card {
    display: flex;
  }
}

.variants {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 5px;
}
.variants__item {
  width: 26px;
  height: 26px;
  display: block;
  position: relative;
}
.variants__item:hover:before {
  visibility: visible;
  opacity: 1;
}
.variants__item:before {
  content: "";
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #221a25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.variants__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.prices--size-md {
  font-size: 16px;
  line-height: 16px;
}
.prices--size-lg {
  font-size: 22px;
  line-height: 22px;
}
.prices__top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.prices__info {
  margin-top: 8px;
  display: block;
  color: #b2030a;
  font-weight: 700;
  text-align: center;
}
.prices--size-md .prices__info {
  font-size: 12px;
  line-height: 15px;
}
.prices--size-lg .prices__info {
  font-size: 14px;
  line-height: 17px;
}

.prices-item--type-default {
  font-weight: 900;
}

.prices-item--type-old {
  font-weight: 600;
  text-decoration: line-through;
  color: #99969a;
  padding-left: 3px;
  padding-right: 3px;
}
.prices-item--type-today {
  line-height: 1;
  font-size: 16px;
  font-weight: 900;
}
.prices-item--type-today--product {
  line-height: 1;
  font-size: 22px;
  font-weight: 900;
}

.form-checkbox {
  position: relative;
}
.form-checkbox--has-link {
  width: 100%;
  display: inline-flex;
  align-items: flex-start;
}

.form-checkbox--has-link--categories {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-checkbox__input {
  display: none;
}
.form-checkbox__input:checked + label:after,
.form-checkbox__input:checked + a:after {
  visibility: visible;
  opacity: 1;
}

.form-checkbox--has-link--categories .form-checkbox__label {
  padding-inline: 30px !important;
}

.form-checkbox__label {
  position: relative;
  padding-inline: 30px;
  cursor: pointer;
  display: block;
  min-height: 20px;
}
.form-checkbox__label:before,
.form-checkbox__label:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #f7f8f7;
  border-radius: 1px;
  left: 0;
  top: 50%;
  position: absolute;
  margin-top: -10px;
}
.form-checkbox__label:after {
  content: "";
  background: url("../../images/icons/check.svg") no-repeat center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.form-checkbox__link {
  text-decoration: underline;
  color: #221a25;
}
.form-checkbox__link:hover {
  color: #0ca145;
}

.form-input {
  border: none;
  font-size: 16px;
  outline: none;
  height: 42px;
  width: 100%;
  padding-left: 10px;
  border-radius: 0;
}
.form-input--theme-light {
  background-color: #f7f8f7;
  border-bottom: 1px solid #221a25;
  color: #221a25;
}
.form-input--theme-light::placeholder {
  color: #99969a;
}

.nice-select {
  border-bottom: 2px solid #221a25;
  border-right: 2px solid #221a25;
  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;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  display: flex;
  align-items: center;
  z-index: 50;
}

.nice-select:after {
  border-bottom: 2px solid #221a25;
  border-right: 2px solid #221a25;
  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.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;
  box-sizing: border-box;
  margin-top: 2px;
  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;
  border: 1px solid #f7f8f7;
  min-width: 60px;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  list-style: none;
  outline: none;
  padding: 8px 10px;
  min-height: 30px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: flex;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

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

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

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

.form-group {
  display: flex;
  flex-wrap: nowrap;
  min-height: 42px;
}
.form-group--theme-light {
  border-bottom: 1px solid #221a25;
  background-color: #f7f8f7;
}
.form-group__input {
  border: none;
  background-color: transparent;
  width: 100%;
  color: #221a25;
  outline: none;
  height: 42px;
  font-size: 16px;
  padding-left: 8px;
  cursor: pointer;
}
.form-group--theme-light .form-group__input::placeholder {
  color: #99969a;
}
.form-group__button {
  background-color: transparent;
  border: none;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-group--theme-light .form-group__icon {
  fill: #0ca145;
}

.form-list {
  display: grid;
}
.form-list--size-sm {
  gap: 8px;
}

.advantages {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .advantages {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .advantages {
    grid-template-columns: repeat(2, 1fr);
  }
}
.advantages__item {
  flex-grow: 1;
  text-decoration: none;
  color: #221a25;
  cursor: pointer;
}
.advantages__text {
  display: block;
}
.advantages__icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 15px;
}

.sorting {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.sorting.mobile {
  display: none;
}

@media (max-width: 991px) {
  .sorting.mobile {
    display: block;
  }
  .sorting.desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  .sorting-select__item:first-child {
    flex-grow: 1;
  }
}

.comments {
  max-width: 100%;
  list-style-type: none;
  padding: 0;
}
.comments .comments {
  padding-left: 10px;
  border-left: 2px solid #e5e5e6;
  margin: 15px 0 25px 10px;
}
@media (max-width: 767px) {
  .comments .comments {
    margin: 5px 0 10px 15px;
  }
}

.comments-form {
  margin-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 600px) {
  .comments-form {
    flex-direction: column;
  }
}
.comments-form button {
  margin-top: 15px;
}

.comments-item__top__wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .comments-item__top__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.comments-item__top {
  display: flex;
}
.comments-item__avatar {
  width: 24px;
  margin-right: 8px;
}

.comments-item__date {
  color: #55c380;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .comments-item__date {
    margin-left: 0;
  }
}
.comments-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 767px) {
  .comments-item__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.comments-item__content {
  word-break: break-word;
  font-size: 16px;
  line-height: 24px;
}
.comments-item__replay {
  margin-top: 12px;
  color: #0ca145;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
}

.swiper-button-prev, .swiper-button-next {
  top: 50%;
  margin-top: -16px;
}

.purchase__code {
  margin-top: 16px;
  display: block;
  font-size: 14px;
}

.purchase-item:not(:last-child) {
  margin-bottom: 10px;
}
.purchase-item__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchase-item__delivery {
  fill: #99969a;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.purchase-item__text {
  font-size: 12px;
  color: #99969a;
}
.purchase-item__value {
  font-size: 24px;
  display: block;
  font-weight: 700;
}
.purchase-item__label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.subscribe {
  background: #55c380;
  color: #ffffff;
  position: relative;
  margin-top: 50px;
}
.subscribe:after {
  content: url("../../images/subscribe/spot-right.svg");
  right: 0;
  bottom: 0;
  position: absolute;
}
.subscribe__title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
  padding-left: 45px;
  position: relative;
  z-index: 50;
  display: inline-flex;
}
@media (max-width: 991px) {
  .subscribe__title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
}
@media (max-width: 400px) {
  .subscribe__title {
    padding-left: 0;
    padding-top: 35px;
  }
}
.subscribe__title:before {
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../images/icons/envelop.png") no-repeat center/cover;
  position: absolute;
}
@media (max-width: 991px) {
  .subscribe__title:before {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 400px) {
  .subscribe__title:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.subscribe__text {
  font-size: 24px;
  line-height: 1.6;
  position: relative;
  z-index: 50;
}
@media (max-width: 991px) {
  .subscribe__text {
    font-size: 14px;
  }
}
.subscribe__content {
  flex-grow: 1;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .subscribe__content {
    text-align: center;
  }
}
.subscribe__form {
  flex: 0 0 420px;
  max-width: 420px;
}
@media (max-width: 991px) {
  .subscribe__form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 65px;
  }
}
.subscribe__wrapper {
  padding: 40px 0;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .subscribe__wrapper {
    display: block;
  }
}
.subscribe__wrapper:after {
  content: url("../../images/subscribe/arrow.svg");
  top: 0;
  right: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .subscribe__wrapper:after {
    top: 130px;
  }
}
@media (max-width: 400px) {
  .subscribe__wrapper:after {
    top: 170px;
  }
}
.subscribe__wrapper:before {
  content: url("../../images/subscribe/spot-left.svg");
  position: absolute;
  top: 0;
  left: -100px;
}
@media (max-width: 991px) {
  .subscribe__wrapper:before {
    left: -30px;
  }
}

.subscribe-text__item {
  display: block;
}

.subscribe-form__group {
  position: relative;
  margin-bottom: 15px;
}
.subscribe-form__error {
  margin-bottom: 10px;
  display: none;
  font-size: 14px;
  color: #b2030a;
}
.subscribe-form__icon {
  fill: #d5f9e2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subscribe-form__input {
  width: 100%;
  height: 33px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  color: #ffffff;
  padding-left: 35px;
}
.subscribe-form__input:focus {
  outline: none;
}
.subscribe-form__input::placeholder {
  color: #d5f9e2;
}

.subscribe-button {
  background: #D5F9E2;
  display: flex;
  position: relative;
  border: none;
  cursor: pointer;
  align-items: center;
  height: 45px;
  z-index: 50;
}
@media (max-width: 991px) {
  .subscribe-button {
    margin: 0 auto;
  }
}
.subscribe-button:hover::before {
  width: 100%;
}
.subscribe-button__text {
  display: flex;
  align-items: center;
  z-index: 50;
  position: relative;
  color: #0ca145;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 12px;
}
.subscribe-button:before {
  content: "";
  width: 45px;
  height: 45px;
  right: 0;
  top: 0;
  background: white;
  position: absolute;
  transition: width 0.3s ease-in-out;
}
.subscribe-button__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #0ca145;
  z-index: 50;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
}

.product-single__row {
  display: flex;
}

/* PODCAST BLOCK */
.podcast {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.podcast:focus {
  outline: none;
}
.podcast__preview-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.podcast__preview {
  position: relative;
  max-width: 440px;
  width: 100%; 
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  object-position: center;
  object-fit: cover;
  overflow: hidden;
}

.podcast__info-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
.podcast__channel-avatar {
  height: 40px;
  border-radius: 999px;
}
.podcast__label {
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.podcast__link {
  position: absolute;
  inset: 0;
  z-index: 10;
}

.product__fast-modal,
.podcast__fast-modal {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  bottom: 0px;
  right: 15px;
  left: 15px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 150;
  height: fit-content;
}

.podcast__fast-modal {
  top: unset;
  top: 30%;
}

.product:hover .product__fast-modal,
.podcast:hover .podcast__fast-modal {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 991px) {
  .product__fast-modal {
    display: none !important;
  }
  .podcast__fast-modal {
    position: unset;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .product-single__row {
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-single__badges {
  top: 20px;
  left: 20px;
}
.product-single__gallery {
  flex: 0 0 640px;
  max-width: 640px;
  position: relative;
}
@media (max-width: 1199px) {
  .product-single__gallery {
    flex: 0 0 500px;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .product-single__gallery {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-single__gallery .swiper-wrapper {
  height: auto;
}
.product-single__wrapper {
  flex-grow: 1;
  padding-left: 75px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .product-single__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 25px;
  }
}
.product-single__title {
  margin-top: 0;
  margin-bottom: 0;
}
.product-single__actions {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.product-single__popup {
  display: grid;
  margin-top: 34px;
  gap: 20px;
  justify-items: center;
}
.product-single__sticky {
  position: sticky;
  top: 80px;
  display: grid;
  gap: 20px;
}

.product-single-videos {
  display: flex;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
}
@media (max-width: 991px) {
  .product-single-videos {
    flex-direction: column;
    gap: 15px;
  }
}
.product-single-videos__item {
  width: 100%;
  min-height: 320px;
  border: none;
}
@media (max-width: 991px) {
  .product-single-videos__item {
    min-height: 240px;
  }
} /*# sourceMappingURL=newstyle.css.map */

/* --- Minas Styles --- */

.delivery-minimal {
  max-width: 800px;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.6;
}

.delivery-minimal__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
.delivery-minimal__title span {
  display: block;
}

.delivery-minimal__block {
  margin-bottom: 28px;
}

.delivery-minimal__block h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.delivery-minimal__block ul {
  padding-left: 18px;
  margin: 0;
}

.delivery-minimal__block li {
  margin-bottom: 4px;
  list-style: disc;
}

.delivery-minimal__note {
  font-size: 16px;
  color: #999;
  margin-top: 6px;
}

.delivery-minimal__block a {
  color: #0ca145;
  text-decoration: none;
}

.delivery-minimal__block a:hover {
  text-decoration: underline;
}

.delivery-map-wrapper {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

@media (max-width: 991px) {
  .delivery-minimal__title {
    font-size: 16px;
  }

  .delivery-minimal__block h3 {
    font-size: 16px;
  }

  .delivery-minimal {
    font-size: 15px;
  }
}

.bonus-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-top: 20px;
}

.bonus-step {
  flex: 1 1 calc(33.333% - 16px);
  background: #f9f9f9;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.2s ease;
}

.bonus-step:hover {
  transform: translateY(-3px);
}

.bonus-step__number {
  font-size: 2.2em;
  font-weight: bold;
  color: #1c703d;
  margin-bottom: 10px;
}

.bonus-step img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-top: 10px;
}

/* Mobile fallback */
@media (max-width: 767px) {
  .bonus-step {
    flex: 1 1 100%;
  }
}

.discount-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.discount-animation__wrapper {
  max-width: 100%;
  width: 100%;
  background: #f8fdf9;
  border: 1px solid #e0f0e6;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.discount-animation__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .desc_hidden {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .mob_hidden {
    display: none;
  }
}

.delivery-minimal__block ul {
  margin-bottom: 12px;
  padding-left: 18px;
}

.delivery-info-list {
  margin: 10px 0;
  padding-left: 20px;
  list-style: none;
}

.delivery-info-list li {
  margin-bottom: 8px;
  position: relative;
}

.order-steps {
  padding: 20px 0;
}

.order-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.order-step__number {
  display: inline-block;
  background-color: #1c703d;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

.order-step p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.order-steps__note {
  margin-top: 15px;
  font-style: italic;
  color: #555;
}

.sizechart-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 20px 0;
}

.sizechart-list a {
  display: inline-block;
  padding: 8px 14px;
  background: #f4f8f5;
  color: #1c703d;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.sizechart-list a:hover {
  background: #e6f4ec;
  color: #0e4d2c;
  text-decoration: underline;
}

.table-scroll {
  overflow-x: auto;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e4e4e4;
}

.size-age-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
  font-size: 15px;
  color: #333;
}

.size-age-table thead th {
  background: #eef8f0;
  color: #2e2e2e;
  font-weight: 600;
  padding: 12px;
  border-bottom: 1px solid #d9e8d9;
  text-align: center;
}

.size-age-table tbody tr {
  transition: background 0.2s ease;
}

.size-age-table tbody tr:hover {
  background-color: #f1f9f3;
}

.size-age-table td {
  padding: 10px 12px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}

.size-age-table tr:nth-child(even) {
  background: #fafafa;
}

.size-age-table b {
  color: #2a7b47;
}

@media (max-width: 768px) {
  .size-age-table {
    font-size: 13px;
  }
}

.brand__sizechart {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.brand__sizechart__table__wrapper {
  min-height: fit-content;
  margin-block: 16px;
  border-radius: 10px;
  overflow-x: auto;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e4e4e4;
}

.border {
  width: 100%;
  font-size: 15px;
  color: #333;
  border-collapse: collapse;
}

.border tr td {
  text-align: center;
}

.border tr:not(:first-child) {
  border-bottom: 1px solid #f1f1f1;
  transition: background-color 0.2s ease;
}

.border tr:not(:first-child):hover,
.border tr:not(:first-child):nth-child(odd):hover {
  background-color: #eef8f0;
}

.border tr:not(:first-child):nth-child(odd) {
  background-color: #fafafa;
}

.border tr:not(:first-child) td {
  padding: 10px 12px;
}

.border tr:not(:first-child) td:first-child {
  color: #2a7b47;
  font-weight: bolder;
}

.border tr:first-child {
  height: 80px;
  color: #2e2e2e;
  font-weight: 600;
  text-align: center;
  background-color: #eef8f0;
  border-bottom: 1px solid #d9e8d9;
}

.border tr:first-child td {
  padding: 12px;
}

.brand__img__link {
  width: fit-content;
  height: fit-content;
  display: block;
}

.brand__img__link img {
  max-width: 300px;
}

.brand__link {
  color: #0c8f3e;
}

/* ABOUT US PAGE */

.dm-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 40px;
  align-items: stretch;
}

.intro-rich-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.intro-text {
  flex: 1 1 60%;
}

.intro-text h1 {
  font-size: 2.4rem;
  color: #222;
  margin-bottom: 12px;
}

.subtitle-green {
  font-size: 1.4rem;
  color: #4caf50;
  margin-bottom: 24px;
}

.personal-quote {
  border-left: 4px solid;
  border-radius: 10px;
  padding: 12px 16px;
  font-style: italic;
  color: #444;
  margin-bottom: 24px;
  font-size: 1.05rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.personal-quote.green {
  background: #f0f8f4;
  border-left-color: #4caf50;
}

.personal-quote.orange {
  background: #fff6eb;
  border-left-color: #ff9800;
}

.personal-quote.red {
  background: #ffeaea;
  border-left-color: #e53935;
}

.with-margin-top {
  margin-top: 15px;
}

.with-margin-bottom {
  margin-bottom: 15px;
}

.inline-heading {
  margin-top: 28px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #555;
}

.highlight-green {
  color: #4caf50;
}

.intro-text p,
.intro-text-full {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  max-width: 100%;
}

.intro-text-full h3 {
  font-size: 1.2rem;
  color: #444;
  margin-top: 24px;
}

.intro-image {
  flex: 1 1 35%;
  text-align: center;
}

.intro-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.caption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #777;
  font-style: italic;
}

.dinomama-stats {
  padding: 0 20px;
  border-radius: 16px;
  margin: 60px 0;
}

.dm-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #6e45e2;
}

.dm-subtitle {
  margin: 40px 0 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #444;
}

.dm-card {
  flex: 1 1 280px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 24px;
  text-align: center;
  transition: transform 0.2s ease;
}

.dm-card:hover {
  transform: translateY(-5px);
}

.dm-number {
  font-size: 2rem;
  font-weight: bold;
  color: #ff4a99;
  margin-bottom: 8px;
}

.dm-label {
  font-size: 1rem;
  color: #555;
  line-height: 1.4;
}

.dm-family {
  margin-top: 48px;
  padding: 24px;
  background: #ffeef4;
  border: 2px dashed #ffb3d1;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.dm-babies {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.dm-family-text {
  font-size: 1.1rem;
  font-weight: 500;
}

.dm-family-text small {
  display: block;
  margin-top: 4px;
  font-size: 0.95rem;
  color: #888;
}

.checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.checklist li {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
  font-size: 1.05rem;
}

.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2ecc71;
  font-weight: bold;
}

.closing-banner {
  margin-top: 40px;
  background: #f5faf7;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-size: 1.1rem;
  color: #2a2a2a;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.video-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 28px;
  background: #f8fbff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  margin: 40px 0;
}

.video-text {
  flex: 1 1 280px;
  min-width: 260px;
}

.video-text h4 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #222;
}

.video-text p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 10px;
}

.video-frame {
  flex: 1 1 460px;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  border: 1px solid #d8e2ee;
  aspect-ratio: 16 / 9;
}

.video-frame iframe {
  width: 100.5%;
  height: 101%;
  display: block;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.feature-card {
  background: #f5faf7;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.feature-card .icon {
  font-size: 24px;
  flex-shrink: 0;
  line-height: 1;
}

.feature-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.dinomama-advantages .text-intro p,
.dinomama-advantages .text-outro p {
  margin: 0 auto 40px;
}

.dinomama-advantages .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #4caf50;
}

.dinomama-advantages .title span {
  color: #000;
}

.advantage-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 5%;
}

.adv-card {
  display: flex;
  gap: 16px;
  background: #f7faf9;
  border-radius: 14px;
  padding: 20px;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.adv-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.adv-icon {
  font-size: 28px;
  background: #c8ecd8;
  color: #2e7d5b;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adv-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

.brands-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
}

.brand-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.brand-card a {
  text-decoration: none;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.brand-logo {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.brand-logo img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(0.2);
  transition: filter 0.3s;
}

.brand-card:hover img {
  filter: grayscale(0);
}

.brand-name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.brand-name span {
  color: #777;
  font-weight: normal;
}

.brand-name-card {
  font-weight: bold;
}

.brand-country-card {
  color: #777;
  font-size: 14px;
}

/* MOBILE */

@media (max-width: 768px) {
  .dm-grid,
  .intro-rich-grid,
  .video-card {
    flex-direction: column;
  }

  .intro-text h1 {
    font-size: 150%;
  }

  .intro-image {
    order: -1;
  }

  .dm-card {
    flex: 1 1 100%;
  }

  .video-card {
    padding: 20px;
  }
}

.showroom-info {
  font-size: 16px;
  line-height: 1.6;
}

.delivery-minimal__block h3 {
  margin-top: 0;
  color: #333;
  font-size: 1.2rem;
}

.delivery-minimal__block ul {
  padding-left: 20px;
}

.delivery-minimal__block li {
  margin-bottom: 6px;
}

.delivery-minimal__block .badge {
  display: inline-block;
  background: #e1f3ec;
  color: #297b57;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.85em;
  margin-top: 4px;
}

.highlight-link {
  display: inline-block;
  color: #bf1e2e;
  font-weight: bold;
  margin-top: 6px;
}

.payment-icons {
  max-width: 240px;
  height: auto;
}

.img-full {
  width: 100%;
  border-radius: 8px;
  margin-top: 10px;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .delivery-minimal__block {
    padding: 16px 18px;
  }

  .delivery-minimal__block h3 {
    font-size: 1.05rem;
  }

  .payment-icons {
    max-width: 180px;
  }
}

/*----*/

.info-section {
  line-height: 1.6;
}

.info-section h1 {
  font-size: 2rem;
  margin-bottom: 24px;
  color: black;
}

.info-section h3 {
  font-size: 1.3rem;
  margin-top: 28px;
  margin-bottom: 16px;
  color: black;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 6px;
}

.info-section p {
  margin-bottom: 8px;
}

.info-section a {
  display: inline-block;
  color: #0ca145;
  text-decoration: underline;
  transition: 0.2s;
}

.info-section a:hover {
  text-decoration: none;
  color: #088b36;
}

.fancybox__content {
  width: 40% !important;
  max-width: 600px;
  min-width: 320px;
  padding: 24px;
  box-sizing: border-box;
}
.popup-product.fancybox__content {
  flex-direction: row;
  gap: 32px;
  width: fit-content !important;
  max-width: 80%;
}

.fancybox__map .fancybox__content {
  width: 100% !important;
  max-width: 80vw !important;
}

@media (max-width: 600px) {
  .fancybox__map .fancybox__content {
    max-width: 95vw !important;
  }
  .popup_delivery_info {
    padding: 0 !important;
  }
}

@media (max-width: 1015px) {
  .fancybox__content {
    width: 90% !important;
    max-width: 95vw;
    min-width: auto;
    padding: 20px 16px;
  }
}

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

.modern-popup__wrap {
  padding: 28px 32px;
  max-width: 460px;
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative;
}

.modern-popup__icon {
  margin-top: -2px;
}

.form-column {
  max-width: 380px;
}

.form-column input[type="text"],
.form-column input[type="email"],
.form-column input[type="password"],
.form-column input[type="tel"] {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.form-column input[type="text"]:focus,
.form-column input[type="email"]:focus,
.form-column input[type="password"]:focus,
.form-column input[type="tel"]:focus {
  outline: none;
  border-radius: 0 !important;
  border: 2px solid #55c380 !important;
}

.form-column button {
  background: none;
  color: #55c380;
  border: 2px solid #55c380;
  padding: 10px 24px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.form-column button:hover {
  background-color: #55c380;
  color: white;
}
.section-content-40 {
  padding: 40px;
  max-width: 100%;
}
.form-submit {
  margin-top: 24px;
  width: 100%;
}

.without-decoration {
  text-decoration: none;
}

.h1-page-header {
  margin-bottom: 40px;
}

.h1-page-header__title {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  .h1-page-header__title {
    font-size: 28px;
    letter-spacing: 0.015em;
  }

  .h1-page-header {
    margin-bottom: 24px;
  }
}

.error-page-header {
  background-color: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e6;
}

.error-page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.error-page-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.error-page-code {
  font-size: 80px;
  text-align: left;
  font-weight: 900;
  color: #535353;
  letter-spacing: -2px;
}

.error-page-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-page-contact {
  text-align: right;
  font-size: 14px;
}

.error-page-phone {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.error-page-hours,
.error-page-address {
  margin: 0;
  color: #555;
  display: block;
}

.error-page-address {
  text-decoration: underline;
  color: #0ca145;
}

/* Контент */
.error-page-main {
  padding: 100px 20px;
  text-align: center;
}

.error-page-message {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.error-page-message h1 {
  font-size: 28px;
  color: #0ca145;
  margin: 0;
}

.error-page-message p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .error-page-top {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .error-page-code,
  .error-page-contact {
    text-align: center;
  }

  .error-page-contact {
    font-size: 13px;
  }

  .error-page-logo img {
    max-width: 200px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .error-page-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .error-page-code {
    display: none;
  }

  .error-page-logo img {
    max-width: 180px;
    height: auto;
  }

  .error-page-contact {
    text-align: center;
  }

  .error-page-phone {
    font-size: 16px;
  }

  .error-page-wrapper {
    padding: 0 15px;
  }

  .error-page-message h1 {
    font-size: 22px;
  }

  .error-page-message p {
    font-size: 15px;
  }
}

/* ERROR PAGE */

.category-showcase-e {
  margin: 40px auto;
  text-align: center;
}

.category-subtitle-e {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111;
}

.category-grid-e {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  justify-items: center;
}

.category-card-e {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  max-width: 240px;
}

.category-card-e:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.category-image-e {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.category-image-e img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.category-title-e {
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #0ca145;
  text-align: center;
}

.catalog-block-e {
  padding: 50px 0;
  color: #222;
}

.catalog-block__head-e h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  color: #1a1a1a;
}

.catalog-block__section-e {
  display: flex;
  flex-wrap: wrap;
  gap: 105px;
  justify-content: center;
}

.catalog-block__card-e {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 20px 25px;
  width: 100%;
  max-width: 260px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catalog-block__card-e:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.catalog-block__card-e h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}

.catalog-block__card-e ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-block__card-e li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.catalog-block__card-e li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #0ca145;
  font-weight: bold;
}

.catalog-block__card-e a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
  font-size: 15px;
}

.catalog-block__card-e a:hover {
  color: #0ca145;
  text-decoration: underline;
}

.catalog-block__brands-e {
  margin-top: 50px;
}

.catalog-block__brands-e h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
  color: #1a1a1a;
}

.cart-pop-addcart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 16px;
  box-sizing: border-box;
}

.cart-pop-addcart__inner {
  background: #fff;
  width: 100%;
  padding: 24px;
}

.cart-pop-addcart__title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.cart-pop-addcart__content {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  margin-bottom: 16px;
  align-items: flex-start;
}

.cart-pop-addcart__image img {
  width: 90px;
  height: auto;
  object-fit: contain;
}

.cart-pop-addcart__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
}

.cart-pop-addcart__topline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.cart-pop-addcart__product-title {
  flex: 1;
  margin-right: 25%;
}

.cart-pop-addcart__meta {
  font-size: 13px;
  color: #999;
}

.cart-pop-addcart__price {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.cart-pop-addcart__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 2px solid #ddd;
  font-weight: 800;
}

.cart-pop-addcart__summary strong {
  font-size: 18px;
  font-weight: 700;
}

.cart-pop-addcart__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.btn-addcart {
  border: 2px solid transparent;
  font-size: 14px;
  padding: 10px 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.2s ease;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
}

.btn-addcart--primary {
  background: #0ca145;
  color: #fff;
  border-color: #0ca145;
}

.btn-addcart--primary:hover {
  background: #0a8739;
}

/* Mobile responsiveness */
@media (max-width: 480px) {
  .cart-pop-addcart__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cart-pop-addcart__topline {
    flex-direction: column;
    align-items: center;
  }

  .cart-pop-addcart__price {
    margin-top: 4px;
  }
  .cart-pop-addcart__product-title {
    margin-right: 0% !important;
  }
  .cart-pop-addcart__title {
    text-align: center;
  }
}

.promo-section {
  margin: 0 auto;
  padding: 24px 20px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
}

.promo-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.promo-banner img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 24px;
}

.promo-subtitle {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 12px;
}

.promo-description {
  font-size: 16px;
  margin-bottom: 20px;
}

.promo-form {
  margin-top: 20px;
  max-width: 100%;
}

.promo-form input[type="text"] {
  max-width: 450px;
}

.promo-privacy {
  margin-top: 16px;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.promo-privacy a {
  text-decoration: underline;
  color: #008c44;
}

.promo-steps {
  text-align: center;
  margin-top: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.brand-showcase-e {
  text-align: center;
  margin: 40px 0;
}

.brand-subtitle-e {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.brand-grid-e {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.brand-card-e {
  width: 200px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.brand-card-e:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.brand-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
}

.brand-image-e {
  width: 100%;
  height: 140px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-image-e img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-grid, 
.product-grid-favorites {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
}

.product-grid-favorites {
  gap: 0;
  justify-content: center;
}

.product-grid > .product {
  width: calc(25% - 30px);
  min-width: 240px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .product-grid > .product {
    width: calc(33.33% - 30px) !important;
  }
}

@media (max-width: 768px) {
  .product-grid > .product {
    width: calc(50% - 20px) !important;
  }
}

@media (max-width: 480px) {
  .product-grid > .product {
    width: 100% !important;
  }
}

.category-grid-p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  justify-items: center;
}

.category-card-p {
  width: 240px;
  height: 320px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.category-card-p:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.category-link-p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.category-image-p img {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.category-title-p {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #008c44;
  padding: 16px;
  text-align: center;
}

.margin-25-0 {
  margin: 25px 0px;
}

.fav-share-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
}

.fav-copy-status {
  margin-top: 8px;
  font-size: 14px;
  height: 18px;
  line-height: 1;
  transition: all 0.3s ease;
  text-align: center;
  padding-top: 8px;
}

.fav-copy-status.success {
  color: #2ecc71;
}

.fav-copy-status.error {
  color: #e74c3c;
}

.modal-fav-h2 {
  font-size: clamp(18px, 4vw, 24px);
  line-height: 1.3;
  word-break: break-word;
  width: 90%;
}

.legal-page {
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
}

.legal-title {
  text-align: center;
}

.legal-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.legal-page p,
ul {
  margin-bottom: 16px;
}

.legal-page ul li {
  margin-left: 32px;
}

.legal-page a {
  color: #0ca145;
  text-decoration: none;
}



/* ДОЛЯМИ */
.parts-scheme__details-of-payment_comment {
  font-size: 12px;
  color: rgba(0, 0, 0, .4);
}
.parts-scheme__details-of-payment {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
  padding: 16px;
  background-color: #f6f7f8;
  border-radius: 8px;
}
@media (max-width: 600px) {
  .parts-scheme__details-of-payment {
    flex-wrap: wrap;
    gap: 28px;
  }
}
.parts-scheme__details-of-payment_date {
  line-height: 24px;
}
.parts-scheme__details-of-payment_price {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.parts-scheme .parts-scheme__details-of-payment_item~.parts-scheme__details-of-payment_item {
  color: rgba(0, 0, 0, .4) !important;
}
.parts-scheme__details-of-payment_item {
  width: 25%;
}
.parts-scheme .parts-scheme__details-of-payment_item:after {
  content: "";
  background-color: #4288f9;
  border-radius: 6px;
  height: 5px;
  width: 95%;
  display: block !important;
}
.parts-scheme .parts-scheme__details-of-payment_item~.parts-scheme__details-of-payment_item:after {
  background-color: rgba(0, 0, 0, .06) !important;
}
/* ДОЛЯМИ КНОПКА */
.parts-button {
  border-color: transparent;
  background-color: #f5f5f5 !important;
  border-radius: 5px;
  padding: 12px !important;
  width: 300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border: .5px solid #c7c9cc;
  text-decoration: none;
  color: #221A25;
  font-size: 13px;
}
@media(max-width: 400px) {
  .parts-button {
    width: 100%;
  }
}
.parts-button__wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.category__last__card {
  width: 250px;
  min-height: 355px;
}


/* 
2025 NEWSTYLES
*/

/* SMOOTH SCROLLING TO ACCORDION */
.accordion-item[id] {
  pointer-events: none;
  scroll-margin-top: 100px;
}
.accordion-item__head {
  pointer-events: all;
}
.accordion-item[id]::before {
  pointer-events: none;
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

/* PRIMARY BUTTON */
.primary__button {
  width: fit-content;
  background: none;
  color: #55C380;
  border: 2px solid #55C380;
  padding: 10px 24px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.primary__button--uppercase {
  text-transform: uppercase;
  font-size: 18px;
}
.primary__button--widthfull {
  width: 100%;
}
.primary__button:hover {
  background-color: #55C380;
  color: white;
}
.primary__button:focus {
  outline: none;
}
@media (max-width: 600px) {
  .primary__button {
    max-width: none;
    width: 100%;
  }
}

/* SECONDARY BUTTON */ 
.secondary__button {
  width: fit-content;
  background: #0ca145;
  color: #FFFFFF;
  border: none;
  padding: 10px 24px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.secondary__button--fs18 {
  font-size: 18px;
}
.secondary__button:hover {
  background: #0c8f3e;
}
.secondary__button:focus {
  outline: none;
}
@media (max-width: 600px) {
  .secondary__button {
    width: 100%;
  }
  .secondary__button--longtext {
    font-size: 14px;
  }
}

/* TERTIARY BUTTON */
.tertiary__button {
  border: 2px solid #55c380;
  background: #55c380;
  color: white;
  padding: 0 10px;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.tertiary__button svg {
  width: 20px;
  height: 20px;
}
.tertiary__button svg,
.tertiary__button svg path {
  pointer-events: none;
}
.tertiary__button:focus {
  outline: none;
}

/* PRIMARY INPUT */
.primary__input {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 2px solid #ccc;
  box-sizing: border-box;
}
.primary__input--textarea {
  resize: vertical;
  height: 46px;
}
.primary__input:focus {
  outline: none;
  border-radius: 0 !important;
  border: 2px solid #55C380 !important;
}
@media (max-width: 600px) {
  .primary__input {
    max-width: none;
  }
}

/* INPUT WITH LABEL WRAPPER */
.input-with-label__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.input-with-label__wrapper label {
  font-size: 15px;
}
.input-with-label__wrapper--400px {
  width: 400px;
}
@media (max-width: 600px) {
  .input-with-label__wrapper--400px {
    width: 100%;
  }
}

/* SUBSCRIBE – REASONS LIST */
.reasons__list {
  margin: 32px 0px;
}
.reasons__list__heading {
  font-size: 22px;
  font-weight: bold;
}
.reasons__list__item__header {
  margin: 32px 0px 12px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .reasons__list__item__wrapper,
  .reasons__list__item__text {
    margin-left: 18px;
  }
}

/* SMALL LINK */
.small__link {
  font-size: 12px;
}
.small__link-accent {
  color: #0CA145;
}

/* SIZES BLOCK (WRAPPER + INPUT + SELECT) */
.sizes__wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.size__select {
  width: fit-content;
  color: #55c380;
  text-decoration: none;
  height: 30px;
  min-width: 30px;
  padding: 0 4px;
  background-color: #f7f8f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #f7f8f7;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.size__select:hover {
  border-color: #0CA145;
  background: white;
}
.size__input {
  display: none;
}
.size__input:checked+label {
  background: #0ca145;
  color: #ffffff;
  border-color: #0ca145;
}

/* FREE DELIVERY */
.free__delivery {
  color: #c00;
  text-align: center;
}

/* ERROR BLOCK */
.error__block {
  color: #e74c3c;
}
.error__block--add-comment {
  font-size: 14px;
  padding-right: 34px;
}
.error__block--bold {
  font-weight: bold;
}

/* FLEX COLUMN WITH CUSTOM GAP */
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column--g12 {
  gap: 12px;
}
.flex-column--g16 {
  gap: 16px;
}
.flex-column--g24 {
  gap: 24px;
}

/* Green link */
.green__link {
  color: #0ca145;
}
.dark-green__link {
  color: #006200;
}

/* product banner */
.banner {
  text-align: center;
  font-weight: bold;
  color: #c00;
}

/* Free Delivery Modal */
#modal-free-delivery span, #modal-free-delivery--clone span {
  margin-right: 34px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #000;
}
#modal-free-delivery p, #modal-free-delivery--clone p {
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
#modal-free-delivery p:not(.p-red), #modal-free-delivery--clone p:not(.p-red) {
  margin-top: 12px;
}
#modal-free-delivery .p-red, #modal-free-delivery--clone .p-red {
  color: #bf1e2e;
}
.dashed__underline__fade {
  text-decoration: underline dashed;
  transition: text-decoration-color 0.3s ease;
  text-decoration-color: currentColor;
}
.dashed__underline__fade:hover {
  text-decoration-color: rgba(0, 0, 0, 0);
}
.delivery__free__stock,
.delivery__more, .fast-product-link {
	font-size: 15px;
	text-align: center;
}
.delivery__free__stock {
	color: #bf1e2e;
	font-weight: 700;
}
.delivery__more {
	color: #006200;
	font-weight: 500;
}
.fast-product-link {
  margin-top: 24px;
  color: #0ca145;
  font-weight: 500;
}
.catalog_filter-brand-img {
  width: unset;
  max-width: unset;
  height: 60px;
}
.button--theme-solid {
  color: #0CA145;
  background-color: white;
  border: 2px solid #55C380;
  fill: #0CA145;
}
.button--theme-solid:hover {
  background-color: #55C380;
  color: white;
  fill: #FFFFFF;
}
.button--theme-solid--cart {
  color: white;
  background-color: #0CA145;
  border: 2px solid transparent;
  fill: #FFFFFF;
}
.button--theme-solid--cart:hover {
  color: white;
  background-color: rgb(11, 150, 64);
  fill: rgb(11, 150, 64);
}
.expert-comment__photo img {
  max-width: 100px;
}
.shadow-down {
  position: absolute;
  left: 0;
  width: 120%;
  height: 25px;
  pointer-events: none;
  z-index: -1;
  box-shadow: 0 -10px 30px rgb(245 245 245);
}
.accordion-sup {
  margin-left: 8px;
}
.favourite-unset {
  position: unset !important;
}










/* CART */
.product-cart-row {
  display: flex;
  padding-bottom: 25px;
  gap: 24px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.product-cart-row__image {
  position: relative;
}
.product-cart-row__image img {
  width: 200px;
  height: auto;
  display: block;
}
.favorite-button {
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.product-cart-row__main {
  width: 100%;
  display: flex;
  gap: 16px;
}
.product-cart-row__brand {
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #221a25;
  margin-bottom: 4px;
  display: block;
}
.product-cart-row__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  display: block;
  text-decoration: none;
  color: #99969a;
}
.product-cart-row__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #b2030a;
  margin-top: 4px;
  display: block;
}
.product-cart-row__quantity {
  display: flex;
  align-items: center;
}
.product-cart-row__price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.product-cart-row__price.price-old {
  text-decoration: line-through;
  color: #99969a;
  padding-left: 3px;
  padding-right: 3px;
}
@media (max-width: 1299px) {
  .product-cart-row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .ui-widgets-wrapper {
    display: none !important;
  }
  .cart-mobile-bar {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    z-index: 9999;
  }
}
@media (max-width: 1299px) {
  .product-cart-row__main {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 2px solid #cccccc39;
  }
}
@media (max-width: 768px) {
  .product-cart-row {
    flex-direction: column;
    gap: 12px;
    padding-bottom: 20px;
  }
  .product-cart-row__image {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .product-cart-row__image img {
    width: 90px;
  }

  .product-cart-row__content {
    height: fit-content;
    width: 100%;
    margin: 0;
    flex: 1;
  }
  .product-cart-row__brand {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .product-cart-row__title {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-bottom: 4px;
    width: 100%;
  }

  .product-cart-row__quantity {
    margin: 0;
    flex: 1;
    justify-content: center;
    align-items: center;
  }
}
.cart-mobile-bar {
  display: none;
}
.cart-mobile-bar__content {
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cart-mobile-bar__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.cart-mobile-bar__summary {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
  text-align: center;
}
.cart-mobile-bar__summary strong {
  font-weight: 700;
  font-size: 16px;
  margin-left: 4px;
}
.cart-mobile-bar__promo {
  font-size: 14px;
  color: #00a046;
  text-align: center;
  text-decoration: none;
  display: block;
}
.cart-mobile-bar__note {
  font-size: 13px;
  color: black;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.cart-mobile-bar__note span {
  flex: 1;
  min-width: 0;
}
.cart-mobile-bar__note svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.cart-mobile-bar__divider {
  border: none;
  border-top: 2px solid #e0e0e0;
  margin: 16px 0px 18px;
}
.cart-mobile-bar__button-wrap {
  justify-content: center;
  width: 100%;
}
.order-button {
  display: flex;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
  box-shadow: 0 0 0 1px transparent;
}
.order-button__text {
  flex-grow: 1;
  background-color: #00a046;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 12px;
  min-height: 48px;
}
.order-button__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: #0c8f3e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-button__icon svg {
  fill: #f1f1f1;
}
.promo-modal {
  padding: 50px;
  background: #fff;
}
.promo-modal__title {
  margin-right: 24px;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 24px;
  color: black;
}
.promo-modal__form {
  display: flex;
  flex-direction: column;
}
.promo-modal__row {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 480px) {
  .promo-modal {
    width: 90%;
    padding: 16px;
  }
  .promo-modal__row {
    flex-direction: column;
  }

  .order-button__text {
    font-size: 16px;
  }
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.quantity-control {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 2px solid #ccc;
}
.quantity-control:hover {
  border: 2px solid #55c380;
}
.qty-input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
  outline: none;
}
.qty-btn {
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1;
  background: transparent;
  border: none;
  cursor: pointer;
  user-select: none;
}
.qty-btn:hover {
  color: #27ae60;
}
@media (max-width: 768px) {
  .qty-btn {
    padding: 4px 10px;
    font-size: 24px;
  }
  .qty-input {
    font-size: 18px;
    width: 42px;
  }
}
.cart-message {
  margin: 16px 0;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.4;
}
.cart-message--error {
  background: #ffecec;
  color: #c00;
  border: 1px solid #f5c2c2;
}
.ui-widgets {
  position: sticky;
  top: 20px;
}
.content-controls__wrapper {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .content-controls__wrapper {
    flex-direction: column;
  }
}
.feature-qty__wrapper {
  display: contents;
}
@media (max-width: 1299px) {
  .feature-qty__wrapper {
    display: flex;
    gap: 20px;
  }
}
.qty-minus-svg {
  fill: black;
}
.qty-minus-svg:hover {
  fill: #55c380;
}
.product-cart-row__controls__wrapper {
  height: fit-content;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 400px) {
  .product-cart-row__controls__wrapper {
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: 12px;
    gap: 12px;
  }
}
.prices__wrapper {
  display: flex;
  gap: 12px;
}
/* CART */
@media (min-width: 500px) {
  .img50 {
    float: left;
    width: 50% !important;
  }
}
.popup_delivery_info {
  padding-inline: 34px;
}
.default-city-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  align-items: baseline;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
}
.autocomplete-suggestion {
  padding: 8px;
}

a[name="moscow"] {
  scroll-margin-top: 120px;
}

.data-protection {
  margin-top: 16px; 
  font-size: 10px; 
  line-height: 1.5 !important;
}
.data-protection a {
  font-size:inherit;
  text-decoration:underline;
  color:inherit
}

.fs-14 {
  font-size: 14px;
}



/* adm_link_creator */
.adm_link_creator-wrapper {
  position: fixed;
  top: 50%;
  right: 0;
}
.adm_link_creator {
  position: sticky;
  text-align: center;
  background: #fff;
  padding: 5px 25px;
  z-index: 5000;
  border: 1px solid #cecece;
}

/* cart */
.ui-widget.ui-widget-cart {
  max-width: 360px;
}
.ui-widget-cart .ui-widget__head {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: center;
}
.site-layout__wrapper.site-layout__wrapper-cart {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: space-between;
  margin-top: 48px
}
.share__cart {
  margin-left: 12px;
  vertical-align: middle;
  display: inline-block;
}

/* catalog_product_card */
.badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.badges--size-sm {
  gap: 4px;
  max-width: 180px;
}
.badges__item {
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-top: 5px;
}
.badges--size-sm .badges__item {
  height: 20px;
  line-height: 1;
  font-size: 12px;
  padding: 2px 5px 0 5px;
}

.badges__item--theme-green {
  background: green;
}
.badges__item--theme-blue {
  background: blue;
}
.badges__item--theme-aqua {
  background: aqua;
}
.badges__item--theme-yellow {
  background: yellow;
}
.badges__item--theme-red {
  background-color: #b2030a;
}
.badges__item--theme-dark {
  background-color: #221a25;
}

/* catalog */
.links__and__filters__wrapper {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-bottom: 40px;
}
.links__wrapper {
  max-width: 100%;
}
@media(max-width: 991px) {
  .links__wrapper {
    max-width: none;
  }

  .links__and__filters__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.section__head-catalog.section__head {
  margin-bottom: 35px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-end
}
@media (max-width: 576px) {
  .section__head-catalog.section__head {
    margin-bottom: 25px;
    gap: 8px;
  }
}
.nice-select-catalog.nice-select {
  border: 2px solid #E5E5E6;
  background-color: transparent;
  color: #221A25;
}
.sorting__select {
  display: flex;
  gap: 5px;
  margin: 0;
}
.sorting__about {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  gap: 4px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .sorting__about {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .sorting__about {
    font-size: 12px !important;
  }
}
.sorting-about__count {
  font-weight: 700;
  margin: 0;
}
.site-layout__links-catalog.site-layout__links {
  margin: 0 !important;
}
.swiper-slide-catalog.swiper-slide,
.post-catalog {
  max-width: 420px !important;
}
.site-layout--has-left-aside.align-normal {
  align-items: normal;
}
/* checkout_complete */
.h1-page-header__title.h1-page-header__title-mb40 {
  margin-block: 40px;
}
.checkout_complete-form {
  margin: 32px 0px;
}
.checkout_complete-list {
  margin: 16px 0 40px; 
  padding-left: 16px;
}
/* checkout_error */
.checkout_error-body {
  width: 100%; 
  height: 100%; 
  margin: 0; 
  display: flex;
}
.checkout_error-form {
  margin: 24px auto 0; 
  display: flex; 
  gap: 8px; 
  flex-direction: column; 
  align-items: center;
}

/* blog */
.blog-form {
  margin-top: 12px;
}
.blog-comments {
  margin-bottom: 24px;
}

/* checkout_block */
.checkout_block-body {
  text-align: center; 
  max-width: 280px; 
  height: 100%; 
  margin: 24px auto 0; 
  display: flex; 
  gap: 8px; 
  flex-direction: column;
}

/* contacts */
.delivery-minimal__paragraph {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.delivery-minimal__paragraph-address {
  display: block;
  line-height: 2;
}
.delivery-minimal__paragraph-address span {
  margin-right: 6px;
}
.delivery-minimal__paragraph__metro {
  display: inline-block;
}
.delivery-minimal__paragraph__metro svg {
  vertical-align: text-top;
}
.delivery-minimal__block__payments {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

/* faq */
.faq-delivery-minimal__block-span {
  text-decoration: underline;
}

/* favorites */
.favorites-a-svg svg {
  margin-left: 16px;
}
.product-grid-favorites.product-grid > .product {
  width: calc(20% - 30px);
}

/* inc_catalog_list */
.inc-catalog-list-wrapper {
  width: 100%;  
}
.inc-catalog-list-wrapper-center {
  text-align: center;
}
.inc-catalog-list_brand-card_a {
  align-items: normal;
}

/* inc_delivery */
.delivery_adress-w100 {
  width: 100%;
}
#delivery_adress {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
#test_move {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.test_move-selects {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media (max-width: 860px) {
  .test_move-selects {
    flex-direction: column;
  }
}
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-decoration {
  display: none;
}
.delivery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.delivery input[type="radio"] {
  margin-right: 4px;
}
.delivery__subtitle__city,
.delivery__subtitle__payment {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.delivery__subtitle__city {
  margin-top: 0;
  margin-bottom: 12px;
}
.delivery__types__form,
.delivery__payment__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.delivery__city {
  display: inline-block;
}
.delivery__city__title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}
.delivery__city__button {
  color: #006200;
  font-size: 14px;
}
.delivery__type,
.delivery__type__pvz,
.payment__type {
  position: relative;
  font-size: 15px;
  display: inline-block;
}
.delivery__type__pvz {
  cursor: pointer;
  color: #006200;
}
#hd-2:checked~.delivery__type__pvz {
  margin-bottom: 16px;
}
.payment__image {
  width: 20px;
  height: 20px;
  margin-left: 2px;
  transform: translateY(4px) !important;
}
.payment__type__more {
  margin-left: 6px;
  font-size: 12px;
  color: #006200;
}
input[type=radio]:checked~.delivery__type__info {
  display: flex;
  flex-direction: column;
}
.delivery__type__info,
.delivery__payment__info {
  display: none;
  padding: 16px;
  height: fit-content;
  background-color: #D5F9E2;
  margin: 8px 0 0 20px;
}
input[type="search"] {
  -webkit-appearance: searchfield;
  width: 200px;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.delivery__delay__warning {
  margin-top: 16px;
  color: #bf1e2e;
}
.delivery__pvz__list__wrapper {
  display: flex;
  flex-direction: column;
}
.delivery__pvz__list {
  display: none;
  flex-direction: column;
  gap: 16px;
  max-height: 50vh;
  overflow-y: auto;
  margin-left: 16px;
}
.delivery__pvz__list a {
  font-size: 15px;
  margin-bottom: 16px;
}
.delivery__pvz__list input[type="search"] {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  font-size: 15px;
  border: 2px solid #ccc;
  box-sizing: border-box;
}
.delivery__pvz__list input[type="search"]:focus {
  outline: none;
  border-radius: 0 !important;
  border: 2px solid #55C380 !important;
}
.hide2.inc-delivery {
  display: none;
}
.payment__type__span {
  color: #bf1e2e;
}
.inc_delivery-delivery__date.delivery__date,
.inc_delivery-delivery__time.delivery__time {
		padding: 5px;
}

/* layout */
.layout-a-red {
  color: #ff0000
}

/* popup_add_to_cart */
.popup_add_to_cart-form {
  margin-top: 24px;
}
.popup_add_to_cart-form h4 {
  margin-bottom: 12px;
}
.popup_add_to_cart-div_left {
  justify-content: left;
}
.popup_add_to_cart-wrapper {
  border-bottom: none; 
  margin-bottom: 0; 
  padding-bottom: 0;
}

/* popup_dostavka */ 
.popup__delivery__info {
  display: none;
  margin: 0 0 16px;
  flex-direction: column;
  gap: 16px;
}

/* popup_product */
.popup_product-center {
  text-align: center;
}

/* sizechart */
.sizechart-fotourl-img {
  margin-right: 24px
}

/* start_page */
.start_page-h1 {
  font-size: 24px;
}

/* subscribe */
.container__subscribe {
  width: 100%;
  max-width: 1380px;
  padding: 32px 16px 0;
  margin: 0 auto;
}
.subscribe__newsletter__form {
  margin-bottom: 36px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 100%;
}
.subscribe__wrapper__input {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 16px 0;
}
@media (max-width: 600px) {
  .subscribe__wrapper__input {
    flex-direction: column;
  }
}

/* wellcome */
.wellcome-b {
  color:#bf1e2e;
}

/* dostavka */
.delivery-minimal__block table {
  width:100%; 
  border-collapse: collapse; 
  border: 1px solid #ddd; 
  font-size: 15px;
}
.delivery-minimal__block th, 
.delivery-minimal__block td {
  border: 1px solid #ddd; 
  padding: 8px;
}
.delivery-minimal__block [left] {
  text-align: left;
}
.delivery-minimal__block [center] {
  text-align: center;
}
.delivery-minimal__block [red] {
  color: #c00;
}
.delivery-minimal__block [white] {
  background: #f9f9f9;
}
.dolyamee-img, 
.platichastyami-img {
  margin-left:6px; 
  width: 24px; 
  height: 24px; 
  vertical-align: middle;
}

/* order */
.order-table [left] {
  text-align: left
}
.green-bb {
  width: fit-content;
  border-bottom: 2px solid #0CA145;
}
.row-link_order {
  scroll-margin-top: 120px;
}
.custom--lh p {
  line-height: 1.6;
}
.border.order-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  font-size: 16px;
  background-color: #fff;
}
.border.order-table td {
  padding: 8px;
  border: 1px solid #e4e4e4;
  vertical-align: middle;
}
.good td {
  border-bottom: 1px solid #f1f1f1;
}
.border-td-img {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.border.order-table tr td:nth-child(3),
.good td:nth-child(4) {
  text-align: center;
  white-space: nowrap;
}
.total {
  border: 1px solid #e4e4e4;
}
.total td {
  font-weight: bold;
  background: #f8f8f8;
  border: none;
}
.total-sum-text {
  text-align: right;
}
.total-sum-number {
  text-align: center;
  color: #0CA145;
  font-size: 18px;
}
@media (max-width: 768px) {
  .border.order-table {
    font-size: 14px;
  }
  .border.order-table td {
    padding: 6px;
  }
  .border-td-img {
    max-width: 60px;
    max-height: 60px;
  }
}

@media (max-width: 480px) {
  .border.order-table {
    font-size: 13px;
  }
  .border.order-table td {
    padding: 4px;
  }
  .border-td-img {
    max-width: 50px;
    max-height: 50px;
  }
  .total-sum-number {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .border.order-table {
    font-size: 18px;
  }
  .border-td-img {
    max-width: 100px;
    max-height: 100px;
  }
}

/* product */
.link-with-icon {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
}

.product-sizechart-span {
  margin-inline: 2px; 
  color: #0ca145;
}
.product-sertificate_url-img {
  margin-top:16px;
}
.blokleft-abs {
  position:absolute; width:100%; height:32px;
}
.blokleft-abs-left {
  position:absolute; top:60px; width:100%; height:208px
}
[float-right] {
  float: right;
}
.ugolki-315,
.ugolki-135 {
  border-color:#ccc
}
.ugolki-135 {
  transform:rotate(135deg);
}
.ugolki-315 {
  transform:rotate(315deg);
}
.content_comments {
  margin-bottom: 24px;
}
.size__follow {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 34px;
}
.size__follow-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product__sizes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.product-popup-static-info.popup-static-info h3 {
  margin-block: 16px;
}
.product-popup-static-info.popup-static-info p {
  font: 15px;
  color: #000;
}
.product-tabs {
  padding-inline: 15px;
}
.rost-hint span {
  font-size: 12px;
}
@media(min-width: 1024px) {
  .rost-hint {
    display: none;
  }
}
.expert-comment__highlight-text,
.expert-comment__title {
    font-weight: 800;
    line-height: 1.5;
}
.expert-comment__title::before {
    content: '';
    background-color: #D5F9E2;
    display: inline-block;
    width: 100%;
    height: 3px;
}
.expert-comment-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 600px) {
  .expert-comment-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.expert-comment__green-text {
  background: #D5F9E2;
  padding: 2px 5px;
}
.product-showroom-sizes-wrapper.showroom-sizes-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}
.product-similar-products-wrapper.similar-products-wrapper,
.product-complect-products-wrapper.complect-products-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
}
.product-similar-products.similar-products,
.product-complect-products.complect-products {
  width: fit-content;
  text-align: left;
}
@media (max-width: 600px) {
  .product-similar-products-wrapper.similar-products-wrapper,
  .product-complect-products-wrapper.complect-products-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .product-similar-products.similar-products,
  .product-complect-products.complect-products {
    text-align: center;
  }
}

/* checkout */
.sostav-cart-span [right] {
  text-align: right;
}
.order-links__input-with-margin{
  margin: 0 4px 0 0
}
.order-summary-floating {
  border-top: 2px solid #eee;
}
@media (max-width: 991px) {
  .order-summary-floating {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
  }
}
.delivery__date,
.delivery__time {
		padding: 10px;
		font-size: 15px;
		border: 2px solid #ccc;
		box-sizing: border-box;
}
.delivery__date:focus,
.delivery__time:focus {
  outline: none;
  border-radius: 0 !important;
  border: 2px solid #55C380 !important;
}
.left-side-wrapper {
  flex: 1 1;
}
.itog-wrapper p b {
  width: 100%
}
.itog {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.itog-wrapper,
.item-form-sostav-delivery-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.sostav-cart-span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;

  width: 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
.item-form-sostav-delivery-price .span-item {
  margin: 14px 0;
}
.logo-row {
  max-width: 1380px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-inline: 20px;
  margin-top: 16px;
  border-bottom: 5px solid #0aa345;
  padding-bottom: 16px;
}
@media(max-width: 600px) {
  .logo-row {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .logo-row .phone p {
    text-align: center !important;
  }
}
.logo-row img {
  width: 100%;
}
.item-form-sostav {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-inline: 8px;
  align-items: center;
  border-bottom: 2px solid #ccc;
}
.item-form-sostav.deliveri {
  justify-content: flex-end;
  gap: 0;
}
.item-form-sostav.itog {
  padding-top: 24px;
  border: none !important;
  justify-content: flex-end;
  gap: 0;
}
.form-zakaz-goods {
  margin-block: 24px;
}
.form-textarea {
  padding: 0 !important;
}
.form-textarea textarea {
  resize: vertical;
}
.buttons-zakaz {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.sostav-cart p {
  padding-block: 10px;
}
.zakaz h2 {
  padding: 26px 30px 20px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .item-form-sostav.itog {
    display: none;
  }
  .zakaz h2 {
    padding: 26px 10px 20px;
  }
}
.phone-nambe {
  display: block !important;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 24px !important;
  margin-bottom: 7px;
}
@media(max-width: 991px) {
  .aside-checkout {
    padding-top: 0px;
  }
}
.site-layout--has-left-aside .site-layout__aside.layout-aside-checkout {
  max-width: 360px;
  flex: 0 0 360px;
}
@media (max-width: 991px) {
  .site-layout--has-left-aside .site-layout__aside.layout-aside-checkout {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.no-padding {
  padding: 0 !important;
}
.order-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order-summary-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .order-summary-block {
    margin-top: 24px;
  }
}
.checkout-item-form-zakaz.item-form-zakaz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .checkout-item-form-zakaz.item-form-zakaz {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
.checkout-form-input.form-input {
  flex: 1;
  height: fit-content;
}
@media (max-width: 991px) {
  .checkout-form-input.form-input {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
}
.checkout-my-padding.my-padding {
  padding-inline: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .checkout-my-padding.my-padding {
    padding: 0 10px !important;
  }
}
.checkout {
  transform: none !important;
}
#adres {
  margin: 0;
}
#payment {
  margin: 0 !important;
}
.city {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}
.checkout-form-text.form-text {
  flex: 1;
  max-width: 200px;
}
.checkout-block-container.block-container {
  max-width: 1260px;
  margin: 0 auto;
  background: #fff;
}
.checkout-form-zakaz.form-zakaz h4 {
  background: #f0f0f0;
  padding: 13px 10px;
  display: block;
  margin: 0;
}
.checkout-form-zakaz.form-zakaz:nth-child(n+2) {
  margin-block: 32px;
}
.delivery__info__input__city,
#adres,
#comments {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 16px;
}
#comments {
  margin: 0;
}
.delivery__info__input__city:focus,
#adres:focus,
#comments:focus {
  outline: none;
  border-radius: 0 !important;
  border: 2px solid #55C380 !important;
}
.checkout-item-form-zakaz input[type='text'] {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 16px;
  margin: 0;
}
.checkout-item-form-zakaz input[type='text']:focus {
  outline: none;
  border-radius: 0 !important;
  border: 2px solid #55C380 !important;
}

.swiper-button-prev-upper, 
.swiper-button-next-upper {
  position: absolute;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
}

.swiper-button-prev-upper {
  left: 0;
}
.swiper-button-next-upper  {
  right: 0;
}

.new__password__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.new__password__wrapper form {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

@media(max-width: 600px) {
  .new__password__wrapper form {
    flex-direction: column;
  }
}

.new__password__wrapper form input[type="password"] {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  font-size: 15px;
  border: 2px solid #ccc;
  box-sizing: border-box;
}

.new__password__wrapper form input[type="password"]:focus {
  outline: none;
  border-radius: 0 !important;
  border: 2px solid #55C380 !important;
}

.new__password__wrapper form input[type="submit"],
.user__promocode-button {
  width: 100%;
  width: fit-content;
  background: none;
  color: #55C380;
  border: 2px solid #55C380;
  padding: 10px 24px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.new__password__wrapper form input[type="submit"]:hover,
.user__promocode-button:hover {
  background-color: #55C380;
  color: white;
}

@media (max-width: 600px) {

  .new__password__wrapper form input[type="password"],
  .new__password__wrapper form input[type="submit"],
  .user__promocode-button {
    max-width: none !important;
    width: 100% !important;
  }
}

.user__data-heading {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.user__data-heading span {
  background: #D5F9E2;
  padding: 2px 5px;
}

.user__promocode-button-link {
  width: fit-content;
}

.promo_bonus,
.user__data,
.orders_with_bonuser,
.promo_bonus,
.user__orders,
.user__goods,
.user__bonuses {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.controls {}

.profile__content a {
  color: #006200;
  font-size: 14px;
  margin-left: 4px;
}

.profile__content a:hover {
  text-decoration: none;
  color: #006200;
  font-size: 14px;
}

.user__data-link {
  margin: 0 !important;
}

.border {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  font-size: 16px;
  background-color: #fff;
  margin-top: 16px;
}

.border td {
  padding: 8px;
  border: 1px solid #e4e4e4;
  vertical-align: middle;
}

.user__orders-order {
  text-align: right;
}

.user__orders-order-done {
  background-color: #d5f9e2;
}

@media (max-width: 990px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}


.podcast__button:focus-visible {
  outline: none;
}

.product-swiper-button-next-upper {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in;
}
@media(min-width: 991px) {
  .product-swiper-button-next-upper {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in;
  }
  .js-single-product-thumbs:hover .product-swiper-button-next-upper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.video-swiper-guard {
  position: absolute;
  inset: 0;
  z-index: 2;
}