@charset "UTF-8";
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(../fonts/Gilroy-Regular.woff2) format("woff2"),url(../fonts/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(../fonts/Gilroy-Semibold.woff2) format("woff2"),url(../fonts/Gilroy-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format("woff2"),url(../fonts/Inter-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Light.woff2) format("woff2"),url(../fonts/Inter-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff2) format("woff2"),url(../fonts/Inter-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-SemiBold.woff2) format("woff2"),url(../fonts/Inter-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal
}
@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-Black.woff2) format("woff2"),url(../fonts/Roboto-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2"),url(../fonts/Inter-Regular.woff) format("woff");
  font-weight: 400;
  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
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 360px
}
body {
  color: #212121;
  line-height: 1;
  font-family: Inter;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden
}
button,
input,
textarea {
  font-family: Inter;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}
select {
  font-family: Inter
}
input,
textarea {
  width: 100%
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
body {
  background-color: #fff
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper > main {
  flex: 1 1 auto
}
.wrapper > * {
  min-width: 0
}
[class*=__container] {
  max-width: 91.875rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
.menu__body .dropdown-menu {
  width: 100%;
  position: relative;
  display: none;
  padding: 20px 30px;
  background-color: #fff;
  z-index: 99
}
.menu__body .open.dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 400
}
.icon-menu {
  display: none
}
body::after {
  content: "";
  background-color: hsla(0,0%,40%,.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  background-color: #fff;
  width: 100%;
  max-width: 587px;
  border-radius: 20px;
  position: relative
}
.lock .popup__content {
  visibility: visible
}
.popup-body .your-order {
  margin-bottom: 20px
}
.your-order__title {
  font-weight: 600
}
.your-order__list {
  border-radius: 15px;
  background: #edeff6;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 38px;
  max-height: 380px;
  overflow-x: auto
}
.your-order-item {
  display: flex;
  align-items: center;
  align-items: center;
  gap: 21px;
  width: 100%
}
.your-order-item__img {
  width: 96px;
  min-width: 96px;
  height: 96px;
  border-radius: 10px;
  overflow: hidden
}
.your-order-item__img img {
  width: 100%;
  height: 100%
}
.your-order-item__content {
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1 1 auto
}
.your-order-item__title {
  font-weight: 600;
  line-height: 1.5
}
.your-order-item__operations {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.your-order-item__price-box {
  display: flex;
  align-items: center;
  gap: 30px
}
.your-order-item__counter {
  display: flex;
  align-items: center;
  color: #666;
  gap: 11px;
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  display: flex
}
.your-order-item__counter input {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  color: #666;
  font-size: 14px;
  order: 2
}
.your-order-item__plus {
  order: 3
}
.your-order-item__minus {
  order: 1
}
.your-order-item__price {
  color: #666;
  font-weight: 600;
  font-size: 14px
}
.your-order-item__btn-clear .icon-svg {
  width: 12px;
  height: 12px;
  fill: #666
}
.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  outline: 0
}
.popup__close img {
  opacity: .8;
  width: 18px;
  height: 18px
}
.popup-total {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 65px
}
.popup-total__price {
  font-weight: 600;
  color: #7bdb56
}
.popup-btn {
  display: flex;
  justify-content: space-between
}
.popup-btn__close,
.popup-btn__place-order {
  width: calc(50% - 5px);
  color: #fff;
  padding: 16px 0!important;
  border-radius: 9px;
  text-align: center;
  transition: all .3s;
  cursor: pointer
}
.popup-btn__close {
  background-color: #fff;
  color: #7bdb56;
  border: 2px solid #7bdb56
}
.popup-btn__close:hover {
  background-color: #7bdb56;
  color: #fff
}
.popup-btn__place-order {
  background-color: #7bdb56;
  color: #fff;
  order: 2
}
.popup-btn__place-order:hover {
  color: #fff
}
.spollers {
  display: grid;
  gap: 15px
}
.spollers__item {
  font-size: 1.25rem
}
.spollers__title {
  width: 100%;
  background-color: #edeff6;
  cursor: default;
  text-align: left;
  padding: 1.875rem 1.875rem;
  border-radius: .3125rem;
  position: relative;
  list-style: none
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}
.spollers__title .spollers__circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #edeff6;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}
.spollers__title .spollers__circle img {
  width: 28%;
  height: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
}
.spollers__title._spoller-active .spollers__circle img {
  -webkit-transform: rotate(90deg) scale(-1,1);
  transform: rotate(90deg) scale(-1,1)
}
.spollers__body {
  padding: 1.25rem;
  border-radius: .3125rem
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.title-block {
  display: flex;
  align-items: center;
  gap: 20px
}
.title-block__text {
  text-transform: uppercase
}
.title-block__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  color: #2b5d50
}
.title-block__link .icon-svg {
  width: 26px;
  height: 16px
}
.block-title {
  display: flex;
  flex-direction: column;
  align-items: center
}
.block-title__title {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center
}
.block-title__subtitle {
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  max-width: 1000px
}
.bread {
  padding: 20px 0;
  background-color: #edeff6;
  overflow-x: auto;
  white-space: nowrap
}
.breadcrumbs {
  display: flex;
  font-size: 14px;
  gap: 30px;
  padding-right: 15px
}
.breadcrumbs__item {
  position: relative
}
.breadcrumbs__item span {
  opacity: .7
}
.breadcrumbs__item a::after,
.breadcrumbs__item a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 5px;
  background-color: #212121;
  right: -18px;
  top: 50%
}
.breadcrumbs__item a::before {
  -webkit-transform: translate(0,calc(-50% - 2px)) rotate(41deg);
  transform: translate(0,calc(-50% - 2px)) rotate(41deg)
}
.breadcrumbs__item a::after {
  -webkit-transform: translate(0,calc(-50% + 2px)) rotate(318deg);
  transform: translate(0,calc(-50% + 2px)) rotate(318deg)
}
.breadcrumbs__item a:hover {
  color: #7bdb56
}
.page-title {
  font-weight: 700
}
.header {
  position: relative
}
.menu-open .header__top {
  display: none
}
.header .header-top__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px
}
.header__main {
  border-top: 1px solid #dee5ed;
  border-bottom: 1px solid #dee5ed;
  padding-top: 15px;
  padding-bottom: 15px
}
.header .header-main__container {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.menu-open .header__nav {
  display: block
}
.header .header-nav__container {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__main-left {
  display: flex;
  align-items: center;
  gap: 15px
}
.header-language {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px
}
.header-language__link {
  color: #666;
  transition: all .3s
}
.header-language__link:hover {
  color: #7bdb56
}
.header-language span {
  color: #212121;
  transition: all .3s
}
.header-info {
  font-size: 13px;
  display: flex;
  gap: 20px
}
.header-info a {
  transition: all .3s
}
.header-info a:hover {
  color: #7bdb56
}
.header-logo img {
  width: 100%;
  height: auto
}
.search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #edeff6;
  border-radius: 9px;
  padding: 8px 16px;
  width: 100%;
  max-width: 600px
}
.search-bar .search-form {
  display: flex;
  align-items: center;
  width: 100%
}
.search-bar .search-button {
  background: 0 0;
  border: none;
  cursor: pointer;
  margin-right: 8px;
  display: flex;
  align-items: center
}
.search-bar .search-button svg {
  width: 20px;
  height: 18px
}
.search-bar .search-input {
  width: 100%;
  border: none;
  outline: 0;
  font-size: 13px;
  color: #212121;
  opacity: .8;
  background: 0 0
}
.search-bar .search-input::-webkit-input-placeholder {
  color: #212121;
  opacity: .8
}
.search-bar .search-input:-ms-input-placeholder {
  color: #212121;
  opacity: .8
}
.search-bar .search-input::-ms-input-placeholder {
  color: #212121;
  opacity: .8
}
.search-bar .search-input::placeholder {
  color: #212121;
  opacity: .8
}
.mob-search {
  display: none
}
.mob-search svg {
  width: 27px;
  height: 27px
}
.header-contact {
  position: relative
}
.header-contact__wrap {
  display: flex;
  gap: 5px;
  align-items: center
}
.header-contact__phone-icon svg {
  width: 19px;
  height: 18px
}
.header-contact__phone {
  color: #212121;
  font-weight: 700;
  cursor: pointer
}
.header-contact__dropdown svg {
  width: 14px;
  height: 8px
}
.active .header-contact__dropdown {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.header-contact__drop {
  display: none;
  flex-direction: column;
  padding: 20px 15px 20px 30px;
  gap: 20px;
  background-color: #fff;
  border: 1px solid #edeff6;
  z-index: 999;
  width: calc(100% + 60px);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500
}
.active .header-contact__drop {
  position: absolute;
  top: 100%;
  left: -30px;
  display: flex
}
.header-contact__drop a {
  transition: all .3s
}
.header-contact__drop a:hover {
  color: #7bdb56
}
.header-contact__phone {
  font-size: 16px
}
.header-contact__smalltitle {
  font-size: 18px;
  margin-bottom: 5px;
  color: #212121;
  font-weight: 600
}
.header-contact__time {
  font-weight: 400
}
.header-nav-menu {
  width: 100%
}
.header-nav-menu__list {
  display: flex
}
.header-nav-menu__li {
  font-weight: 600
}
.header-nav-menu__link {
  display: flex;
  align-items: center;
  gap: 7px;
  transition: all .3s;
  line-height: 1.5;
  padding: 15px 0
}
.header-nav-menu__link svg {
  width: 10px;
  height: 6px;
  top: -1px;
  transition: all .1s;
  fill: #212121
}
.active .header-nav-menu__link svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.header-nav-menu__link:hover {
  color: #7bdb56
}
.header-nav-menu__link:hover svg {
  fill: #7bdb56
}
.header-actions {
  display: flex;
  gap: 20px
}
.header-actions #cart {
  cursor: pointer
}
.header-actions__cart-circle {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 15px;
  width: 15px;
  background-color: #7bdb56;
  border-radius: 50%
}
.header-actions__cart-quantity {
  font-size: 12px;
  color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.header-actions__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative
}
.header-actions__name {
  display: none;
  font-size: 14px
}
.header-actions__my-account svg {
  width: 26px;
  height: 25px
}
.header-actions__compare svg {
  width: 23px;
  height: 25px
}
.header-actions__wishlist svg {
  width: 26px;
  height: 25px
}
.header-actions__menu img {
  width: 26px;
  height: 26px
}
.header-actions__menu.icon-menu:after,
.header-actions__menu.icon-menu:before {
  display: none!important
}
.header-actions__menu .header-actions__name {
  margin-top: 9px
}
.header-actions__contact img {
  width: 26px;
  height: 26px
}
.header-actions__cart {
  position: relative
}
.header-actions__cart svg {
  width: 21px;
  height: 25px
}
.ps-live-search-container {
  position: relative
}
.ps-live-search-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #212121;
  background-color: #fff;
  border: 1px solid #edeff6;
  border-radius: 9px;
  box-shadow: 0 .5em 1em rgba(0,0,0,.15);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  max-height: 450px;
  overflow-x: auto
}
.ps-live-search-list.show {
  display: block
}
.ps-live-search-list .ps-live-search-item,
.ps-live-search-list .ps-live-search-item-text {
  padding: 15px;
  display: flex;
  gap: 10px;
  align-items: center
}
.ps-live-search-list .ps-live-search-item-text:focus,
.ps-live-search-list .ps-live-search-item-text:hover,
.ps-live-search-list .ps-live-search-item:focus,
.ps-live-search-list .ps-live-search-item:hover {
  background-color: #edeff6;
  text-decoration: none
}
.ps-live-search-list .ps-live-search-item .thumb,
.ps-live-search-list .ps-live-search-item-text .thumb {
  width: 70px;
  height: 70px;
  min-width: 70px
}
.ps-live-search-list .ps-live-search-item .thumb img,
.ps-live-search-list .ps-live-search-item-text .thumb img {
  width: 100%;
  max-width: 100%
}
.ps-live-search-list .ps-live-search-item .info,
.ps-live-search-list .ps-live-search-item-text .info {
  display: flex;
  flex-direction: column;
  gap: 7px
}
.ps-live-search-list .ps-live-search-item .info .description,
.ps-live-search-list .ps-live-search-item-text .info .description {
  font-size: 13px;
  line-height: 1.3;
  padding: 0;
  margin: 0 auto 0 0;
  color: #666
}
.ps-live-search-list .ps-live-search-item .prices,
.ps-live-search-list .ps-live-search-item-text .prices {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 600;
  min-width: 100px
}
.ps-live-search-list .ps-live-search-item .prices .price-old,
.ps-live-search-list .ps-live-search-item-text .prices .price-old {
  font-size: 12px;
  color: #666;
  text-decoration: line-through
}
.ps-live-search-list .ps-live-search-item .prices .price-new,
.ps-live-search-list .ps-live-search-item-text .prices .price-new {
  font-size: 14px
}
.ps-live-search-list li {
  width: 100%;
  display: block
}
.ps-live-search-list .ps-live-search-subheader {
  border-bottom: 1px solid #edeff6;
  padding: 15px;
  width: 100%;
  display: block
}
.ps-live-search-list .ps-live-search-more {
  border-top: 1px solid #edeff6;
  padding: 15px;
  width: 100%;
  background-color: #edeff6;
  text-align: center;
  display: block
}
.ps-live-search-item-loading {
  display: block;
  padding-inline: 1em;
  padding-block: 1.3em;
  text-align: center
}
.mob-fix {
  display: none
}
.fix-product {
  display: none
}
.footer {
  background-color: #edeff6;
  line-height: 1.5;
  font-weight: 300
}
.footer__top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fafafa
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  opacity: .8
}
.footer-logo__img {
  margin-bottom: 16px
}
.footer-logo__img img {
  width: 100%;
  height: auto
}
.footer-logo__text {
  max-width: 339px;
  color: #666
}
.footer-logo__payments {
  margin-top: 16px
}
.footer-logo__payments img {
  max-width: 100%
}
.footer-links {
  display: flex
}
.footer-links__link {
  transition: all .3s
}
.footer-links__link:hover {
  color: #7bdb56
}
.footer-links__products {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.footer-links__products .footer-links__list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}
.footer-links__title {
  color: #212121;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px
}
.footer-links__item {
  margin-bottom: 10px
}
.footer-links__info {
  display: flex;
  flex-direction: column;
  gap: 16px
}
#messenger-widget {
  position: fixed;
  z-index: 1000
}
#main-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #7bdb56;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
  animation-name: rotate_fbicon;
  -webkit-animation-name: rotate_fbicon;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite
}
#main-button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
@keyframes rotate_fbicon {
  0% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg)
  }
  50% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg)
  }
  100% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg)
  }
}
@-webkit-keyframes rotate_fbicon {
  0% {
    -webkit-transform: rotate(-8deg)
  }
  50% {
    -webkit-transform: rotate(8deg)
  }
  100% {
    -webkit-transform: rotate(-8deg)
  }
}
#messenger-links {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: 100%;
  right: 0
}
#messenger-links a {
  display: block;
  padding: 10px
}
#messenger-links a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.hero__slider {
  position: relative
}
.hero__container {
  display: flex;
  align-items: center;
  height: 100%
}
.hero .swiper-slide {
  position: relative
}
.hero .swiper-slide__content {
  width: 100%;
  position: relative;
  background-size: cover
}
.hero .swiper-slide__info {
  color: #fff;
  max-width: 450px;
  z-index: 99;
  position: relative
}
.hero .swiper-slide__info-title {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.25rem
}
.hero .swiper-slide__info-subtitle {
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5625rem
}
.hero .swiper-slide__info-link {
  font-weight: 700;
  background-color: #7bdb56;
  padding: 12px 25px;
  border-radius: 4px
}
.hero .container-hero-slider {
  margin: 0 auto;
  max-width: 1740px
}
.hero .hero-swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  gap: 20px
}
.hero .hero-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  border-radius: 50%;
  background-color: #fff
}
.hero .hero-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #7bdb56
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: linear-gradient(to right,#000 0,transparent 100%);
  z-index: 99
}
.categories__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px
}
.categories__item {
  width: 16%;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 7px;
  background-color: #edeff6;
  border: 1px solid #edeff6;
  border-radius: 4px
}
.categories__item:hover {
  border: 1px solid #7bdb56;
  color: #7bdb56
}
.categories__item.categories__item68 {
  display: none!important
}
.categories__img {
  aspect-ratio: 126/92;
  width: 80%
}
.categories__img img {
  width: 100%;
  height: auto
}
.categories__text {
  font-weight: 700
}
.featured-products__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}
.featured-products__card {
  width: 32.5%;
  aspect-ratio: 100/150;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center
}
.featured-products__title {
  color: #7bdb56;
  font-weight: 500;
  text-transform: uppercase
}
.featured-products__name {
  color: #fff;
  font-weight: 700;
  line-height: normal;
  text-align: center
}
.featured-products__btn {
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  transition: all .3s
}
.featured-products__btn:hover {
  color: #fff;
  background-color: #7bdb56
}
.tabs {
  background-color: #fafafa
}
.tabs__head {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.tabs__content.hide {
  display: none
}
.tabs__content.show {
  display: block
}
.head__navs {
  display: flex;
  align-items: center;
  gap: 20px
}
.head__more {
  font-size: 14px;
  color: #666
}
.head__tab {
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
  color: #212121;
  opacity: .6
}
.head__tab.active {
  opacity: 1
}
.head__tab:hover {
  color: #7bdb56
}
.carousel-products {
  position: relative
}
.carousel-products-navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.carousel-products-navigation__next,
.carousel-products-navigation__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 47px;
  border-radius: 6px;
  background-color: #edeff6
}
.carousel-products-navigation__next svg,
.carousel-products-navigation__prev svg {
  width: 6px;
  height: 12px
}
.carousel-products-navigation__next.swiper-button-disabled,
.carousel-products-navigation__prev.swiper-button-disabled {
  opacity: .5
}
.prod-carousel {
  background-color: #fafafa
}
.prod-carousel__head {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.prod-carousel__head-title {
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
  color: #212121
}
.card {
  background-color: #fff;
  padding: 10px;
  border-radius: 9px;
  border: 1px solid #edeff6;
  position: relative
}
.card:hover {
  border: 1px solid #ccc
}
.card__img {
  margin-bottom: .625rem;
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden
}
.card__img img {
  width: 100%;
  height: auto
}
.card__sku {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  opacity: .7;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10
}
.card__title {
  font-weight: 600;
  line-height: 1.5
}
.card__body {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem
}
.card__price {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #edeff6;
  height: 25px
}
.card__new-price {
  font-size: 16px;
  font-weight: 700
}
.card__old-price {
  font-size: 13px;
  color: #666;
  opacity: .7;
  text-decoration: line-through
}
.card__sales {
  font-size: 13px;
  text-align: center;
  padding: 5px 7px;
  border: 1px solid #212121;
  border-radius: 4px
}
.card__status {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #666;
  font-size: 13px
}
.card__status img,
.card__status svg {
  width: 18px;
  height: 18px
}
.card__action {
  display: flex;
  align-items: center;
  gap: 10px
}
.card__btn {
  background-color: #7bdb56;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 4px;
  text-align: center;
  gap: 10px;
  transition: all .3s
}
.card__btn:hover {
  background-color: #212121
}
.card__compare,
.card__withlist {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.7px solid #666;
  opacity: .7;
  transition: all .3s
}
.card__compare:hover,
.card__withlist:hover {
  opacity: 1
}
.card__withlist svg {
  width: 16px;
  height: 13px
}
.card__compare svg {
  width: 16px;
  height: 16px
}
.description.cat {
  background-color: #fafafa
}
.description__block {
  margin-bottom: 1.25rem;
  text-align: justify
}
.description__item-title {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 1.25rem
}
.description__item-text {
  font-size: 16px;
  line-height: normal
}
.bestsellers__container {
  position: relative
}
.bestsellers-top {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.useful-articles__container {
  position: relative
}
.useful-articles__navigation {
  display: flex;
  align-items: center;
  gap: 15px
}
.useful-articles__navigation .useful-articles-button-next,
.useful-articles__navigation .useful-articles-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2b5d50
}
.useful-articles__navigation .useful-articles-button-next img,
.useful-articles__navigation .useful-articles-button-prev img {
  width: 34%;
  height: auto;
  padding-left: 9%
}
.useful-articles__navigation .useful-articles-button-next.swiper-button-disabled,
.useful-articles__navigation .useful-articles-button-prev.swiper-button-disabled {
  opacity: .5
}
.useful-articles__navigation .useful-articles-button-prev {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1)
}
.useful-articles-top {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.articles-slide {
  background-color: #fff;
  padding: 15px 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 70px
}
.articles-slide__img {
  margin-bottom: 1.5rem
}
.articles-slide__img img {
  width: 100%
}
.articles-slide__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  text-align: center;
  line-height: normal
}
.articles-slide__text {
  text-align: center;
  font-size: 14px;
  line-height: normal
}
.articles-slide__btn {
  text-transform: uppercase;
  border: 1px solid #212121;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.our-products__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  gap: 15px
}
.our-products__navigation .our-products-button-next,
.our-products__navigation .our-products-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2b5d50
}
.our-products__navigation .our-products-button-next img,
.our-products__navigation .our-products-button-prev img {
  width: 34%;
  height: auto;
  padding-left: 9%
}
.our-products__navigation .our-products-button-next.swiper-button-disabled,
.our-products__navigation .our-products-button-prev.swiper-button-disabled {
  opacity: .5
}
.our-products__navigation .our-products-button-prev {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1)
}
.our-products-slide {
  background-color: #faf9f9;
  padding: 20px 20px
}
.our-products-slide__img {
  width: 100%;
  height: 73px;
  margin-bottom: 1.25rem
}
.our-products-slide__title {
  text-transform: uppercase;
  color: #ec7304;
  margin-bottom: 1.25rem
}
.our-products-slide__text {
  line-height: normal;
  margin-bottom: 1.25rem
}
.our-products-slide__link {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #2b5d50
}
.our-products-slide__link .icon-svg {
  width: 26px;
  height: 16px
}
.power-nature__container {
  display: flex;
  flex-direction: column;
  align-items: center
}
.power-nature__body {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  flex-wrap: wrap
}
.power-nature .block-title__subtitle {
  max-width: 780px
}
.power-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  width: 30%;
  border-bottom: 1px solid #212121;
  border-top: 1px solid #212121;
  margin-bottom: -1px;
  padding: 18px 0
}
.subcats {
  display: flex;
  gap: 15px;
  overflow-x: auto
}
.subcats__item {
  background-color: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 4px;
  padding: 15px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  gap: 7px;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal
}
.subcats__item:hover {
  border: 1px solid #7bdb56;
  color: #7bdb56
}
.subcats__img img {
  width: 100%;
  height: auto
}
.main-catalog__container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px
}
.main-catalog__side {
  width: calc(25% - 10px)
}
.main-catalog__content {
  display: flex;
  flex-wrap: wrap
}
.main-catalog__content .card {
  width: calc(33% - 20px);
  margin: 10px
}
.main-catalog__items {
  margin-bottom: 40px
}
.block-catalog {
  width: calc(85% - 10px)
}
.block-catalog.full-width {
  width: 100%;
  margin: 0
}
.block-catalog__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 15px 15px 15px
}
.block-catalog__filter {
  visibility: hidden;
  display: none;
  padding: 17px 21px;
  text-align: center;
  border-radius: 9px;
  background-color: #7bdb56;
  color: #fff;
  align-items: center;
  gap: 10px;
  justify-content: center;
  transition: all .3s
}
.block-catalog__filter svg {
  width: 20px;
  height: 20px
}
.block-catalog__filter:hover {
  background-color: #7bdb56
}
.block-catalog__count {
  font-size: 14px;
  color: #666
}
.catalog-side {
  display: block;
  padding-bottom: 1.875rem
}
.catalog-side__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .9375rem;
  margin-bottom: 30px;
  min-height: 60px
}
.catalog-side__filter-label {
  font-size: 1.2rem;
  font-style: normal;
  line-height: 120%;
  text-transform: uppercase
}
.catalog-side__close {
  padding: .225rem;
  display: none
}
.catalog-side__icon {
  display: block;
  position: relative;
  width: 1.875rem;
  height: 1.125rem;
  z-index: 5
}
.catalog-side__icon span,
.catalog-side__icon:after,
.catalog-side__icon:before {
  content: "";
  transition: all .3s ease 0s;
  right: 0;
  position: absolute;
  width: 100%;
  height: .125rem;
  background-color: #212121
}
.catalog-side__icon span {
  width: 0
}
.catalog-side__icon:before {
  top: calc(50% - .0625rem);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.catalog-side__icon:after {
  bottom: calc(50% - .0625rem);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.catalog-side__title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  cursor: pointer;
  text-align: left;
  padding: 1.5rem;
  border-radius: .4375rem;
  background: #edeff6;
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .625rem
}
.catalog-side__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  width: 1.6875rem;
  height: 1.6875rem;
  transition: all .3s;
  position: relative
}
.catalog-side__title span:before {
  content: "";
  position: absolute;
  color: #fff;
  transition: all .3s;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjM3NSA2LjY1NjI1QzcuNTYyNSA2Ljg0Mzc1IDcuNTYyNSA3LjE4NzUgNy4zNzUgNy4zNzVMMS4zNzUgMTMuMzc1QzEuMTg3NSAxMy41NjI1IDAuODQzNzUgMTMuNTYyNSAwLjY1NjI1IDEzLjM3NUMwLjQ2ODc1IDEzLjE4NzUgMC40Njg3NSAxMi44NDM4IDAuNjU2MjUgMTIuNjU2Mkw2LjMxMjUgN0wwLjY1NjI1IDEuMzc1QzAuNDY4NzUgMS4xODc1IDAuNDY4NzUgMC44NDM3NSAwLjY1NjI1IDAuNjU2MjVDMC44NDM3NSAwLjQ2ODc1IDEuMTg3NSAwLjQ2ODc1IDEuMzc1IDAuNjU2MjVMNy4zNzUgNi42NTYyNVoiIGZpbGw9IiMzNjRDNDQiLz4KPC9zdmc+Cg==)
}
.catalog-side__body {
  -webkit-transform: translate(0,-2px);
  transform: translate(0,-2px);
  border-radius: 0 0 .4375rem .4375rem;
  background: #edeff6;
  padding: 0 1.5rem 1.5rem 1.5rem
}
.catalog-side__item:not(:last-child) {
  margin-bottom: 1.25rem
}
.catalog-side__text {
  transition: all .3s;
  -ms-grid-row-align: center;
  align-self: center
}
.sorts {
  display: flex;
  align-items: center;
  gap: 10px
}
.sorts__ttl {
  font-size: 14px;
  color: #666
}
.select-menu {
  width: 250px
}
.select-menu .select-btn {
  display: flex;
  height: 34px;
  background: #edeff6;
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between
}
.select-menu .options {
  position: absolute;
  width: 250px;
  overflow-y: auto;
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  opacity: 0;
  display: none
}
.select-menu .options .option {
  display: flex;
  cursor: pointer;
  padding: 10px 16px;
  align-items: center;
  background: #fff
}
.select-menu .options .option:hover {
  background: #edeff6
}
.select-menu .select-btn {
  display: flex;
  align-items: center;
  gap: 10px
}
.select-menu .select-btn svg {
  width: 10px;
  height: 6px;
  transition: .3s
}
.select-menu .active .select-btn svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.select-menu.active .options {
  display: block;
  opacity: 1;
  z-index: 10;
  z-index: 999
}
.range-catalog {
  border-radius: .4375rem;
  background: #edeff6;
  padding: 1.625rem 1.3125rem
}
.range-catalog__title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .7rem
}
.range-catalog .ocf-value-slider {
  margin-bottom: 1rem
}
.catalog-side__block:not(:last-child) {
  margin-bottom: 1.375rem
}
.checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%
}
.checkbox .checkbox__input {
  width: 20px;
  height: 20px
}
.sticker-catalog {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: .3125rem;
  z-index: 99
}
.sticker-catalog .sticker-rectangle {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  text-align: center
}
.sticker-catalog .sticker-rectangle.sticker-special {
  background-color: #ff8c00
}
.sticker-catalog .sticker-rectangle.sticker-bestseller {
  background-color: #7bdb56
}
.sticker-catalog .sticker-rectangle.sticker-new {
  background-color: #212121
}
.main-description {
  background-color: #edeff6
}
.main-description__content {
  display: block;
  width: 70%;
  margin: 0 auto;
  line-height: 1.7
}
.main-description__content h2,
.main-description__content h3,
.main-description__content h4,
.main-description__content h5,
.main-description__content h6 {
  text-transform: uppercase;
  text-align: center;
  color: #7bdb56
}
.main-description__content p {
  margin-bottom: 15px
}
.main-description__content ol,
.main-description__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0
}
.main-description__content ol li,
.main-description__content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px
}
.main-description__content ol li:before,
.main-description__content ul li:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  background-color: #7bdb56;
  width: 4px;
  height: 4px;
  border-radius: 4px
}
.read-more__link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px
}
.read-more__link-wrap .read-more__link {
  font-style: italic;
  padding-bottom: 3px;
  color: #7bdb56;
  border-bottom: 1px solid #7bdb56
}
.read-more__link-wrap .read-more__link:hover {
  color: #7bdb56;
  border-bottom: 1px solid #7bdb56
}
.pagging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 40px 0
}
.pagging__arrow {
  background-color: #7bdb56;
  border: .0625rem solid #7bdb56;
  border-radius: .4375rem;
  display: flex;
  justify-content: center;
  border-radius: .4375rem;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100px
}
.pagging__list {
  display: flex;
  gap: .575rem
}
.pagging__item {
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border: .0625rem solid #7bdb56;
  border-radius: .4375rem;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  width: 45px;
  height: 45px;
  border-radius: 100px
}
.pagging__item:hover {
  background-color: #7bdb56;
  color: #fff
}
.pagging .active {
  color: #7bdb56
}
.active .pagging__item {
  background-color: #7bdb56;
  color: #fff
}
.no-products__container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px
}
.btn {
  margin: 0 auto;
  max-width: 15.9375rem;
  width: 100%;
  border-radius: .4375rem;
  border: .0625rem solid #7bdb56;
  background-color: #7bdb56;
  padding: 1.1rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  transition: all .3s;
  gap: 5px
}
.btn:hover {
  background-color: #212121;
  border: .0625rem solid #212121
}
.new_form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  max-width: 100%
}
.new_form #textmainInputS {
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 9px 0 0 9px;
  width: 100%;
  font-size: 14px;
  outline: 0
}
.new_form #searchmainbtnS {
  padding: 15px 20px;
  background-color: #212121;
  color: #fff;
  font-size: 14px;
  border-radius: 0 9px 9px 0;
  height: 48px;
  max-width: 120px;
  cursor: pointer;
  transition: all .3s
}
.new_form #searchmainbtnS:hover {
  background-color: #7bdb56
}
.sm-desc {
  font-size: 1.3rem;
  line-height: 1.7
}
.product-info__container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px
}
.product-info__col-gallery {
  width: 40%;
  position: relative;
  display: flex;
  gap: 15px
}
.product-info__col-main {
  width: 34%;
  display: flex;
  flex-direction: column;
  gap: 20px
}
.product-info__col-info {
  width: 26%;
  display: flex;
  flex-direction: column;
  gap: 15px
}
.product-info__top {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.product-info__rating {
  display: flex;
  align-items: center;
  gap: 15px
}
.product-info__stars {
  display: flex;
  gap: 7px
}
.product-info__stars span.yellow svg {
  fill: #ff8c00
}
.product-info__stars span.gray svg {
  fill: #edeff6
}
.product-info__stars svg {
  width: 15px;
  height: 15px;
  fill: #edeff6
}
.product-info__reviews {
  color: #666;
  font-size: 14px
}
.product-info__title {
  font-weight: 700;
  line-height: 1.5
}
.product-info__sku {
  font-size: 14px;
  color: #666
}
.product-info__price {
  display: flex;
  gap: 15px;
  align-items: end
}
.product-info__main-price {
  font-weight: 700;
  color: #7bdb56
}
.product-info__old-price {
  color: #666;
  text-decoration: line-through
}
.product-info__attributes {
  font-weight: 300;
  font-size: 14px
}
.product-info__attributes li {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 0
}
.attr .product-info__attributes li {
  width: 50%;
  padding: 12px 0
}
.product-info__attributes li:not(:last-child) {
  border-bottom: 1px solid #edeff6
}
.attr .product-info__attributes li:not(:last-child) {
  border-bottom: 1px solid #fff
}
.product-info__action {
  display: flex;
  gap: 10px
}
.product-info__counter {
  display: flex;
  align-items: center;
  color: #212121;
  border: 1px solid #edeff6;
  border-radius: 4px;
  font-weight: 500
}
.product-info__minus,
.product-info__plus {
  padding: 18px;
  width: 40px;
  height: 51px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}
.product-info__quantity input {
  width: 40px;
  height: 51px;
  text-align: center;
  padding: 15px
}
.product-info #button-cart {
  width: 100%;
  height: 51px;
  background-color: #7bdb56;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: all .3s;
  border-radius: 9px
}
.product-info #button-cart:hover {
  background-color: #212121
}
.product-info__buttons-list {
  display: flex;
  align-items: center
}
.product-info__smbtn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-weight: 500;
  transition: all .3s;
  opacity: .7
}
.product-info__smbtn:hover {
  color: #7bdb56;
  opacity: 1
}
.product-info__smbtn-icon {
  width: 35px;
  height: 35px;
  border: 2px solid #666;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center
}
.product-info__smbtn-icon.wishlist svg {
  width: 16px;
  height: 13px
}
.product-info__smbtn-icon.compare svg {
  width: 16px;
  height: 16px
}
.product-info__informer {
  background-color: #edeff6;
  border-radius: 15px;
  overflow: hidden;
  line-height: 1.2
}
.product-info__informer-ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  border-bottom: 1px solid #fff
}
.product-info__informer-icon svg {
  width: 20px;
  height: 16px
}
.product-info__informer-list {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.product-info__informer-item {
  display: flex;
  gap: 7px;
  font-size: 13px
}
.product-info__informer-item .ttl {
  font-weight: 500;
  font-size: 14px
}
.product-info__informer-item .desc {
  color: #666;
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 14px
}
.block-product__slider {
  width: calc(100% - 87px)
}
.block-product__slider-2 {
  width: 62px
}
.block-product__slide {
  width: 100%
}
.block-product__slide img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden
}
.block-product__slider-2 .block-product__slide {
  height: auto!important;
  max-width: 60px;
  cursor: pointer;
  margin-left: -4px
}
.block-product__slider-2 .swiper-slide-thumb-active {
  outline: 1px solid #7bdb56;
  border-radius: 4px;
  overflow: hidden
}
.block-product__slider-2 .swiper-wrapper {
  padding: 5px
}
.block-product__slider-2 img {
  width: 100%;
  height: auto
}
.block-product__slider-2 .block-product__slider-2-navigation {
  display: none
}
.block-product__slider-2-next,
.block-product__slider-2-prev {
  display: none
}
.block-product__slider {
  position: relative
}
.block-product__slider .block-product__pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  gap: 7px
}
.block-product__slider .block-product__pagination .swiper-pagination-bullet {
  position: relative;
  border-radius: 50%;
  background-color: #edeff6
}
.block-product__slider .block-product__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #7bdb56
}
.video {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99
}
.video__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  height: 57px;
  background-color: #edeff6;
  border-radius: 9px;
  border: 1px solid #edeff6;
  transition: all .3s
}
.video__btn:hover {
  border: 1px solid #7bdb56
}
.video__btn svg {
  width: 15px;
  height: 19px
}
.info-tabs__container {
  background-color: #edeff6;
  border-radius: 15px
}
.desc {
  line-height: 1.5;
  font-size: 16px;
  text-align: justify
}
.desc div,
.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6,
.desc img,
.desc ol,
.desc p,
.desc ul {
  margin-bottom: 15px
}
.desc p {
  text-indent: 20px
}
.desc p img {
  width: 100%!important;
  margin-left: -10px
}
.desc b,
.desc strong {
  font-weight: 600
}
.desc a {
  color: #7bdb56;
  font-weight: 600;
  display: inline
}
.desc a:hover {
  color: #212121
}
.desc img {
  border-radius: 9px;
  overflow: hidden;
  width: 100%;
  max-width: 100%
}
.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6 {
  font-weight: 700;
  font-size: 18px
}
.desc ul {
  padding: 0 0 0 20px;
  list-style: none
}
.desc ul li {
  position: relative;
  padding-left: 15px
}
.desc ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #7bdb56
}
.desc ol {
  padding: 0 0 0 18px;
  list-style-type: none;
  counter-reset: num
}
.desc ol li {
  position: relative;
  margin: 0;
  padding-left: 15px
}
.desc ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  color: #7bdb56;
  font-weight: 600
}
.attr {
  width: 100%
}
.reviews {
  display: flex;
  justify-content: space-between;
  width: 100%
}
.reviews__col {
  width: 48%
}
.title-sm {
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
  color: #212121;
  margin-bottom: 30px
}
.popup__lines {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.popup__line input,
.popup__line textarea {
  background-color: #fff;
  border: 1px solid rgba(54,76,68,.5)
}
.popup__reviews {
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.popup__button {
  width: 100%
}
.popup__input {
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #edeff6;
  font-size: 14px
}
#reviewstar {
  overflow: hidden;
  position: relative;
  float: left;
  display: flex;
  flex-direction: row-reverse
}
#reviewstar input {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 33px;
  height: 30px;
  margin: 0
}
#reviewstar input:checked ~ label {
  color: #ff8c00
}
#reviewstar label {
  float: right;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #666;
  transition: .3s all;
  font-size: 30px;
  display: block
}
#reviewstar label:hover,
#reviewstar label:hover ~ label {
  color: #ff8c00
}
.reviews-product__items {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.item-reviews {
  background-color: #fafafa;
  border-radius: 9px
}
.item-reviews:last-child {
  border-bottom: 0
}
.item-reviews__text {
  width: 100%
}
.item-reviews__top {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.875rem
}
.item-reviews__bottom {
  padding: 15px;
  margin-top: 15px;
  background-color: #fff;
  border: 1px solid #edeff6;
  border-radius: 4px;
  font-size: 14px;
  line-height: 150%;
  width: 100%
}
.item-reviews__by {
  display: flex;
  align-items: center;
  gap: 1.375rem
}
.item-reviews__by:not(:last-child) {
  margin-bottom: 1.1875rem
}
.item-reviews__name {
  font-style: normal;
  font-weight: 700;
  line-height: 150%
}
.item-reviews__stars {
  display: flex;
  align-items: center;
  font-size: 18px
}
.item-reviews__stars .gray {
  color: #edeff6
}
.item-reviews__stars .yellow {
  color: #ff8c00
}
.item-reviews__text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%
}
.item-reviews__date {
  display: flex;
  -ms-grid-row-align: start;
  align-self: start;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: auto
}
.item-reviews__date:before {
  color: #aaa
}
.answer_admin {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px
}
#review .product__reviews {
  border-bottom: 0
}
.checkbox__label {
  font-size: 14px;
  opacity: .8;
  color: #666
}
#review .product__label-reviews {
  text-align: center
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0,0%,40%,.7);
  z-index: 1000;
  justify-content: center;
  align-items: center
}
.modal__content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #212121;
  border-radius: 9px;
  overflow: hidden
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: 0 0;
  color: #fff;
  font-size: 24px;
  border: none;
  cursor: pointer;
  z-index: 1
}
.modal__video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.modal__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9
}
.sticker-product {
  display: flex;
  align-items: center;
  gap: 3px
}
.sticker-product .sticker-rectangle {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  text-align: center
}
.sticker-product .sticker-rectangle.sticker-special {
  background-color: #ff8c00
}
.sticker-product .sticker-rectangle.sticker-bestseller {
  background-color: #7bdb56
}
.sticker-product .sticker-rectangle.sticker-new {
  background-color: #212121
}
.text-page {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  text-align: justify
}
.text-page .button .btn {
  margin: 20px 0 0 0;
  color: #fff;
  display: block;
  text-align: center
}
#common-success p {
  text-indent: 0!important
}
.information {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative
}
.information__container {
  display: flex;
  align-items: start;
  position: relative
}
.aside {
  background-color: #edeff6;
  border-radius: 8px;
  min-width: 25%
}
.aside__list {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.aside__item {
  transition: all .3s
}
.aside__item.active .aside__link {
  color: #7bdb56
}
.aside__item:hover .aside__link {
  color: #7bdb56
}
.information-content {
  background-color: #fafafa;
  border-radius: 9px;
  flex: 1
}
.information-content form {
  max-width: 780px
}
.information-content .form-block {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.information-content .form-block__title {
  font-weight: 600
}
.information-content .form-block__input {
  background-color: #edeff6;
  border: 1px solid #edeff6;
  padding: 15px;
  border-radius: 4px
}
.information-content .form-block__btn {
  width: 100%;
  max-width: 100%
}
.checkout {
  position: relative
}
.checkout__container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px
}
.checkout-form {
  background-color: #faf9f9;
  width: 49%;
  border-radius: 15px
}
.checkout-form .order-form {
  width: 100%
}
.checkout-form h2 {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 15px
}
.checkout-form .form-group {
  margin-bottom: 20px
}
.checkout-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px
}
.checkout-form label span {
  color: red;
  font-size: 13px;
  margin-left: 5px
}
.checkout-form input,
.checkout-form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  outline: 0;
  color: #666;
  background-color: #fafafa
}
.checkout-form input::-webkit-input-placeholder {
  color: #aaa
}
.checkout-form input:-ms-input-placeholder {
  color: #aaa
}
.checkout-form input::-ms-input-placeholder {
  color: #aaa
}
.checkout-form input::placeholder {
  color: #aaa
}
.checkout-form button.submit-btn {
  background-color: #7bdb56;
  color: #fff;
  font-size: 1rem;
  padding: 15px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  margin-top: 30px;
  transition: all .3s
}
.checkout-form button.submit-btn:hover {
  background-color: #212121
}
.your-cart {
  background-color: #edeff6;
  border-radius: 15px;
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-bottom: 30px
}
.your-cart__title {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 15px;
  width: 100%
}
.your-cart__title a {
  padding: 4px 10px;
  background-color: #666;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  transition: all .3s
}
.your-cart__title a:hover {
  background-color: #7bdb56
}
.your-cart .cart-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding-bottom: 30px
}
.your-cart .cart-list::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0
}
.your-cart .cart-item {
  background-color: #faf9f9;
  display: flex;
  gap: 10px;
  padding: 18px;
  border-radius: 4px
}
.your-cart .cart-item__img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden
}
.your-cart .cart-item__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 0 5px 0 5px
}
.your-cart .cart-item__title {
  font-weight: 600;
  line-height: 1.5;
  padding-right: 10px
}
.your-cart .cart-item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px
}
.your-cart .cart-item__cost {
  font-size: 14px;
  font-weight: 600;
  color: #666
}
.your-cart .cart-item .counter {
  display: flex;
  align-items: center;
  line-height: 0;
  color: #666
}
.your-cart .cart-item .counter__input {
  font-size: 14px;
  width: 25px;
  outline: 0;
  text-align: center
}
.your-cart .cart-item .remove-item {
  font-size: 24px
}
.your-cart .cart-item__price {
  font-size: 14px
}
.cart-values {
  max-width: 250px;
  width: 250px;
  position: relative
}
.cart-values__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}
.cart-values__title {
  color: #666
}
.cart-values__value {
  font-weight: 600
}
.cart-values__total .cart-values__value {
  font-size: 22px;
  color: #7bdb56
}
.order-history .spollers__grid-item {
  font-size: 14px
}
.order-history .spollers__grid-item:nth-child(1) {
  width: 15%
}
.order-history .spollers__grid-item:nth-child(2) {
  width: 37%
}
.order-history .spollers__grid-item:nth-child(3) {
  width: 27%
}
.order-history .spollers__grid-item.last {
  min-width: 30px
}
.order-history .spollers__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 30px;
  gap: 10px
}
.order-history .spollers__body {
  background-color: #fff
}
.order-history .block-info__list {
  margin-bottom: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 15px
}
.order-history__list {
  margin-bottom: 30px
}
.order-history__item {
  display: flex;
  align-items: center;
  gap: 20px
}
.order-history__img {
  width: 109px
}
.order-history__img img {
  width: 100%;
  height: auto
}
.order-history__body {
  flex: 1;
  display: flex;
  justify-content: space-between;
  font-size: 14px
}
.order-history__left {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.order-history__size {
  font-size: 14px
}
.order-history__price {
  font-size: 14px;
  display: flex;
  gap: 10px
}
.order-history__quantity {
  display: flex;
  align-items: center
}
.order-history__cost {
  display: flex;
  align-items: center
}
.order-history__btn-wrapper {
  display: flex;
  align-items: center
}
.order-history__btn {
  padding: 15px 20px;
  background-color: #7bdb56;
  color: #fff;
  border-radius: 8px
}
.order-history__button {
  margin-top: 20px;
  padding: 15px 30px;
  background-color: #7bdb56;
  color: #fff;
  border-radius: 8px
}
.order-history .form-block__title {
  margin-bottom: 15px
}
.spollers__body .cart-values__item {
  font-size: 16px
}
.spollers__body .cart-values__item .cart-values__title {
  text-transform: none
}
.spollers__body .cart-values__item .cart-values__total {
  color: #2b5d50;
  font-size: 18px
}
.modal-open {
  overflow: hidden
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}
.modal .popup__close {
  right: 0;
  top: 0
}
.modal .welcome.popup__title {
  margin-bottom: 30px
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  transform: translate(0,-25%)
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  transform: translate(0,0)
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.modal-content {
  padding: 2.5rem;
  width: 100%;
  max-width: 29.6875rem;
  border-radius: .3125rem;
  background: #fff;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  position: relative
}
.modal-backdrop {
  content: "";
  background-color: rgba(54,76,68,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.in {
  opacity: .5
}
.modal-footer {
  margin-top: 30px
}
.modal-header {
  position: relative
}
.alert {
  font-size: 14px;
  margin-bottom: 20px
}
.alert.alert-danger {
  color: #891313
}
.alert.alert-success {
  color: #7bdb56
}
.my-reviews__item {
  background-color: #edeff6;
  border-radius: 8px;
  margin-bottom: 1.25rem
}
.my-reviews-card {
  display: flex
}
.my-reviews-card__body {
  flex: 1;
  border-left: 1px solid #fff
}
.my-reviews-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem
}
.my-reviews-card__stars .yellow {
  color: #ff8c00
}
.my-reviews-card__stars .gray {
  color: #fff
}
.my-reviews-card__title {
  text-transform: uppercase;
  margin-bottom: 1.25rem
}
.my-reviews-card__text {
  line-height: normal
}
.my-reviews-product {
  width: 32%;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px
}
.my-reviews-product__img {
  border-radius: 4px;
  width: 100px;
  overflow: hidden
}
.my-reviews-product__img img {
  max-width: 100%
}
.my-reviews-product__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px
}
.my-reviews-product__title {
  text-align: center;
  font-size: 14px;
  line-height: 1.2
}
.my-reviews-admin {
  border-top: 1px solid #fff
}
.my-reviews-admin__title {
  margin-bottom: .9375rem
}
.my-reviews-admin__text {
  line-height: normal
}
.compare-wrap {
  padding-top: 40px;
  padding-bottom: 40px
}
table {
  background-color: transparent
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}
th {
  text-align: left
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}
.table > tbody > tr > td:nth-child(1) {
  color: #666
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0
}
.table > tbody + tbody {
  border-top: 2px solid #ddd
}
.table .table {
  background-color: #fff
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px
}
.table-bordered {
  border: 1px solid #ddd
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none
}
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th {
  background-color: #f5f5f5
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active {
  background-color: #e8e8e8
}
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th {
  background-color: #dff0d8
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success {
  background-color: #d0e9c6
}
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th {
  background-color: #d9edf7
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info {
  background-color: #c4e3f3
}
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th {
  background-color: #fcf8e3
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning {
  background-color: #faf2cc
}
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th {
  background-color: #f2dede
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger {
  background-color: #ebcccc
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto
}
.scroll-table-body {
  overflow-y: auto;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee
}
.scroll-table table {
  width: 100%;
  table-layout: fixed;
  border: none
}
.scroll-table-body ::-webkit-scrollbar {
  width: 6px
}
.scroll-table-body ::-webkit-scrollbar-track {
  background-color: #edeff6
}
.scroll-table-body ::-webkit-scrollbar-thumb {
  background-color: #fafafa
}
.custom-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: hsla(0,0%,40%,.7)
}
.custom-modal-content {
  background-color: #fff;
  margin: 15% auto;
  width: 600px;
  max-width: 98%;
  border-radius: 9px
}
.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #edeff6
}
.custom-modal-title {
  margin: 0;
  font-size: 1.2em;
  font-weight: 500
}
.custom-modal-close {
  font-size: 24px;
  font-weight: 700;
  cursor: pointer
}
.custom-modal-close img {
  width: 20px;
  height: 20px
}
.custom-modal-body {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center
}
.custom-modal-body a {
  display: inline
}
.custom-modal-body a:hover {
  color: #7bdb56
}
.custom-modal-footer {
  display: flex;
  justify-content: space-between
}
.custom-modal-footer .btn {
  width: 49%;
  padding: 13px 15px;
  border: none;
  background-color: #fff;
  color: #7bdb56;
  border: 2px solid #7bdb56;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  text-align: center
}
.custom-modal-footer .btn:hover {
  background-color: #7bdb56;
  border: 2px solid #7bdb56;
  color: #fff
}
.custom-modal-footer .btn-primary {
  background-color: #7bdb56;
  border: 2px solid #7bdb56;
  color: #fff;
  border: 2px solid #7bdb56
}
.custom-modal-footer .btn-primary:hover {
  background-color: #212121;
  border: 2px solid #212121
}
.login {
  padding-top: 40px;
  padding-bottom: 40px
}
.login__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px
}
.login .simple-content {
  width: 31.25rem;
  max-width: 100%
}
.login .form-block {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.login .form-block__subtitle {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 20px
}
.login .form-block__subtitle span {
  font-weight: 500
}
.login .form-block__subtitle a {
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: underline;
  color: #7bdb56
}
.login .form-block__subtitle a svg {
  width: 20px;
  height: 20px
}
.login .form-block__input {
  background-color: #edeff6;
  border: 1px solid #edeff6;
  padding: 15px;
  border-radius: 4px
}
.login .form-block__btn {
  width: 100%;
  max-width: 100%
}
.password-field {
  position: relative
}
.password-field__eye {
  position: absolute;
  top: 20px;
  right: 20px
}
.password-field__eye svg {
  width: 19px;
  height: 14px;
  opacity: .5
}
.password-field__eye svg:hover {
  opacity: 1
}
.contacts {
  padding-top: 40px;
  padding-bottom: 40px
}
.contacts__container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px
}
.contacts__col {
  width: 49%
}
.contacts__locs {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.contacts__location {
  padding: 15px;
  border-radius: 9px;
  background-color: #edeff6;
  display: flex;
  flex-direction: column;
  gap: 15px
}
.contacts__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2em;
  font-weight: 700
}
.contacts__title img {
  width: 20px
}
.contacts__address {
  line-height: 1.6
}
.contacts__address a {
  color: #7bdb56;
  font-style: italic;
  text-decoration: underline;
  transition: all .3s
}
.contacts__address a:hover {
  color: #666
}
.contacts__tel {
  display: block;
  font-weight: 500;
  margin-top: 10px
}
.contacts__tel:not(:last-child) {
  margin-bottom: 10px
}
.contacts__subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block
}
.contacts__time {
  line-height: 1.5
}
.form {
  background-color: #fafafa
}
#simplepage_form .form-horizontal {
  display: flex;
  flex-direction: column;
  gap: 20px
}
#simplepage_form .form-horizontal label {
  display: block;
  width: 100%;
  margin-bottom: 10px
}
.contacts__col .form-horizontal {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.contacts__col .form-horizontal legend {
  font-size: 1.2em;
  font-weight: 700
}
.contacts__col .form-horizontal label {
  display: block;
  width: 100%;
  margin-bottom: 10px
}
.contacts__col .form-horizontal input,
.contacts__col .form-horizontal textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  outline: 0;
  color: #666;
  background-color: #fafafa
}
.contacts__col .form-horizontal .btn {
  width: 100%;
  max-width: 100%;
  height: 51px;
  background-color: #7bdb56;
  border: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: all .3s;
  border-radius: 9px;
  transition: all .3s;
  cursor: pointer
}
.contacts__col .form-horizontal .btn:hover {
  background-color: #212121
}
.top-page {
  color: #f0ebe7;
  background-color: #2b5d50
}
.top-page__container {
  display: flex;
  flex-direction: column;
  align-items: center
}
.top-page__text {
  max-width: 720px;
  line-height: normal;
  text-align: center
}
.top-page .breadcrumb__item a::after,
.top-page .breadcrumb__item a::before {
  background-color: #f0ebe7
}
.top-page .big-title {
  text-transform: uppercase
}
.about-first__container {
  display: flex;
  justify-content: space-between
}
.about-first__img {
  width: 48%
}
.about-first__img img {
  width: 100%;
  height: auto
}
.about-first__body {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.about-first__title {
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 40px;
  margin-top: 30px
}
.about-first__text {
  line-height: normal;
  margin-bottom: 30px
}
.about-two {
  background-image: url("../img/about/Rectangle 134.png");
  background-size: cover;
  background-position: center
}
.about-two__container {
  display: flex;
  justify-content: center;
  align-items: center
}
.about-two__text {
  max-width: 62.5rem;
  text-transform: uppercase;
  text-align: center;
  color: #f0ebe7;
  line-height: normal;
  margin: 0 20px
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box
}
.noUi-target {
  position: relative
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}
.noUi-connects {
  overflow: hidden;
  z-index: 0
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0
}
.noUi-horizontal .noUi-origin {
  height: 0
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}
.noUi-touch-area {
  height: 100%;
  width: 100%
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.noUi-state-drag * {
  cursor: inherit!important
}
.noUi-horizontal {
  height: 18px
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px
}
.noUi-vertical {
  width: 18px
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb
}
.noUi-connects {
  border-radius: 3px
}
.noUi-connect {
  background: #3fb8af
}
.noUi-draggable {
  cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px
}
.noUi-handle:after {
  left: 17px
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}
.noUi-vertical .noUi-handle:after {
  top: 17px
}
[disabled] .noUi-connect {
  background: #b8b8b8
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box
}
.noUi-pips {
  position: absolute;
  color: #999
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}
.noUi-marker {
  position: absolute;
  background: #ccc
}
.noUi-marker-sub {
  background: #aaa
}
.noUi-marker-large {
  background: #aaa
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%,50%);
  transform: translate(-50%,50%)
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%,50%);
  transform: translate(50%,50%)
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}
.noUi-value-vertical {
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0,50%);
  transform: translate(0,50%)
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  left: 50%;
  bottom: 120%
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  top: 50%;
  right: 120%
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%,0);
  transform: translate(50%,0);
  left: auto;
  bottom: 10px
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0,-18px);
  transform: translate(0,-18px);
  top: auto;
  right: 28px
}
.swiper {
  overflow: hidden
}
.swiper-initialized {
  touch-action: pan-y
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-button-lock {
  display: none!important
}
@font-face {
  font-family: lg;
  src: url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
.lg-icon {
  font-family: lg!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.lg-container {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.lg-next,
.lg-prev {
  background-color: rgba(0,0,0,.45);
  border-radius: 2px;
  color: #fafafa;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0!important;
  cursor: default
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none
}
.lg-next {
  right: 20px
}
.lg-next:before {
  content: "\e095"
}
.lg-prev {
  left: 20px
}
.lg-prev:after {
  content: "\e094"
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  100% {
    left: 0
  }
}
@keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  100% {
    left: 0
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  100% {
    left: 0
  }
}
@keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  100% {
    left: 0
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))
}
.lg-toolbar .lg-icon {
  color: #fafafa;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: medium none;
  will-change: color;
  transition: color .2s linear;
  background: 0 0;
  border: none;
  box-shadow: none
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px
}
.lg-toolbar .lg-icon:hover {
  color: #fff
}
.lg-toolbar .lg-close:after {
  content: "\e070"
}
.lg-toolbar .lg-maximize {
  font-size: 22px
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a"
}
.lg-toolbar .lg-download:after {
  content: "\e0f2"
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity .2s ease-out 0s
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}
.lg-sub-html a {
  color: inherit
}
.lg-sub-html a:hover {
  text-decoration: underline
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}
.lg-error-msg {
  font-size: 14px;
  color: #999
}
.lg-counter {
  color: #fafafa;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  transition: opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear,-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s;
  transition: transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;
  transition: transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear,-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
  will-change: transform,opacity;
  transition: opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1)
}
.lg-group:after {
  content: "";
  display: table;
  clear: both
}
.lg-container {
  display: none;
  outline: 0
}
.lg-container.lg-show {
  display: block
}
.lg-on {
  scroll-behavior: unset
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform,opacity;
  transition: opacity .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0)
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px,0,0);
  transform: translate3d(10px,0,0)
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0)
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0)
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: .001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  transition: opacity .15s ease 0s
}
.lg-outer * {
  box-sizing: border-box
}
.lg-outer.lg-zoom-from-image {
  opacity: 1
}
.lg-outer.lg-visible {
  opacity: 1
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit!important;
  transition-timing-function: inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s!important;
  opacity: 1
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap
}
.lg-outer .lg-item {
  will-change: transform,opacity;
  display: none!important
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,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) no-repeat scroll center center transparent
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block!important
}
.lg-outer.lg-css .lg-current {
  display: inline-block!important
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0
}
.lg-outer .lg-item.lg-complete {
  background-image: none
}
.lg-outer .lg-item.lg-current {
  z-index: 1060
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none
}
.lg-outer.lg-hide-download .lg-download {
  opacity: .75;
  pointer-events: none
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity .2s ease-out .15s
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: hsla(0,0%,0%,.7);
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s
}
.lg-backdrop.in {
  opacity: 1
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
  opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;
  transition: transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;
  transition: transform 1s cubic-bezier(.175,.885,.32,1.275) 0s,-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s
}
.lg-container {
  display: none
}
.lg-container.lg-show {
  display: block
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s!important
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s!important;
  opacity: 1
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute
}
.lg-inline .lg-backdrop {
  z-index: 1
}
.lg-inline .lg-outer {
  z-index: 2
}
.lg-inline .lg-maximize:after {
  content: "\e909"
}
.lg-components {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  will-change: transform;
  transition: -webkit-transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s,-webkit-transform .35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}
