h1 {
  font-family: 'Arial', 'Verdana', sans-serif;
  font-size: 31px;
}
p {
  font-family: 'Arial';
  font-size: 20px;
}
li {
  font-family: 'Arial';
  font-size: 20px;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.swiper-button-next,
.swiper-button-prev,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: block;
}

.icon-check:before {
  content: "\e90f";
}

.icon-arrow-short:before {
  content: "\e90e";
}

.icon-information:before {
  content: "\e910";
}

.icon-close-sm:before {
  content: "\e90d";
}

.icon-close:before {
  content: "\e90c";
}

.icon-mark:before {
  content: "\e90b";
}

.icon-arrow:before,
.swiper-button-next:before,
.swiper-button-prev:before {
  content: "\e900";
}

.icon-calendar:before {
  content: "\e901";
}

.icon-cloud:before {
  content: "\e902";
}

.icon-eye:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-info:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-location:before {
  content: "\e907";
}

.icon-minus:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e909";
}

.icon-plus:before {
  content: "\e90a";
}

body {
  font-family: "Roboto", sans-serif;
  color: #273039;
  font-size: 1rem;
  min-width: 320px;
  min-height: 100%;
  line-height: normal;
}

body.menu-lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

[class*=__container] {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 100%;
  max-width: 85rem;
  padding: 0 1rem;
}

.fancybox__container {
  max-width: 100% !important;
  padding: 0;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.4);
}

