* {
  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: Mulish,sans-serif;
  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
}
@font-face {font-family: MazdaTypeCyrillic;font-display: swap;src: url("/catalog/view/theme/liteshoes/fonts/MazdaTypeCyrillic-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: MazdaTypeCyrillic;font-display: swap;src: url("/catalog/view/theme/liteshoes/fonts/MazdaTypeCyrillic-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: MazdaTypeCyrillic;font-display: swap;src: url("/catalog/view/theme/liteshoes/fonts/MazdaTypeCyrillic-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("/catalog/view/theme/liteshoes/fonts/iconfont.woff2?80c7c41af5d625b213e3cab3fa2b5af9") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-youtube"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-viber"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-twitter"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-telegram"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-search"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-right"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-refresh"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-profile"]::before { 
		content: "\f108"; 
	} 
	[class*="--icon-profile-user"]::before { 
		content: "\f109"; 
	} 
	[class*="--icon-plus"]::before { 
		content: "\f10a"; 
	} 
	[class*="--icon-pinterest"]::before { 
		content: "\f10b"; 
	} 
	[class*="--icon-notification"]::before { 
		content: "\f10c"; 
	} 
	[class*="--icon-more"]::before { 
		content: "\f10d"; 
	} 
	[class*="--icon-minus"]::before { 
		content: "\f10e"; 
	} 
	[class*="--icon-messanger"]::before { 
		content: "\f10f"; 
	} 
	[class*="--icon-menu"]::before { 
		content: "\f110"; 
	} 
	[class*="--icon-linkedin"]::before { 
		content: "\f111"; 
	} 
	[class*="--icon-link"]::before { 
		content: "\f112"; 
	} 
	[class*="--icon-line"]::before { 
		content: "\f113"; 
	} 
	[class*="--icon-left"]::before { 
		content: "\f114"; 
	} 
	[class*="--icon-instagram"]::before { 
		content: "\f115"; 
	} 
	[class*="--icon-forward"]::before { 
		content: "\f116"; 
	} 
	[class*="--icon-favourite"]::before { 
		content: "\f117"; 
	} 
	[class*="--icon-facebook"]::before { 
		content: "\f118"; 
	} 
	[class*="--icon-down"]::before { 
		content: "\f119"; 
	} 
	[class*="--icon-delete"]::before { 
		content: "\f11a"; 
	} 
	[class*="--icon-close"]::before { 
		content: "\f11b"; 
	} 
	[class*="--icon-cart"]::before { 
		content: "\f11c"; 
	} 
	[class*="--icon-basket"]::before { 
		content: "\f11d"; 
	} 
	[class*="--icon-basket-bold"]::before { 
		content: "\f11e"; 
	} 
	[class*="--icon-back"]::before { 
		content: "\f11f"; 
	} 
	[class*="--icon-attach"]::before { 
		content: "\f120"; 
	} 
button,
input,
textarea {
  font-family: Mulish,sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}
select {
  font-family: Mulish,sans-serif
}
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: #f9f9fb
}
.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: end
}
.mfp-container {
  padding: 0!important
}
.popup__content {
  background-color: #fff;
  width: 100%;
  max-width: 587px;
  position: fixed;
  height: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: 0;
  right: 0;
  top: 0
}
.lock .popup__content {
  visibility: visible
}
.popup-body {
  height: 100%
}
.your-order {
  display: flex;
  flex-direction: column;
  height: 100%
}
.your-order__title {
  font-weight: 600
}
.your-order__list {
  border-radius: 1px;
  background: #f9f9fb;
  display: flex;
  flex-direction: column;
  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: 66px;
  min-width: 66px;
  height: 66px;
  border-radius: 1px;
  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: #828282;
  gap: 11px;
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 1px;
  display: flex
}
.your-order-item__counter input {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  color: #828282;
  font-size: 14px;
  order: 2
}
.your-order-item__plus {
  order: 3
}
.your-order-item__minus {
  order: 1
}
.your-order-item__price {
  color: #828282;
  font-weight: 600;
  font-size: 14px
}
.your-order-item__btn-clear .icon-svg {
  width: 12px;
  height: 12px;
  fill: #828282
}
.popup__close {
  position: absolute;
  outline: 0
}
.popup__close img {
  opacity: .8;
  width: 15px;
  height: 15px
}
.popup-total {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 65px
}
.popup-total__price {
  font-weight: 600;
  color: #dc0f0f
}
.popup-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
  gap: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 15px;
  background-color: #fff;
  width: 100%
}
.popup-btn__close,
.popup-btn__place-order {
  width: 100%;
  color: #fff;
  padding: 13px 0!important;
  border-radius: 1px;
  text-align: center;
  transition: all .3s;
  cursor: pointer
}
.popup-btn__close {
  background-color: #fff;
  color: #dc0f0f;
  border: 2px solid #dc0f0f
}
.popup-btn__close:hover {
  background-color: #dc0f0f;
  color: #fff
}
.popup-btn__place-order {
  background-color: #dc0f0f;
  color: #fff;
  order: 2
}
.popup-btn__place-order:hover {
  color: #fff
}
#smca-ajax-products-list {
  display: flex;
  gap: 7px;
  justify-content: space-between
}
.ajax-product {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  gap: 5px;
  font-size: 14px
}
.ajax-product .cart a {
  padding: 5px 10px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fbf0f0;
  cursor: pointer
}
.ajax-product .cart a:hover {
  background-color: #fbf0f0
}
.ajax-product .cont {
  display: flex;
  flex-direction: column;
  gap: 5px
}
.smca-ajax-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px
}
.smca-ajax-title {
  font-size: 16px;
  font-weight: 600
}
.smca-ajax-products-arrow {
  display: flex;
  gap: 10px;
  font-size: 14px
}
.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 {
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center
}
.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 {
  background-color: #fbf0f0;
}
.breadcrumbs {
  display: flex;
  font-size: 14px;
  gap: 30px;
  padding-right: 15px;
  /* overflow-x: auto;*/
  white-space: nowrap; 
  overflow: hidden;
  padding: 20px 0;
}
.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: #dc0f0f
}
.page-title {
  font-weight: 700
}
.pagging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 40px 0
}
.pagging li {
  width: 35px;
  height: 35px;
  border-radius: 1px;
  background-color: #fbf0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s
}
.pagging li.active,
.pagging li:hover {
  background-color: #212121;
  color: #fff
}
.pagging li.disabled {
  pointer-events: none;
  opacity: .3
}
.pagging li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}
.pagging__arrow {
  background-color: #dc0f0f;
  border: .0625rem solid #dc0f0f;
  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 #dc0f0f;
  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: #dc0f0f;
  color: #f9f9fb
}
.pagging .active {
  color: #dc0f0f
}
.active .pagging__item {
  background-color: #dc0f0f;
  color: #f9f9fb
}
.fixed-nav{
  z-index:999;
}
/* body.fixed-nav {
  padding-top: 108px!important
} */
.products__wrap {
  display: flex;
  flex-wrap: wrap
}
.products__item {
  width: calc(25% - 15px);
  margin: 8px 7px
}
.swiper-slide .products__item {
  width: 100%
}
.products__btn {
  display: flex;
  align-items: center;
  justify-content: center
}
.products__btn-lnk {
  background-color: #dc0f0f;
  color: #fff;
  font-weight: 600;
  padding: 17px 45px;
  border-radius: 1px;
  text-align: center;
  gap: 10px;
  transition: all .3s
}
.products__btn-lnk:hover {
  background-color: #101d2e
}
.card {
  background-color: #fff;
  padding: 10px;
  border-radius: 1px;
  border: 1px solid #fbf0f0;
  position: relative
}
.card:hover {
  border: 1px solid #f4f6fb
}
.card__img {
  margin-bottom: .625rem;
  position: relative;
  width: 100%;
  border-radius: 1px;
  overflow: hidden
}
.card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fafafa
}
.card__title {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5
}
.tabcontent-mod .card__title {
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
  display: block;
  font-size: 14px
}
.card__body {
  margin-bottom: .9375rem;
  margin-top: .9375rem
}
.tabcontent-mod .card__body {
  margin-bottom: .625rem;
  margin-top: .625rem
}
.card__price {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 25px
}
.tabcontent-mod .card__price {
  justify-content: center;
  height: auto;
  font-size: 14px
}
.card__main-price {
  font-size: 18px;
  font-weight: 700
}
.card__new-price {
  font-size: 18px;
  font-weight: 700;
  color: #dc0f0f
}
.card__old-price {
  font-size: 14px;
  color: #828282;
  opacity: .7;
  text-decoration: line-through
}
.card__btn {
  background-color: #ac0e28;
  color: #fff;
  font-weight: 600;
  padding: 12px 15px;
  border-radius: 1px;
  text-align: center;
  gap: 10px;
  transition: all .3s;
  width: 100%
}
.card__btn:hover {
  background-color: #dc0f0f
}
.card.nostock {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .8;
  transition: all .3s
}
.card.nostock:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1
}
.sticker-catalog {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .3125rem;
  z-index: 9
}
.sticker-catalog .sticker-rectangle {
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 1px;
  color: #fff;
  text-align: center
}
.sticker-catalog .sticker-rectangle.sticker-special {
  background-color: #ff8c00
}
.sticker-catalog .sticker-rectangle.sticker-bestseller {
  background-color: #dc0f0f
}
.sticker-catalog .sticker-rectangle.sticker-new {
  background-color: #212121
}
.featured-products__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}
.featured-products__card {
  width: 32.5%;
  aspect-ratio: 100/100;
  background-size: cover;
  border-radius: 1px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative
}
.featured-products__card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(5,16,31,.5)
}
.featured-products__title {
  color: #fff;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  position: relative
}
.featured-products__name {
  color: #dc0f0f;
  font-weight: 500;
  text-transform: uppercase;
  position: relative
}
.featured-products__btn {
  background-color: #101d2e;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 1px;
  text-align: center;
  gap: 10px;
  position: relative;
  transition: all .3s
}
.featured-products__btn:hover {
  background-color: #dc0f0f
}
.description {
  background-color: #fbf0f0;
  line-height: 1.5;
  font-size: 16px
}
.description.cat {
  background-color: #f4f6fb
}
.description__container {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}
.description div,
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6,
.description img,
.description ol,
.description p,
.description ul {
  margin-bottom: 15px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid
}
.description p img {
  width: 100%!important;
  margin-left: -10px
}
.description b,
.description strong {
  font-weight: 600
}
.description a {
  color: #dc0f0f;
  font-weight: 600;
  display: inline
}
.description a:hover {
  color: #212121
}
.description img {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  max-width: 100%
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  font-weight: 700;
  font-size: 18px
}
.description ul {
  padding: 0 0 0 20px;
  list-style: none
}
.description ul li {
  position: relative;
  padding-left: 15px
}
.description ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #dc0f0f
}
.description ol {
  padding: 0 0 0 18px;
  list-style-type: none;
  counter-reset: num
}
.description ol li {
  position: relative;
  margin: 0;
  padding-left: 15px
}
.description ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  color: #dc0f0f;
  font-weight: 600
}
.tabs__head {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.tabs__content.hide {
  display: none
}
.tabs__content.show {
  display: block
}
.head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px
}
.head__subtitle {
  text-transform: uppercase;
  font-weight: 500;
  color: #dc0f0f
}
.head__maintitle {
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center
}
.head__more a {
  font-style: italic;
  color: #dc0f0f
}
.head__more a:hover {
  color: #101d2e
}
.head__navs {
  display: flex;
  justify-content: center;
  gap: 25px;
  width: 100%
}
.head__tab {
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
  color: #212121;
  opacity: .6;
  padding-bottom: 15px
}
.head__tab.active {
  opacity: 1;
  color: #dc0f0f;
  position: relative
}
.head__tab:hover {
  color: #dc0f0f
}
.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: #fbf0f0
}
.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__head {
  display: flex;
  align-items: center;
  justify-content: center
}
.prod-carousel__head-title {
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
  color: #212121
}
.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
}
.my-reviews .main-catalog__content .card {
  width: calc(25% - 20px)
}
.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: 4px;
  background-color: #dc0f0f;
  color: #f9f9fb;
  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: #dc0f0f
}
.block-catalog__count {
  font-size: 14px;
  color: #828282
}
.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: 1rem;
  border-radius: 1px;
  background: #fbf0f0;
  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: #f9f9fb;
  width: 1.6875rem;
  height: 1.6875rem;
  transition: all .3s;
  position: relative
}
.catalog-side__title span:before {
  content: "";
  position: absolute;
  color: #f9f9fb;
  transition: all .3s;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  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: 1px;
  background: #fbf0f0;
  padding: .5rem 1rem 1rem
}
.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: #828282
}
.select-menu {
  width: 250px
}
.select-menu .select-btn {
  display: flex;
  height: 34px;
  background: #fbf0f0;
  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: #fbf0f0
}
.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: #fbf0f0;
  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: 1rem
}
.checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%
}
.checkbox .checkbox__input {
  width: 20px;
  height: 20px;
  background-color: #f9f9fb
}
.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: #dc0f0f;
  border-bottom: 1px solid #dc0f0f
}
.read-more__link-wrap .read-more__link:hover {
  color: #dc0f0f;
  border-bottom: 1px solid #dc0f0f
}
.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 #dc0f0f;
  background-color: #dc0f0f;
  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: #f9f9fb;
  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: #dc0f0f
}
.sm-desc {
  font-size: 1.3rem;
  line-height: 1.7
}
.block-for {
  background-color: #f9f9fb
}
.block-for__head {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 767px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.4
}
.block-for__wrap {
  display: flex
}
.block-for__item {
  width: calc(33.3% - 20px);
  padding: 15px;
  background-color: #fff;
  border: 1px solid #fff;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 15px;
  line-height: 1.4
}
.block-for__item:hover {
  border: 1px solid #fbf0f0
}
.block-for__item-image img {
  width: 100%;
  max-width: 100%
}
.block-for__item-title {
  font-weight: 700;
  font-size: 18px
}
.block-for__item-desc {
  opacity: .9;
  font-size: 14px
}
.block-for__item-link {
  padding: 10px 20px;
  text-align: center;
  justify-content: center;
  color: #101d2e;
  border: 1px solid #101d2e;
  transition: all .3s;
  cursor: pointer;
  font-size: 14px
}
.block-for__item-link:hover {
  color: #fff;
  background-color: #101d2e
}
.cts-head__head {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 767px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.4
}
.cats {
  background-color: #f9f9fb
}
.cats__wrap {
  display: flex
}
.subcats {
  position: relative;
  overflow: hidden;
}
.subcats__container{
  display: flex;
  flex-wrap:wrap;
  /* overflow-x: auto; */
}
.subcats__item {
  width: 18%;
  /* flex:1 1 20%; */
  /* width:250px;
  min-width:250px; */
  padding: 15px;
  background-color: #fff;
  border: 1px solid #fff;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 15px;
  line-height: 1.4;
  position: relative;
  box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.subcats__item:hover {
  border: 1px solid #fbf0f0
}
.subcats__img {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 100%
}
.subcats__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover
}
.subcats__title {
  font-weight: 700;
  font-size: 14px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.subcats__desc {
  opacity: .9;
  font-size: 14px
}
.subcats__item-link {
  padding: 10px 20px;
  text-align: center;
  justify-content: center;
  color: #101d2e;
  border: 1px solid #101d2e;
  transition: all .3s;
  cursor: pointer;
  font-size: 14px
}
.subcats__item-link:hover {
  color: #fff;
  background-color: #101d2e
}
.product-info__container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px
}
.product-info__col-gallery {
  width: 43%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px
}
.product-info__col-main {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 20px
}
.product-info__col-info {
  width: 100%;
  display: flex;
  gap: 15px;
  width: 100%;
  flex-direction: row
}
.product-info__top {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.product-info__title {
  font-weight: 700;
  line-height: 1.5
}
.product-info__sku {
  font-size: 14px;
  color: #828282
}
.product-info__price {
  display: flex;
  gap: 15px;
  align-items: end
}
.product-info__main-price {
  font-weight: 700;
  color: #dc0f0f
}
.product-info__old-price {
  color: #828282;
  text-decoration: line-through
}
.product-info__attributes {
  font-weight: 300
}
.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 #f4f6fb
}
.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 #fbf0f0;
  border-radius: 1px;
  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: #dc0f0f;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: all .3s;
  border-radius: 1px
}
.product-info #button-cart:hover {
  background-color: #101d2e
}
.product-info__shipdel {
  display: flex;
  gap: 15px;
  flex-direction: column
}
.product-info__options .form-group {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.product-info__option {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}
.block-product__slider {
  width: 100%
}
.block-product__slider-2 {
  width: 100%
}
.block-product__slide {
  width: 100%
}
.block-product__slide img {
  width: 100%!important;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1/1
}
.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 #dc0f0f;
  border-radius: 4px;
  overflow: hidden
}
.block-product__slider-2 .swiper-wrapper {
  padding: 5px
}
.block-product__slider-2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1
}
.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: flex;
  gap: 7px
}
.block-product__slider .block-product__pagination .swiper-pagination-bullet {
  position: relative;
  border-radius: 50%;
  background-color: #fbf0f0
}
.block-product__slider .block-product__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dc0f0f
}
.block-product__slider .block-product__navigation {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  justify-content: space-between;
  width: 100%
}
.sticker-product {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 7px;
  position: absolute;
  top: 15px;
  z-index: 9;
  left: 15px
}
.sticker-product .sticker-rectangle {
  font-size: 16px;
  padding: 12px 15px;
  border-radius: 1px;
  color: #fff;
  text-align: center
}
.sticker-product .sticker-rectangle.sticker-special {
  background-color: #ff8c00
}
.sticker-product .sticker-rectangle.sticker-bestseller {
  background-color: #dc0f0f
}
.sticker-product .sticker-rectangle.sticker-new {
  background-color: #212121
}
.product-accord {
  border-radius: 1px;
  overflow: hidden
}
.product-accord__item {
  border-bottom: 1px solid #f9f9fb
}
.product-accord__item-header {
  cursor: pointer;
  padding: 17px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbf0f0;
  font-weight: 700
}
.active .product-accord__item-header {
  color: #f9f9fb;
  background-color: #101d2e
}
.product-accord__item-content {
  display: none;
  padding: 17px 15px;
  background: #fff
}
.active .product-accord__item-content {
  display: block
}
.product-accord__item-icon {
  font-weight: 700;
  font-size: 18px
}
.desc {
  line-height: 1.5;
  font-size: 16px
}
.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 img {
  width: 100%!important;
  margin-left: -10px
}
.desc iframe,
.desc video {
  max-width: 100%;
  height: auto
}
.desc b,
.desc strong {
  font-weight: 600
}
.desc a {
  color: #dc0f0f;
  font-weight: 600;
  display: inline
}
.desc a:hover {
  color: #212121
}
.desc img {
  border-radius: 1px;
  overflow: hidden;
  width: 100%;
  max-width: 100%
}
.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6 {
  font-weight: 700
}
.desc ul {
  padding: 0;
  list-style: none
}
.desc ul li {
  position: relative;
  padding-left: 15px
}
.desc ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: #212121
}
.desc ol {
  padding: 0 0 0 8px;
  list-style-type: none;
  counter-reset: num
}
.desc ol li {
  position: relative;
  margin: 0;
  padding-left: 15px;
  margin-bottom: 7px
}
.desc ol li:before {
  content: counter(num) "";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 2px;
  color: #dc0f0f;
  font-size: 14px;
  font-weight: 600;
  left: -13px;
  border: 1px solid #dfdfdf;
  color: #212121;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px
}
.shoe-advs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 30px!important
}
.shoe-advs__item {
  display: flex;
  gap: 14px;
  margin-bottom: 0!important
}
.shoe-advs__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f6fb;
  margin-bottom: 0!important
}
.shoe-advs__icon img {
  width: 45px;
  height: auto;
  margin-bottom: 0!important
}
.shoe-advs__cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0!important
}
.shoe-advs__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0!important
}
.shoe-advs__desc {
  margin-bottom: 0!important;
  font-size: 14px
}
/* .tabs {
  background-color: #fff
} */
.head__tab-mod {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.head__tab-mod span {
  width: 100%
}
.head__tab-mod .carousel-products-navigation {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end
}
.head__tab.active {
  color: #dc0f0f;
}
.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-bottom: 40px;
  position: relative
}
.information__container {
  display: flex;
  align-items: start;
  flex-direction: column;
  position: relative
}
.aside {
  background-color: #fbf0f0;
  padding: 15px;
  width: 100%;
  top: 90px;
  position: sticky;
  z-index: 9;
  overflow-x: auto;
  white-space: nowrap
}
.aside__list {
  display: flex;
  gap: 20px
}
.aside__item {
  transition: all .3s
}
.aside__item.active .aside__link {
  color: #dc0f0f
}
.aside__item:hover .aside__link {
  color: #dc0f0f
}
.information-content {
  background-color: #fff;
  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: #fbf0f0;
  border: 1px solid #f4f6fb;
  padding: 15px;
  border-radius: 4px
}
.information-content .form-block__btn {
  width: 100%;
  max-width: 100%
}
.models-list {
  display: flex;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px
}
.models-list li {
  padding-left: 0!important
}
.models-list li:before {
  display: none;
  padding: 0
}
.models-list li a {
  padding: 12px;
  border-radius: 1px;
  background-color: #fff;
  color: #212121;
  border: 1px solid #dfdfdf;
  transition: all .3s;
  display: block
}
.models-list li a:hover {
  color: #fff;
  background-color: #dc0f0f;
  border: 1px solid #dc0f0f
}
.checkout {
  position: relative
}
.checkout__container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px
}
.checkout-form {
  background-color: #fff;
  width: 49%;
  border-radius: 1px
}
.checkout-form .order-form {
  width: 100%
}
.checkout-form h2 {
  font-weight: 600;
  line-height: 2;
  margin-bottom: 15px
}
.checkout-form .form-group {
  margin-bottom: 15px
}
.checkout-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px
}
.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 #a5a5a5;
  border-radius: 1px;
  font-size: 1rem;
  outline: 0;
  color: #212121;
  background-color: #fff
}
.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: #dc0f0f;
  color: #fff;
  font-size: 1rem;
  padding: 15px 15px;
  border: none;
  border-radius: 1px;
  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: 1px solid #edeff6;
  border-radius: 1px;
  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: #dc0f0f
}
.your-cart .cart-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding-bottom: 30px;
  width: 100%
}
.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: #f4f6fb;
  display: flex;
  gap: 10px;
  padding: 15px;
  border-radius: 1px;
  position: relative
}
.your-cart .cart-item__img img {
  width: 100%;
  height: auto;
  border-radius: 1px;
  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: #dc0f0f
}
#simplecheckout_payment .options__item {
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 15px 0
}
#simplecheckout_payment .options__item input {
  width: auto!important;
  margin-top: 2px
}
#simplecheckout_payment .options__item label {
  margin: 0!important
}
#simplecheckout_payment .options .options__subtitle label {
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px!important;
  color: #666;
  line-height: 1.2
}
#simplecheckout_shipping .options__line {
  display: flex;
  gap: 15px;
  width: 100%
}
#simplecheckout_shipping .options__item {
  position: relative;
  flex: 1 1 33%;
  cursor: pointer
}
#simplecheckout_shipping .options__item input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer
}
#simplecheckout_shipping .options__item label {
  background-color: #fbf0f0;
  border: 1px solid #fbf0f0;
  border-radius: 1px;
  position: relative;
  cursor: pointer
}
#simplecheckout_shipping .options__item input:checked + label {
  border: 1px solid #dc0f0f;
  background-color: #fff
}
#simplecheckout_shipping .options__title {
  display: flex;
  gap: 10px;
  text-align: left;
  color: #212121
}
#simplecheckout_shipping .options__title span {
  color: #212121!important;
  font-size: 14px!important;
  font-weight: 400!important;
  line-height: 1.4
}
#total_shipping {
  display: none!important
}
.contacts {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff
}
.contacts__container {
  display: flex;
  align-items: start;
  justify-content: space-between
}
.contacts__locs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%
}
.contacts__location {
  border-radius: 1px;
  background-color: #f4f6fb;
  display: flex;
  flex-direction: column;
  gap: 35px
}
.contacts__title {
  font-size: 1.2em;
  font-weight: 700
}
.contacts__rows {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px
}
.contacts__item {
  width: calc(50% - 15px);
  display: flex;
  gap: 10px
}
.contacts__item-icon {
  width: 45px;
  min-width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center
}
.contacts__item-icon img {
  width: 25px;
  height: auto
}
.contacts__item-content {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.contacts__item-subtitle {
  font-size: 16px;
  font-weight: 700
}
.contacts__item-info {
  font-size: 14px;
  line-height: 1.4
}
.contacts__item-info a {
  color: #212121;
  transition: all .3s
}
.contacts__item-info a:hover {
  color: #dc0f0f
}
.contacts__social {
  display: flex;
  gap: 30px;
  flex-wrap: wrap
}
.contacts__social-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600
}
.contacts__social-item a {
  color: #212121;
  transition: all .3s
}
.contacts__social-item a:hover {
  color: #dc0f0f
}
.contacts__social-icon img {
  width: 25px;
  height: 25px
}
.form {
  width: 48%
}
.contact__map {
  width: 100%;
  height: 100%;
  min-height: 401px;
  border-radius: 1px;
  overflow: hidden
}
.contact__map iframe {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 401px
}
.footer a:hover {
  color: #dc0f0f
}
.footer-top {
  /* background-color: #101d2e; */
  background-color: #ac0e28;
  color: #f9f9fb
}
.footer-top__container {
  display: flex;
  flex-wrap: wrap
}
.footer-top__item {
  width: 25%;
  padding: 50px 20px 50px 40px;
  /* border-left: 1px solid #2e3e45 */
  border-left: 1px solid rgb(250 250 250 / 11%);
}
.footer-top__item:first-child {
  padding: 50px 20px 50px 20px;
  border-left: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px
}
.footer-top__logo {
  width: 85%
}
.footer-top__logo img {
  width: 100%;
  filter: grayscale(1) brightness(1000%);
}
.footer-top__text {
  text-align: center;
  font-size: 14px;
  line-height: normal
}
.footer-top__social {
  display: flex;
  gap: 15px
}
.footer-top__social-item {
  font-size: 14px;
  text-transform: uppercase
}
.footer-top__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px
}
.footer-top__list {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.footer-top__item-block {
  font-size: 16px
}
.footer-bottom {
  font-size: 14px;
  padding: 20px 0
}
.footer-bottom__container {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.footer-bottom__left {
  display: flex;
  align-items: center
}
.footer-bottom__left a {
  padding: 5px 10px 5px 10px;
  border-left: 1px solid #212121
}
.copyright {
  padding: 5px 10px 5px 0
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px
}
.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: start;
  color: #f4f6fb;
  line-height: 1.2
}
.footer-contact__row {
  margin-bottom: 15px
}
.footer-contact a {
  margin-bottom: 10px
}
.footer-contact__phone {
  font-weight: 600;
  display: block
}
.footer-contact__smalltitle {
  font-size: 14px;
  color: #bfc2cf;
  margin-bottom: 5px
}
.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) {
  .your-cart {
    position: sticky;
    top: 70px
  }
}
@media (min-width:61.99875em) {
  .popup__content {
    padding-top: 1.875rem
  }
  .popup__content {
    padding-bottom: 1.875rem
  }
  .popup__content {
    padding-left: 1.375rem
  }
  .popup__content {
    padding-right: 1.375rem
  }
  .your-order__title {
    font-size: 1.5rem
  }
  .your-order__title {
    margin-bottom: 1.5rem
  }
  .your-order__list {
    margin-bottom: 1.875rem
  }
  .your-order-item {
    padding-top: 1.25rem
  }
  .your-order-item {
    padding-bottom: 1.25rem
  }
  .your-order-item {
    padding-left: 1.25rem
  }
  .your-order-item {
    padding-right: 1.25rem
  }
  .popup__close {
    top: 1.875rem
  }
  .popup__close {
    right: 1.875rem
  }
  .popup-total {
    margin-bottom: 3.125rem
  }
  .popup-total__label {
    font-size: 1.125rem
  }
  .popup-total__price {
    font-size: 1.5rem
  }
  .popup-btn {
    padding-bottom: 1.875rem
  }
  .popup-btn {
    padding-left: 1.375rem
  }
  .popup-btn {
    padding-right: 1.375rem
  }
  .popup-btn__close,
  .popup-btn__place-order {
    font-size: 1.125rem
  }
  .catalog-side__header {
    display: none
  }
}
@media (min-width:84.375em) {
  .products__btn-lnk {
    font-size: 1rem
  }
  .card__btn {
    font-size: 1rem
  }
  .featured-products__btn {
    font-size: 1rem
  }
}
@media (min-width:87.5em) {
  .block-title__subtitle {
    font-size: 1.5625rem
  }
}
@media (min-width:91.875em) {
  .your-order-item__title {
    font-size: .875rem
  }
  .title-block {
    margin-bottom: 2.5rem
  }
  .title-block {
    font-size: 2.8125rem
  }
  .block-title__title {
    margin-bottom: 2.5rem
  }
  .block-title__subtitle {
    margin-bottom: 3.125rem
  }
  .page-title {
    font-size: 1.75rem
  }
  .page-title {
    padding-bottom: .9375rem
  }
  .products {
    padding-top: 2.5rem
  }
  .products {
    padding-bottom: 2.5rem
  }
  .products__btn {
    margin-top: 2.5rem
  }
  .card__title {
    font-size: 1rem
  }
  .featured-products {
    padding-top: 1.875rem
  }
  .featured-products {
    padding-bottom: 1.875rem
  }
  .featured-products__title {
    font-size: 1.875rem
  }
  .featured-products__name {
    font-size: 1.125rem
  }
  .featured-products__name {
    margin-bottom: 1.5625rem
  }
  .description {
    padding-top: 3.75rem
  }
  .description {
    padding-bottom: 3.75rem
  }
  .tabs {
    padding-top: 2.5rem
  }
  .tabs {
    padding-bottom: 2.5rem
  }
  .tabs__head {
    margin-bottom: 2.5rem
  }
  .head__subtitle {
    font-size: 1rem
  }
  .head__maintitle {
    margin-bottom: 1.875rem
  }
  .head__maintitle {
    font-size: 2.8125rem
  }
  .head__tab {
    font-size: 1.125rem
  }
  .prod-carousel {
    padding-top: 2.5rem
  }
  .prod-carousel {
    padding-bottom: 2.5rem
  }
  .prod-carousel__head {
    margin-bottom: 2.5rem
  }
  .prod-carousel__head-title {
    font-size: 1.125rem
  }
  .no-products__container {
    padding-bottom: 5rem
  }
  .no-products__container {
    padding-top: 5rem
  }
  .block-for {
    padding-top: 1.25rem
  }
  .block-for {
    padding-bottom: 1.25rem
  }
  .block-for__wrap {
    padding-top: 1.25rem
  }
  .cts-head {
    padding-top: 1.25rem
  }
  .cts-head {
    padding-bottom: 1.25rem
  }
  .cats {
    padding-top: 1.25rem
  }
  .cats {
    padding-bottom: 1.25rem
  }
  .cats__wrap {
    padding-top: 1.25rem
  }
  .subcats {
    padding-top: 1.5rem
  }
  .subcats {
    padding-bottom: 1.5rem
  }
  .product-info {
    padding-top: 2.5rem
  }
  .product-info {
    padding-bottom: 2.5rem
  }
  .product-info__title {
    font-size: 1.375rem
  }
  .product-info__main-price {
    font-size: 1.75rem
  }
  .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
  }
  .desc h1,
  .desc h2,
  .desc h3,
  .desc h4,
  .desc h5,
  .desc h6 {
    font-size: 1.5rem
  }
  .aside {
    margin-top: 1.25rem
  }
  .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.5rem
  }
  .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.5rem
  }
  .your-cart .cart-list {
    margin-bottom: 2.5rem
  }
  .your-cart .cart-item__img {
    width: 6rem
  }
  .your-cart .cart-item__title {
    font-size: 1rem
  }
  #simplecheckout_shipping .options__item label {
    padding: .625rem
  }
  #simplecheckout_shipping .options__title img {
    width: 1.5rem
  }
  #simplecheckout_shipping .options__title img {
    height: 1.5rem
  }
  .contacts__location {
    padding-top: 2.5rem
  }
  .contacts__location {
    padding-right: 2.5rem
  }
  .contacts__location {
    padding-bottom: 2.5rem
  }
  .contacts__location {
    padding-left: 2.5rem
  }
}
@media (min-width:93.75em) {
  .information__container {
    gap: 3.125rem
  }
}
@media (max-width:1250px) {
  .footer-top__item {
    padding: 50px 20px 50px 20px;
    width: 23%
  }
  .footer-top__item:first-child {
    width: 31%
  }
  .footer-top__logo {
    width: 90%
  }
}
@media (max-width:1200px) {
  .main-catalog__content .card {
    width: calc(50% - 6px);
    margin: 3px
  }
  .my-reviews .main-catalog__content .card {
    width: calc(50% - 6px)
  }
}
@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%
  }
  .block-product__slider-2 {
    width: 100%;
    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: #fbf0f0;
    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
  }
}
@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 (max-width:700px) {
  .footer-top__list {
    align-items: center;
    text-align: center
  }
}
@media (max-width:670px) {
  .contacts__item {
    width: 100%
  }
}
@media (max-width:600px) {
  .featured-products__container {
    flex-direction: column
  }
}
@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:400px) {
  .block-product__slider-2-next,
  .block-product__slider-2-prev {
    bottom: 4px
  }
}
@media (max-width:380px) {
  #simplecheckout_shipping .options__item {
    flex: 1 1 100%
  }
}
@media (max-width:91.875em) {
  .search-bar {
    min-width: 300px
  }
}
@media (max-width:62.5em) {
  .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: 55px;
    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;
    gap: 30px;
    padding: 15px 0 0 0;
    background-color: #f4f6fb
  }
  .menu__body .top a {
    color: #212121
  }
  .menu__body .info {
    background-color: #fff;
    border-bottom: 1px solid #f4f6fb
  }
  .menu__body .bottom {
    padding: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500
  }
  .menu__body .dropdown__link {
    font-size: 16px
  }
  .menu__body .btn-open {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: #fbf0f0;
    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: #f4f6fb
  }
  .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)
  }
  .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: #f9f9fb;
    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
  }
  .product-info__col-gallery {
    width: 47%
  }
  .product-info__col-main {
    width: 47%
  }
  .attr .product-info__attributes li {
    width: 100%
  }
  .shoe-advs {
    flex-direction: column
  }
  .information-content .form-block__small {
    width: 100%
  }
  #simplecheckout_shipping .options__line {
    flex-direction: column;
    gap: 10px
  }
  .contacts__container {
    flex-direction: column;
    gap: 30px
  }
  .contacts__locs {
    order: 2;
    width: 100%
  }
  .form {
    order: 2;
    width: 100%
  }
  .footer-top__container {
    padding: 0
  }
  .footer-top__item {
    width: 33.3%
  }
  .footer-top__item:first-child {
    width: 100%;
    padding: 50px 10% 50px 10%;
    border-left: 0;
    border-bottom: 1px solid rgb(250 250 250 / 11%);
  }
  .footer-top__item:nth-child(2) {
    border-left: 0
  }
  .footer-bottom__container {
    flex-direction: column;
    gap: 20px
  }
}
@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) {
  .products__item {
    width: calc(33% - 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
  }
  .featured-products__container {
    row-gap: 20px
  }
  .featured-products__card {
    width: 48%
  }
  .description__container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
  }
  .carousel-products {
    padding-bottom: 90px
  }
  .carousel-products-navigation {
    position: absolute;
    justify-content: flex-end;
    top: auto;
    bottom: 0;
    gap: 15px
  }
  .block-for__wrap {
    flex-wrap: wrap
  }
  .block-for__item {
    width: 100%
  }
  .cats__wrap {
    flex-wrap: wrap
  }
  .product-info__col-gallery {
    width: 100%
  }
  .product-info__col-main {
    width: 100%
  }
  .product-info__col-info {
    flex-direction: column
  }
  .product-info__attributes {
    order: 5
  }
  .information__container {
    flex-direction: column
  }
  .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%
  }
  .footer-top__item {
    width: 100%;
    border-bottom: 1px solid #f0ebe7;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
  }
  .footer-bottom__left {
    flex-wrap: wrap;
    justify-content: center
  }
  .footer-bottom__left a:nth-child(2) {
    border-left: none
  }
  .copyright {
    width: 100%
  }
  .copyright {
    text-align: center;
    margin-bottom: 1.25rem
  }
}
@media (max-width:43.75em) {
  .products__btn-lnk {
    font-size: .875rem
  }
  .card__btn {
    font-size: .875rem
  }
  .featured-products__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 {
    padding: 20px 15px
  }
  .your-order__title {
    font-size: 1.125rem
  }
  .your-order__title {
    margin-bottom: 1.5625rem
  }
  .your-order__list {
    margin-bottom: 1.25rem
  }
  .your-order__list {
    border-radius: 1px
  }
  .your-order-item {
    padding-top: .9375rem
  }
  .your-order-item {
    padding-bottom: .9375rem
  }
  .your-order-item {
    padding-left: .9375rem
  }
  .your-order-item {
    padding-right: .9375rem
  }
  .your-order-item__img {
    width: 54px;
    min-width: 54px;
    height: 54px
  }
  .your-order-item__price-box {
    gap: 15px
  }
  .popup__close {
    top: 1.25rem
  }
  .popup__close {
    right: 1.25rem
  }
  .popup-total {
    margin-bottom: 1.5625rem
  }
  .popup-total__label {
    font-size: 1rem
  }
  .popup-total__price {
    font-size: 1.125rem
  }
  .popup-btn {
    padding-bottom: 1.0625rem
  }
  .popup-btn {
    padding-left: .9375rem
  }
  .popup-btn {
    padding-right: .9375rem
  }
  .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
  }
  .ajax-product .cont {
    align-items: center;
    text-align: center
  }
  .ajax-product {
    flex-direction: column;
    align-items: center
  }
  .products__item {
    width: calc(50% - 10px);
    margin: 5px 5px
  }
  .products__btn-lnk {
    width: 100%
  }
  .card {
    padding: 5px
  }
  .card__price {
    flex-wrap: wrap;
    height: auto;
    gap: 5px
  }
  .tabcontent-mod .card__price {
    min-height: auto
  }
  .swiper-slide .card__price {
    flex-direction: row;
    min-height: auto
  }
  .card__main-price {
    order: 2
  }
  .swiper-slide .card__main-price {
    order: 1
  }
  .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__btn {
    width: 100%
  }
  .featured-products__card {
    width: 100%
  }
  .featured-products__btn {
    width: 100%
  }
  .shoe-advs__icon {
    width: 60px;
    min-width: 60px;
    height: 60px
  }
  .shoe-advs__icon img {
    width: 35px
  }
  .your-cart .cart-item__price {
    display: none!important
  }
  .cart-values {
    max-width: 100%;
    width: 100%
  }
}
@media (max-width:22.5em) {
  .your-order-item__title {
    font-size: .8125rem
  }
  .title-block {
    margin-bottom: 1.875rem
  }
  .title-block {
    font-size: 1.5625rem
  }
  .block-title__title {
    margin-bottom: 1.875rem
  }
  .block-title__subtitle {
    margin-bottom: 2.5rem
  }
  .page-title {
    font-size: 1.375rem
  }
  .page-title {
    margin-bottom: .625rem
  }
  .products {
    padding-top: 1.875rem
  }
  .products {
    padding-bottom: 1.875rem
  }
  .products__btn {
    margin-top: 1.875rem
  }
  .card__title {
    font-size: .8125rem
  }
  .featured-products {
    padding-top: 1.25rem
  }
  .featured-products {
    padding-bottom: 1.25rem
  }
  .featured-products__title {
    font-size: 1.25rem
  }
  .featured-products__name {
    font-size: 1rem
  }
  .featured-products__name {
    margin-bottom: 1.25rem
  }
  .description {
    padding-top: 1.875rem
  }
  .description {
    padding-bottom: 1.875rem
  }
  .tabs {
    padding-top: 1.875rem
  }
  .tabs {
    padding-bottom: 1.875rem
  }
  .tabs__head {
    margin-bottom: 1.875rem
  }
  .head__subtitle {
    font-size: .875rem
  }
  .head__maintitle {
    margin-bottom: 1.25rem
  }
  .head__maintitle {
    font-size: 1.5625rem
  }
  .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
  }
  .no-products__container {
    padding-bottom: 3.125rem
  }
  .no-products__container {
    padding-top: 3.125rem
  }
  .block-for {
    padding-top: .9375rem
  }
  .block-for {
    padding-bottom: .9375rem
  }
  .block-for__wrap {
    padding-top: .9375rem
  }
  .cts-head {
    padding-top: .9375rem
  }
  .cts-head {
    padding-bottom: .9375rem
  }
  .cats {
    padding-top: .9375rem
  }
  .cats {
    padding-bottom: .9375rem
  }
  .cats__wrap {
    padding-top: .9375rem
  }
  .subcats {
    padding-top: 1.875rem
  }
  .subcats {
    padding-bottom: 1.875rem
  }
  .product-info {
    padding-top: 1.25rem
  }
  .product-info {
    padding-bottom: 1.875rem
  }
  .product-info__title {
    font-size: 1.125rem
  }
  .product-info__main-price {
    font-size: 1.375rem
  }
  .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
  }
  .desc h1,
  .desc h2,
  .desc h3,
  .desc h4,
  .desc h5,
  .desc h6 {
    font-size: 1.125rem
  }
  .aside {
    margin-top: .625rem
  }
  .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.1875rem
  }
  .your-cart .cart-item__title {
    font-size: .875rem
  }
  #simplecheckout_shipping .options__item label {
    padding: .3125rem
  }
  #simplecheckout_shipping .options__title img {
    width: 1.25rem
  }
  #simplecheckout_shipping .options__title img {
    height: 1.25rem
  }
  .contacts__location {
    padding-top: 1.25rem
  }
  .contacts__location {
    padding-right: .625rem
  }
  .contacts__location {
    padding-bottom: 1.25rem
  }
  .contacts__location {
    padding-left: .625rem
  }
}
@media (min-width:29.99875em) and (max-width:61.99875em) {
  @supports (padding-top:clamp(1.0625rem ,0.3008129883rem + 2.5390625vw ,1.875rem)) {
    .popup__content {
      padding-top: clamp(1.0625rem ,.3008129883rem + 2.5390625vw ,1.875rem)
    }
  }
  @supports not (padding-top:clamp(1.0625rem ,0.3008129883rem + 2.5390625vw ,1.875rem)) {
    .popup__content {
      padding-top: calc(1.0625rem + .8125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-bottom:clamp(1.0625rem ,0.3008129883rem + 2.5390625vw ,1.875rem)) {
    .popup__content {
      padding-bottom: clamp(1.0625rem ,.3008129883rem + 2.5390625vw ,1.875rem)
    }
  }
  @supports not (padding-bottom:clamp(1.0625rem ,0.3008129883rem + 2.5390625vw ,1.875rem)) {
    .popup__content {
      padding-bottom: calc(1.0625rem + .8125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-left:clamp(0.9375rem ,0.5273608398rem + 1.3671875vw ,1.375rem)) {
    .popup__content {
      padding-left: clamp(.9375rem ,.5273608398rem + 1.3671875vw ,1.375rem)
    }
  }
  @supports not (padding-left:clamp(0.9375rem ,0.5273608398rem + 1.3671875vw ,1.375rem)) {
    .popup__content {
      padding-left: calc(.9375rem + .4375 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-right:clamp(0.9375rem ,0.5273608398rem + 1.3671875vw ,1.375rem)) {
    .popup__content {
      padding-right: clamp(.9375rem ,.5273608398rem + 1.3671875vw ,1.375rem)
    }
  }
  @supports not (padding-right:clamp(0.9375rem ,0.5273608398rem + 1.3671875vw ,1.375rem)) {
    .popup__content {
      padding-right: calc(.9375rem + .4375 * (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 (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 (padding-top:clamp(0.9375rem ,0.644543457rem + 0.9765625vw ,1.25rem)) {
    .your-order-item {
      padding-top: clamp(.9375rem ,.644543457rem + .9765625vw ,1.25rem)
    }
  }
  @supports not (padding-top:clamp(0.9375rem ,0.644543457rem + 0.9765625vw ,1.25rem)) {
    .your-order-item {
      padding-top: calc(.9375rem + .3125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-bottom:clamp(0.9375rem ,0.644543457rem + 0.9765625vw ,1.25rem)) {
    .your-order-item {
      padding-bottom: clamp(.9375rem ,.644543457rem + .9765625vw ,1.25rem)
    }
  }
  @supports not (padding-bottom:clamp(0.9375rem ,0.644543457rem + 0.9765625vw ,1.25rem)) {
    .your-order-item {
      padding-bottom: calc(.9375rem + .3125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-left:clamp(0.9375rem ,0.644543457rem + 0.9765625vw ,1.25rem)) {
    .your-order-item {
      padding-left: clamp(.9375rem ,.644543457rem + .9765625vw ,1.25rem)
    }
  }
  @supports not (padding-left:clamp(0.9375rem ,0.644543457rem + 0.9765625vw ,1.25rem)) {
    .your-order-item {
      padding-left: calc(.9375rem + .3125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-right:clamp(0.9375rem ,0.644543457rem + 0.9765625vw ,1.25rem)) {
    .your-order-item {
      padding-right: clamp(.9375rem ,.644543457rem + .9765625vw ,1.25rem)
    }
  }
  @supports not (padding-right:clamp(0.9375rem ,0.644543457rem + 0.9765625vw ,1.25rem)) {
    .your-order-item {
      padding-right: calc(.9375rem + .3125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (top:clamp(1.25rem ,0.6640869141rem + 1.953125vw ,1.875rem)) {
    .popup__close {
      top: clamp(1.25rem ,.6640869141rem + 1.953125vw ,1.875rem)
    }
  }
  @supports not (top:clamp(1.25rem ,0.6640869141rem + 1.953125vw ,1.875rem)) {
    .popup__close {
      top: calc(1.25rem + .625 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (right:clamp(1.25rem ,0.6640869141rem + 1.953125vw ,1.875rem)) {
    .popup__close {
      right: clamp(1.25rem ,.6640869141rem + 1.953125vw ,1.875rem)
    }
  }
  @supports not (right:clamp(1.25rem ,0.6640869141rem + 1.953125vw ,1.875rem)) {
    .popup__close {
      right: calc(1.25rem + .625 * (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 (padding-bottom:clamp(1.0625rem ,0.3008129883rem + 2.5390625vw ,1.875rem)) {
    .popup-btn {
      padding-bottom: clamp(1.0625rem ,.3008129883rem + 2.5390625vw ,1.875rem)
    }
  }
  @supports not (padding-bottom:clamp(1.0625rem ,0.3008129883rem + 2.5390625vw ,1.875rem)) {
    .popup-btn {
      padding-bottom: calc(1.0625rem + .8125 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-left:clamp(0.9375rem ,0.5273608398rem + 1.3671875vw ,1.375rem)) {
    .popup-btn {
      padding-left: clamp(.9375rem ,.5273608398rem + 1.3671875vw ,1.375rem)
    }
  }
  @supports not (padding-left:clamp(0.9375rem ,0.5273608398rem + 1.3671875vw ,1.375rem)) {
    .popup-btn {
      padding-left: calc(.9375rem + .4375 * (100vw - 29.99875rem)/ 32)
    }
  }
  @supports (padding-right:clamp(0.9375rem ,0.5273608398rem + 1.3671875vw ,1.375rem)) {
    .popup-btn {
      padding-right: clamp(.9375rem ,.5273608398rem + 1.3671875vw ,1.375rem)
    }
  }
  @supports not (padding-right:clamp(0.9375rem ,0.5273608398rem + 1.3671875vw ,1.375rem)) {
    .popup-btn {
      padding-right: calc(.9375rem + .4375 * (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)
    }
  }
}
@media (min-width:22.5em) and (max-width:91.875em) {
  @supports (font-size:clamp(0.8125rem ,0.7922297297rem + 0.0900900901vw ,0.875rem)) {
    .your-order-item__title {
      font-size: clamp(.8125rem ,.7922297297rem + .0900900901vw ,.875rem)
    }
  }
  @supports not (font-size:clamp(0.8125rem ,0.7922297297rem + 0.0900900901vw ,0.875rem)) {
    .your-order-item__title {
      font-size: calc(.8125rem + .0625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .title-block {
      margin-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .title-block {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.5625rem ,1.1570945946rem + 1.8018018018vw ,2.8125rem)) {
    .title-block {
      font-size: clamp(1.5625rem ,1.1570945946rem + 1.8018018018vw ,2.8125rem)
    }
  }
  @supports not (font-size:clamp(1.5625rem ,1.1570945946rem + 1.8018018018vw ,2.8125rem)) {
    .title-block {
      font-size: calc(1.5625rem + 1.25 * (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-bottom:clamp(0.625rem ,0.5236486486rem + 0.4504504505vw ,0.9375rem)) {
    .page-title {
      margin-bottom: clamp(.625rem ,.5236486486rem + .4504504505vw ,.9375rem)
    }
  }
  @supports not (margin-bottom:clamp(0.625rem ,0.5236486486rem + 0.4504504505vw ,0.9375rem)) {
    .page-title {
      margin-bottom: calc(.625rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .products {
      padding-top: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .products {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .products {
      padding-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .products {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .products__btn {
      margin-top: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (margin-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .products__btn {
      margin-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(0.8125rem ,0.7516891892rem + 0.2702702703vw ,1rem)) {
    .card__title {
      font-size: clamp(.8125rem ,.7516891892rem + .2702702703vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.8125rem ,0.7516891892rem + 0.2702702703vw ,1rem)) {
    .card__title {
      font-size: calc(.8125rem + .1875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .featured-products {
      padding-top: clamp(1.25rem ,1.0472972973rem + .9009009009vw ,1.875rem)
    }
  }
  @supports not (padding-top:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .featured-products {
      padding-top: calc(1.25rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .featured-products {
      padding-bottom: clamp(1.25rem ,1.0472972973rem + .9009009009vw ,1.875rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .featured-products {
      padding-bottom: calc(1.25rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .featured-products__title {
      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__title {
      font-size: calc(1.25rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.9594594595rem + 0.1801801802vw ,1.125rem)) {
    .featured-products__name {
      font-size: clamp(1rem ,.9594594595rem + .1801801802vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.9594594595rem + 0.1801801802vw ,1.125rem)) {
    .featured-products__name {
      font-size: calc(1rem + .125 * (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)) {
    .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 (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .tabs {
      padding-top: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .tabs {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .tabs {
      padding-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .tabs {
      padding-bottom: calc(1.875rem + .625 * (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.8344594595rem + 0.1801801802vw ,1rem)) {
    .head__subtitle {
      font-size: clamp(.875rem ,.8344594595rem + .1801801802vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.8344594595rem + 0.1801801802vw ,1rem)) {
    .head__subtitle {
      font-size: calc(.875rem + .125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .head__maintitle {
      margin-bottom: clamp(1.25rem ,1.0472972973rem + .9009009009vw ,1.875rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,1.0472972973rem + 0.9009009009vw ,1.875rem)) {
    .head__maintitle {
      margin-bottom: calc(1.25rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.5625rem ,1.1570945946rem + 1.8018018018vw ,2.8125rem)) {
    .head__maintitle {
      font-size: clamp(1.5625rem ,1.1570945946rem + 1.8018018018vw ,2.8125rem)
    }
  }
  @supports not (font-size:clamp(1.5625rem ,1.1570945946rem + 1.8018018018vw ,2.8125rem)) {
    .head__maintitle {
      font-size: calc(1.5625rem + 1.25 * (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.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .prod-carousel {
      padding-top: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .prod-carousel {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .prod-carousel {
      padding-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .prod-carousel {
      padding-bottom: calc(1.875rem + .625 * (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 (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(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .block-for {
      padding-top: clamp(.9375rem ,.8361486486rem + .4504504505vw ,1.25rem)
    }
  }
  @supports not (padding-top:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .block-for {
      padding-top: calc(.9375rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .block-for {
      padding-bottom: clamp(.9375rem ,.8361486486rem + .4504504505vw ,1.25rem)
    }
  }
  @supports not (padding-bottom:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .block-for {
      padding-bottom: calc(.9375rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .block-for__wrap {
      padding-top: clamp(.9375rem ,.8361486486rem + .4504504505vw ,1.25rem)
    }
  }
  @supports not (padding-top:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .block-for__wrap {
      padding-top: calc(.9375rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .cts-head {
      padding-top: clamp(.9375rem ,.8361486486rem + .4504504505vw ,1.25rem)
    }
  }
  @supports not (padding-top:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .cts-head {
      padding-top: calc(.9375rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .cts-head {
      padding-bottom: clamp(.9375rem ,.8361486486rem + .4504504505vw ,1.25rem)
    }
  }
  @supports not (padding-bottom:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .cts-head {
      padding-bottom: calc(.9375rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .cats {
      padding-top: clamp(.9375rem ,.8361486486rem + .4504504505vw ,1.25rem)
    }
  }
  @supports not (padding-top:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .cats {
      padding-top: calc(.9375rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .cats {
      padding-bottom: clamp(.9375rem ,.8361486486rem + .4504504505vw ,1.25rem)
    }
  }
  @supports not (padding-bottom:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .cats {
      padding-bottom: calc(.9375rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .cats__wrap {
      padding-top: clamp(.9375rem ,.8361486486rem + .4504504505vw ,1.25rem)
    }
  }
  @supports not (padding-top:clamp(0.9375rem ,0.8361486486rem + 0.4504504505vw ,1.25rem)) {
    .cats__wrap {
      padding-top: calc(.9375rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .subcats {
      padding-top: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .subcats {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .subcats {
      padding-bottom: clamp(1.875rem ,1.6722972973rem + .9009009009vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6722972973rem + 0.9009009009vw ,2.5rem)) {
    .subcats {
      padding-bottom: calc(1.875rem + .625 * (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(1.125rem ,1.0439189189rem + 0.3603603604vw ,1.375rem)) {
    .product-info__title {
      font-size: clamp(1.125rem ,1.0439189189rem + .3603603604vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0439189189rem + 0.3603603604vw ,1.375rem)) {
    .product-info__title {
      font-size: calc(1.125rem + .25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (font-size:clamp(1.375rem ,1.2533783784rem + 0.5405405405vw ,1.75rem)) {
    .product-info__main-price {
      font-size: clamp(1.375rem ,1.2533783784rem + .5405405405vw ,1.75rem)
    }
  }
  @supports not (font-size:clamp(1.375rem ,1.2533783784rem + 0.5405405405vw ,1.75rem)) {
    .product-info__main-price {
      font-size: calc(1.375rem + .375 * (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 (font-size:clamp(1.125rem ,1.0033783784rem + 0.5405405405vw ,1.5rem)) {
    .desc h1,
    .desc h2,
    .desc h3,
    .desc h4,
    .desc h5,
    .desc h6 {
      font-size: clamp(1.125rem ,1.0033783784rem + .5405405405vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0033783784rem + 0.5405405405vw ,1.5rem)) {
    .desc h1,
    .desc h2,
    .desc h3,
    .desc h4,
    .desc h5,
    .desc h6 {
      font-size: calc(1.125rem + .375 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (margin-top:clamp(0.625rem ,0.4222972973rem + 0.9009009009vw ,1.25rem)) {
    .aside {
      margin-top: clamp(.625rem ,.4222972973rem + .9009009009vw ,1.25rem)
    }
  }
  @supports not (margin-top:clamp(0.625rem ,0.4222972973rem + 0.9009009009vw ,1.25rem)) {
    .aside {
      margin-top: calc(.625rem + .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.0033783784rem + 0.5405405405vw ,1.5rem)) {
    .checkout-form h2 {
      font-size: clamp(1.125rem ,1.0033783784rem + .5405405405vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0033783784rem + 0.5405405405vw ,1.5rem)) {
    .checkout-form h2 {
      font-size: calc(1.125rem + .375 * (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.0033783784rem + 0.5405405405vw ,1.5rem)) {
    .your-cart__title {
      font-size: clamp(1.125rem ,1.0033783784rem + .5405405405vw ,1.5rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0033783784rem + 0.5405405405vw ,1.5rem)) {
    .your-cart__title {
      font-size: calc(1.125rem + .375 * (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.1875rem ,3.5996621622rem + 2.6126126126vw ,6rem)) {
    .your-cart .cart-item__img {
      width: clamp(4.1875rem ,3.5996621622rem + 2.6126126126vw ,6rem)
    }
  }
  @supports not (width:clamp(4.1875rem ,3.5996621622rem + 2.6126126126vw ,6rem)) {
    .your-cart .cart-item__img {
      width: calc(4.1875rem + 1.8125 * (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.3125rem ,0.2111486486rem + 0.4504504505vw ,0.625rem)) {
    #simplecheckout_shipping .options__item label {
      padding: clamp(.3125rem ,.2111486486rem + .4504504505vw ,.625rem)
    }
  }
  @supports not (padding:clamp(0.3125rem ,0.2111486486rem + 0.4504504505vw ,0.625rem)) {
    #simplecheckout_shipping .options__item label {
      padding: calc(.3125rem + .3125 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (width:clamp(1.25rem ,1.1689189189rem + 0.3603603604vw ,1.5rem)) {
    #simplecheckout_shipping .options__title img {
      width: clamp(1.25rem ,1.1689189189rem + .3603603604vw ,1.5rem)
    }
  }
  @supports not (width:clamp(1.25rem ,1.1689189189rem + 0.3603603604vw ,1.5rem)) {
    #simplecheckout_shipping .options__title img {
      width: calc(1.25rem + .25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (height:clamp(1.25rem ,1.1689189189rem + 0.3603603604vw ,1.5rem)) {
    #simplecheckout_shipping .options__title img {
      height: clamp(1.25rem ,1.1689189189rem + .3603603604vw ,1.5rem)
    }
  }
  @supports not (height:clamp(1.25rem ,1.1689189189rem + 0.3603603604vw ,1.5rem)) {
    #simplecheckout_shipping .options__title img {
      height: calc(1.25rem + .25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-top:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .contacts__location {
      padding-top: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .contacts__location {
      padding-top: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-right:clamp(0.625rem ,0.0168918919rem + 2.7027027027vw ,2.5rem)) {
    .contacts__location {
      padding-right: clamp(.625rem ,.0168918919rem + 2.7027027027vw ,2.5rem)
    }
  }
  @supports not (padding-right:clamp(0.625rem ,0.0168918919rem + 2.7027027027vw ,2.5rem)) {
    .contacts__location {
      padding-right: calc(.625rem + 1.875 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .contacts__location {
      padding-bottom: clamp(1.25rem ,.8445945946rem + 1.8018018018vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,0.8445945946rem + 1.8018018018vw ,2.5rem)) {
    .contacts__location {
      padding-bottom: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 69.375)
    }
  }
  @supports (padding-left:clamp(0.625rem ,0.0168918919rem + 2.7027027027vw ,2.5rem)) {
    .contacts__location {
      padding-left: clamp(.625rem ,.0168918919rem + 2.7027027027vw ,2.5rem)
    }
  }
  @supports not (padding-left:clamp(0.625rem ,0.0168918919rem + 2.7027027027vw ,2.5rem)) {
    .contacts__location {
      padding-left: calc(.625rem + 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)) {
    .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)) {
    .products__btn-lnk {
      font-size: clamp(.875rem ,.7403846154rem + .3076923077vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.7403846154rem + 0.3076923077vw ,1rem)) {
    .products__btn-lnk {
      font-size: calc(.875rem + .125 * (100vw - 43.75rem)/ 40.625)
    }
  }
  @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)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.7403846154rem + 0.3076923077vw ,1rem)) {
    .featured-products__btn {
      font-size: clamp(.875rem ,.7403846154rem + .3076923077vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.7403846154rem + 0.3076923077vw ,1rem)) {
    .featured-products__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)
    }
  }
}


.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.hero__background::after {
  content: "";
  background-color: rgba(32, 38, 71, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.hero__background .hero__bg {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero__content {
  max-width: 53.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.25rem;
  padding-top:10%;
}
.hero__title {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.hero__subtitle {
  font-weight: 500;
  margin-bottom: 3.75rem;
  line-height: 1.4;
  font-size: 22px;
}
.hero__button {
  background-color: #fff;
  color: #212121;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__button {
  font-weight: 500;
  transition: all 0.3s;
  padding: 0.75rem 1.3125rem;
}
.hero__button:hover {
  background-color: #dc0f0f;
  color: #fff;
}
@media (max-width: 47.99875em){
  .hero__background .hero__bg_left {
    display: none;
  }
}
@media (max-width: 20em){
  .hero__title {
    font-size: 1.875rem;
  }
  .hero__subtitle {
    font-size: 18px;
  }
  .hero__button {
    font-size: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em){
  .hero__title {
    font-size: clamp( 1.875rem , 1.50462962963125rem  +  1.8518518519vw , 3.125rem );
  }
  .hero__button {
    font-size: clamp( 0.9375rem , 0.9004629629625rem  +  0.1851851852vw , 1.0625rem );
  }
}
@media (min-width: 87.5em){
  .hero__title {
    font-size: 3.125rem;
  }
  .hero__button {
    font-size: 1.0625rem;
  }
}
/* .common-home.fixed-nav {
  padding-top:0px!important;
} */

.categories {
  position: relative;
  overflow: hidden
}
.categories__container{
  display: flex;
  flex-wrap:wrap;
}
.categories__item {
  flex: 1 1 25%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #fff;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 15px;
  line-height: 1.4
}
.categories__item:hover {
  border: 1px solid #fbf0f0
}
.categories__item-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 100%
}
.categories__item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover
}
.categories__item-title {
  font-weight: 700;
  font-size: 18px
}
.categories__item-desc {
  opacity: .9;
  font-size: 14px
}
.categories__item-link {
  padding: 10px 20px;
  text-align: center;
  justify-content: center;
  color: #101d2e;
  border: 1px solid #101d2e;
  transition: all .3s;
  cursor: pointer;
  font-size: 14px
}
.categories__item-link:hover {
  color: #fff;
  background-color: #101d2e
}