@media (min-width:47.99875em) {
  .aside {
    position: sticky;
    top: 70px
  }
  .your-cart {
    position: sticky;
    top: 70px
  }
}
@media (min-width:61.99875em) {
  .popup__content {
    padding-top: 3.3125rem
  }
  .popup__content {
    padding-bottom: 3.3125rem
  }
  .popup__content {
    padding-left: 2.625rem
  }
  .popup__content {
    padding-right: 2.625rem
  }
  .your-order__title {
    font-size: 1.5rem
  }
  .your-order__title {
    margin-bottom: 1.5rem
  }
  .your-order__list {
    padding-top: 2.375rem
  }
  .your-order__list {
    padding-bottom: 2.375rem
  }
  .your-order__list {
    padding-left: 2.375rem
  }
  .your-order__list {
    padding-right: 2.375rem
  }
  .your-order__list {
    margin-bottom: 1.875rem
  }
  .popup__close {
    top: 3.3125rem
  }
  .popup__close {
    right: 2.625rem
  }
  .popup-total {
    margin-bottom: 3.125rem
  }
  .popup-total__label {
    font-size: 1.125rem
  }
  .popup-total__price {
    font-size: 1.5rem
  }
  .popup-btn__close,
  .popup-btn__place-order {
    font-size: 1.125rem
  }
  .fixed-nav .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #edeff6;
    z-index: 149;
    height: 55px
  }
  .header-nav-menu .dropdown-container {
    position: relative
  }
  .header-nav-menu .dropdown-toggle {
    position: relative
  }
  .header-nav-menu .dropdown-menu {
    width: auto;
    position: absolute;
    left: -30px;
    top: 100%;
    display: none;
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #edeff6;
    min-width: 250px;
    z-index: 100
  }
  .header-nav-menu .open.dropdown-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 400
  }
  .header-nav-menu .dropdown__link {
    transition: all .3s
  }
  .header-nav-menu .dropdown__link:hover {
    color: #7bdb56
  }
  .catalog-side__header {
    display: none
  }
  .custom-modal-content {
    padding-top: 2.1875rem
  }
  .custom-modal-content {
    padding-bottom: 2.1875rem
  }
  .custom-modal-content {
    padding-left: 1.875rem
  }
  .custom-modal-content {
    padding-right: 1.875rem
  }
}
@media (min-width:84.375em) {
  .card__btn {
    font-size: 1rem
  }
}
@media (min-width:87.5em) {
  .title-block__text {
    font-size: 1.5625rem
  }
  .block-title__subtitle {
    font-size: 1.5625rem
  }
}
@media (min-width:91.875em) {
  .your-order-item__title {
    font-size: 1rem
  }
  .block-title__title {
    margin-bottom: 2.5rem
  }
  .block-title__subtitle {
    margin-bottom: 3.125rem
  }
  .page-title {
    font-size: 1.75rem
  }
  .page-title {
    margin-top: .9375rem
  }
  .header-logo {
    max-width: 10.625rem
  }
  .header-nav-menu__list {
    gap: 3.125rem
  }
  .header-nav-menu__li {
    font-size: 1rem
  }
  .footer__top {
    padding-top: 1.9375rem
  }
  .footer__top {
    padding-bottom: 1.9375rem
  }
  .footer__bottom {
    padding-top: 1.9375rem
  }
  .footer__bottom {
    padding-bottom: 1.9375rem
  }
  .footer-logo__img {
    max-width: 10.625rem
  }
  .footer-logo__payments {
    max-width: 14.375rem
  }
  .footer-links {
    gap: 2.5rem
  }
  .footer-links__products .footer-links__list {
    -webkit-column-gap: 4.375rem;
    -moz-column-gap: 4.375rem;
    column-gap: 4.375rem
  }
  #messenger-widget {
    bottom: 3.125rem
  }
  #messenger-widget {
    right: 3.125rem
  }
  .hero {
    padding-bottom: 2rem
  }
  .hero .swiper-slide__content {
    height: 28.125rem
  }
  .hero .swiper-slide__info {
    width: 28.125rem
  }
  .hero .swiper-slide__info-title {
    font-size: 2.8125rem
  }
  .hero .swiper-slide__info-subtitle {
    font-size: 1.125rem
  }
  .hero .swiper-slide__info-link {
    font-size: 1.125rem
  }
  .hero .hero-swiper-pagination {
    bottom: 1.875rem
  }
  .hero .hero-swiper-pagination .swiper-pagination-bullet {
    width: 1.25rem
  }
  .hero .hero-swiper-pagination .swiper-pagination-bullet {
    height: 1.25rem
  }
  .categories {
    padding-bottom: 2rem
  }
  .categories__text {
    font-size: .875rem
  }
  .featured-products {
    padding-top: 3.75rem
  }
  .featured-products {
    padding-bottom: 3.75rem
  }
  .featured-products__card {
    padding-top: 5rem
  }
  .featured-products__title {
    font-size: 1.125rem
  }
  .featured-products__title {
    margin-bottom: .9375rem
  }
  .featured-products__name {
    font-size: 1.875rem
  }
  .featured-products__name {
    margin-bottom: 1.5625rem
  }
  .tabs {
    padding-top: 3.75rem
  }
  .tabs {
    padding-bottom: 3.75rem
  }
  .tabs__head {
    margin-bottom: 2.5rem
  }
  .head__tab {
    font-size: 1.125rem
  }
  .prod-carousel {
    padding-top: 3.75rem
  }
  .prod-carousel {
    padding-bottom: 3.75rem
  }
  .prod-carousel__head {
    margin-bottom: 2.5rem
  }
  .prod-carousel__head-title {
    font-size: 1.125rem
  }
  .card__title {
    font-size: 1rem
  }
  .description {
    padding-top: 3.75rem
  }
  .description {
    padding-bottom: 3.75rem
  }
  .bestsellers {
    margin-bottom: 2.5rem
  }
  .bestsellers {
    padding-top: 2.5rem
  }
  .bestsellers-top {
    margin-bottom: 3.125rem
  }
  .useful-articles {
    margin-bottom: 2.5rem
  }
  .useful-articles {
    padding-top: 2.5rem
  }
  .useful-articles__navigation .useful-articles-button-next,
  .useful-articles__navigation .useful-articles-button-prev {
    width: 3.75rem
  }
  .useful-articles__navigation .useful-articles-button-next,
  .useful-articles__navigation .useful-articles-button-prev {
    height: 3.75rem
  }
  .useful-articles-top {
    margin-bottom: 3.125rem
  }
  .our-products {
    margin-bottom: 2.5rem
  }
  .our-products {
    padding-top: 2.5rem
  }
  .our-products__navigation .our-products-button-next,
  .our-products__navigation .our-products-button-prev {
    width: 3.75rem
  }
  .our-products__navigation .our-products-button-next,
  .our-products__navigation .our-products-button-prev {
    height: 3.75rem
  }
  .power-nature {
    margin-bottom: 3.125rem
  }
  .power-nature {
    padding-top: 2.5rem
  }
  .subcats {
    margin-top: 1.875rem
  }
  .subcats {
    padding-bottom: 1.25rem
  }
  .subcats__item {
    max-width: 11.875rem
  }
  .subcats__img {
    max-width: 6.25rem
  }
  .main-description {
    padding-bottom: 5rem
  }
  .main-description {
    padding-top: 5rem
  }
  .main-description__content h2,
  .main-description__content h3,
  .main-description__content h4,
  .main-description__content h5,
  .main-description__content h6 {
    margin-bottom: 3.125rem
  }
  .main-description__content h2,
  .main-description__content h3 {
    font-size: 1.5625rem
  }
  .main-description__content h4,
  .main-description__content h5,
  .main-description__content h6 {
    font-size: 1.25rem
  }
  .no-products__container {
    padding-bottom: 5rem
  }
  .no-products__container {
    padding-top: 5rem
  }
  .product-info {
    padding-top: 2.5rem
  }
  .product-info {
    padding-bottom: 2.5rem
  }
  .product-info__title {
    font-size: 1.125rem
  }
  .product-info__main-price {
    font-size: 1.375rem
  }
  .product-info__buttons-list {
    gap: 1.875rem
  }
  .product-info__smbtn {
    font-size: 1rem
  }
  .product-info__informer-ttl {
    padding: .9375rem
  }
  .product-info__informer-list {
    padding: .9375rem
  }
  .block-product__slider .block-product__pagination {
    bottom: 1.875rem
  }
  .block-product__slider .block-product__pagination .swiper-pagination-bullet {
    width: 1.25rem
  }
  .block-product__slider .block-product__pagination .swiper-pagination-bullet {
    height: 1.25rem
  }
  .info-tabs {
    padding-bottom: 2.5rem
  }
  .info-tabs__container {
    padding-top: 2.5rem
  }
  .info-tabs__container {
    padding-bottom: 2.5rem
  }
  .info-tabs__container {
    padding-left: 2.5rem
  }
  .info-tabs__container {
    padding-right: 2.5rem
  }
  .item-reviews {
    padding: 1.5625rem
  }
  .aside {
    padding-top: 2.5rem
  }
  .aside {
    padding-bottom: 2.5rem
  }
  .aside {
    padding-left: 2.5rem
  }
  .aside {
    padding-right: 2.5rem
  }
  .information-content {
    padding-top: 2.5rem
  }
  .information-content {
    padding-bottom: 2.5rem
  }
  .information-content {
    padding-left: 2.5rem
  }
  .information-content {
    padding-right: 2.5rem
  }
  .checkout-form {
    padding-top: 1.875rem
  }
  .checkout-form {
    padding-right: 3.125rem
  }
  .checkout-form {
    padding-bottom: 3.125rem
  }
  .checkout-form {
    padding-left: 3.125rem
  }
  .checkout-form h2 {
    font-size: 1.375rem
  }
  .your-cart {
    padding-top: 1.875rem
  }
  .your-cart {
    padding-right: 3.125rem
  }
  .your-cart {
    padding-bottom: 3.125rem
  }
  .your-cart {
    padding-left: 3.125rem
  }
  .your-cart__title {
    font-size: 1.375rem
  }
  .your-cart .cart-list {
    margin-bottom: 2.5rem
  }
  .your-cart .cart-item__img {
    width: 6.625rem
  }
  .your-cart .cart-item__title {
    font-size: 1rem
  }
  .my-reviews-card__body {
    padding: 1.25rem
  }
  .my-reviews-card__title {
    font-size: 1.375rem
  }
  .my-reviews-product {
    padding: 1.25rem
  }
  .my-reviews-admin {
    padding: 1.5625rem
  }
  .form {
    padding-top: 1.875rem
  }
  .form {
    padding-right: 3.125rem
  }
  .form {
    padding-bottom: 3.125rem
  }
  .form {
    padding-left: 3.125rem
  }
  .top-page {
    padding-bottom: 5rem
  }
  .top-page__text {
    font-size: 1.125rem
  }
  .top-page .breadcrumb {
    margin-top: 1.25rem
  }
  .top-page .breadcrumb {
    margin-bottom: 2.5rem
  }
  .top-page .big-title {
    font-size: 4.0625rem
  }
  .top-page .big-title {
    margin-bottom: 2.5rem
  }
  .about-first {
    padding-top: 4.0625rem
  }
  .about-first {
    padding-bottom: 4.0625rem
  }
  .about-first__title {
    font-size: 2.8125rem
  }
  .about-two__text {
    font-size: 2.1875rem
  }
  .about-two__text {
    padding-top: 5rem
  }
  .about-two__text {
    padding-bottom: 5rem
  }
}
@media (min-width:93.75em) {
  .information__container {
    gap: 3.125rem
  }
}
@media (min-width:768px) {
  #messenger-widget:hover #messenger-links {
    display: flex
  }
}
@media (min-width:992px) {
  .our-products__slider {
    overflow: visible!important
  }
  .our-products__wrapper {
    flex-wrap: wrap;
    height: auto!important;
    justify-content: center;
    -webkit-transform: none!important;
    transform: none!important;
    gap: 20px
  }
  .our-products .our-products-slide {
    width: 30%!important;
    margin-right: 0!important
  }
}
@media (min-width:1250px) {
  .my-reviews-product {
    width: 25%
  }
}
@media (max-width:1200px) {
  .power-nature__body {
    width: 90%
  }
  .main-catalog__content .card {
    width: calc(50% - 6px);
    margin: 3px
  }
}
@media (max-width:1099px) {
  .product-info__container {
    flex-wrap: wrap
  }
  .product-info__col-gallery {
    width: 48%;
    flex-wrap: wrap;
    flex-direction: column
  }
  .product-info__col-main {
    width: 48%
  }
  .product-info__col-info {
    width: 100%;
    flex-direction: row
  }
  .block-product__slider {
    width: 100%
  }
  .block-product__slider-2 {
    width: calc(100% - 60px);
    margin: 0 auto;
    order: 2;
    position: relative
  }
  .block-product__slider-2 .block-product__slide {
    height: auto;
    width: auto;
    max-width: 100%
  }
  .block-product__slider-2 img {
    width: 100%;
    max-height: 100%;
    height: auto
  }
  .swiper-button-lock {
    display: flex!important;
    opacity: .5
  }
  .block-product__slider-2-next,
  .block-product__slider-2-prev {
    height: 50px;
    width: 30px;
    background-color: #edeff6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99;
    border-radius: 4px
  }
  .block-product__slider-2-next img,
  .block-product__slider-2-prev img {
    width: 25px;
    height: 25px
  }
  .block-product__slider-2-prev {
    left: 0
  }
  .block-product__slider-2-next {
    right: 0
  }
  .block-product__slider-2-next,
  .block-product__slider-2-prev {
    bottom: 10px
  }
  .block-product__slider .block-product__pagination {
    display: flex
  }
}
@media (max-width:1024px) {
  .block-product__slider-2-next,
  .block-product__slider-2-prev {
    bottom: 5px
  }
}
@media (max-width:992px) {
  .block-product__slider-2-next,
  .block-product__slider-2-prev {
    bottom: 0
  }
}
@media (max-width:767px) {
  .block-product__slider-2-next,
  .block-product__slider-2-prev {
    bottom: 20px
  }
}
@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }
  .table-responsive > .table {
    margin-bottom: 0
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap
  }
  .table-responsive > .table-bordered {
    border: 0
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }
  .table-responsive > .table {
    margin-bottom: 0
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap
  }
  .table-responsive > .table-bordered {
    border: 0
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
  }
}
@media (max-width:700px) {
  .title-block {
    flex-direction: column;
    align-items: start;
    gap: 15px
  }
}
@media (max-width:600px) {
  .footer__bottom {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
  .footer-links__products .footer-links__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
  .featured-products__container {
    flex-direction: column
  }
  .featured-products__card {
    width: 75%
  }
  .power-item {
    width: 100%
  }
  .my-reviews-card {
    flex-direction: column
  }
  .my-reviews-product {
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between
  }
  .my-reviews-product__wrap {
    justify-content: space-between;
    align-items: end
  }
  .login .simple-content {
    width: 100%
  }
}
@media (max-width:480px) {
  .block-product__slider-2-next,
  .block-product__slider-2-prev {
    bottom: 10px
  }
}
@media (max-width:440px) {
  .block-product__slider-2-next,
  .block-product__slider-2-prev {
    bottom: 7px
  }
}
@media (max-width:420px) {
  .head__more {
    display: none
  }
}
@media (max-width:400px) {
  .block-product__slider-2-next,
  .block-product__slider-2-prev {
    bottom: 4px
  }
}
@media (max-width:62.5em) {
  .title-block__text {
    font-size: 1.25rem
  }
  .block-title__subtitle {
    font-size: 1.25rem
  }
}
@media (max-width:61.99875em) {
  .menu__body {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    left: -100%;
    top: 59px;
    overflow: auto;
    transition: left .3s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.875rem
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .menu__body .top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    padding: 15px;
    background-color: #edeff6
  }
  .menu__body .top a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666
  }
  .menu__body .header-info {
    padding: 0 .9375rem 2.1875rem .9375rem
  }
  .menu__body .header-nav-menu {
    padding: 0 .9375rem 1.875rem .9375rem;
    border-bottom: 1px solid #edeff6
  }
  .menu__body .header-nav-menu__li {
    width: 100%
  }
  .menu__body .header-nav-menu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 5px 0
  }
  .menu__body .dropdown__link {
    font-size: 16px
  }
  .menu__body .active .header-nav-menu__link {
    color: #7bdb56
  }
  .menu__body .btn-open {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: #edeff6;
    display: flex;
    align-items: center;
    justify-content: center
  }
  .active .menu__body .btn-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #212121
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header__nav {
    background-color: #edeff6;
    display: none
  }
  .header .header-nav__container {
    padding-top: 15px;
    padding-bottom: 15px
  }
  .fixed-nav .header__main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #edeff6;
    z-index: 999;
    height: 59px
  }
  .header-info {
    font-size: 16px;
    flex-direction: column
  }
  .search-bar {
    display: none
  }
  .search-open .search-bar {
    display: flex;
    position: absolute;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    height: 70px;
    top: 100%;
    left: -15px;
    z-index: 999;
    border: 0;
    padding: 0 15px
  }
  .search-open .search-bar .search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #edeff6;
    border-radius: 9px;
    padding: 10px 16px;
    width: 100%;
    border: 1px solid hsla(0,0%,12.94%,.57);
    margin: 0 15px
  }
  .mob-search {
    display: flex
  }
  .header-contact__drop {
    width: calc(100% + 30px)
  }
  .header-nav-menu__list {
    flex-direction: column;
    align-items: start
  }
  .header-nav-menu__li {
    font-size: 18px
  }
  .header-actions {
    width: 100%;
    justify-content: space-around
  }
  .header-actions__name {
    display: flex
  }
  .header-actions__compare .header-actions__cart-circle {
    position: absolute;
    top: 0;
    left: 70%
  }
  .header-actions__wishlist .header-actions__cart-circle {
    position: absolute;
    top: 0;
    left: 70%
  }
  .footer__top {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px
  }
  .footer-logo__text {
    max-width: 100%
  }
  .categories__item {
    width: 32%
  }
  .bestsellers__container {
    padding-bottom: 70px
  }
  .useful-articles__container {
    padding-bottom: 70px
  }
  .useful-articles__navigation {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .power-item {
    width: 45%
  }
  .block-catalog {
    width: 100%
  }
  .block-catalog__wrap {
    padding: 0 0 15px 0
  }
  .block-catalog__filter {
    visibility: visible;
    display: flex;
    flex: 1;
    max-width: 49%
  }
  .block-catalog__count {
    display: none
  }
  .catalog-side {
    position: fixed;
    width: 360px;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    overflow: auto;
    transition: all .3s;
    padding: .3 .9375rem 1.875rem .9375rem;
    z-index: 100;
    background-color: #fff;
    padding: 15px;
    z-index: 99999
  }
  .catalog-side__close {
    display: block
  }
  .filter-open .catalog-side {
    left: 0
  }
  .sorts {
    flex: 1
  }
  .sorts__ttl {
    display: none
  }
  .select-menu {
    width: 100%
  }
  .select-menu .options {
    right: 15px
  }
  .select-menu .select-btn {
    height: 50px
  }
  .main-description__content {
    width: 85%
  }
  .product-info__col-gallery {
    width: 47%
  }
  .product-info__col-main {
    width: 47%
  }
  .attr .product-info__attributes li {
    width: 100%
  }
  .reviews {
    flex-wrap: wrap;
    gap: 30px
  }
  .reviews__col {
    width: 100%
  }
  .information-content .form-block__small {
    width: 100%
  }
  .order-history .spollers__grid-item {
    width: 50%!important
  }
  .order-history__item {
    gap: 10px
  }
  .order-history__img {
    width: 90px
  }
  .order-history__btn {
    padding: 15px 10px
  }
  .my-reviews__item {
    font-size: 14px
  }
  .about-first__container {
    flex-direction: column;
    gap: 30px
  }
  .about-first__img img {
    width: 50%
  }
  .about-first__img {
    display: flex;
    justify-content: center;
    width: 100%
  }
  .about-first__body {
    width: 100%
  }
}
@media (max-width:61.99875em) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:61.25em) {
  .information__container {
    gap: 1.875rem
  }
}
@media (max-width:47.99875em) {
  .mob-fix {
    display: none
  }
  .fixed-nav .mob-fix {
    display: flex;
    position: fixed;
    bottom: 0;
    height: 80px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #edeff6;
    padding: 13px 0;
    z-index: 998
  }
  .mob-fix__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #666
  }
  .fix-product {
    display: none
  }
  .fixed-nav .fix-product {
    display: flex;
    position: fixed;
    bottom: 80px;
    height: 70px;
    left: 0;
    width: 100%;
    background-color: hsla(0,0%,100%,.9);
    border-top: 1px solid #edeff6;
    padding: 13px 0;
    z-index: 998
  }
  .fix-product__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #666
  }
  .fix-product .product-info__price {
    order: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: start;
    gap: 5px
  }
  .fix-product .product-info__price .product-info__main-price {
    order: 2
  }
  .fix-product .main-button {
    order: 2;
    margin: 0 0 0 auto;
    width: auto!important;
    min-width: 170px;
    height: 50px
  }
  .categories__container {
    row-gap: 10px
  }
  .categories__item {
    width: 49%
  }
  .featured-products__container {
    row-gap: 20px
  }
  .featured-products__card {
    width: 48%
  }
  .carousel-products {
    padding-bottom: 90px
  }
  .carousel-products-navigation {
    position: absolute;
    justify-content: flex-end;
    top: auto;
    bottom: 0;
    gap: 15px
  }
  .card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical
  }
  .my-reviews .card__action {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px
  }
  .power-nature__body {
    width: 100%
  }
  .power-item {
    width: 47%
  }
  .main-description__content {
    width: 100%
  }
  .product-info__col-gallery {
    width: 100%
  }
  .product-info__col-main {
    width: 100%
  }
  .product-info__col-info {
    flex-direction: column
  }
  .product-info__top {
    order: 1
  }
  .product-info__price {
    order: 2
  }
  .product-info__attributes {
    order: 5
  }
  .product-info__action {
    order: 3
  }
  .product-info__buttons-list {
    order: 4
  }
  .information__container {
    flex-direction: column
  }
  .aside {
    width: 100%
  }
  .my-reviews .information-content {
    padding: 20px 10px!important
  }
  .information-content {
    width: 100%
  }
  .information-content form {
    width: 100%
  }
  .checkout__container {
    flex-direction: column
  }
  .checkout-form {
    order: 1;
    width: 100%
  }
  .your-cart {
    width: 100%
  }
  .order-history__body {
    flex-wrap: wrap;
    gap: 15px
  }
  .contacts__container {
    flex-direction: column;
    gap: 30px
  }
  .contacts__col {
    order: 1;
    width: 100%
  }
  .about-first__img img {
    width: 75%
  }
}
@media (max-width:43.75em) {
  .card__btn {
    font-size: .875rem
  }
}
@media (max-width:39px) {
  .block-product__slider-2-next,
  .block-product__slider-2-prev {
    bottom: 1px
  }
}
@media (max-width:29.99875em) {
  .popup__content {
    padding-top: 1.0625rem
  }
  .popup__content {
    padding-bottom: 1.0625rem
  }
  .popup__content {
    padding-left: .9375rem
  }
  .popup__content {
    padding-right: .9375rem
  }
  .popup__content {
    border-radius: 15px;
    padding: 30px 15px
  }
  .your-order__title {
    font-size: 1.125rem
  }
  .your-order__title {
    margin-bottom: 1.5625rem
  }
  .your-order__list {
    padding-top: 1.0625rem
  }
  .your-order__list {
    padding-bottom: 1.0625rem
  }
  .your-order__list {
    padding-left: .9375rem
  }
  .your-order__list {
    padding-right: .9375rem
  }
  .your-order__list {
    margin-bottom: 1.25rem
  }
  .your-order__list {
    border-radius: 15px
  }
  .your-order-item__img {
    width: 64px;
    min-width: 64px;
    height: 64px
  }
  .your-order-item__price-box {
    gap: 15px
  }
  .popup__close {
    top: 1.875rem
  }
  .popup__close {
    right: .9375rem
  }
  .popup-total {
    margin-bottom: 1.5625rem
  }
  .popup-total__label {
    font-size: 1rem
  }
  .popup-total__price {
    font-size: 1.125rem
  }
  .popup-btn {
    flex-direction: column;
    gap: 10px
  }
  .popup-btn__close,
  .popup-btn__place-order {
    font-size: 1rem
  }
  .popup-btn__close,
  .popup-btn__place-order {
    width: 100%
  }
  .popup-btn__close {
    padding: 5px
  }
  .popup-btn__place-order {
    order: -1
  }
  .footer-links {
    flex-wrap: wrap;
    flex-direction: column
  }
  .featured-products__card {
    width: 100%
  }
  .card {
    padding: 5px
  }
  .card__sku {
    display: none
  }
  .card__price {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
    height: auto;
    min-height: 50px
  }
  .swiper-slide .card__price {
    flex-direction: row;
    min-height: auto
  }
  .card__new-price {
    order: 2
  }
  .swiper-slide .card__new-price {
    order: 1
  }
  .card__old-price {
    order: 1
  }
  .swiper-slide .card__old-price {
    order: 2
  }
  .card__sales {
    display: none
  }
  .card__btn {
    width: 100%
  }
  .card__compare,
  .card__withlist {
    position: absolute;
    background-color: #fff
  }
  .card__withlist {
    position: absolute;
    top: 45px;
    right: 5px
  }
  .card__compare {
    position: absolute;
    top: 5px;
    right: 5px
  }
  .item-reviews__by {
    flex-wrap: wrap
  }
  .item-reviews__date {
    width: 100%
  }
  .your-cart .cart-item__price {
    display: none!important
  }
  .cart-values {
    max-width: 100%;
    width: 100%
  }
  .order-history .spollers__grid-item {
    width: 100%!important
  }
  .custom-modal-content {
    padding-top: 1.0625rem
  }
  .custom-modal-content {
    padding-bottom: 1.0625rem
  }
  .custom-modal-content {
    padding-left: .9375rem
  }
  .custom-modal-content {
    padding-right: .9375rem
  }
  .about-first__img img {
    width: 100%
  }
}
@media (max-width:22.5em) {
  .your-order-item__title {
    font-size: .875rem
  }
  .block-title__title {
    margin-bottom: 1.875rem
  }
  .block-title__subtitle {
    margin-bottom: 2.5rem
  }
  .page-title {
    font-size: 1.375rem
  }
  .page-title {
    margin-top: .625rem
  }
  .header-logo {
    max-width: 7.5rem
  }
  .header-nav-menu__list {
    gap: .625rem
  }
  .header-nav-menu__li {
    font-size: .5625rem
  }
  .footer__top {
    padding-top: 1.3125rem
  }
  .footer__top {
    padding-bottom: 1.3125rem
  }
  .footer__bottom {
    padding-top: 1.3125rem
  }
  .footer__bottom {
    padding-bottom: 1.3125rem
  }
  .footer-logo__img {
    max-width: 7.5rem
  }
  .footer-logo__payments {
    max-width: 11.875rem
  }
  .footer-links {
    gap: 1.25rem
  }
  .footer-links__products .footer-links__list {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
  }
  #messenger-widget {
    bottom: 10rem
  }
  #messenger-widget {
    right: 1.25rem
  }
  .hero {
    padding-bottom: 1.25rem
  }
  .hero .swiper-slide__content {
    height: 13.75rem
  }
  .hero .swiper-slide__info {
    width: 13.875rem
  }
  .hero .swiper-slide__info-title {
    font-size: 1.25rem
  }
  .hero .swiper-slide__info-subtitle {
    font-size: .875rem
  }
  .hero .swiper-slide__info-link {
    font-size: .875rem
  }
  .hero .hero-swiper-pagination {
    bottom: .625rem
  }
  .hero .hero-swiper-pagination .swiper-pagination-bullet {
    width: .8125rem
  }
  .hero .hero-swiper-pagination .swiper-pagination-bullet {
    height: .8125rem
  }
  .categories {
    padding-bottom: 1.25rem
  }
  .categories__text {
    font-size: .8125rem
  }
  .featured-products {
    padding-top: 1.875rem
  }
  .featured-products {
    padding-bottom: 1.875rem
  }
  .featured-products__card {
    padding-top: 1.875rem
  }
  .featured-products__title {
    font-size: 1rem
  }
  .featured-products__title {
    margin-bottom: .4375rem
  }
  .featured-products__name {
    font-size: 1.25rem
  }
  .featured-products__name {
    margin-bottom: 1.25rem
  }
  .tabs {
    padding-top: 1.875rem
  }
  .tabs {
    padding-bottom: 1.875rem
  }
  .tabs__head {
    margin-bottom: 1.875rem
  }
  .head__tab {
    font-size: .875rem
  }
  .prod-carousel {
    padding-top: 1.875rem
  }
  .prod-carousel {
    padding-bottom: 1.875rem
  }
  .prod-carousel__head {
    margin-bottom: 1.875rem
  }
  .prod-carousel__head-title {
    font-size: .875rem
  }
  .card__title {
    font-size: .875rem
  }
  .description {
    padding-top: 1.875rem
  }
  .description {
    padding-bottom: 1.875rem
  }
  .bestsellers {
    margin-bottom: 1.875rem
  }
  .bestsellers {
    padding-top: 1.875rem
  }
  .bestsellers-top {
    margin-bottom: 1.875rem
  }
  .useful-articles {
    margin-bottom: 1.875rem
  }
  .useful-articles {
    padding-top: 1.875rem
  }
  .useful-articles__navigation .useful-articles-button-next,
  .useful-articles__navigation .useful-articles-button-prev {
    width: 2.5rem
  }
  .useful-articles__navigation .useful-articles-button-next,
  .useful-articles__navigation .useful-articles-button-prev {
    height: 2.5rem
  }
  .useful-articles-top {
    margin-bottom: 1.875rem
  }
  .our-products {
    margin-bottom: 1.875rem
  }
  .our-products {
    padding-top: 1.875rem
  }
  .our-products__navigation .our-products-button-next,
  .our-products__navigation .our-products-button-prev {
    width: 2.5rem
  }
  .our-products__navigation .our-products-button-next,
  .our-products__navigation .our-products-button-prev {
    height: 2.5rem
  }
  .power-nature {
    margin-bottom: 2.5rem
  }
  .power-nature {
    padding-top: 1.875rem
  }
  .subcats {
    margin-top: 1.25rem
  }
  .subcats {
    padding-bottom: .625rem
  }
  .subcats__item {
    max-width: 10.625rem
  }
  .subcats__img {
    max-width: 3.75rem
  }
  .main-description {
    padding-bottom: 3.75rem
  }
  .main-description {
    padding-top: 3.75rem
  }
  .main-description__content h2,
  .main-description__content h3,
  .main-description__content h4,
  .main-description__content h5,
  .main-description__content h6 {
    margin-bottom: 1.25rem
  }
  .main-description__content h2,
  .main-description__content h3 {
    font-size: 1.25rem
  }
  .main-description__content h4,
  .main-description__content h5,
  .main-description__content h6 {
    font-size: 1.125rem
  }
  .no-products__container {
    padding-bottom: 3.125rem
  }
  .no-products__container {
    padding-top: 3.125rem
  }
  .product-info {
    padding-top: 1.25rem
  }
  .product-info {
    padding-bottom: 1.875rem
  }
  .product-info__title {
    font-size: 1rem
  }
  .product-info__main-price {
    font-size: 1.25rem
  }
  .product-info__buttons-list {
    gap: .625rem
  }
  .product-info__smbtn {
    font-size: .875rem
  }
  .product-info__informer-ttl {
    padding: .625rem
  }
  .product-info__informer-list {
    padding: .625rem
  }
  .block-product__slider .block-product__pagination {
    bottom: .625rem
  }
  .block-product__slider .block-product__pagination .swiper-pagination-bullet {
    width: .75rem
  }
  .block-product__slider .block-product__pagination .swiper-pagination-bullet {
    height: .75rem
  }
  .info-tabs {
    padding-bottom: 1.875rem
  }
  .info-tabs__container {
    padding-top: 1.25rem
  }
  .info-tabs__container {
    padding-bottom: 1.875rem
  }
  .info-tabs__container {
    padding-left: 1.25rem
  }
  .info-tabs__container {
    padding-right: 1.875rem
  }
  .item-reviews {
    padding: .9375rem
  }
  .aside {
    padding-top: 1.25rem
  }
  .aside {
    padding-bottom: 1.25rem
  }
  .aside {
    padding-left: 1.25rem
  }
  .aside {
    padding-right: 1.875rem
  }
  .information-content {
    padding-top: 1.25rem
  }
  .information-content {
    padding-bottom: 1.25rem
  }
  .information-content {
    padding-left: 1.25rem
  }
  .information-content {
    padding-right: 1.875rem
  }
  .checkout-form {
    padding-top: 1.25rem
  }
  .checkout-form {
    padding-right: .625rem
  }
  .checkout-form {
    padding-bottom: 1.25rem
  }
  .checkout-form {
    padding-left: .625rem
  }
  .checkout-form h2 {
    font-size: 1.125rem
  }
  .your-cart {
    padding-top: 1.25rem
  }
  .your-cart {
    padding-right: .625rem
  }
  .your-cart {
    padding-bottom: 1.25rem
  }
  .your-cart {
    padding-left: .625rem
  }
  .your-cart__title {
    font-size: 1.125rem
  }
  .your-cart .cart-list {
    margin-bottom: 1.25rem
  }
  .your-cart .cart-item__img {
    width: 4.6875rem
  }
  .your-cart .cart-item__title {
    font-size: .875rem
  }
  .my-reviews-card__body {
    padding: .9375rem
  }
  .my-reviews-card__title {
    font-size: 1.125rem
  }
  .my-reviews-product {
    padding: .9375rem
  }
  .my-reviews-admin {
    padding: .9375rem
  }
  .form {
    padding-top: 1.25rem
  }
  .form {
    padding-right: .625rem
  }
  .form {
    padding-bottom: 1.25rem
  }
  .form {
    padding-left: .625rem
  }
  .top-page {
    padding-bottom: 3.75rem
  }
  .top-page__text {
    font-size: 1rem
  }
  .top-page .breadcrumb {
    margin-top: .625rem
  }
  .top-page .breadcrumb {
    margin-bottom: 1.875rem
  }
  .top-page .big-title {
    font-size: 2.8125rem
  }
  .top-page .big-title {
    margin-bottom: 1.875rem
  }
  .about-first {
    padding-top: 2.5rem
  }
  .about-first {
    padding-bottom: 2.5rem
  }
  .about-first__title {
    font-size: 1.875rem
  }
  .about-two__text {
    font-size: 1.5625rem
  }
  .about-two__text {
    padding-top: 3.125rem
  }
  .about-two__text {
    padding-bottom: 3.125rem
  }
}
@media (min-width:29.99875em) and (max-width:61.99875em) {
  @supports (padding-top:clamp(1.0625rem ,-1.0467871094rem + 7.03125vw ,3.3125rem)) {
    .popup__content {
      padding-top: clamp(1.0625rem ,-1.0467871094rem + 7.03125vw ,3.3125rem)
    }
  }
  @supports not (padding-top:clamp(1.0625rem ,-1.0467871094rem + 7.03125vw ,3.3125rem)) {
    .popup__content {
      padding-top: calc(1.0625rem + 2.25 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-bottom:clamp(1.0625rem ,-1.0467871094rem + 7.03125vw ,3.3125rem)) {
    .popup__content {
      padding-bottom: clamp(1.0625rem ,-1.0467871094rem + 7.03125vw ,3.3125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.0625rem ,-1.0467871094rem + 7.03125vw ,3.3125rem)) {
    .popup__content {
      padding-bottom: calc(1.0625rem + 2.25 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-left:clamp(0.9375rem ,-0.644465332rem + 5.2734375vw ,2.625rem)) {
    .popup__content {
      padding-left: clamp(.9375rem ,-.644465332rem + 5.2734375vw ,2.625rem)
    }
  }
  @supports not (padding-left:clamp(0.9375rem ,-0.644465332rem + 5.2734375vw ,2.625rem)) {
    .popup__content {
      padding-left: calc(.9375rem + 1.6875 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-right:clamp(0.9375rem ,-0.644465332rem + 5.2734375vw ,2.625rem)) {
    .popup__content {
      padding-right: clamp(.9375rem ,-.644465332rem + 5.2734375vw ,2.625rem)
    }
  }
  @supports not (padding-right:clamp(0.9375rem ,-0.644465332rem + 5.2734375vw ,2.625rem)) {
    .popup__content {
      padding-right: calc(.9375rem + 1.6875 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (font-size:clamp(1.125rem ,0.7734521484rem + 1.171875vw ,1.5rem)) {
    .your-order__title {
      font-size: clamp(1.125rem ,.7734521484rem + 1.171875vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,0.7734521484rem + 1.171875vw ,1.5rem)) {
    .your-order__title {
      font-size: calc(1.125rem + .375 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (margin-bottom:clamp(1.5rem ,1.6210913086rem + -0.1953125vw ,1.5625rem)) {
    .your-order__title {
      margin-bottom: clamp(1.5rem ,1.6210913086rem + -.1953125vw ,1.5625rem)
    }
  }
  @supports not (margin-bottom:clamp(1.5rem ,1.6210913086rem + -0.1953125vw ,1.5625rem)) {
    .your-order__title {
      margin-bottom: calc(1.5625rem + -.0625 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-top:clamp(1.0625rem ,-0.1679174805rem + 4.1015625vw ,2.375rem)) {
    .your-order__list {
      padding-top: clamp(1.0625rem ,-.1679174805rem + 4.1015625vw ,2.375rem)
    }
  }
  @supports not (padding-top:clamp(1.0625rem ,-0.1679174805rem + 4.1015625vw ,2.375rem)) {
    .your-order__list {
      padding-top: calc(1.0625rem + 1.3125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-bottom:clamp(1.0625rem ,-0.1679174805rem + 4.1015625vw ,2.375rem)) {
    .your-order__list {
      padding-bottom: clamp(1.0625rem ,-.1679174805rem + 4.1015625vw ,2.375rem)
    }
  }
  @supports not (padding-bottom:clamp(1.0625rem ,-0.1679174805rem + 4.1015625vw ,2.375rem)) {
    .your-order__list {
      padding-bottom: calc(1.0625rem + 1.3125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-left:clamp(0.9375rem ,-0.4101000977rem + 4.4921875vw ,2.375rem)) {
    .your-order__list {
      padding-left: clamp(.9375rem ,-.4101000977rem + 4.4921875vw ,2.375rem)
    }
  }
  @supports not (padding-left:clamp(0.9375rem ,-0.4101000977rem + 4.4921875vw ,2.375rem)) {
    .your-order__list {
      padding-left: calc(.9375rem + 1.4375 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-right:clamp(0.9375rem ,-0.4101000977rem + 4.4921875vw ,2.375rem)) {
    .your-order__list {
      padding-right: clamp(.9375rem ,-.4101000977rem + 4.4921875vw ,2.375rem)
    }
  }
  @supports not (padding-right:clamp(0.9375rem ,-0.4101000977rem + 4.4921875vw ,2.375rem)) {
    .your-order__list {
      padding-right: calc(.9375rem + 1.4375 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,0.6640869141rem + 1.953125vw ,1.875rem)) {
    .your-order__list {
      margin-bottom: clamp(1.25rem ,.6640869141rem + 1.953125vw ,1.875rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,0.6640869141rem + 1.953125vw ,1.875rem)) {
    .your-order__list {
      margin-bottom: calc(1.25rem + .625 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (top:clamp(1.875rem ,0.5273999023rem + 4.4921875vw ,3.3125rem)) {
    .popup__close {
      top: clamp(1.875rem ,.5273999023rem + 4.4921875vw ,3.3125rem)
    }
  }
  @supports not (top:clamp(1.875rem ,0.5273999023rem + 4.4921875vw ,3.3125rem)) {
    .popup__close {
      top: calc(1.875rem + 1.4375 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (right:clamp(0.9375rem ,-0.644465332rem + 5.2734375vw ,2.625rem)) {
    .popup__close {
      right: clamp(.9375rem ,-.644465332rem + 5.2734375vw ,2.625rem)
    }
  }
  @supports not (right:clamp(0.9375rem ,-0.644465332rem + 5.2734375vw ,2.625rem)) {
    .popup__close {
      right: calc(.9375rem + 1.6875 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (margin-bottom:clamp(1.5625rem ,0.0977172852rem + 4.8828125vw ,3.125rem)) {
    .popup-total {
      margin-bottom: clamp(1.5625rem ,.0977172852rem + 4.8828125vw ,3.125rem)
    }
  }
  @supports not (margin-bottom:clamp(1.5625rem ,0.0977172852rem + 4.8828125vw ,3.125rem)) {
    .popup-total {
      margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (font-size:clamp(1rem ,0.8828173828rem + 0.390625vw ,1.125rem)) {
    .popup-total__label {
      font-size: clamp(1rem ,.8828173828rem + .390625vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8828173828rem + 0.390625vw ,1.125rem)) {
    .popup-total__label {
      font-size: calc(1rem + .125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (font-size:clamp(1.125rem ,0.7734521484rem + 1.171875vw ,1.5rem)) {
    .popup-total__price {
      font-size: clamp(1.125rem ,.7734521484rem + 1.171875vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,0.7734521484rem + 1.171875vw ,1.5rem)) {
    .popup-total__price {
      font-size: calc(1.125rem + .375 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (font-size:clamp(1rem ,0.8828173828rem + 0.390625vw ,1.125rem)) {
    .popup-btn__close,
    .popup-btn__place-order {
      font-size: clamp(1rem ,.8828173828rem + .390625vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8828173828rem + 0.390625vw ,1.125rem)) {
    .popup-btn__close,
    .popup-btn__place-order {
      font-size: calc(1rem + .125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-top:clamp(1.0625rem ,0.0078564453rem + 3.515625vw ,2.1875rem)) {
    .custom-modal-content {
      padding-top: clamp(1.0625rem ,.0078564453rem + 3.515625vw ,2.1875rem)
    }
  }
  @supports not (padding-top:clamp(1.0625rem ,0.0078564453rem + 3.515625vw ,2.1875rem)) {
    .custom-modal-content {
      padding-top: calc(1.0625rem + 1.125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-bottom:clamp(1.0625rem ,0.0078564453rem + 3.515625vw ,2.1875rem)) {
    .custom-modal-content {
      padding-bottom: clamp(1.0625rem ,.0078564453rem + 3.515625vw ,2.1875rem)
    }
  }
  @supports not (padding-bottom:clamp(1.0625rem ,0.0078564453rem + 3.515625vw ,2.1875rem)) {
    .custom-modal-content {
      padding-bottom: calc(1.0625rem + 1.125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-left:clamp(0.9375rem ,0.0586303711rem + 2.9296875vw ,1.875rem)) {
    .custom-modal-content {
      padding-left: clamp(.9375rem ,.0586303711rem + 2.9296875vw ,1.875rem)
    }
  }
  @supports not (padding-left:clamp(0.9375rem ,0.0586303711rem + 2.9296875vw ,1.875rem)) {
    .custom-modal-content {
      padding-left: calc(.9375rem + .9375 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-right:clamp(0.9375rem ,0.0586303711rem + 2.9296875vw ,1.875rem)) {
    .custom-modal-content {
      padding-right: clamp(.9375rem ,.0586303711rem + 2.9296875vw ,1.875rem)
    }
  }
  @supports not (padding-right:clamp(0.9375rem ,0.0586303711rem + 2.9296875vw ,1.875rem)) {
    .custom-modal-content {
      padding-right: calc(.9375rem + .9375 * (100vw - 29.99875rem)/ 32)
    }
  }
}
@media (min-width:22.5em) and (max-width:91.875em) {
  @supports (font-size:clamp(0.875rem ,0.8344594595rem + 0.1801801802vw ,1rem)) {
    .your-order-item__title {
      font-size: clamp(.875rem ,.8344594595rem + .1801801802vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.8344594595rem + 0.1801801802vw ,1rem)) {
    .your-order-item__title {
      font-size: calc(.875rem + .125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .block-title__title {
      margin-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .block-title__title {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,2.2972972973rem + 0.9009009009vw ,3.125rem)) {
    .block-title__subtitle {
      margin-bottom: clamp(2.5rem ,2.2972972973rem + .9009009009vw ,3.125rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,2.2972972973rem + 0.9009009009vw ,3.125rem)) {
    .block-title__subtitle {
      margin-bottom: calc(2.5rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.375rem ,1.2533783784rem + 0.5405405405vw ,1.75rem)) {
    .page-title {
      font-size: clamp(1.375rem ,1.2533783784rem + .5405405405vw ,1.75rem)
    }
  }
  @supports not (font-size:clamp(1.375rem ,1.2533783784rem + 0.5405405405vw ,1.75rem)) {
    .page-title {
      font-size: calc(1.375rem + .375 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-top:clamp(0.625rem ,0.5236486486rem + 0.4504504505vw ,0.9375rem)) {
    .page-title {
      margin-top: clamp(.625rem ,.5236486486rem + .4504504505vw ,.9375rem)
    }
  }
  @supports not (margin-top:clamp(0.625rem ,0.5236486486rem + 0.4504504505vw ,0.9375rem)) {
    .page-title {
      margin-top: calc(.625rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (max-width:clamp(7.5rem ,6.4864864865rem + 4.5045045045vw ,10.625rem)) {
    .header-logo {
      max-width: clamp(7.5rem ,6.4864864865rem + 4.5045045045vw ,10.625rem)
    }
  }
  @supports not (max-width:clamp(7.5rem ,6.4864864865rem + 4.5045045045vw ,10.625rem)) {
    .header-logo {
      max-width: calc(7.5rem + 3.125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (gap:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .header-nav-menu__list {
      gap: clamp(.625rem ,-.1858108108rem + 3.6036036036vw ,3.125rem)
    }
  }
  @supports not (gap:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .header-nav-menu__list {
      gap: calc(.625rem + 2.5 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(0.5625rem ,0.4206081081rem + 0.6306306306vw ,1rem)) {
    .header-nav-menu__li {
      font-size: clamp(.5625rem ,.4206081081rem + .6306306306vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.5625rem ,0.4206081081rem + 0.6306306306vw ,1rem)) {
    .header-nav-menu__li {
      font-size: calc(.5625rem + .4375 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.3125rem ,1.1097972973rem + 0.9009009009vw ,1.9375rem)) {
    .footer__top {
      padding-top: clamp(1.3125rem ,1.1097972973rem + .9009009009vw ,1.9375rem)
    }
  }
  @supports not (padding-top:clamp(1.3125rem ,1.1097972973rem + 0.9009009009vw ,1.9375rem)) {
    .footer__top {
      padding-top: calc(1.3125rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.3125rem ,1.1097972973rem + 0.9009009009vw ,1.9375rem)) {
    .footer__top {
      padding-bottom: clamp(1.3125rem ,1.1097972973rem + .9009009009vw ,1.9375rem)
    }
  }
  @supports not (padding-bottom:clamp(1.3125rem ,1.1097972973rem + 0.9009009009vw ,1.9375rem)) {
    .footer__top {
      padding-bottom: calc(1.3125rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.3125rem ,1.1097972973rem + 0.9009009009vw ,1.9375rem)) {
    .footer__bottom {
      padding-top: clamp(1.3125rem ,1.1097972973rem + .9009009009vw ,1.9375rem)
    }
  }
  @supports not (padding-top:clamp(1.3125rem ,1.1097972973rem + 0.9009009009vw ,1.9375rem)) {
    .footer__bottom {
      padding-top: calc(1.3125rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.3125rem ,1.1097972973rem + 0.9009009009vw ,1.9375rem)) {
    .footer__bottom {
      padding-bottom: clamp(1.3125rem ,1.1097972973rem + .9009009009vw ,1.9375rem)
    }
  }
  @supports not (padding-bottom:clamp(1.3125rem ,1.1097972973rem + 0.9009009009vw ,1.9375rem)) {
    .footer__bottom {
      padding-bottom: calc(1.3125rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (max-width:clamp(7.5rem ,6.4864864865rem + 4.5045045045vw ,10.625rem)) {
    .footer-logo__img {
      max-width: clamp(7.5rem ,6.4864864865rem + 4.5045045045vw ,10.625rem)
    }
  }
  @supports not (max-width:clamp(7.5rem ,6.4864864865rem + 4.5045045045vw ,10.625rem)) {
    .footer-logo__img {
      max-width: calc(7.5rem + 3.125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (max-width:clamp(11.875rem ,11.0641891892rem + 3.6036036036vw ,14.375rem)) {
    .footer-logo__payments {
      max-width: clamp(11.875rem ,11.0641891892rem + 3.6036036036vw ,14.375rem)
    }
  }
  @supports not (max-width:clamp(11.875rem ,11.0641891892rem + 3.6036036036vw ,14.375rem)) {
    .footer-logo__payments {
      max-width: calc(11.875rem + 2.5 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (gap:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .footer-links {
      gap: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (gap:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .footer-links {
      gap: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports ((-moz-column-gap:clamp(1.25rem ,0.2364864865rem + 4.5045045045vw ,4.375rem)) or (column-gap:clamp(1.25rem ,0.2364864865rem + 4.5045045045vw ,4.375rem))) {
    .footer-links__products .footer-links__list {
      -webkit-column-gap: clamp(1.25rem ,.2364864865rem + 4.5045045045vw ,4.375rem);
      -moz-column-gap: clamp(1.25rem ,.2364864865rem + 4.5045045045vw ,4.375rem);
      column-gap: clamp(1.25rem ,.2364864865rem + 4.5045045045vw ,4.375rem)
    }
  }
  @supports not ((-moz-column-gap:clamp(1.25rem ,0.2364864865rem + 4.5045045045vw ,4.375rem)) or (column-gap:clamp(1.25rem ,0.2364864865rem + 4.5045045045vw ,4.375rem))) {
    .footer-links__products .footer-links__list {
      -webkit-column-gap: calc(1.25rem + 3.125 * (100vw - 22.5rem)/ 69.375);
      -moz-column-gap: calc(1.25rem + 3.125 * (100vw - 22.5rem)/ 69.375);
      column-gap: calc(1.25rem + 3.125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (bottom:clamp(3.125rem ,12.2297297297rem + -9.9099099099vw ,10rem)) {
    #messenger-widget {
      bottom: clamp(3.125rem ,12.2297297297rem + -9.9099099099vw ,10rem)
    }
  }
  @supports not (bottom:clamp(3.125rem ,12.2297297297rem + -9.9099099099vw ,10rem)) {
    #messenger-widget {
      bottom: calc(10rem + -6.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (right:clamp(1.25rem ,0.6418918919rem + 2.7027027027vw ,3.125rem)) {
    #messenger-widget {
      right: clamp(1.25rem ,.6418918919rem + 2.7027027027vw ,3.125rem)
    }
  }
  @supports not (right:clamp(1.25rem ,0.6418918919rem + 2.7027027027vw ,3.125rem)) {
    #messenger-widget {
      right: calc(1.25rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,1.0067567568rem + 1.0810810811vw ,2rem)) {
    .hero {
      padding-bottom: clamp(1.25rem ,1.0067567568rem + 1.0810810811vw ,2rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,1.0067567568rem + 1.0810810811vw ,2rem)) {
    .hero {
      padding-bottom: calc(1.25rem + .75 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (height:clamp(13.75rem ,9.0878378378rem + 20.7207207207vw ,28.125rem)) {
    .hero .swiper-slide__content {
      height: clamp(13.75rem ,9.0878378378rem + 20.7207207207vw ,28.125rem)
    }
  }
  @supports not (height:clamp(13.75rem ,9.0878378378rem + 20.7207207207vw ,28.125rem)) {
    .hero .swiper-slide__content {
      height: calc(13.75rem + 14.375 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (width:clamp(13.875rem ,9.2533783784rem + 20.5405405405vw ,28.125rem)) {
    .hero .swiper-slide__info {
      width: clamp(13.875rem ,9.2533783784rem + 20.5405405405vw ,28.125rem)
    }
  }
  @supports not (width:clamp(13.875rem ,9.2533783784rem + 20.5405405405vw ,28.125rem)) {
    .hero .swiper-slide__info {
      width: calc(13.875rem + 14.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,0.7432432432rem + 2.2522522523vw ,2.8125rem)) {
    .hero .swiper-slide__info-title {
      font-size: clamp(1.25rem ,.7432432432rem + 2.2522522523vw ,2.8125rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,0.7432432432rem + 2.2522522523vw ,2.8125rem)) {
    .hero .swiper-slide__info-title {
      font-size: calc(1.25rem + 1.5625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.7939189189rem + 0.3603603604vw ,1.125rem)) {
    .hero .swiper-slide__info-subtitle {
      font-size: clamp(.875rem ,.7939189189rem + .3603603604vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.7939189189rem + 0.3603603604vw ,1.125rem)) {
    .hero .swiper-slide__info-subtitle {
      font-size: calc(.875rem + .25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.7939189189rem + 0.3603603604vw ,1.125rem)) {
    .hero .swiper-slide__info-link {
      font-size: clamp(.875rem ,.7939189189rem + .3603603604vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.7939189189rem + 0.3603603604vw ,1.125rem)) {
    .hero .swiper-slide__info-link {
      font-size: calc(.875rem + .25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (bottom:clamp(0.625rem ,0.2195945946rem + 1.8018018018vw ,1.875rem)) {
    .hero .hero-swiper-pagination {
      bottom: clamp(.625rem ,.2195945946rem + 1.8018018018vw ,1.875rem)
    }
  }
  @supports not (bottom:clamp(0.625rem ,0.2195945946rem + 1.8018018018vw ,1.875rem)) {
    .hero .hero-swiper-pagination {
      bottom: calc(.625rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (width:clamp(0.8125rem ,0.6706081081rem + 0.6306306306vw ,1.25rem)) {
    .hero .hero-swiper-pagination .swiper-pagination-bullet {
      width: clamp(.8125rem ,.6706081081rem + .6306306306vw ,1.25rem)
    }
  }
  @supports not (width:clamp(0.8125rem ,0.6706081081rem + 0.6306306306vw ,1.25rem)) {
    .hero .hero-swiper-pagination .swiper-pagination-bullet {
      width: calc(.8125rem + .4375 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (height:clamp(0.8125rem ,0.6706081081rem + 0.6306306306vw ,1.25rem)) {
    .hero .hero-swiper-pagination .swiper-pagination-bullet {
      height: clamp(.8125rem ,.6706081081rem + .6306306306vw ,1.25rem)
    }
  }
  @supports not (height:clamp(0.8125rem ,0.6706081081rem + 0.6306306306vw ,1.25rem)) {
    .hero .hero-swiper-pagination .swiper-pagination-bullet {
      height: calc(.8125rem + .4375 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,1.0067567568rem + 1.0810810811vw ,2rem)) {
    .categories {
      padding-bottom: clamp(1.25rem ,1.0067567568rem + 1.0810810811vw ,2rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,1.0067567568rem + 1.0810810811vw ,2rem)) {
    .categories {
      padding-bottom: calc(1.25rem + .75 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(0.8125rem ,0.7922297297rem + 0.0900900901vw ,0.875rem)) {
    .categories__text {
      font-size: clamp(.8125rem ,.7922297297rem + .0900900901vw ,.875rem)
    }
  }
  @supports not (font-size:clamp(0.8125rem ,0.7922297297rem + 0.0900900901vw ,0.875rem)) {
    .categories__text {
      font-size: calc(.8125rem + .0625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .featured-products {
      padding-top: clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .featured-products {
      padding-top: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .featured-products {
      padding-bottom: clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .featured-products {
      padding-bottom: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,0.8614864865rem + 4.5045045045vw ,5rem)) {
    .featured-products__card {
      padding-top: clamp(1.875rem ,.8614864865rem + 4.5045045045vw ,5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,0.8614864865rem + 4.5045045045vw ,5rem)) {
    .featured-products__card {
      padding-top: calc(1.875rem + 3.125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.9594594595rem + 0.1801801802vw ,1.125rem)) {
    .featured-products__title {
      font-size: clamp(1rem ,.9594594595rem + .1801801802vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.9594594595rem + 0.1801801802vw ,1.125rem)) {
    .featured-products__title {
      font-size: calc(1rem + .125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(0.4375rem ,0.2753378378rem + 0.7207207207vw ,0.9375rem)) {
    .featured-products__title {
      margin-bottom: clamp(.4375rem ,.2753378378rem + .7207207207vw ,.9375rem)
    }
  }
  @supports not (margin-bottom:clamp(0.4375rem ,0.2753378378rem + 0.7207207207vw ,0.9375rem)) {
    .featured-products__title {
      margin-bottom: calc(.4375rem + .5 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .featured-products__name {
      font-size: clamp(1.25rem ,1.0472972973rem + .9009009009vw ,1.875rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .featured-products__name {
      font-size: calc(1.25rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,1.1486486486rem + 0.4504504505vw ,1.5625rem)) {
    .featured-products__name {
      margin-bottom: clamp(1.25rem ,1.1486486486rem + .4504504505vw ,1.5625rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,1.1486486486rem + 0.4504504505vw ,1.5625rem)) {
    .featured-products__name {
      margin-bottom: calc(1.25rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .tabs {
      padding-top: clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .tabs {
      padding-top: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .tabs {
      padding-bottom: clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .tabs {
      padding-bottom: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .tabs__head {
      margin-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .tabs__head {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.7939189189rem + 0.3603603604vw ,1.125rem)) {
    .head__tab {
      font-size: clamp(.875rem ,.7939189189rem + .3603603604vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.7939189189rem + 0.3603603604vw ,1.125rem)) {
    .head__tab {
      font-size: calc(.875rem + .25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .prod-carousel {
      padding-top: clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .prod-carousel {
      padding-top: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .prod-carousel {
      padding-bottom: clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .prod-carousel {
      padding-bottom: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .prod-carousel__head {
      margin-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .prod-carousel__head {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.7939189189rem + 0.3603603604vw ,1.125rem)) {
    .prod-carousel__head-title {
      font-size: clamp(.875rem ,.7939189189rem + .3603603604vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.7939189189rem + 0.3603603604vw ,1.125rem)) {
    .prod-carousel__head-title {
      font-size: calc(.875rem + .25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.8344594595rem + 0.1801801802vw ,1rem)) {
    .card__title {
      font-size: clamp(.875rem ,.8344594595rem + .1801801802vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.8344594595rem + 0.1801801802vw ,1rem)) {
    .card__title {
      font-size: calc(.875rem + .125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .description {
      padding-top: clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .description {
      padding-top: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .description {
      padding-bottom: clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.2668918919rem + 2.7027027027vw ,3.75rem)) {
    .description {
      padding-bottom: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .bestsellers {
      margin-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .bestsellers {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .bestsellers {
      padding-top: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .bestsellers {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.4695945946rem + 1.8018018018vw ,3.125rem)) {
    .bestsellers-top {
      margin-bottom: clamp(1.875rem ,1.4695945946rem + 1.8018018018vw ,3.125rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.4695945946rem + 1.8018018018vw ,3.125rem)) {
    .bestsellers-top {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .useful-articles {
      margin-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .useful-articles {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .useful-articles {
      padding-top: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .useful-articles {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (width:clamp(2.5rem ,2.0945945946rem + 1.8018018018vw ,3.75rem)) {
    .useful-articles__navigation .useful-articles-button-next,
    .useful-articles__navigation .useful-articles-button-prev {
      width: clamp(2.5rem ,2.0945945946rem + 1.8018018018vw ,3.75rem)
    }
  }
  @supports not (width:clamp(2.5rem ,2.0945945946rem + 1.8018018018vw ,3.75rem)) {
    .useful-articles__navigation .useful-articles-button-next,
    .useful-articles__navigation .useful-articles-button-prev {
      width: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (height:clamp(2.5rem ,2.0945945946rem + 1.8018018018vw ,3.75rem)) {
    .useful-articles__navigation .useful-articles-button-next,
    .useful-articles__navigation .useful-articles-button-prev {
      height: clamp(2.5rem ,2.0945945946rem + 1.8018018018vw ,3.75rem)
    }
  }
  @supports not (height:clamp(2.5rem ,2.0945945946rem + 1.8018018018vw ,3.75rem)) {
    .useful-articles__navigation .useful-articles-button-next,
    .useful-articles__navigation .useful-articles-button-prev {
      height: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.4695945946rem + 1.8018018018vw ,3.125rem)) {
    .useful-articles-top {
      margin-bottom: clamp(1.875rem ,1.4695945946rem + 1.8018018018vw ,3.125rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.4695945946rem + 1.8018018018vw ,3.125rem)) {
    .useful-articles-top {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .our-products {
      margin-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .our-products {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .our-products {
      padding-top: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .our-products {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (width:clamp(2.5rem ,2.0945945946rem + 1.8018018018vw ,3.75rem)) {
    .our-products__navigation .our-products-button-next,
    .our-products__navigation .our-products-button-prev {
      width: clamp(2.5rem ,2.0945945946rem + 1.8018018018vw ,3.75rem)
    }
  }
  @supports not (width:clamp(2.5rem ,2.0945945946rem + 1.8018018018vw ,3.75rem)) {
    .our-products__navigation .our-products-button-next,
    .our-products__navigation .our-products-button-prev {
      width: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (height:clamp(2.5rem ,2.0945945946rem + 1.8018018018vw ,3.75rem)) {
    .our-products__navigation .our-products-button-next,
    .our-products__navigation .our-products-button-prev {
      height: clamp(2.5rem ,2.0945945946rem + 1.8018018018vw ,3.75rem)
    }
  }
  @supports not (height:clamp(2.5rem ,2.0945945946rem + 1.8018018018vw ,3.75rem)) {
    .our-products__navigation .our-products-button-next,
    .our-products__navigation .our-products-button-prev {
      height: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,2.2972972973rem + 0.9009009009vw ,3.125rem)) {
    .power-nature {
      margin-bottom: clamp(2.5rem ,2.2972972973rem + .9009009009vw ,3.125rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,2.2972972973rem + 0.9009009009vw ,3.125rem)) {
    .power-nature {
      margin-bottom: calc(2.5rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .power-nature {
      padding-top: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .power-nature {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-top:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .subcats {
      margin-top: clamp(1.25rem ,1.0472972973rem + .9009009009vw ,1.875rem)
    }
  }
  @supports not (margin-top:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .subcats {
      margin-top: calc(1.25rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(0.625rem ,0.4222972973rem + 0.9009009009vw ,1.25rem)) {
    .subcats {
      padding-bottom: clamp(.625rem ,.4222972973rem + .9009009009vw ,1.25rem)
    }
  }
  @supports not (padding-bottom:clamp(0.625rem ,0.4222972973rem + 0.9009009009vw ,1.25rem)) {
    .subcats {
      padding-bottom: calc(.625rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (max-width:clamp(10.625rem ,10.2195945946rem + 1.8018018018vw ,11.875rem)) {
    .subcats__item {
      max-width: clamp(10.625rem ,10.2195945946rem + 1.8018018018vw ,11.875rem)
    }
  }
  @supports not (max-width:clamp(10.625rem ,10.2195945946rem + 1.8018018018vw ,11.875rem)) {
    .subcats__item {
      max-width: calc(10.625rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (max-width:clamp(3.75rem ,2.9391891892rem + 3.6036036036vw ,6.25rem)) {
    .subcats__img {
      max-width: clamp(3.75rem ,2.9391891892rem + 3.6036036036vw ,6.25rem)
    }
  }
  @supports not (max-width:clamp(3.75rem ,2.9391891892rem + 3.6036036036vw ,6.25rem)) {
    .subcats__img {
      max-width: calc(3.75rem + 2.5 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(3.75rem ,3.3445945946rem + 1.8018018018vw ,5rem)) {
    .main-description {
      padding-bottom: clamp(3.75rem ,3.3445945946rem + 1.8018018018vw ,5rem)
    }
  }
  @supports not (padding-bottom:clamp(3.75rem ,3.3445945946rem + 1.8018018018vw ,5rem)) {
    .main-description {
      padding-bottom: calc(3.75rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(3.75rem ,3.3445945946rem + 1.8018018018vw ,5rem)) {
    .main-description {
      padding-top: clamp(3.75rem ,3.3445945946rem + 1.8018018018vw ,5rem)
    }
  }
  @supports not (padding-top:clamp(3.75rem ,3.3445945946rem + 1.8018018018vw ,5rem)) {
    .main-description {
      padding-top: calc(3.75rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,0.6418918919rem + 2.7027027027vw ,3.125rem)) {
    .main-description__content h2,
    .main-description__content h3,
    .main-description__content h4,
    .main-description__content h5,
    .main-description__content h6 {
      margin-bottom: clamp(1.25rem ,.6418918919rem + 2.7027027027vw ,3.125rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,0.6418918919rem + 2.7027027027vw ,3.125rem)) {
    .main-description__content h2,
    .main-description__content h3,
    .main-description__content h4,
    .main-description__content h5,
    .main-description__content h6 {
      margin-bottom: calc(1.25rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.1486486486rem + 0.4504504505vw ,1.5625rem)) {
    .main-description__content h2,
    .main-description__content h3 {
      font-size: clamp(1.25rem ,1.1486486486rem + .4504504505vw ,1.5625rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.1486486486rem + 0.4504504505vw ,1.5625rem)) {
    .main-description__content h2,
    .main-description__content h3 {
      font-size: calc(1.25rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.125rem ,1.0844594595rem + 0.1801801802vw ,1.25rem)) {
    .main-description__content h4,
    .main-description__content h5,
    .main-description__content h6 {
      font-size: clamp(1.125rem ,1.0844594595rem + .1801801802vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0844594595rem + 0.1801801802vw ,1.25rem)) {
    .main-description__content h4,
    .main-description__content h5,
    .main-description__content h6 {
      font-size: calc(1.125rem + .125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(3.125rem ,2.5168918919rem + 2.7027027027vw ,5rem)) {
    .no-products__container {
      padding-bottom: clamp(3.125rem ,2.5168918919rem + 2.7027027027vw ,5rem)
    }
  }
  @supports not (padding-bottom:clamp(3.125rem ,2.5168918919rem + 2.7027027027vw ,5rem)) {
    .no-products__container {
      padding-bottom: calc(3.125rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(3.125rem ,2.5168918919rem + 2.7027027027vw ,5rem)) {
    .no-products__container {
      padding-top: clamp(3.125rem ,2.5168918919rem + 2.7027027027vw ,5rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,2.5168918919rem + 2.7027027027vw ,5rem)) {
    .no-products__container {
      padding-top: calc(3.125rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .product-info {
      padding-top: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .product-info {
      padding-top: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .product-info {
      padding-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .product-info {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.9594594595rem + 0.1801801802vw ,1.125rem)) {
    .product-info__title {
      font-size: clamp(1rem ,.9594594595rem + .1801801802vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.9594594595rem + 0.1801801802vw ,1.125rem)) {
    .product-info__title {
      font-size: calc(1rem + .125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.2094594595rem + 0.1801801802vw ,1.375rem)) {
    .product-info__main-price {
      font-size: clamp(1.25rem ,1.2094594595rem + .1801801802vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.2094594595rem + 0.1801801802vw ,1.375rem)) {
    .product-info__main-price {
      font-size: calc(1.25rem + .125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (gap:clamp(0.625rem ,0.2195945946rem + 1.8018018018vw ,1.875rem)) {
    .product-info__buttons-list {
      gap: clamp(.625rem ,.2195945946rem + 1.8018018018vw ,1.875rem)
    }
  }
  @supports not (gap:clamp(0.625rem ,0.2195945946rem + 1.8018018018vw ,1.875rem)) {
    .product-info__buttons-list {
      gap: calc(.625rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.8344594595rem + 0.1801801802vw ,1rem)) {
    .product-info__smbtn {
      font-size: clamp(.875rem ,.8344594595rem + .1801801802vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.8344594595rem + 0.1801801802vw ,1rem)) {
    .product-info__smbtn {
      font-size: calc(.875rem + .125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding:clamp(0.625rem ,0.5236486486rem + 0.4504504505vw ,0.9375rem)) {
    .product-info__informer-ttl {
      padding: clamp(.625rem ,.5236486486rem + .4504504505vw ,.9375rem)
    }
  }
  @supports not (padding:clamp(0.625rem ,0.5236486486rem + 0.4504504505vw ,0.9375rem)) {
    .product-info__informer-ttl {
      padding: calc(.625rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding:clamp(0.625rem ,0.5236486486rem + 0.4504504505vw ,0.9375rem)) {
    .product-info__informer-list {
      padding: clamp(.625rem ,.5236486486rem + .4504504505vw ,.9375rem)
    }
  }
  @supports not (padding:clamp(0.625rem ,0.5236486486rem + 0.4504504505vw ,0.9375rem)) {
    .product-info__informer-list {
      padding: calc(.625rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (bottom:clamp(0.625rem ,0.2195945946rem + 1.8018018018vw ,1.875rem)) {
    .block-product__slider .block-product__pagination {
      bottom: clamp(.625rem ,.2195945946rem + 1.8018018018vw ,1.875rem)
    }
  }
  @supports not (bottom:clamp(0.625rem ,0.2195945946rem + 1.8018018018vw ,1.875rem)) {
    .block-product__slider .block-product__pagination {
      bottom: calc(.625rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (width:clamp(0.75rem ,0.5878378378rem + 0.7207207207vw ,1.25rem)) {
    .block-product__slider .block-product__pagination .swiper-pagination-bullet {
      width: clamp(.75rem ,.5878378378rem + .7207207207vw ,1.25rem)
    }
  }
  @supports not (width:clamp(0.75rem ,0.5878378378rem + 0.7207207207vw ,1.25rem)) {
    .block-product__slider .block-product__pagination .swiper-pagination-bullet {
      width: calc(.75rem + .5 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (height:clamp(0.75rem ,0.5878378378rem + 0.7207207207vw ,1.25rem)) {
    .block-product__slider .block-product__pagination .swiper-pagination-bullet {
      height: clamp(.75rem ,.5878378378rem + .7207207207vw ,1.25rem)
    }
  }
  @supports not (height:clamp(0.75rem ,0.5878378378rem + 0.7207207207vw ,1.25rem)) {
    .block-product__slider .block-product__pagination .swiper-pagination-bullet {
      height: calc(.75rem + .5 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .info-tabs {
      padding-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .info-tabs {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .info-tabs__container {
      padding-top: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .info-tabs__container {
      padding-top: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .info-tabs__container {
      padding-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .info-tabs__container {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-left:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .info-tabs__container {
      padding-left: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (padding-left:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .info-tabs__container {
      padding-left: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-right:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .info-tabs__container {
      padding-right: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-right:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .info-tabs__container {
      padding-right: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding:clamp(0.9375rem ,0.7347972973rem + 0.9009009009vw ,1.5625rem)) {
    .item-reviews {
      padding: clamp(.9375rem ,.7347972973rem + .9009009009vw ,1.5625rem)
    }
  }
  @supports not (padding:clamp(0.9375rem ,0.7347972973rem + 0.9009009009vw ,1.5625rem)) {
    .item-reviews {
      padding: calc(.9375rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .aside {
      padding-top: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .aside {
      padding-top: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .aside {
      padding-bottom: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .aside {
      padding-bottom: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-left:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .aside {
      padding-left: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (padding-left:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .aside {
      padding-left: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-right:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .aside {
      padding-right: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-right:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .aside {
      padding-right: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .information-content {
      padding-top: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .information-content {
      padding-top: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .information-content {
      padding-bottom: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .information-content {
      padding-bottom: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-left:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .information-content {
      padding-left: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (padding-left:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .information-content {
      padding-left: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-right:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .information-content {
      padding-right: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-right:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .information-content {
      padding-right: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .checkout-form {
      padding-top: clamp(1.25rem ,1.0472972973rem + .9009009009vw ,1.875rem)
    }
  }
  @supports not (padding-top:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .checkout-form {
      padding-top: calc(1.25rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-right:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .checkout-form {
      padding-right: clamp(.625rem ,-.1858108108rem + 3.6036036036vw ,3.125rem)
    }
  }
  @supports not (padding-right:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .checkout-form {
      padding-right: calc(.625rem + 2.5 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,0.6418918919rem + 2.7027027027vw ,3.125rem)) {
    .checkout-form {
      padding-bottom: clamp(1.25rem ,.6418918919rem + 2.7027027027vw ,3.125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,0.6418918919rem + 2.7027027027vw ,3.125rem)) {
    .checkout-form {
      padding-bottom: calc(1.25rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-left:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .checkout-form {
      padding-left: clamp(.625rem ,-.1858108108rem + 3.6036036036vw ,3.125rem)
    }
  }
  @supports not (padding-left:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .checkout-form {
      padding-left: calc(.625rem + 2.5 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.125rem ,1.0439189189rem + 0.3603603604vw ,1.375rem)) {
    .checkout-form h2 {
      font-size: clamp(1.125rem ,1.0439189189rem + .3603603604vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0439189189rem + 0.3603603604vw ,1.375rem)) {
    .checkout-form h2 {
      font-size: calc(1.125rem + .25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .your-cart {
      padding-top: clamp(1.25rem ,1.0472972973rem + .9009009009vw ,1.875rem)
    }
  }
  @supports not (padding-top:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .your-cart {
      padding-top: calc(1.25rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-right:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .your-cart {
      padding-right: clamp(.625rem ,-.1858108108rem + 3.6036036036vw ,3.125rem)
    }
  }
  @supports not (padding-right:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .your-cart {
      padding-right: calc(.625rem + 2.5 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,0.6418918919rem + 2.7027027027vw ,3.125rem)) {
    .your-cart {
      padding-bottom: clamp(1.25rem ,.6418918919rem + 2.7027027027vw ,3.125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,0.6418918919rem + 2.7027027027vw ,3.125rem)) {
    .your-cart {
      padding-bottom: calc(1.25rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-left:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .your-cart {
      padding-left: clamp(.625rem ,-.1858108108rem + 3.6036036036vw ,3.125rem)
    }
  }
  @supports not (padding-left:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .your-cart {
      padding-left: calc(.625rem + 2.5 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.125rem ,1.0439189189rem + 0.3603603604vw ,1.375rem)) {
    .your-cart__title {
      font-size: clamp(1.125rem ,1.0439189189rem + .3603603604vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0439189189rem + 0.3603603604vw ,1.375rem)) {
    .your-cart__title {
      font-size: calc(1.125rem + .25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .your-cart .cart-list {
      margin-bottom: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .your-cart .cart-list {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (width:clamp(4.6875rem ,4.0591216216rem + 2.7927927928vw ,6.625rem)) {
    .your-cart .cart-item__img {
      width: clamp(4.6875rem ,4.0591216216rem + 2.7927927928vw ,6.625rem)
    }
  }
  @supports not (width:clamp(4.6875rem ,4.0591216216rem + 2.7927927928vw ,6.625rem)) {
    .your-cart .cart-item__img {
      width: calc(4.6875rem + 1.9375 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.8344594595rem + 0.1801801802vw ,1rem)) {
    .your-cart .cart-item__title {
      font-size: clamp(.875rem ,.8344594595rem + .1801801802vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.8344594595rem + 0.1801801802vw ,1rem)) {
    .your-cart .cart-item__title {
      font-size: calc(.875rem + .125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .my-reviews-card__body {
      padding: clamp(.9375rem ,.8361486486rem + .4504504505vw ,1.25rem)
    }
  }
  @supports not (padding:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .my-reviews-card__body {
      padding: calc(.9375rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.125rem ,1.0439189189rem + 0.3603603604vw ,1.375rem)) {
    .my-reviews-card__title {
      font-size: clamp(1.125rem ,1.0439189189rem + .3603603604vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0439189189rem + 0.3603603604vw ,1.375rem)) {
    .my-reviews-card__title {
      font-size: calc(1.125rem + .25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .my-reviews-product {
      padding: clamp(.9375rem ,.8361486486rem + .4504504505vw ,1.25rem)
    }
  }
  @supports not (padding:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .my-reviews-product {
      padding: calc(.9375rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding:clamp(0.9375rem ,0.7347972973rem + 0.9009009009vw ,1.5625rem)) {
    .my-reviews-admin {
      padding: clamp(.9375rem ,.7347972973rem + .9009009009vw ,1.5625rem)
    }
  }
  @supports not (padding:clamp(0.9375rem ,0.7347972973rem + 0.9009009009vw ,1.5625rem)) {
    .my-reviews-admin {
      padding: calc(.9375rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .form {
      padding-top: clamp(1.25rem ,1.0472972973rem + .9009009009vw ,1.875rem)
    }
  }
  @supports not (padding-top:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .form {
      padding-top: calc(1.25rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-right:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .form {
      padding-right: clamp(.625rem ,-.1858108108rem + 3.6036036036vw ,3.125rem)
    }
  }
  @supports not (padding-right:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .form {
      padding-right: calc(.625rem + 2.5 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,0.6418918919rem + 2.7027027027vw ,3.125rem)) {
    .form {
      padding-bottom: clamp(1.25rem ,.6418918919rem + 2.7027027027vw ,3.125rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,0.6418918919rem + 2.7027027027vw ,3.125rem)) {
    .form {
      padding-bottom: calc(1.25rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-left:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .form {
      padding-left: clamp(.625rem ,-.1858108108rem + 3.6036036036vw ,3.125rem)
    }
  }
  @supports not (padding-left:clamp(0.625rem ,-0.1858108108rem + 3.6036036036vw ,3.125rem)) {
    .form {
      padding-left: calc(.625rem + 2.5 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(3.75rem ,3.3445945946rem + 1.8018018018vw ,5rem)) {
    .top-page {
      padding-bottom: clamp(3.75rem ,3.3445945946rem + 1.8018018018vw ,5rem)
    }
  }
  @supports not (padding-bottom:clamp(3.75rem ,3.3445945946rem + 1.8018018018vw ,5rem)) {
    .top-page {
      padding-bottom: calc(3.75rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.9594594595rem + 0.1801801802vw ,1.125rem)) {
    .top-page__text {
      font-size: clamp(1rem ,.9594594595rem + .1801801802vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.9594594595rem + 0.1801801802vw ,1.125rem)) {
    .top-page__text {
      font-size: calc(1rem + .125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-top:clamp(0.625rem ,0.4222972973rem + 0.9009009009vw ,1.25rem)) {
    .top-page .breadcrumb {
      margin-top: clamp(.625rem ,.4222972973rem + .9009009009vw ,1.25rem)
    }
  }
  @supports not (margin-top:clamp(0.625rem ,0.4222972973rem + 0.9009009009vw ,1.25rem)) {
    .top-page .breadcrumb {
      margin-top: calc(.625rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .top-page .breadcrumb {
      margin-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .top-page .breadcrumb {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(2.8125rem ,2.4070945946rem + 1.8018018018vw ,4.0625rem)) {
    .top-page .big-title {
      font-size: clamp(2.8125rem ,2.4070945946rem + 1.8018018018vw ,4.0625rem)
    }
  }
  @supports not (font-size:clamp(2.8125rem ,2.4070945946rem + 1.8018018018vw ,4.0625rem)) {
    .top-page .big-title {
      font-size: calc(2.8125rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .top-page .big-title {
      margin-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .top-page .big-title {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(2.5rem ,1.9932432432rem + 2.2522522523vw ,4.0625rem)) {
    .about-first {
      padding-top: clamp(2.5rem ,1.9932432432rem + 2.2522522523vw ,4.0625rem)
    }
  }
  @supports not (padding-top:clamp(2.5rem ,1.9932432432rem + 2.2522522523vw ,4.0625rem)) {
    .about-first {
      padding-top: calc(2.5rem + 1.5625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(2.5rem ,1.9932432432rem + 2.2522522523vw ,4.0625rem)) {
    .about-first {
      padding-bottom: clamp(2.5rem ,1.9932432432rem + 2.2522522523vw ,4.0625rem)
    }
  }
  @supports not (padding-bottom:clamp(2.5rem ,1.9932432432rem + 2.2522522523vw ,4.0625rem)) {
    .about-first {
      padding-bottom: calc(2.5rem + 1.5625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.875rem ,1.5709459459rem + 1.3513513514vw ,2.8125rem)) {
    .about-first__title {
      font-size: clamp(1.875rem ,1.5709459459rem + 1.3513513514vw ,2.8125rem)
    }
  }
  @supports not (font-size:clamp(1.875rem ,1.5709459459rem + 1.3513513514vw ,2.8125rem)) {
    .about-first__title {
      font-size: calc(1.875rem + .9375 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.5625rem ,1.3597972973rem + 0.9009009009vw ,2.1875rem)) {
    .about-two__text {
      font-size: clamp(1.5625rem ,1.3597972973rem + .9009009009vw ,2.1875rem)
    }
  }
  @supports not (font-size:clamp(1.5625rem ,1.3597972973rem + 0.9009009009vw ,2.1875rem)) {
    .about-two__text {
      font-size: calc(1.5625rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(3.125rem ,2.5168918919rem + 2.7027027027vw ,5rem)) {
    .about-two__text {
      padding-top: clamp(3.125rem ,2.5168918919rem + 2.7027027027vw ,5rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,2.5168918919rem + 2.7027027027vw ,5rem)) {
    .about-two__text {
      padding-top: calc(3.125rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(3.125rem ,2.5168918919rem + 2.7027027027vw ,5rem)) {
    .about-two__text {
      padding-bottom: clamp(3.125rem ,2.5168918919rem + 2.7027027027vw ,5rem)
    }
  }
  @supports not (padding-bottom:clamp(3.125rem ,2.5168918919rem + 2.7027027027vw ,5rem)) {
    .about-two__text {
      padding-bottom: calc(3.125rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
}
@media (min-width:62.5em) and (max-width:87.5em) {
  @supports (font-size:clamp(1.25rem ,0.46875rem + 1.25vw ,1.5625rem)) {
    .title-block__text {
      font-size: clamp(1.25rem ,.46875rem + 1.25vw ,1.5625rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,0.46875rem + 1.25vw ,1.5625rem)) {
    .title-block__text {
      font-size: calc(1.25rem + .3125 * (100vw - 62.5rem)/ 25)
    }
  }
  @supports (font-size:clamp(1.25rem ,0.46875rem + 1.25vw ,1.5625rem)) {
    .block-title__subtitle {
      font-size: clamp(1.25rem ,.46875rem + 1.25vw ,1.5625rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,0.46875rem + 1.25vw ,1.5625rem)) {
    .block-title__subtitle {
      font-size: calc(1.25rem + .3125 * (100vw - 62.5rem)/ 25)
    }
  }
}
@media (min-width:43.75em) and (max-width:84.375em) {
  @supports (font-size:clamp(0.875rem ,0.7403846154rem + 0.3076923077vw ,1rem)) {
    .card__btn {
      font-size: clamp(.875rem ,.7403846154rem + .3076923077vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.7403846154rem + 0.3076923077vw ,1rem)) {
    .card__btn {
      font-size: calc(.875rem + .125 * (100vw - 43.75rem)/ 40.625)
    }
  }
}
@media (min-width:61.25em) and (max-width:93.75em) {
  @supports (gap:clamp(1.875rem ,-0.4807692308rem + 3.8461538462vw ,3.125rem)) {
    .information__container {
      gap: clamp(1.875rem ,-.4807692308rem + 3.8461538462vw ,3.125rem)
    }
  }
  @supports not (gap:clamp(1.875rem ,-0.4807692308rem + 3.8461538462vw ,3.125rem)) {
    .information__container {
      gap: calc(1.875rem + 1.25 * (100vw - 61.25rem)/ 32.5)
    }
  }
}