.fancybox__content {
  color: inherit;
  background: none;
  padding: 0;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.popup {
  display: none;
  width: 100%;
  padding: 0;
  background: none;
  max-width: 30rem;
}

.popup.popup-lg {
  max-width: 48rem;
}

.popup__body {
  position: relative;
  width: 100%;
  padding: 1.875em;
  background: #ffffff;
  border-radius: 20px;
  color: #273039;
}

.popup__form {
  margin: 1.25em 0em 0em 0em;
}

.popup__title {
  text-align: center;
}

.popup__subtitle {
  margin: 1.3636363636em auto 0em;
  font-size: 18px;
  line-height: 1.3333333333;
  text-align: center;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.location {
  padding: 1.875em;
}

.location__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
}

.location__list {
  margin: 1.40625em -0.46875em 0em -0.46875em;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.location__item {
  padding: 0.46875rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

.location__btn {
  text-align: left;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.location__btn.active {
  font-weight: 500;
  color: #52a4ca;
  pointer-events: none;
}

.breadcrumbs {
  padding: 1.5rem 0;
}

.breadcrumbs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.breadcrumbs__item::before {
  content: "";
  width: 1rem;
  height: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.44em' height='1em' viewBox='0 0 7 16'%3E%3Cpath fill='currentColor' d='M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15'/%3E%3C/svg%3E");
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.breadcrumbs__link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  line-height: 120%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 0.875rem;
  font-weight: 300;
}

.title {
  font-weight: 700;
  font-size: 1.5rem;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.31rem;
}

.socials__item {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #99c023;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.socials__item svg {
  max-width: 1.25rem;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: inherit;
  border-radius: 50%;
  border: 0.09375rem solid currentColor;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1.75rem;
  transition: color 0.3s ease 0s;
  z-index: 2;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  color: currentColor;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next:disabled,
.swiper-button-next[aria-disabled=true],
.swiper-button-prev:disabled,
.swiper-button-prev[aria-disabled=true] {
  opacity: 0.5;
}

.swiper-button-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-pagination {
  margin-top: 1.25rem;
  position: static;
  bottom: auto;
  padding: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.3125rem;
  height: 0.3125rem;
  opacity: 1;
  color: #737474;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  background: currentColor;
  --swiper-pagination-bullet-horizontal-gap: 0.625rem;
  color: #737474;
  display: block;
}

.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%);
      -ms-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%);
  border: 1px solid currentColor;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s linear 0s;
  transition: -webkit-transform 0.2s linear 0s;
  -o-transition: transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 1.3125rem;
  height: 1.3125rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #1371d5;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

._loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: inherit;
  z-index: 2;
}

._loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 3px solid currentColor;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  z-index: 3;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #99c023;
  border-radius: 0.5rem;
}

.hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form__item:not(:last-child) {
  margin-bottom: 1rem;
}

.form__btn {
  margin-top: 1.5rem;
}

.form__input {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: #fff;
  border-radius: 0.375rem;
  border: 1px solid #ccc;
  padding: 1.1875rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.form__input:focus {
  border-color: #99c023;
}

.form__input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__input::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__input:-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__input::-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__input::placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__input:disabled {
  background: #dfe0e1;
  border-color: #dfe0e1;
}

.form__textarea {
  resize: none;
  height: 6.5rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: #fff;
  border-radius: 0.375rem;
  border: 1px solid #ccc;
  padding: 1.1875rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.form__textarea:focus {
  border-color: #99c023;
}

.form__textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__textarea::placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__textarea:disabled {
  background: #dfe0e1;
  border-color: #dfe0e1;
}

.form__privacy {
  margin: 1em 0em 0em 0em;
}

.form__privacy-link {
  color: #99c023;
  text-decoration: underline;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-weight: 500;
  border-radius: 0.3125rem;
  padding: 0.672em 1.776em;
  gap: 0.62rem;
}

.btn::before {
  width: 2.0625rem;
  height: 2.0625rem;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn.btn-secondary {
  background: #52a4ca;
  color: #fff;
}

.btn.btn-primary {
  background: #99c023;
  color: #fff;
}

.btn.btn-md {
  padding: 0.45em 2.55em;
}

.btn.btn-sm {
  padding: 0.45em 1.4em;
}

.btn.btn-fullwidth {
  width: 100%;
  padding-left: 0.45em;
  padding-right: 0.45em;
}

.btn:disabled,
.btn[aria-disabled=true] {
  cursor: default;
  color: #fff;
  background: #dfe0e1;
  pointer-events: none;
}

.header__top {
  padding: 1rem 0 0.9rem;
  background: #f5f5f5;
}

.header__top .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.95rem;
}

.header__location-current {
  color: #52a4ca;
  border-bottom: 0.0625rem dashed;
  margin-left: 0.25rem;
}

.header__top-menu {
  display: none;
}

.header__body {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
  padding: 1rem 0 1.5rem;
}

.header__body .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  margin-right: auto;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  margin-left: 1rem;
}

.header__contacts-icon {
  margin-top: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
}

.header__contacts-icon svg {
  max-width: 100%;
}

.header__contacts-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__contacts-link {
  font-weight: 500;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-size: 1rem;
}

.header__contacts-order {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #99c023;
  border-bottom: 0.0625rem dashed #dadada;
}

.header__contacts-subtitle {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  font-weight: 300;
}

.header__body-menu {
  display: none;
}

.header__body-menu ul a {
  border-bottom: 0.0625rem dashed;
  text-transform: uppercase;
  color: #666666;
}

.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}

.header.open-menu .header__menu {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.header__categories {
  background: #52a4ca;
  color: #fff;
  padding: 4rem 0 1.35rem;
}

.header__catalog {
  background: #99c023;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0em 0em 4rem 0em;
}

.header__catalog-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__catalog-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: flex;
  align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__catalog-item > a {
  padding: 1.4857142857em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.header__catalog-arrow {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header__catalog-arrow svg {
  pointer-events: none;
}

.submenu {
  display: none;
  width: 100%;
  font-size: 0.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.submenu li a {
  text-align: left;
  width: 100%;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 300;
}

.main-menu > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-menu__item {
  width: 100%;
}

.main-menu__item-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  width: 100%;
  text-align: left;
}

.main-menu__item-btn.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu__item-btn::after {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10l6 6l6-6' /%3E%3C/svg%3E");
}

.main-menu__list {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  gap: 2rem;
  row-gap: 0.75rem;
  z-index: 4;
  padding: 1.5rem 0rem 0rem;
}

.main-menu__list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1.35rem);
  background: #f0f0f0;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.main-menu__list-item {
  font-weight: 600;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-menu__list-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.main-menu__list-item > .main-menu__list-thumb {
  width: 3rem;
  height: 3rem;
}

.main-menu__list-thumb {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-menu__list-thumb img {
  border-radius: 50%;
  border: 0.125rem solid #fff;
}

.main-menu__list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-menu__list-caption {
  border-bottom: 0.0625rem dotted;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.25rem;
}

.main-menu__list-items {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.45rem;
}

.main-menu__list-items > a {
  font-weight: 400;
}

.icon-menu {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  min-width: 2.625rem;
  height: 1.5625rem;
  z-index: 11;
  margin-left: auto;
}

.icon-menu span {
  display: block;
  padding: 0.28125rem 0rem;
  width: 100%;
  -webkit-transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  -o-transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  will-change: transform;
}

.icon-menu span::before {
  content: "";
  display: block;
  height: 0.125rem;
  width: 100%;
  margin-left: auto;
  background: currentColor;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  will-change: transform;
}

.icon-menu span:first-child::before {
  width: 92%;
}

.icon-menu span:nth-child(2)::before {
  width: 82%;
}

.header.open-menu .icon-menu span {
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header.open-menu .icon-menu span::before {
  -webkit-transition: width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  transition: width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  -o-transition: transform 0.45s ease 0.35s, width 0.3s ease 0s;
  transition: transform 0.45s ease 0.35s, width 0.3s ease 0s;
  transition: transform 0.45s ease 0.35s, width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  width: 90%;
  background: #fff;
}

.header.open-menu .icon-menu span:first-child {
  -webkit-transform: translateY(0.71875rem);
      -ms-transform: translateY(0.71875rem);
          transform: translateY(0.71875rem);
}

.header.open-menu .icon-menu span:first-child::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header.open-menu .icon-menu span:nth-child(2) {
  opacity: 0;
}

.header.open-menu .icon-menu span:nth-child(3) {
  -webkit-transform: translateY(-0.71875rem);
      -ms-transform: translateY(-0.71875rem);
          transform: translateY(-0.71875rem);
}

.header.open-menu .icon-menu span:nth-child(3)::before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.footer {
  background: #f5f5f5;
  padding: 2rem 0;
}

.footer__container {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.footer__menu-caption {
  font-weight: 500;
  font-size: 1.4rem;
}

.footer__menu-list {
  margin-top: 1.125rem;
}

.footer__menu-item:not(:last-child) {
  margin-bottom: 0.75rem;
}

.footer__menu-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-size: 0.875rem;
  font-weight: 300;
}

.footer__socials {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.catalog {
  padding: 4rem 0 2.5rem;
}

.catalog__items {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog__item-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog__item-image img {
  width: auto;
  max-height: 15rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.catalog__item-name {
  margin-top: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.benefits {
  padding: 2.5rem 0;
  background: #f5f5f5;
}

.benefits__container {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.benefits__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  line-height: 150%;
}

.benefits__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.375rem;
          flex: 0 0 4.375rem;
}

.description {
  padding: 3.5rem 0 1rem;
  color: #6a6a82;
  line-height: 1.5;
}

.description__title {
  font-size: 1rem;
  font-weight: 400;
}

.description__text {
  margin-top: 1.25rem;
  font-size: 0.75rem;
}

.description__caption {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;
}

.blog {
  background: #f8f8f8;
  padding: 2.5rem 0;
}

.blog__list {
  margin-top: 1.5rem;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.blog__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.blog__item-image {
  padding-bottom: 63%;
  height: 0;
  position: relative;
  margin: -0.0625rem;
}

.blog__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__item-name {
  font-size: 0.9rem;
  padding: 1rem 1rem 2rem;
}

.product {
  padding: 1rem 0 3rem;
}

.product__title {
  font-size: 2rem;
  font-weight: 500;
}

.product__header {
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.product__side {
  display: contents;
}

.product__slider {
  min-width: 0;
}

.product__slider-main {
  width: 100%;
}

.product__slider-main .product__slide img {
  height: 10rem;
  width: auto;
}

.product__slide {
  text-align: center;
  height: auto;
}

.product__slider-thumbs {
  margin-top: 2rem;
}

.product__slider-thumbs .product__slide {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #ededed;
}

.product__slider-thumbs .product__slide img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__slider-thumbs .product__slide.swiper-slide-thumb-active {
  border: 0.0625rem solid #99c023;
}

.product__tabs {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.product__tab {
  border: 0.125rem solid transparent;
  padding: 0.5em 1em;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.product__tab.active {
  position: relative;
  border: 0.125rem solid #52a4ca;
}

.product__tab.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #52a4ca;
}

.product__info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__price {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.product__price-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__price-value {
  font-size: 1.5rem;
  font-weight: 500;
}

.product__price-sale {
  margin-top: 0.25rem;
  font-size: 1.5rem;
}

.product__price-footer {
  margin-top: 1rem;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  font-size: 1.125rem;
  font-weight: 500;
}

.product__info-markets {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__info-markets-caption {
  font-size: 1.5rem;
  font-weight: 500;
}

.product__info-markets-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.product__info-market {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5rem;
          flex: 0 0 3.5rem;
}

.product__info-market img {
  border-radius: 0.25rem;
}

.product__gallery {
  margin-top: 4rem;
}

.product__gallery-caption {
  font-size: 1.5rem;
  font-weight: 500;
}

.product__gallery-items {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.product__gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.5rem;
          flex: 0 0 4.5rem;
  height: 4.5rem;
}

.product__gallery-item img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__body {
  margin-top: 2rem;
}

.product__tab-content {
  display: none;
}

.product__tab-content.active {
  display: block;
}

.product__tab-content p:not(:last-child) {
  margin-bottom: 0.5rem;
}

.product__tab-content a {
  color: #52a4ca;
}

.product__tab-content ul {
  padding-left: 2rem;
  list-style: disc;
  line-height: 150%;
}

.product__tab-content ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.more {
  padding: 3rem 0 5rem;
}

.more__slider {
  margin-top: 2rem;
  overflow: visible;
}

.more__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15rem;
  height: auto;
  border: 0.0625rem solid #ededed;
  padding: 2rem;
}

.more__slide-image img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.more__slide-price {
  margin-top: 1rem;
  width: 100%;
  font-weight: 700;
  font-size: 1.5rem;
}

.more__slide-title {
  margin-top: 0.5rem;
}

@media (min-width: 575.98px) {
  [class*=__container] {
    padding: 0 2rem;
  }

  .popup__body {
    padding: 1.875em 3.75em;
  }

  .swiper-pagination {
    margin-top: 0.75rem;
  }

  .header__contacts-link {
    font-size: 1.125rem;
  }

  .footer__container {
    gap: 1rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .catalog__items {
    gap: 3rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .benefits__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .blog__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .product__slider-main .product__slide img {
    height: 15rem;
  }
}

@media (min-width: 766.98px) {
  .location__list {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
  }

  .socials {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .mobile-only {
    display: none;
  }

  .btn {
    font-size: 1.25rem;
  }

  .header__top-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: block;
  }

  .header__top-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem;
    gap: 1.5rem;
  }

  .header__contacts {
    margin-left: 3.3rem;
  }

  .main-menu__list.main-menu__list_lg {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .main-menu__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__container {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .catalog__items {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .catalog__item-name {
    font-size: 1.125rem;
  }
}

@media (min-width: 991.98px) {
  body.menu-lock {
    overflow: visible;
  }

  .header__top-menu {
    padding-right: 5rem;
  }

  .header__top-menu ul {
    gap: 2.5rem;
  }

  .header__body {
    padding: 1.55rem 0 2.2rem;
  }

  .header__logo {
    margin-right: 0;
  }

  .header__body-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: block;
  }

  .header__body-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }

  .header__menu {
    position: static;
    top: auto;
    left: auto;
    display: contents;
    width: auto;
    height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    overflow-y: visible;
    overflow-x: visible;
    background: none;
  }

  .header__categories {
    padding: 1.35rem 0;
  }

  .header__catalog {
    padding: 0;
  }

  .header__catalog-menu > ul {
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.5);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header__catalog-item {
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.5);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .submenu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    color: #273039;
    background: #fff;
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 100%;
    left: 0;
  }

  .submenu li a {
    font-weight: 400;
    border-bottom: 0.0625rem solid #f5f5f5;
    padding: 0.75rem 1rem;
  }

  .main-menu > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .main-menu__item {
    width: auto;
  }

  .main-menu__item-btn::after {
    display: none;
  }

  .main-menu__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    color: #273039;
    top: 100%;
    left: 0;
    position: absolute;
    padding: 3.5rem 6rem 4rem;
  }

  .main-menu__list.main-menu__list_lg {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .main-menu__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .main-menu__list-item {
    color: #52a4ca;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .main-menu__list-caption {
    color: #737573;
  }

  .icon-menu {
    display: none;
  }

  .blog__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .product__header {
    gap: 5rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .product__side {
    min-width: 0;
    display: block;
  }

  .product__slider-main .product__slide img {
    height: 20rem;
  }

  .product__tab {
    font-size: 1rem;
  }
}

@media (min-width: 1199.98px) {
  [class*=__container].container-sm {
    max-width: 70rem;
  }

  .socials {
    gap: 0.5rem;
  }

  .header__catalog-item > a {
    font-size: 0.875rem;
  }

  .header__catalog-item {
    gap: 1rem;
  }

  .submenu li a {
    padding: 1rem 2rem;
  }

  .catalog {
    padding: 12rem 0 2.5rem;
  }

  .catalog__items {
    gap: 4rem;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }

  .benefits__container {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .product__info-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1199.98px) {
  .desktop-only {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .submenu.open {
    display: block;
  }

  .main-menu__list.open {
    display: -ms-grid;
    display: grid;
  }
}

@media (max-width: 766.98px) {
  .pc-only {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .tablet-only {
    display: none !important;
  }
}

@media (any-hover: hover) {
  .popup__close:hover {
    color: #99c023;
  }

  .location__btn:hover {
    color: #52a4ca;
  }

  .breadcrumbs__link:hover {
    color: #99c023;
  }

  .socials__item:hover {
    background: #77951b;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    color: #4770ff;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #77951b;
  }

  .form__privacy-link:hover {
    text-decoration: none;
  }

  .btn.btn-secondary:hover {
    background-color: #378bb2;
  }

  .btn.btn-primary:hover {
    background: #77951b;
  }

  .header__location-current:hover {
    border-color: transparent;
  }

  .header__top-menu ul a {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }

  .header__top-menu ul a:hover {
    color: #99c023;
  }

  .header__contacts-link:hover {
    color: #99c023;
  }

  .header__contacts-order:hover {
    border-color: transparent;
  }

  .header__body-menu ul a:hover {
    border-color: transparent;
  }

  .header__catalog-item:hover .submenu {
    display: block;
  }

  .submenu li a {
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
  }

  .submenu li a:hover {
    background-color: #f5f5f5;
  }

  .main-menu__item:hover .main-menu__item-btn::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-bottom: 1.5rem solid #f0f0f0;
  }

  .main-menu__item:hover .main-menu__list {
    display: -ms-grid;
    display: grid;
  }

  .main-menu__list-item > a:hover {
    text-decoration: underline;
  }

  .main-menu__list-caption:hover {
    border-bottom: 0.0625rem solid;
  }

  .main-menu__list-items > a:hover {
    text-decoration: underline;
  }

  .footer__menu-link:hover {
    color: #99c023;
  }

  .catalog__item:hover .catalog__item-image img {
    -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
            transform: scale(1.025);
  }

  .product__tab-content a:hover {
    text-decoration: underline;
  }

  .more__slide:hover .more__slide-image img {
    -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
            transform: scale(1.025);
  }
}

@media (hover: none) {
  .header__catalog-arrow.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .submenu.open {
    display: block;
  }

  .main-menu__list.open {
    display: -ms-grid;
    display: grid;
  }
}