* {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  background: #f6f6f6;
}

body.mega-menu--active .header__navigation {
  display: block;
}

body.mega-menu--active .header__overlay {
  display: block;
}

body.mega-menu--active .catalog-menu {
  top: 100%;
  z-index: 3;
  padding: 24px 0 12px 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #f6f6f6;
}

body.mega-menu--active .catalog__sub-wrapper {
  padding-top: 24px;
  left: 100%;
  height: 100%;
}

body.mega-menu--active .catalog-menu:not(:hover) .catalog-menu__item:nth-child(2) {
  border-radius: 8px;
  background: #f8f8fe;
}

body.mega-menu--active .catalog-menu:not(:hover) .catalog__sub-wrapper {
  display: block;
}

body.m-menu-item-open .header__overlay {
  display: block;
}

body.checkout-page .header__bottom {
  display: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper.home-page .header__navigation {
  display: block;
}

.lw-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header__overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.header {
  z-index: 16;
}

.header .header__top {
  background: #0b0a0a;
}

.header .header__top .lw-container--header {
  grid-template-columns: 42.4% 48.4% 9.2%;
}

.header .header__top .header__lng {
  margin-left: auto;
}

.header__lng-dropdown {
  display: none;
  position: absolute;
  background: #000;
  list-style: none;
  padding: 5px 0;
  z-index: 1000;
  margin-left: -15px;
  padding-top: 21.5px;
}

.header__current-lng:hover .header__lng-dropdown {
  display: block;
}

.header__lng-dropdown li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  text-align: center;
  color: #f0f0f0;
}

.header__lng-dropdown li a:hover {
  background-color: #f0f0f0;
  color: #000;
}

.header__lng-dropdown li:last-child {
	margin-bottom: -5px;
}

.header .header__bottom {
  background: #494949;
}

.header .header__bottom .lw-container--header {
  grid-template-columns: 21% 60% 19%;
}

.header .lw-container--header {
  display: grid;
  align-items: center;
  position: relative;
}

.header .header__logo-wrap {
  display: flex;
  flex-direction: column;
  padding: 7px 0;
}

.header .header__logo-link {
  display: flex;
}

.header .header__logo {
  height: 27px;
}

.header .header__logo-wrap--little {
  display: none;
}

.header .header__phone {
  margin-top: 4px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
}

.header .header__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.header .header__menu-item {
  padding-left: 24px;
  list-style-type: none;
}

.header .header__menu-item:first-child {
  padding: 0;
}

.header .header__menu-link {
  text-decoration: none;
}

.header .burger-menu {
  display: none;
}

.header .m-menu {
  display: none;
  position: absolute;
}

.header .header__btn--catalog {
  padding: 9px 24px;
}

.header .header__navigation {
  display: none;
}

.header .header__catalog-icon {
  width: 26px;
  height: 26px;
  margin: 0 12px 0 0;
}

.header .header__search {
  position: relative;
  padding: 14px 0;
}

.header .header__search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.header .header__form-label {
  width: 100%;
  position: relative;
}

.header .header__search-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 16px;
  margin: auto 0;
}

.header .header__form-input {
  width: 100%;
  height: 44px;
  padding: 0 0 0 60px;
  border: none;
  border-radius: 8px 0 0 8px;
}

.header .header__form-input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #b4b4b4;
}

.header .header__form-input::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #b4b4b4;
}

.header .header__form-input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #b4b4b4;
}

.header .header__form-input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #b4b4b4;
}

.header .header__form-input::placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #b4b4b4;
}

.header .header__form-input:hover {
  cursor: pointer;
}

.header .header__btn--search {
  padding: 0 24px;
  border: none;
  border-left: 1px solid #7e7e7e;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  background: #ffffff;
  color: #161616;
}

.header .header__btn--search:hover {
  background: #7e7e7e;
  cursor: pointer;
}

.search-result.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  max-height: 320px;
  margin: 16px auto 0 auto;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(206, 204, 234, 0.25);
  background: #f2f2f2;
}

.dark-theme .search-result.active {
  box-shadow: 0px 4px 10px rgb(0 0 0 / 50%);
  background: #1e1e1e;
}

.search-result .s-products__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32px 0;
  list-style: none;
}

.search-result .s-products-item__img {
  width: 66px;
  height: 44px;
}

.search-result .s-products-item__title {
  margin-left: 24px;
}

.search-result .s-products-item__link {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #212121;
}

.dark-theme .search-result .s-products-item__link {
  color: #f2f2f2;
}

.search-result .s-products-item__price {
  margin-left: auto;
}

.search-result .s-products-item__price-actual {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #212121;
}

.dark-theme .search-result .s-products-item__price-actual {
  color: #f2f2f2;
}

.search-result .s-products-item__price-actual--euro {
  font-size: 14px;
  line-height: 17px;
  color: #7E7E7E;
}

.dark-theme .search-result .s-products-item__price-actual--euro {
  color: #9F9F9F;
}

.search-result .search-result__button {
  display: none;
  margin-left: auto;
  padding: 12px 20px;
}

.header .header__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: auto;
}

.header .header__minicart.active {
  display: block;
}

.header .header__btn--profile {
  margin-right: 24px;
}

.header .header__btn--profile,
.header .header__btn--cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.header .header__profile-icon,
.header .header__cart-icon {
  margin-bottom: 8px;
}

.header .cart-counter {
  display: flex;
  align-items: center;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  padding: 3px;
  background-color: #48a952;
  border-radius: 50%;
}

.header .cart-counter__text {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header .header__minicart {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-width: 386px;
}

.header .header__minicart .checkout__box--mini {
  box-shadow: 0px 0px 20px rgba(167, 171, 202, 0.4);
}

.header .header__minicart .checkout__box--mini::after {
  content: " ";
  position: absolute;
  top: -9px;
  right: 13px;
  height: 0;
  border-right: solid transparent 13px;
  border-bottom: solid #ffffff 12px;
  border-left: solid transparent 13px;
}

.header .catalog-menu {
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
  width: 100%;
  max-width: 285px;
}

.header .catalog__sub-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 1px);
  z-index: 999;
  width: 100%;
  height: calc(100% + 2px);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #f6f6f6;
}

.header .catalog__sub-wrapper a {
  padding: 7px 0px 7px 24px;
}

.header .catalog-menu__item {
  list-style-type: none;
}

.header .catalog-menu__item:hover {
  border-radius: 8px;
  background: #f8f8fe;
}

.header .catalog-menu__item:hover .catalog__sub-wrapper {
  display: block;
}

.header .all-category {
  margin-top: 33px;
}

.header .catalog-menu__link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: 89.62%;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #212121;
}

.header .has-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -16.25px;
  bottom: 0;
  width: 9px;
  height: 14px;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'><path d='M1.13603 11.9497C0.745503 12.3403 0.745503 12.9734 1.13603 13.364C1.52655 13.7545 2.15972 13.7545 2.55024 13.364L1.13603 11.9497ZM8.20709 7.70711L8.9142 7L7.49999 5.58579L6.79288 6.29289L8.20709 7.70711ZM2.55024 0.636039C2.15972 0.245514 1.52655 0.245514 1.13603 0.636039C0.745502 1.02656 0.745502 1.65973 1.13603 2.05025L2.55024 0.636039ZM6.08577 7L6.79288 7.70711L8.20709 6.29289L7.49999 5.58579L6.08577 7ZM2.55024 13.364L8.20709 7.70711L6.79288 6.29289L1.13603 11.9497L2.55024 13.364ZM1.13603 2.05025L6.08577 7L7.49999 5.58579L2.55024 0.636039L1.13603 2.05025Z.7z' fill='%23212121'/></svg>");
  background-repeat: no-repeat;
}

.dark-theme .has-child::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'><path d='M1.13603 11.9497C0.745503 12.3403 0.745503 12.9734 1.13603 13.364C1.52655 13.7545 2.15972 13.7545 2.55024 13.364L1.13603 11.9497ZM8.20709 7.70711L8.9142 7L7.49999 5.58579L6.79288 6.29289L8.20709 7.70711ZM2.55024 0.636039C2.15972 0.245514 1.52655 0.245514 1.13603 0.636039C0.745502 1.02656 0.745502 1.65973 1.13603 2.05025L2.55024 0.636039ZM6.08577 7L6.79288 7.70711L8.20709 6.29289L7.49999 5.58579L6.08577 7ZM2.55024 13.364L8.20709 7.70711L6.79288 6.29289L1.13603 11.9497L2.55024 13.364ZM1.13603 2.05025L6.08577 7L7.49999 5.58579L2.55024 0.636039L1.13603 2.05025Z.7z' fill='%23f2f2f2'/></svg>");
}

.header .catalog-menu__icon {
  margin: 7px 12px 7px 16px;
}

.main .section--home {
  width: 100%;
  max-width: 895px;
  margin: 24px 0 0 auto;
}

.main .section__banner .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -24px;
  list-style: none;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.25));
          filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.25));
}

.main .section__banner .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 12px;
  border-radius: 50%;
  background: #ffffff;
}

.main .section__banner .slick-dots li.slick-active {
  background: #262626;
}

.main .section__banner .slick-dots button {
  display: none;
}

.main .section__slider-img {
  width: 100%;
  height: 340px;
  border-radius: 12px;
}

.main .header__catalog-btn--mobile {
  display: none;
}

.main .products--new {
  margin: 30px 0 0 0;
}

.main .products--new .card:nth-last-child(-n+3) {
  display: none;
}

.main .products__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin: 20px 0 0 0;
}

.main .products__banner {
  margin: 72px 0;
}

.main .products__banner img {
  width: 100%;
  height: 485px;
  border-radius: 12px;
}

.card {
  position: relative;
  width: 100%;
  max-width: 285px;
}

.card .card__inner {
  padding: 33px 12px 24px 12px;
  border-radius: 8px;
  background: #ffffff;
}

.card .card__inner:hover {
  margin: -12px;
  padding: 45px 24px 22px 24px;
  box-shadow: 0px 0px 20px 4px rgba(167, 171, 202, 0.4);
}

.card .card__inner.unavailable {
  opacity: 0.7;
}

.card .card__link {
  text-decoration: none;
  color: #212121;
}

.card .card__photo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 163px;
}

.card .card__photo img {
  width: 236px;
  height: 158px;
  -o-object-fit: contain;
     object-fit: contain;
}

.card .card__availability {
  position: absolute;
  top: 232px;
}

.card .card__availability p {
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #48a952;
}

.card .card__inner.unavailable .card__availability p {
  color: #9f9f9f;
}

.card .card__name {
  margin: 68px 0 0 0;
}

.card .card__name h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.card .card__buy-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 48px 0 0 0;
}

.card .card__price {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.card .card__price-actual {
  font-size: 20px;
  line-height: 24px;
  color: #212121;
}

.card .card__price-actual--euro {
  margin-left: auto;
  font-size: 14px;
  line-height: 17px;
  color: #7e7e7e;
}

.card .card__btn {
  margin-left: auto;
  padding: 9px 20px;
}

.card .card__inner.unavailable .card__btn {
  display: none;
}

.card .card__icon {
  margin: 0 8px 0 0;
}

.products--popular {
  margin: 90px 0 80px 0;
}

.products--popular .products__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

.breadcrumbs {
  margin: 24px 0 20px 0;
}

.breadcrumbs .breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs .breadcrumbs__list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 15px;
}

.breadcrumbs .breadcrumbs__list-item:first-child {
  margin-left: 0;
}

.breadcrumbs .breadcrumbs__list-item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-right: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'><path d='M1.70711 0.792893C1.31658 0.402369 0.683418 0.402369 0.292893 0.792893C-0.097631 1.18342 -0.097631 1.81658 0.292893 2.20711L1.70711 0.792893ZM5 5.5L5.70711 6.20711L6.41421 5.5L5.70711 4.79289L5 5.5ZM0.292894 8.79289C-0.0976308 9.18342 -0.0976309 9.81658 0.292894 10.2071C0.683418 10.5976 1.31658 10.5976 1.70711 10.2071L0.292894 8.79289ZM0.292893 2.20711L4.29289 6.20711L5.70711 4.79289L1.70711 0.792893L0.292893 2.20711ZM4.29289 4.79289L0.292894 8.79289L1.70711 10.2071L5.70711 6.20711L4.29289 4.79289Z.7z' fill='%237e7e7e'/></svg>");
  background-repeat: no-repeat;
}

.dark-theme .breadcrumbs .breadcrumbs__list-item:not(:last-child)::before {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'><path d='M1.70711 0.792893C1.31658 0.402369 0.683418 0.402369 0.292893 0.792893C-0.097631 1.18342 -0.097631 1.81658 0.292893 2.20711L1.70711 0.792893ZM5 5.5L5.70711 6.20711L6.41421 5.5L5.70711 4.79289L5 5.5ZM0.292894 8.79289C-0.0976308 9.18342 -0.0976309 9.81658 0.292894 10.2071C0.683418 10.5976 1.31658 10.5976 1.70711 10.2071L0.292894 8.79289ZM0.292893 2.20711L4.29289 6.20711L5.70711 4.79289L1.70711 0.792893L0.292893 2.20711ZM4.29289 4.79289L0.292894 8.79289L1.70711 10.2071L5.70711 6.20711L4.29289 4.79289Z.7z' fill='%239f9f9f'/></svg>");
}

.breadcrumbs .breadcrumbs__list-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.breadcrumbs .breadcrumbs__text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.h1-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  color: #212121;
}

.h2-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #212121;
}

.h3-title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #212121;
}

.h4-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #212121;
}

.catalog__title {
  margin: 20px 0 24px 0;
  color: #212121;
}

.shop-catalog .shop-catalog__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 24px 0 80px;
}

.shop-catalog .shop-catalog__card {
  display: flex;
  flex-direction: column;
  width: 25%;
  height: 458px;
  padding: 29px 24px 24px 24px;
  border-bottom: 1px solid #7e7e7e;
  background: #ffffff;
}

.shop-catalog .shop-catalog__card:nth-child(even) {
  border-left: 1px solid #7e7e7e;
}

.shop-catalog .shop-catalog__card:nth-child(odd) {
  border-left: 1px solid #7e7e7e;
}

.shop-catalog .shop-catalog__card:first-child {
  border-top-left-radius: 12px;
  border-left: none;
}

.shop-catalog .shop-catalog__card:nth-child(4) {
  border-top-right-radius: 12px;
}

.shop-catalog .shop-catalog__card:nth-last-child(4) {
  border-bottom-left-radius: 12px;
}

.shop-catalog .shop-catalog__card:nth-last-child(-n+4) {
  border-bottom: none;
}

.shop-catalog .shop-catalog__card:last-child {
  border-bottom-right-radius: 12px;
}

.shop-catalog .shop-catalog__card:nth-child(5) {
  border-left: none;
}

.shop-catalog .shop-catalog__card:nth-child(9) {
  border-left: none;
}

.shop-catalog .shop-catalog__card:nth-child(13) {
  border-left: none;
}

.shop-catalog .shop-catalog__card:nth-child(17) {
  border-left: none;
}

.shop-catalog .shop-catalog__card:nth-child(21) {
  border-left: none;
}

.shop-catalog .shop-catalog__card-img {
  display: flex;
  justify-content: center;
}

.shop-catalog .shop-catalog__card-img img {
  width: 164px;
  height: 146px;
  -o-object-fit: contain;
     object-fit: contain;
}

.shop-catalog .shop-category__list-item {
  padding-bottom: 4px;
  list-style-type: none;
}

.shop-catalog .shop-category__list-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  list-style-type: none;
  color: #212121;
}

.shop-catalog .shop-category__list-title.link--big {
  display: block;
  padding: 60px 0 20px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.shop-catalog .shop-category__list-title:hover {
  color: #48a952;
}

.shop-catalog .shop-catalog__all {
  margin-top: auto;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.shop-catalog .catalog-products__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 24px 0 80px 0;
}

.shop-catalog .catalog-products__navigation {
  width: 285px;
  margin-right: 20px;
}

.shop-catalog .catalog-products {
  width: calc(100% - 305px);
}

.shop-catalog .toolbar-block__top {
  padding: 10px 20px;
  border-radius: 12px;
  background: #ffffff;
}

.shop-catalog .sort-by,
.shop-catalog .sort-by__items {
  display: flex;
  align-items: center;
}

.shop-catalog .sort-by__text {
  line-height: 21px;
  color: #212121;
}

.shop-catalog .sort-by__btn {
  margin-left: 28px;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
}

.shop-catalog .sort-by__btn:first-child {
  margin-left: 46px;
}

.shop-catalog .sort-by__btn.active {
  font-weight: 800;
}

.shop-catalog .m-toolbar-block__top {
  display: none;
}

.shop-catalog .products__list {
  min-height: 120vh;
}

.filters .filters__top {
  padding: 16px 0;
  border-radius: 12px;
  background: #ffffff;
  font-weight: 500;
  color: #212121;
}

.filters .filter-info {
  margin-bottom: 12px;
  padding: 0 12px;
}

.filters .filter-info__text {
  font-size: 14px;
  line-height: 17px;
}

.filters .active-filters__box {
  display: inline-block;
  padding: 0 6px;
}

.filters .active-filter {
  display: flex;
  align-content: center;
  float: left;
  padding: 8px 6px;
  margin: 4px 6px;
  border: 1px solid #7e7e7e;
  border-radius: 6px;
  font-size: 11px;
  line-height: 13px;
  color: #212121;
}

.filters .active-filter .filter-value {
  padding-left: 3px;
}

.filters .active-filter__btn {
  margin-top: 14px;
  padding-left: 12px;
  border: none;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  background: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #48a952;
}

.filters .close_icon {
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-left: 8px;
}

.filters .filters__content {
  margin: 20px 0 0 0;
  border-radius: 12px;
  background: #ffffff;
  position: relative;
}

.filters .accordion,
.m-filters .m-accordion {
  cursor: pointer;
}

.m-filters .m-accordion {
  padding: 12px 0 0 0;
}

.filters .accordion.active .filter__title::after {
  transform: rotate(180deg);
}

.filters .filter__title {
  position: relative;
  padding: 16px 12px 16px 12px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.filters .filter__title .count {
  color: #767676;
}

.filters .filter__title::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'><path d='M0.979417 6.62132C0.588892 7.01184 0.588892 7.64501 0.979417 8.03553C1.36994 8.42606 2.00311 8.42606 2.39363 8.03553L0.979417 6.62132ZM7.34338 1.67157L8.05048 0.964463L7.34338 0.257356L6.63627 0.964463L7.34338 1.67157ZM12.2931 8.03553C12.6837 8.42605 13.3168 8.42605 13.7073 8.03553C14.0979 7.64501 14.0979 7.01184 13.7073 6.62132L12.2931 8.03553ZM2.39363 8.03553L8.05048 2.37868L6.63627 0.964463L0.979417 6.62132L2.39363 8.03553ZM6.63627 2.37868L12.2931 8.03553L13.7073 6.62132L8.05048 0.964463L6.63627 2.37868Z.7z' fill='%2348A952'/></svg>");
  background-repeat: no-repeat;
}

.filters .filter__body {
  overflow: hidden;
}

.filters .filter__container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.filters .filter__item,
.m-filter .m-filter__item {
  display: flex;
  margin: 4px 0;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}

.m-filter .m-filter__item {
  margin: 20px 0;
}

.m-filter .m-filter__item:first-child {
  margin: 0;
}

.filters .filter__custom-checkbox,
.m-filter .m-filter__custom-checkbox {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 12px;
  font-size: 0;
  cursor: pointer;
}

.filters .filter___custom_checkbox_field,
.m-filter .m-filter___custom_checkbox_field {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  cursor: pointer;
}

.filters .filter__checkbox,
.m-filter .m-filter__checkbox {
  fill: none;
  stroke: none;
  width: 16px;
  height: 16px;
  border: 1px solid #7e7e7e;
  border-radius: 4px;
  background: #ffffff;
}

.filters .filter__checkbox:hover,
.m-filter .m-filter__checkbox:hover {
  border: 3px solid #48a952;
}

.filters .filter__checkbox.filter__checkbox--active,
.m-filter .m-filter__checkbox.m-filter__checkbox--active {
  stroke: #ffffff;
  border: none;
  background: #48a952;
}

.filters .filter-additional__buttons {
  margin-left: auto;
  padding: 16px 12px 8px 0;
}

.filters .filter-additional__title {
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
  color: #48a952;
}

.filters .range-filter__container,
.m-filter .range-filter__container {
  position: relative;
}

.m-filter .range-filter__container {
  padding: 16px 0 32px 0;
}

.filters .price-form,
.m-filter .price-form {
  display: flex;
  justify-content: center;
}

.filters .price-form__input,
.m-filter .price-form__input {
  width: 100%;
  height: 100%;
  border: 1px solid #767676;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  background: #ffffff;
  text-align: center;
  color: #212121;
}

.filters .price-form__label,
.m-filter .price-form__label {
  width: 52px;
  height: 32px;
  position: relative;
}

.filters .price-form__label:first-child,
.m-filter .price-form__label:first-child {
  margin-right: 30px;
}

.filters .price-form__label:first-child::before,
.m-filter .price-form__label:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 9px;
  height: 1px;
  margin: auto;
  background-color: #767676;
}

.filters .price-slider,
.m-filter .price-slider {
  margin: 16px;
}

.filters .button__price-form,
.m-filter .button__price-form {
  margin-left: 12px;
  padding: 6px 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.filters .range-bar,
.m-filter .range-bar {
  height: 1px;
  border: none;
  background: #767676;
}

.filters .range-bar .ui-slider-range,
.m-filter .range-bar .ui-slider-range {
  background: #767676;
}

.filters .range-bar .ui-slider-handle,
.m-filter .range-bar .ui-slider-handle {
  top: -9.5px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  outline: none;
  background: #e31e24;
  cursor: pointer;
}

.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pagination .pagination__show-more {
  margin: 44px 0;
}

.pagination .pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.pagination .pagination__icon {
  margin-right: 24px;
}

.pagination .pagination__link {
  margin-right: 7px;
  padding: 8px 16px;
  font-size: 20px;
  line-height: 24px;
  color: #212121;
}

.pagination .pagination__link.current {
  border: 2px solid #48a952;
  border-radius: 50%;
}

.pagination .pagination__link:last-child {
  margin: 0;
}

.pagination .pagination__link--more {
  display: flex;
  align-items: center;
  padding: 0;
}

.p-container .p-box {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 52px 0;
  border-radius: 12px;
  background: #ffffff;
}

.p-container .p-block {
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
}

.p-container .p-block.p-block--info {
  padding: 16px 24px;
}

.p-container .p-block .catalog__title {
  margin-top: 20px;
}

.p-container .p-carousel {
  position: relative;
}

.p-container .p-carousel img {
  width: 432px;
  height: 318px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-container .p-carousel .p-slider--single>div:nth-child(1n + 2) {
  display: none;
}

.p-container .p-carousel .p-slider--single.slick-initialized>div:nth-child(1n + 2) {
  display: block;
}

.p-container .p-carousel .p-slider--single.slick-initialized.slick-slider {
  display: flex;
  position: initial;
}

.p-container .p-carousel .p-slider--single .p-slider__item {
  margin-top: 81px;
}

.p-container .p-carousel .p-slider--single .slick-arrow {
  position: absolute;
  bottom: 28.5px;
  width: 20px;
  height: 35px;
  border: none;
  background: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
}

.p-container .p-carousel .p-slider--single .slick-prev.slick-arrow {
  left: 45px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 35'><path d='M18.3146 0.675303C18.7168 0.296786 19.3497 0.315964 19.7282 0.718138C20.1067 1.12031 20.0875 1.75319 19.6854 2.1317L18.3146 0.675303ZM2 17.4035L1.31464 18.1317L0.540924 17.4035L1.31464 16.6753L2 17.4035ZM19.6854 32.6753C20.0875 33.0538 20.1067 33.6867 19.7282 34.0889C19.3497 34.491 18.7168 34.5102 18.3146 34.1317L19.6854 32.6753ZM19.6854 2.1317L2.68537 18.1317L1.31464 16.6753L18.3146 0.675303L19.6854 2.1317ZM2.68537 16.6753L19.6854 32.6753L18.3146 34.1317L1.31464 18.1317L2.68537 16.6753Z.7z' fill='%23212121'/></svg>");
}

.dark-theme .p-container .p-carousel .p-slider--single .slick-prev.slick-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 35'><path d='M18.3146 0.675303C18.7168 0.296786 19.3497 0.315964 19.7282 0.718138C20.1067 1.12031 20.0875 1.75319 19.6854 2.1317L18.3146 0.675303ZM2 17.4035L1.31464 18.1317L0.540924 17.4035L1.31464 16.6753L2 17.4035ZM19.6854 32.6753C20.0875 33.0538 20.1067 33.6867 19.7282 34.0889C19.3497 34.491 18.7168 34.5102 18.3146 34.1317L19.6854 32.6753ZM19.6854 2.1317L2.68537 18.1317L1.31464 16.6753L18.3146 0.675303L19.6854 2.1317ZM2.68537 16.6753L19.6854 32.6753L18.3146 34.1317L1.31464 18.1317L2.68537 16.6753Z.7z' fill='%23f2f2f2'/></svg>");
}

.p-container .p-carousel .p-slider--single .slick-next.slick-arrow {
  right: 45px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 35'><path d='M1.68537 0.675303C1.28319 0.296786 0.650318 0.315964 0.271801 0.718138C-0.106714 1.12031 -0.0875359 1.75319 0.314638 2.1317L1.68537 0.675303ZM18 17.4035L18.6854 18.1317L19.4591 17.4035L18.6854 16.6753L18 17.4035ZM0.314637 32.6753C-0.0875353 33.0538 -0.106714 33.6867 0.271803 34.0889C0.650319 34.491 1.28319 34.5102 1.68537 34.1317L0.314637 32.6753ZM0.314638 2.1317L17.3146 18.1317L18.6854 16.6753L1.68537 0.675303L0.314638 2.1317ZM17.3146 16.6753L0.314637 32.6753L1.68537 34.1317L18.6854 18.1317L17.3146 16.6753Z.7z' fill='%23212121'/></svg>");
}

.dark-theme .p-container .p-carousel .p-slider--single .slick-next.slick-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 35'><path d='M1.68537 0.675303C1.28319 0.296786 0.650318 0.315964 0.271801 0.718138C-0.106714 1.12031 -0.0875359 1.75319 0.314638 2.1317L1.68537 0.675303ZM18 17.4035L18.6854 18.1317L19.4591 17.4035L18.6854 16.6753L18 17.4035ZM0.314637 32.6753C-0.0875353 33.0538 -0.106714 33.6867 0.271803 34.0889C0.650319 34.491 1.28319 34.5102 1.68537 34.1317L0.314637 32.6753ZM0.314638 2.1317L17.3146 18.1317L18.6854 16.6753L1.68537 0.675303L0.314638 2.1317ZM17.3146 16.6753L0.314637 32.6753L1.68537 34.1317L18.6854 18.1317L17.3146 16.6753Z.7z' fill='%23f2f2f2'/></svg>");
}

.p-container .p-carousel .p-slider--nav.slick-initialized.slick-slider {
  width: 450px;
  margin: 40px auto 0 auto;
}

.p-container .p-carousel .p-slider--nav .slick-slide {
  display: flex;
  align-items: center;
  height: 93px;
  margin: 0px 11.5px;
  border: 1px solid transparent;
  cursor: pointer;
}

.p-container .p-carousel .p-slider--nav img {
  width: 100px;
  height: 73px;
}

.p-container .p-carousel .p-slider--nav .is-active {
  border: 1px solid #212121;
  border-radius: 8px;
}

.p-container .p__sku {
  font-style: italic;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: right;
  color: #212121;
}

.p-container .p__buy-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 24px 0 0 0;
}

.p-container .p__price {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.p-container .p__price-actual {
  font-size: 20px;
  line-height: 24px;
  color: #212121;
}

.p-container .p__price-actual--euro {
  margin-left: auto;
  font-size: 14px;
  line-height: 17px;
  color: #7e7e7e;
}

.p-container .p__btn {
  margin-left: 44px;
  padding: 9px 20px;
}

.p-container .p__icon {
  margin: 0 8px 0 0;
}

.p-container .p-delivery {
  margin: 60px 0 32px 0;
  color: #212121;
}

.p-container .title {
  margin-bottom: 20px;
}

.p-container .item-description {
  position: relative;
  padding-left: 28px;
}

.p-container .item-description__icon {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
}

.p-container .p-delivery-methods {
  font-size: 14px;
  line-height: 17px;
}

.p-container .p-delivery-methods__item {
  display: flex;
  list-style: none;
  margin: 20px 0;
}

.p-container .item-description__label {
  padding-bottom: 12px;
}

.p-container .item-controls-map {
  color: #7e7e7e;
}

.p-container .item-controls {
  margin: auto 0 0 auto;
}

.p-container .payments-details__text {
  margin: 20px 0 12px 0;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}

.p-container .payments-details__box {
  display: flex;
  align-items: center;
}

.p-container .payments-details__box-img {
  height: 32px;
}

.p-container .payments-details__box-img.liqpay-img {
  height: 22px;
  margin-left: 16px;
}

.p-container .p-box--secondary {
  flex-direction: column;
  padding: 32px 24px;
}

.p-container .p-box__description {
  color: #212121;
}

.p-container .p-box__description p {
  padding-left: 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.p-container .p-box-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.p-container .p-box__description {
  padding: 40px 0 20px 0;
}

.p-box__specs {
  display: flex;
  width: 100%;
  padding-top: 16px;
  color: #212121;
}

.p-box__specs .p-specs__groups-list {
  width: 100%;
}

.p-box__specs .p-specs__group {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}

.p-box__specs .p-specs__row {
  display: flex;
}

.p-box__specs .p-specs__row:nth-child(odd) {
  border-radius: 4px;
  background: #f8f8fe;
}

.p-box__specs .p-specs__cell {
  width: 50%;
  padding: 11px 0 11px 16px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.popular-p {
  margin: 52px 0 80px 0;
}

.popular-p .popular-p__title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}

.popular-p .popular-p__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.checkout-top {
  display: flex;
  align-items: center;
  padding: 28px 0 24px 0;
}

.checkout-top .checkout-top__title {
  width: 100%;
  max-width: 793px;
  margin-right: 20px;
}

.checkout-top .checkout-top__text {
  width: 80%;
  margin: 0 0 -4px 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #212121;
}

.checkout-container {
  margin: 28px 0 80px 0;
}

.checkout {
  display: flex;
  position: relative;
}

.checkout .checkout__big-carts {
  width: 100%;
  max-width: 793px;
}

.checkout .checkout__box .checkout-tabs {
  display: none;
}

.checkout .checkout__box.active .checkout-tabs {
  display: block;
}

.checkout .checkout__box.active .u-profile__edit {
  display: none;
}

.checkout .checkout__box.active .checkout__head-info {
  display: none;
}

.checkout .u-profile__edit {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.checkout .u-profile__edit .edit__icon {
  margin-right: 10px;
}

.checkout .checkout__head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout .checkout__head-info {
  padding: 12px 0 0 31px;
  font-size: 14px;
  line-height: 17px;
  color: #7e7e7e;
}

.checkout .checkout__block {
  margin-bottom: 20px;
  padding: 20px 24px 32px 24px;
  border-radius: 12px;
  background: #ffffff;
  color: #212121;
}

.checkout .checkout__link {
  display: inline-block;
  margin: 24px 0 4px 0;
  font-size: 14px;
  line-height: 17px;
}

.checkout .customer-input__field {
  margin: 20px 0;
}

.checkout .input-text {
  width: 60.94%;
  height: 40px;
  padding-left: 25px;
  border: 1px solid #7e7e7e;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.checkout .input-text::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.checkout .input-text::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.checkout .input-text:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.checkout .input-text::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.checkout .input-text::placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.checkout .button__checkout {
  margin-top: 24px;
  padding: 12px 20px;
}

.checkout .checkout__box--mini {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 386px;
  padding: 24px 16px;
  border-radius: 12px;
  background: #ffffff;
}

.checkout .minicart__p-item {
  margin-bottom: 40px;
  list-style: none;
}

.checkout .minicart__product-inner {
  display: flex;
  align-items: center;
  position: relative;
}

.checkout .minicart__product-img {
  width: 80px;
  height: 59px;
  -o-object-fit: contain;
     object-fit: contain;
}

.checkout .minicart__product-details {
  display: flex;
  margin-left: 12px;
}

.checkout .minicart__product-title {
  width: 100%;
  max-width: 210px;
}

.checkout .minicart__product-icon {
  margin: 9px 0 0 21px;
}

.checkout .minicart-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.checkout .minicart-actions__counter {
  display: flex;
  align-items: center;
}

.checkout .minicart-actions__counter-input {
  width: 20px;
  height: 21px;
  margin: 0 10px;
  border: none;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  background: #ffffff;
  color: #212121;
}

.checkout .minicart-actions__price {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #212121;
}

.checkout .minicart_totals_wrap {
  margin-top: 80px;
  color: #212121;
}

.checkout .minicart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 17px;
}

.checkout .minicart__total--amount {
  line-height: 20px;
  font-weight: 600;
}

.checkout .minicart__button {
  margin: 24px 0 0 auto;
  padding: 8px 20px;
}

.checkout .c-delivery-methods__item {
  margin: 24px 0;
  font-size: 14px;
  line-height: 17px;
}

.checkout .c-delivery-methods__description {
  display: flex;
  align-items: center;
}

.checkout .radiobtn-icon {
  cursor: pointer;
}

.checkout .radiobtn-icon .hidden {
  display: none;
}

.checkout .radiobtn-icon.radiobtn-icon--active .hidden {
  display: block;
}

.checkout .c-delivery-methods__box {
  padding-left: 16px;
}

.checkout .c-delivery-methods__address {
  padding-top: 8px;
  color: #7e7e7e;
}

.checkout .c-delivery-methods__price {
  margin: 0 0 auto auto;
}

.checkout .c-delivery-methods__select {
  display: flex;
  padding: 12px 0 0 38px;
  align-items: center;
}

.checkout .c-delivery-methods__select select {
  width: 100%;
  max-width: 584px;
  height: 40px;
  padding-left: 12px;
  border: 1px solid #7e7e7e;
  border-radius: 8px;
}

.checkout .item-controls-map__link {
  margin-left: auto;
  font-size: 12px;
  line-height: 15px;
}

.checkout .list.c-pay-methods__item {
  display: flex;
  align-items: center;
  margin: 24px 0;
}

.checkout .list.c-pay-methods__item:last-child {
  margin: 0;
}

.checkout .c-pay-methods__text {
  padding-left: 16px;
  font-size: 14px;
  line-height: 17px;
}

.or-finished {
  margin: 24px 0 80px 0;
  padding: 20px 24px 32px 24px;
  border-radius: 12px;
  background: #ffffff;
  color: #212121;
}

.or-finished .or-finished__top {
  display: flex;
  align-items: center;
}

.or-finished .or-finished__title {
  margin-left: 24px;
}

.or-finished .or-finished__main {
  margin: 80px 0;
  line-height: 21px;
}

.or-finished .or-finished__bottom {
  display: flex;
  align-items: center;
}

.or-finished .or-finished__button {
  padding: 12px 20px;
}

.or-finished .or-finished__button.button--white {
  margin-left: 24px;
  color: #212121;
}

.u-profile {
  display: flex;
  margin: 24px 0 80px 0;
}

.u-profile .u-side-bar {
  width: 100%;
  max-width: 285px;
  margin-right: 20px;
}

.u-profile .u-profile__carts {
  width: 100%;
  max-width: 895px;
}

.u-profile .u-profile__cart {
  padding: 16px 20px 32px 20px;
  border-radius: 12px;
  background: #ffffff;
}

.u-profile .u-profile__cart:first-child {
  margin-bottom: 20px;
}

.u-profile .u-side-bar__block {
  padding: 20px 12px;
  background: #ffffff;
}

.u-profile .u-side-bar__block--header {
  margin-bottom: 8px;
  border-radius: 12px 12px 0px 0px;
}

.u-profile .u-side-bar__block--nav {
  border-radius: 0px 0px 12px 12px;
}

.u-profile .u-side-bar__head {
  display: flex;
  align-items: center;
}

.u-profile .u-side-bar__icon {
  margin-right: 12px;
}

.u-profile .u-side-bar__name {
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}

.u-profile .u-side-bar__email {
  padding-top: 4px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #7e7e7e;
}

.u-profile .u-side-bar__item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.u-profile .u-side-bar__item:last-child {
  margin: 0;
}

.u-profile .u-side-bar__link {
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}

.u-profile .u-side-bar__link.active {
  font-weight: 700;
}

.u-profile .u-side-bar__link--red {
  color: #ff3131;
}

.u-profile .u-profile-content {
  width: 100%;
  max-width: 895px;
}

.u-profile .u-top-toolbar__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.u-profile .toolbar__search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.u-profile .toolbar__form-label {
  width: 100%;
  position: relative;
}

.u-profile .toolbar__search-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 16px;
  margin: auto 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

.u-profile .toolbar__form-input {
  width: 100%;
  height: 36px;
  padding: 0 0 0 60px;
  border: none;
  border-radius: 8px 0 0 8px;
}

.u-profile .toolbar__form-input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #b4b4b4;
}

.u-profile .toolbar__form-input::-moz-placeholder {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #b4b4b4;
}

.u-profile .toolbar__form-input:-ms-input-placeholder {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #b4b4b4;
}

.u-profile .toolbar__form-input::-ms-input-placeholder {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #b4b4b4;
}

.u-profile .toolbar__form-input::placeholder {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #b4b4b4;
}

.u-profile .toolbar__form-input:hover {
  cursor: pointer;
}

.u-profile .toolbar__btn--search {
  padding: 0 24px;
  border: none;
  border-left: 1px solid #7e7e7e;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  background: #ffffff;
  color: #161616;
}

.u-profile .toolbar__btn--search:hover {
  background: #7e7e7e;
  cursor: pointer;
}

.u-profile select {
  padding: 0 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.u-profile .u-profile__order-tab .u-profile__order-tab-main {
  display: none;
}

.u-profile .u-profile__order-tab.active .u-profile__order-tab-main {
  display: block;
}

.u-profile .u-profile__order-tab.active .u-profile__order-tab-header::after {
  transform: rotate(180deg);
}

.u-profile .u-profile__order-tab.active .u-profile__order-box--top .u-profile__product-price {
  display: none;
}

.u-profile .u-profile__order-tab.active .u-profile__order-box--top .u-profile__product-media {
  display: none;
}

.u-profile .u-profile__order-tab-header {
  position: relative;
  cursor: pointer;
}

.u-profile .u-profile__order-tab-header::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'><path d='M0.979417 6.62132C0.588892 7.01184 0.588892 7.64501 0.979417 8.03553C1.36994 8.42606 2.00311 8.42606 2.39363 8.03553L0.979417 6.62132ZM7.34338 1.67157L8.05048 0.964463L7.34338 0.257356L6.63627 0.964463L7.34338 1.67157ZM12.2931 8.03553C12.6837 8.42605 13.3168 8.42605 13.7073 8.03553C14.0979 7.64501 14.0979 7.01184 13.7073 6.62132L12.2931 8.03553ZM2.39363 8.03553L8.05048 2.37868L6.63627 0.964463L0.979417 6.62132L2.39363 8.03553ZM6.63627 2.37868L12.2931 8.03553L13.7073 6.62132L8.05048 0.964463L6.63627 2.37868Z.7z' fill='%23212121'/></svg>");
  background-repeat: no-repeat;
}

.dark-theme .u-profile .u-profile__order-tab-header::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'><path d='M0.979417 6.62132C0.588892 7.01184 0.588892 7.64501 0.979417 8.03553C1.36994 8.42606 2.00311 8.42606 2.39363 8.03553L0.979417 6.62132ZM7.34338 1.67157L8.05048 0.964463L7.34338 0.257356L6.63627 0.964463L7.34338 1.67157ZM12.2931 8.03553C12.6837 8.42605 13.3168 8.42605 13.7073 8.03553C14.0979 7.64501 14.0979 7.01184 13.7073 6.62132L12.2931 8.03553ZM2.39363 8.03553L8.05048 2.37868L6.63627 0.964463L0.979417 6.62132L2.39363 8.03553ZM6.63627 2.37868L12.2931 8.03553L13.7073 6.62132L8.05048 0.964463L6.63627 2.37868Z.7z' fill='%23f2f2f2'/></svg>");
}

.u-profile .u-profile__order-tab-main {
  margin: 80px 0 16px 0;
}

.u-profile .u-profile__order-box {
  margin-bottom: 80px;
  position: relative;
}

.u-profile .u-profile__order-box:last-of-type {
  margin: 0px;
}

.u-profile .u-profile__order-tab {
  margin-bottom: 12px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #ffffff;
  color: #212121;
}

.u-profile .u-profile__order-tab:last-child {
  margin: 0;
}

.u-profile .u-profile__title {
  margin-bottom: 32px;
}

.u-profile .u-profile__edit {
  display: flex;
  margin-top: 32px;
  align-items: center;
  cursor: pointer;
}

.u-profile .u-profile__link {
  margin-left: 10px;
  font-size: 14px;
  line-height: 17px;
}

.u-profile .customer-input__field {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.u-profile .customer-input__label {
  flex: 0 0 25.5%;
  color: #212121;
}

.u-profile .u-profile-fields__wrapper .input-text {
  flex: 0 0 74.5%;
  width: 100%;
  height: 40px;
  padding-left: 25px;
  border: 1px solid #7e7e7e;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.u-profile .u-profile-fields__wrapper .input-text::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.u-profile .u-profile-fields__wrapper .input-text::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.u-profile .u-profile-fields__wrapper .input-text:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.u-profile .u-profile-fields__wrapper .input-text::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.u-profile .u-profile-fields__wrapper .input-text::placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.u-profile .u-profile-fields__wrapper .field-item {
  position: relative;
}

.u-profile .u-profile-fields__wrapper .field-item .password-eye {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 27%;
  bottom: 0;
  cursor: pointer;
  border: 0;
}

.u-profile .u-profile-fields__wrapper .field-item .password-eye.slash .hide {
  display: none;
}

.u-profile .u-profile-fields__wrapper .field-item .password-eye.slash .show {
  display: block;
}

.u-profile .u-profile-fields__wrapper .field-item .password-eye .show {
  display: none;
}

.u-profile .u-profile-fields__wrapper .field-item .password-eye:hover {
  visibility: visible;
}

.u-profile .u-profile__cart--password .u-fields--disabled .input-text {
  display: none;
}

.u-profile .u-fields--disabled .input-text {
  border: none;
  background: transparent;
  color: #212121;
  cursor: pointer;
}

.u-profile .u-fields--disabled .input-text::-webkit-input-placeholder {
  color: #212121;
}

.u-profile .u-fields--disabled .input-text::-moz-placeholder {
  color: #212121;
}

.u-profile .u-fields--disabled .input-text:-ms-input-placeholder {
  color: #212121;
}

.u-profile .u-fields--disabled .input-text::-ms-input-placeholder {
  color: #212121;
}

.u-profile .u-fields--disabled .input-text::placeholder {
  color: #212121;
}

.u-profile .u-fields--disabled .field-item .password-eye {
  display: none;
}

.u-profile .u-profile__link {
  cursor: pointer;
}

.u-profile .products__list {
  margin: 0;
}

.u-profile .u-profile__order-details {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #7e7e7e;
}

.u-profile .u-profile__order-date {
  padding-right: 10px;
}

.u-profile .u-profile__order-msg {
  font-size: 14px;
  line-height: 17px;
}

.u-profile .u-profile__order-box--top {
  display: flex;
  align-items: center;
}

.u-profile .u-profile__order-box--top .u-profile__product-price {
  flex: 0 0 53%;
  width: 53%;
  margin: 0;
}

.u-profile .u-profile__order-box--top .u-profile__label {
  margin-bottom: 8px;
}

.u-profile .u-profile__order-box--top .u-profile__product-media {
  flex: 0 0 9.5%;
  width: 9.5%;
}

.u-profile .u-profile__order-head {
  flex: 0 0 35.5%;
  width: 35.5%;
}

.u-profile .u-profile__order-box--delivery .u-profile__title {
  margin-bottom: 16px;
}

.u-profile .u-profile__delivery-ttn {
  line-height: 21px;
}

.u-profile .u-profile__delivery-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
  font-size: 14px;
  line-height: 17px;
}

.u-profile .u-profile__delivery-address {
  width: 100%;
  max-width: 261px;
}

.u-profile .u-profile__title--gray {
  margin-bottom: 24px;
  color: #7e7e7e;
}

.u-profile .u-profile__p-item {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}

.u-profile .u-profile__p-item:last-child {
  margin: 0;
}

.u-profile .u-profile__product-img {
  width: 70px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}

.u-profile .u-profile__product-details {
  width: 100%;
  max-width: 261px;
  margin-left: 24px;
  text-align: left;
}

.u-profile .u-profile__product-price {
  margin-left: auto;
}

.u-profile .u-profile__product-quantity {
  margin-left: 40px;
}

.u-profile .u-profile__product-sum {
  margin-left: 40px;
}

.u-profile .u-profile__label {
  font-size: 14px;
  line-height: 17px;
  color: #7e7e7e;
}

.u-profile .u-profile__value {
  font-size: 14px;
  line-height: 17px;
}

.u-profile .u-profile__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.u-profile .u-profile__payment-value,
.u-profile .u-profile__shipping-value,
.u-profile .u-profile__amount-value {
  font-size: 14px;
  line-height: 17px;
}

.u-profile .u-profile__button {
  margin: 24px 0 0 auto;
  padding: 12px 20px;
}

/* not-found */

.not-found .not-found-content {
  margin: 0 0 80px 0;
  padding: 80px 24px;
  border-radius: 8px;
  background: #ffffff;
  line-height: 22px;
  text-align: center;
  color: #212121;
}

.dark-theme .not-found .not-found-content {
  background: #1e1e1e;
  color: #f2f2f2;
}

.not-found .not-found-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.not-found .not-found-result__img {
  width: 100%;
  height: 100%;
}

.not-found .not-found-result__title {
  margin: 32px 0 16px 0;
}

.not-found .not-found-info {
  display: flex;
  flex-direction: column;
  margin: 60px 0 0 0;
}

.not-found .link.not-found-info__tel {
  display: block;
  padding: 16px 0;
  font-size: 32px;
  line-height: 32px;
  color: #48A951;
}

.not-found .not-found-info__button {
  margin: auto;
  padding: 12px 20px;
}

.footer {
  margin-top: auto;
  background: #0b0a0a;
  color: #ffffff;
}

.footer input,
.footer button,
.footer h3,
.footer p,
.footer a {
  font-family: "Inter", sans-serif;
}

.footer .lw-container--footer {
  width: 100%;
  max-width: 735px;
  margin: 0 auto;
  padding: 37.5px 0;
}

.footer .footer__feedback-form h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.footer .footer__form-input {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 46px;
  margin: 20px 0 50px 0;
}

.footer .phone-form__input {
  width: 100%;
  max-width: 293px;
  padding: 0 0 0 13px;
  border: none;
  border-radius: 8px 0px 0px 8px;
  font-size: 14px;
  line-height: 17px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #717171;
}

.footer .phone-form__input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #717171;
}

.footer .phone-form__input::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #717171;
}

.footer .phone-form__input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #717171;
}

.footer .phone-form__input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #717171;
}

.footer .phone-form__input::placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #717171;
}

.footer .footer__btn {
  padding: 0 44px;
  border-radius: 0px 8px 8px 0;
  line-height: 19px;
  font-weight: 700;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #ff3131;
}

.footer .footer__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.footer .footer__nav {
  width: 28.572%;
}

.footer .footer__menu-item {
  margin-bottom: 24px;
  list-style-type: none;
}

.footer .footer__menu-item:last-child {
  margin: 0;
}

.footer .footer__menu-link {
  line-height: 19px;
  font-weight: 400;
}

.footer .footer__menu-link,
.footer .footer__contacts a {
  text-decoration: none;
}

.footer .footer__pay-info {
  display: flex;
  flex-direction: column;
  width: 33.063%;
}

.footer .footer__pay-info .info-LuxPay {
  margin-bottom: 24px;
}

.footer .footer__pay-info a {
  line-height: 19px;
  font-weight: 700;
  text-decoration: none;
}

.footer .footer__contacts {
  width: 38.365%;
}

.footer .footer__contacts .footer__info {
  line-height: 19px;
  font-weight: 400;
}

.footer .footer__contacts p,
.footer .footer__contacts a {
  line-height: 19px;
  font-weight: 700;
}

.footer .footer__address {
  margin: 0 0 17px 0;
}

.footer .footer__phone {
  margin: 0 0 16px 0;
}

.footer .footer__address,
.footer .footer__phone,
.footer .footer__email {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.footer .footer__street {
  padding-left: 36px;
}

.footer .footer__tel {
  padding-left: 26px;
}

.footer .footer__email a {
  padding-left: 45px;
}

.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.modal__wrapper .modal__mask {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.modal__wrapper .title-popup {
  margin-bottom: 32px;
  text-align: center;
}

.modal__wrapper .modal-input {
  position: relative;
  margin-bottom: 21px;
}

.modal__wrapper .modal-input:last-of-type {
  margin: 0;
}

.modal__wrapper .modal-input label {
  visibility: hidden;
  position: absolute;
  top: 2px;
  left: 12px;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  color: #7e7e7e;
  opacity: 0;
}

.modal__wrapper .modal-input label.hidden-label {
  visibility: visible;
  opacity: 1;
  transition: all .5s linear;
}

.modal__wrapper input:focus {
  padding: 16px 12px 2px 12px;
}

.modal__wrapper input:focus::-webkit-input-placeholder {
  color: transparent;
}

.modal__wrapper input:focus::-moz-placeholder {
  color: transparent;
}

.modal__wrapper input:focus:-ms-input-placeholder {
  color: transparent;
}

.modal__wrapper input:focus::-ms-input-placeholder {
  color: transparent;
}

.modal__wrapper input:focus::placeholder {
  color: transparent;
}

.modal__wrapper input {
  width: 100%;
  height: 40px;
  padding: 11px 12px;
  border: 1px solid #7e7e7e;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #7e7e7e;
}

.modal__wrapper input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.modal__wrapper input::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.modal__wrapper input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.modal__wrapper input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.modal__wrapper input::placeholder {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #7e7e7e;
}

.modal__wrapper .login-and-register-modal {
  width: 342px;
  padding: 32px;
  border-radius: 12px;
  background-color: #ffffff;
}

.modal__wrapper .password-eye {
  display: flex;
  align-items: center;
  right: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  border: 0;
}

.modal__wrapper .password-eye.slash .hide {
  display: none;
}

.modal__wrapper .password-eye.slash .show {
  display: block;
}

.modal__wrapper .password-eye .show {
  display: none;
}

.modal__wrapper .password-eye:hover {
  visibility: visible;
}

.modal__wrapper .forgot-password-wrapper {
  font-size: 12px;
  line-height: 15px;
  margin: 10px 0 32px 0;
  text-align: right;
}

.modal__wrapper .decor-border {
  margin: 12px 0;
  text-align: center;
  color: #212121;
}

.modal__wrapper .modal__button {
  justify-content: center;
  width: 100%;
  padding: 12px 0;
}

.modal__wrapper .social__icon {
  margin-right: 10px;
}

.modal__wrapper .modal__link {
  justify-content: center;
  padding: 12px 0;
  color: #212121;
}

.modal__wrapper .login-or-register {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 24px;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}

.modal__wrapper .register__link {
  font-size: 12px;
  line-height: 15px;
}

.button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffffff;
  transition: 0.3s;
}

.button:hover {
  cursor: pointer;
}

.button--red {
  background: #e31e24;
}

.button--red:hover {
  background: #a41519;
}

.button--green {
  background: #48a952;
}

.button--green:hover {
  background: #3e9247;
}

.button--blue {
  background: #3cadf3;
}

.button--blue:hover {
  background: #2a96d8;
}

.button--white {
  border: 1px solid #48a952;
  background: #ffffff;
}

.button--light-gray {
  border: 1px solid #e2dfe5;
  background: #e2dfe5;
}

.link {
  text-decoration: none;
  color: #ffffff;
}

.link.link--green {
  text-decoration: underline;
  color: #48a952;
}

.list {
  list-style: none;
}

input:focus {
  outline: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin: 0 0 0 10px;
  padding: 0 10px 0 0;
  background-image: url('../img/icons/search-close_i.png');
  background-repeat: no-repeat;
}

.icon-dark {
  display: none;
}

.dark-theme .icon-dark {
  display: block;
}

.dark-theme .icon-light {
  display: none;
}

custom-switch .switch-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(108deg);
}

.custom-switch .switch-icon.light-icon {
  top: 3px;
  left: -25px;
}

.custom-switch .switch-icon.light-icon svg {
  fill: #ffc107;
}

.custom-control-label::after {
  background: 50%/50% 50% no-repeat;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: 0.5rem;
  background-color: #adb5bd;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dark-theme-switch .custom-control-label::after {
  top: 8px;
  left: -33px;
  width: 10px;
  height: 10px;
  background-color: #e30613;
  cursor: pointer;
}

.dark-theme .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}

.custom-control-label::before {
  border: 1px solid #adb5bd;
  pointer-events: none;
  background-color: #ffffff;
}

.custom-control-label::after,
.custom-control-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-label::after,
.custom-control-label::before {
  width: 18px;
}

.custom-control-label::before {
  border: 2px solid #757575;
  border-radius: 2px;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem;
  border-radius: 0.5rem;
}

.dark-theme-switch .custom-control-label::before {
  border: 1px solid #ffffff;
  border-radius: 8px;
  background-color: #0b0a0a;
  cursor: pointer;
}

.light-theme .custom-control-label::before {
  border: 1px solid #ffffff;
  background-color: #0b0a0a;
  color: #fff;
}

.dark-theme .custom-control-label::before {
  border-color: #e30613;
  background-color: #e30613;
}

.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}

.custom-control-label {
  padding-left: 5px;
  padding-top: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #0b0a0a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dark-theme-switch .custom-control-label {
  color: #ffffff;
}

.custom-switch .switch-icon.dark-icon svg {
  fill: #ff3131;
}

.custom-switch .switch-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(108deg);
}

.custom-switch .switch-icon.dark-icon {
  top: 3px;
  right: 25px;
}

.custom-control {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch {
  position: fixed;
  top: calc(50% - 40px);
  left: -25px;
  z-index: 900;
  opacity: .5;
  transform: rotate(-90deg);
  transition: opacity .2s;
}

.dark-theme-switch {
  width: 80px;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 1rem;
  height: 1.25rem;
}

.custom-switch:hover {
  opacity: 1;
}

body.dark-theme {
  background: #121212;
}

body.dark-theme.mega-menu--active .catalog-menu {
  background: #121212;
}

body.dark-theme.mega-menu--active .catalog-menu:not(:hover) .catalog-menu__item:nth-child(2) {
  background: #3e3e3e;
}

.dark-theme .header__overlay {
  background: rgba(255, 255, 255, 0.4);
}

.dark-theme .header .header__btn--profile,
.dark-theme .header .header__btn--cart {
  color: #ffffff;
}

.dark-theme .header .header__minicart .checkout__box--mini {
  box-shadow: 0px 0px 20px rgba(167, 171, 202, 0.4);
}

.dark-theme .header .header__minicart .checkout__box--mini::after {
  border-bottom: solid #1e1e1e 12px;
}

.dark-theme .header .catalog__sub-wrapper {
  background: #121212;
}

.dark-theme .header .catalog-menu__item:hover {
  background: #3e3e3e;
}

.dark-theme .header .catalog-menu__link {
  color: #f2f2f2;
}

.dark-theme .main .section__banner .slick-dots {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.25));
          filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.25));
}

.dark-theme .main .section__banner .slick-dots li {
  background: #ffffff;
}

.dark-theme .main .section__banner .slick-dots li.slick-active {
  background: #262626;
}

.dark-theme .card .card__inner {
  background: #1e1e1e;
}

.dark-theme .card .card__inner:hover {
  box-shadow: 0px 0px 20px 4px rgba(167, 171, 202, 0.4);
}

.dark-theme .card .card__link {
  color: #f2f2f2;
}

.dark-theme .card .card__price-actual {
  color: #f2f2f2;
}

.dark-theme .card .card__price-actual--euro {
  color: #9f9f9f;
}

.dark-theme .breadcrumbs .breadcrumbs__list-link {
  color: #9f9f9f;
}

.dark-theme .breadcrumbs .breadcrumbs__text {
  color: #9f9f9f;
}

.dark-theme .h1-title {
  color: #f2f2f2;
}

.dark-theme .h2-title {
  color: #f2f2f2;
}

.dark-theme .h3-title {
  color: #f2f2f2;
}

.dark-theme .h4-title {
  color: #f2f2f2;
}

.dark-theme .catalog__title {
  color: #f2f2f2;
}

.dark-theme .shop-catalog .shop-catalog__card {
  background: #1e1e1e;
}

.dark-theme .shop-catalog .shop-category__list-title {
  color: #f2f2f2;
}

.dark-theme .shop-catalog .toolbar-block__top {
  background: #1e1e1e;
}

.dark-theme .shop-catalog .sort-by__text {
  color: #f2f2f2;
}

.dark-theme .shop-catalog .sort-by__btn {
  color: #f2f2f2;
}

.dark-theme .filters .filters__top {
  background: #1e1e1e;
  color: #f2f2f2;
}

.dark-theme .filters .active-filter {
  border: 1px solid #9f9f9f;
  color: #f2f2f2;
}

.dark-theme .filters .filters__content {
  background: #1e1e1e;
}

.dark-theme .filters .filter__title .count {
  color: #767676;
}

.dark-theme .filters .filter__item {
  color: #f2f2f2;
}

.dark-theme .filters .filter__checkbox {
  border: 1px solid #9f9f9f;
}

.dark-theme .filters .filter__checkbox.filter__checkbox--active {
  stroke: #ffffff;
  background: #48a952;
}

.dark-theme .filters .price-form__input {
  border: 1px solid #767676;
  background: #1e1e1e;
  color: #f2f2f2;
}

.dark-theme .filters .price-form__label:first-child::before {
  background-color: #767676;
}

.dark-theme .filters .range-bar {
  background: #767676;
}

.dark-theme .filters .range-bar .ui-slider-range {
  background: #767676;
}

.dark-theme .filters .range-bar .ui-slider-handle {
  background: #e31e24;
}

.dark-theme .pagination .pagination__link {
  color: #f2f2f2;
}

.dark-theme .p-container .p-box {
  background: #1e1e1e;
}

.dark-theme .p-container .p-carousel .p-slider--nav .is-active {
  border: 1px solid #f2f2f2;
}

.dark-theme .p-container .p__sku {
  color: #f2f2f2;
}

.dark-theme .p-container .p__price-actual {
  color: #f2f2f2;
}

.dark-theme .p-container .p__price-actual--euro {
  color: #9f9f9f;
}

.dark-theme .p-container .p-delivery {
  color: #f2f2f2;
}

.dark-theme .p-container .item-controls-map {
  color: #9f9f9f;
}

.dark-theme .p-container .payments-details__text {
  color: #f2f2f2;
}

.dark-theme .p-container .p-box__description {
  color: #f2f2f2;
}

.dark-theme .p-box__specs {
  color: #f2f2f2;
}

.dark-theme .p-box__specs .p-specs__row:nth-child(odd) {
  background: #3e3e3e;
}

.dark-theme .checkout-top .checkout-top__text {
  color: #f2f2f2;
}

.dark-theme .checkout .checkout__head-info {
  color: #9f9f9f;
}

.dark-theme .checkout .checkout__block {
  background: #1e1e1e;
  color: #f2f2f2;
}

.dark-theme .checkout .input-text {
  border: 1px solid #9f9f9f;
  color: #9f9f9f;
}

.dark-theme .checkout .input-text::-webkit-input-placeholder {
  color: #9f9f9f;
}

.dark-theme .checkout .input-text::-moz-placeholder {
  color: #9f9f9f;
}

.dark-theme .checkout .input-text:-ms-input-placeholder {
  color: #9f9f9f;
}

.dark-theme .checkout .input-text::-ms-input-placeholder {
  color: #9f9f9f;
}

.dark-theme .checkout .input-text::placeholder {
  color: #9f9f9f;
}

.dark-theme .checkout .checkout__box--mini {
  background: #1e1e1e;
}

.dark-theme .checkout .minicart-actions__counter-input {
  background: #1e1e1e;
  color: #f2f2f2;
}

.dark-theme .checkout .minicart-actions__price {
  color: #f2f2f2;
}

.dark-theme .checkout .minicart_totals_wrap {
  color: #f2f2f2;
}

.dark-theme .checkout .c-delivery-methods__address {
  color: #9f9f9f;
}

.dark-theme .checkout .c-delivery-methods__select select {
  border: 1px solid #9f9f9f;
}

.dark-theme .or-finished {
  background: #1e1e1e;
  color: #f2f2f2;
}

.dark-theme .or-finished .or-finished__button.button--white {
  color: #f2f2f2;
}

.dark-theme .u-profile .u-profile__cart {
  background: #1e1e1e;
}

.dark-theme .u-profile .u-side-bar__block {
  background: #1e1e1e;
}

.dark-theme .u-profile .u-side-bar__name {
  color: #f2f2f2;
}

.dark-theme .u-profile .u-side-bar__email {
  color: #9f9f9f;
}

.dark-theme .u-profile .u-side-bar__link {
  color: #f2f2f2;
}

.dark-theme .u-profile .u-side-bar__link--red {
  color: #ff3131;
}

.dark-theme .u-profile .toolbar__form-input::-webkit-input-placeholder {
  color: #b4b4b4;
}

.dark-theme .u-profile .toolbar__form-input::-moz-placeholder {
  color: #b4b4b4;
}

.dark-theme .u-profile .toolbar__form-input:-ms-input-placeholder {
  color: #b4b4b4;
}

.dark-theme .u-profile .toolbar__form-input::-ms-input-placeholder {
  color: #b4b4b4;
}

.dark-theme .u-profile .toolbar__form-input::placeholder {
  color: #b4b4b4;
}

.dark-theme .u-profile .toolbar__btn--search {
  border-left: 1px solid #9f9f9f;
  background: #ffffff;
  color: #161616;
}

.dark-theme .u-profile .toolbar__btn--search:hover {
  background: #9f9f9f;
}

.dark-theme .u-profile .u-profile__order-tab {
  background: #1e1e1e;
  color: #f2f2f2;
}

.dark-theme .u-profile .customer-input__label {
  color: #f2f2f2;
}

.dark-theme .u-profile .u-profile-fields__wrapper .input-text {
  border: 1px solid #9f9f9f;
  color: #9f9f9f;
}

.dark-theme .u-profile .u-profile-fields__wrapper .input-text::-webkit-input-placeholder {
  color: #9f9f9f;
}

.dark-theme .u-profile .u-profile-fields__wrapper .input-text::-moz-placeholder {
  color: #9f9f9f;
}

.dark-theme .u-profile .u-profile-fields__wrapper .input-text:-ms-input-placeholder {
  color: #9f9f9f;
}

.dark-theme .u-profile .u-profile-fields__wrapper .input-text::-ms-input-placeholder {
  color: #9f9f9f;
}

.dark-theme .u-profile .u-profile-fields__wrapper .input-text::placeholder {
  color: #9f9f9f;
}

.dark-theme .u-profile .u-fields--disabled .input-text {
  color: #f2f2f2;
}

.dark-theme .u-profile .u-fields--disabled .input-text::-webkit-input-placeholder {
  color: #f2f2f2;
}

.dark-theme .u-profile .u-fields--disabled .input-text::-moz-placeholder {
  color: #f2f2f2;
}

.dark-theme .u-profile .u-fields--disabled .input-text:-ms-input-placeholder {
  color: #f2f2f2;
}

.dark-theme .u-profile .u-fields--disabled .input-text::-ms-input-placeholder {
  color: #f2f2f2;
}

.dark-theme .u-profile .u-fields--disabled .input-text::placeholder {
  color: #f2f2f2;
}

.dark-theme .u-profile .u-profile__order-details {
  color: #9f9f9f;
}

.dark-theme .u-profile .u-profile__title--gray {
  color: #9f9f9f;
}

.dark-theme .u-profile .u-profile__label {
  color: #9f9f9f;
}

.dark-theme .footer .phone-form__input {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #717171;
}

.dark-theme .footer .phone-form__input::-webkit-input-placeholder {
  color: #717171;
}

.dark-theme .footer .phone-form__input::-moz-placeholder {
  color: #717171;
}

.dark-theme .footer .phone-form__input:-ms-input-placeholder {
  color: #717171;
}

.dark-theme .footer .phone-form__input::-ms-input-placeholder {
  color: #717171;
}

.dark-theme .footer .phone-form__input::placeholder {
  color: #717171;
}

.dark-theme .footer .footer__btn {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #ff3131;
}

.dark-theme .modal__wrapper {
  background: rgba(0, 0, 0, 0.7);
}

.dark-theme .modal__wrapper .modal-input label {
  color: #9f9f9f;
}

.dark-theme .modal__wrapper input {
  border: 1px solid #9f9f9f;
  color: #9f9f9f;
}

.dark-theme .modal__wrapper input::-webkit-input-placeholder {
  color: #9f9f9f;
}

.dark-theme .modal__wrapper input::-moz-placeholder {
  color: #9f9f9f;
}

.dark-theme .modal__wrapper input:-ms-input-placeholder {
  color: #9f9f9f;
}

.dark-theme .modal__wrapper input::-ms-input-placeholder {
  color: #9f9f9f;
}

.dark-theme .modal__wrapper input::placeholder {
  color: #9f9f9f;
}

.dark-theme .modal__wrapper .login-and-register-modal {
  background-color: #1e1e1e;
}

.dark-theme .modal__wrapper .decor-border {
  color: #f2f2f2;
}

.dark-theme .modal__wrapper .modal__link {
  color: #f2f2f2;
}

.dark-theme .modal__wrapper .login-or-register {
  color: #f2f2f2;
}

.dark-theme .button--red {
  background: #e31e24;
}

.dark-theme .button--red:hover {
  background: #a41519;
}

.dark-theme .button--green {
  background: #48a952;
}

.dark-theme .button--green:hover {
  background: #3e9247;
}

.dark-theme .button--white {
  border: 1px solid #48a952;
  background: #1e1e1e;
}

.dark-theme .link {
  color: #ffffff;
}

.dark-theme .link.link--green {
  color: #48a952;
}

.dark-theme .header .js-close-level {
  color: #f2f2f2;
}

.dark-theme .header .m-side-bar__link,
.dark-theme .header .m-header__menu-link {
  color: #f2f2f2;
}

.dark-theme .header .m-side-bar__name {
  color: #f2f2f2;
}

.dark-theme .header .m-side-bar__email {
  color: #9f9f9f;
}

.dark-theme .header .m-list__change--theme {
  color: #9f9f9f;
}

.dark-theme .header .m-list__change--lng {
  color: #9f9f9f;
}

.dark-theme .header .m-lng-change__item,
.dark-theme .header .m-theme-change__item {
  color: #f2f2f2;
}

.dark-theme .header .m-lng-change__item.current,
.dark-theme .header .m-theme-change__item.current {
  background: #3e3e3e;
}

.dark-theme .header .m-lng-change__val,
.dark-theme .header .m-theme-change__val {
  color: #f2f2f2;
}

.dark-theme .header .m-side-bar__link--red {
  color: #ff3131;
}

.dark-theme .header .m-menu_item-open {
  color: #f2f2f2;
}

.dark-theme .header .burger-menu__btn-line {
  background-color: #ffffff;
}

.dark-theme .header .burger-menu__btn-line::after,
.dark-theme .header .burger-menu__btn-line::before {
  background-color: #ffffff;
}

.dark-theme .shop-catalog .m-sort-by {
  color: #f2f2f2;
}

.dark-theme .shop-catalog .m-sort-by__btn {
  background: #1e1e1e;
}

.dark-theme .shop-catalog .m-sort-by__content {
  background: #1e1e1e;
}

.dark-theme .shop-catalog .m-filters__btn>p {
  color: #ffffff;
}

@media only screen and (max-width: 1280px) {
  .header .header__top .lw-container--header {
    grid-template-columns: 332px 556px 52px;
  }

  .header .header__bottom .lw-container--header {
    grid-template-columns: 254px 460px 226px;
  }

  .header .header__form-input {
    height: 42px;
  }

  .search-result.active {
    max-height: 352px;
  }

  .search-result .s-products-item__title {
    width: 60%;
    margin-left: 20px;
  }

  .header .header__menu-item {
    padding-left: 16px;
  }

  .lw-container {
    max-width: 940px;
  }

  .main .section--home {
    max-width: 620px;
  }

  .main .section__slider-img {
    height: 260px;
  }

  .main .products--new .card:nth-child(3) {
    display: none;
  }

  .main .products__list {
    gap: 16px;
  }

  .products--popular .card:nth-child(7) {
    display: none;
  }

  .products--popular .card:nth-child(8) {
    display: none;
  }

  .card {
    max-width: 302px;
  }

  .card .card__photo img {
    width: 251px;
  }

  .card .card__price-actual--euro {
    margin-left: 0;
  }

  .card .button__text {
    display: none;
  }

  .p-container .p-carousel img {
    width: 325px;
    height: 318px;
  }

  .p-container .p-carousel .p-slider--nav img {
    width: 63px;
  }

  .p-container .p-carousel .p-slider--nav.slick-initialized.slick-slider {
    width: 330px;
    margin: 40px auto 0 auto;
  }

  .shop-catalog .catalog-products__navigation {
    width: 223px;
    margin-right: 16px;
  }

  .shop-catalog .link.sort-by__btn:first-child {
    margin-left: 26px;
  }

  .shop-catalog .catalog-products {
    width: calc(100% - 239px);
  }

  .shop-catalog .card {
    max-width: 223px;
  }

  .shop-catalog .card .card__photo img {
    width: 180px;
  }

  .shop-catalog .shop-catalog__card {
    width: 33.33%;
  }

  .shop-catalog .shop-catalog__card:nth-child(odd) {
    border-right: 1px solid #7e7e7e;
    border-left: none;
  }

  .dark-theme .shop-catalog .shop-catalog__card:nth-child(odd) {
    border-right: 1px solid #9f9f9f;
  }

  .dark-theme .shop-catalog .shop-catalog__card:nth-child(even) {
    border-right: 1px solid #9f9f9f;
  }

  .shop-catalog .shop-catalog__card:nth-child(even) {
    border-right: 1px solid #7e7e7e;
    border-left: none;
  }

  .shop-catalog .shop-catalog__card:nth-child(3) {
    border-top-right-radius: 12px;
  }

  .shop-catalog .shop-catalog__card:nth-child(4) {
    border-top-right-radius: 0px;
  }

  .shop-catalog .shop-catalog__card:nth-child(3n) {
    border-right: none;
  }

  .shop-catalog .shop-catalog__card:nth-last-child(3) {
    border-bottom-left-radius: 12px;
  }

  .shop-catalog .shop-catalog__card:nth-last-child(4) {
    border-bottom-left-radius: 0px;
  }

  .shop-catalog .shop-catalog__card:nth-child(21) {
    border-bottom: 1px solid #7e7e7e;
  }

  .dark-theme .shop-catalog .shop-catalog__card:nth-child(21) {
    border-bottom: 1px solid #9f9f9f;
  }

  .shop-catalog .shop-catalog__card:nth-last-child(-n+3) {
    border-bottom: none;
  }

  .popular-p .popular-p__list {
    gap: 16px;
  }

  .popular-p .card {
    max-width: 223px;
  }

  .popular-p .card .card__photo img {
    width: 180px;
  }

  .checkout .checkout__big-carts {
    max-width: 542px;
  }

  .checkout .checkout__box--mini {
    max-width: 382px;
  }

  .u-profile .u-side-bar {
    max-width: 223px;
    margin-right: 16px;
  }

  .u-profile .u-profile__cart {
    max-width: 701px;
  }

  .u-profile .card {
    max-width: 223px;
  }
}

@media only screen and (max-width: 960px) {
  body.checkout-page .header__bottom {
    display: block;
  }

  .wrapper.home-page .header__navigation {
    display: none;
  }

  .lw-container {
    max-width: 928px;
  }

  .custom-control.custom-switch {
    display: none;
  }

  .header .header__top {
    display: none;
  }

  .header .header__bottom {
    padding: 0 24px;
    background: #0b0a0a;
  }

  .dark-theme .header .m-push__nav {
    background: #121212;
  }

  .dark-theme .header .m-menu__header {
    background: #0b0a0a;
  }

  .header .header__bottom .lw-container--header {
    grid-template-columns: 5.332% 8.104% 67.378% 19.186%;
    max-width: 912px;
  }

  .header .header__catalog-btn {
    display: none;
  }

  .header .m-menu {
    display: block;
  }

  .header .m-menu .catalog-menu__link {
    width: 100%;
  }

  .header .m-menu .has-child::after {
    right: 12px;
  }

  .header .m-push__nav {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    overflow: auto;
    width: 100%;
    max-width: 480px;
    height: 100%;
    background: #f6f6f6;
    transition: ease-in-out 0.5s;
  }

  .header .m-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #0b0a0a;
  }

  .header .m-menu__content {
    padding: 24px 12px;
  }

  .header .m-menu__content svg {
    margin-right: 12px;
  }

  .header .m-menu_list,
  .header .m-side-bar__list,
  .header .m-header__nav {
    margin-bottom: 28px;
  }

  .header .m-side-bar__list {
    margin-top: 55px;
  }

  .header .js-close-level {
    position: relative;
    margin: 24px 0 16px 36px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #212121;
  }

  .header .js-close-level::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -24px;
    bottom: 0;
    width: 9px;
    height: 14px;
    margin: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'><path d='M8.36373 11.9497C8.75425 12.3403 8.75425 12.9734 8.36373 13.364C7.9732 13.7545 7.34004 13.7545 6.94952 13.364L8.36373 11.9497ZM1.29266 7.70711L0.585554 7L1.99977 5.58579L2.70687 6.29289L1.29266 7.70711ZM6.94952 0.636039C7.34004 0.245514 7.9732 0.245514 8.36373 0.636039C8.75425 1.02656 8.75425 1.65973 8.36373 2.05025L6.94952 0.636039ZM3.41398 7L2.70687 7.70711L1.29266 6.29289L1.99977 5.58579L3.41398 7ZM6.94952 13.364L1.29266 7.70711L2.70687 6.29289L8.36373 11.9497L6.94952 13.364ZM8.36373 2.05025L3.41398 7L1.99977 5.58579L6.94952 0.636039L8.36373 2.05025Z.7z' fill='%23212121'/></svg>");
    background-repeat: no-repeat;
  }

  .dark-theme .header .js-close-level::after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'><path d='M8.36373 11.9497C8.75425 12.3403 8.75425 12.9734 8.36373 13.364C7.9732 13.7545 7.34004 13.7545 6.94952 13.364L8.36373 11.9497ZM1.29266 7.70711L0.585554 7L1.99977 5.58579L2.70687 6.29289L1.29266 7.70711ZM6.94952 0.636039C7.34004 0.245514 7.9732 0.245514 8.36373 0.636039C8.75425 1.02656 8.75425 1.65973 8.36373 2.05025L6.94952 0.636039ZM3.41398 7L2.70687 7.70711L1.29266 6.29289L1.99977 5.58579L3.41398 7ZM6.94952 13.364L1.29266 7.70711L2.70687 6.29289L8.36373 11.9497L6.94952 13.364ZM8.36373 2.05025L3.41398 7L1.99977 5.58579L6.94952 0.636039L8.36373 2.05025Z.7z' fill='%23f2f2f2'/></svg>");
  }

  .header .m-side-bar__item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

  .header .m-side-bar__link,
  .header .m-header__menu-link {
    color: #212121;
  }

  .header .m-side-bar__name {
    color: #212121;
  }

  .header .m-side-bar__email {
    color: #7e7e7e;
  }

  .header .m-list__change {
    position: relative;
  }

  .header .m-list__change::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 9px;
    height: 14px;
    margin: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'><path d='M1.13603 11.9497C0.745503 12.3403 0.745503 12.9734 1.13603 13.364C1.52655 13.7545 2.15972 13.7545 2.55024 13.364L1.13603 11.9497ZM8.20709 7.70711L8.9142 7L7.49999 5.58579L6.79288 6.29289L8.20709 7.70711ZM2.55024 0.636039C2.15972 0.245514 1.52655 0.245514 1.13603 0.636039C0.745502 1.02656 0.745502 1.65973 1.13603 2.05025L2.55024 0.636039ZM6.08577 7L6.79288 7.70711L8.20709 6.29289L7.49999 5.58579L6.08577 7ZM2.55024 13.364L8.20709 7.70711L6.79288 6.29289L1.13603 11.9497L2.55024 13.364ZM1.13603 2.05025L6.08577 7L7.49999 5.58579L2.55024 0.636039L1.13603 2.05025Z.7z' fill='%23212121'/></svg>");
    background-repeat: no-repeat;
  }

  .dark-theme .header .m-list__change::after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'><path d='M1.13603 11.9497C0.745503 12.3403 0.745503 12.9734 1.13603 13.364C1.52655 13.7545 2.15972 13.7545 2.55024 13.364L1.13603 11.9497ZM8.20709 7.70711L8.9142 7L7.49999 5.58579L6.79288 6.29289L8.20709 7.70711ZM2.55024 0.636039C2.15972 0.245514 1.52655 0.245514 1.13603 0.636039C0.745502 1.02656 0.745502 1.65973 1.13603 2.05025L2.55024 0.636039ZM6.08577 7L6.79288 7.70711L8.20709 6.29289L7.49999 5.58579L6.08577 7ZM2.55024 13.364L8.20709 7.70711L6.79288 6.29289L1.13603 11.9497L2.55024 13.364ZM1.13603 2.05025L6.08577 7L7.49999 5.58579L2.55024 0.636039L1.13603 2.05025Z.7z' fill='%23f2f2f2'/></svg>");
  }

  .header .m-list__change--theme {
    margin-top: 55.5px;
    color: #7e7e7e;
  }

  .header .m-list__change--lng {
    margin-top: 16px;
    color: #7e7e7e;
  }

  .header .m-lng-change__item,
  .header .m-theme-change__item {
    display: flex;
    align-items: center;
    color: #212121;
  }

  .header .m-lng-change__item.current,
  .header .m-theme-change__item.current {
    background: #f8f8fe;
  }

  .header .m-lng-change__img {
    padding: 6px 12px;
  }

  .header .m-theme-change__icon {
    margin: 4px 0 4px 12px;
  }

  .header .m-lng-change__val,
  .header .m-theme-change__val {
    margin-right: 23px;
    margin-left: auto;
    font-size: 14px;
    text-decoration: underline;
    color: #212121;
  }

  .header .m-side-bar__link--red {
    color: #ff3131;
  }

  .header .m-menu_item-open {
    display: flex;
    align-items: center;
    line-height: 17px;
    font-weight: 500;
    color: #212121;
  }

  .header .m-header__menu-item {
    margin-bottom: 16px;
  }

  .header .js-top-push-nav.is-open,
  .header .m-push__nav--level.is-open {
    left: 0;
  }

  .header .m-push__back,
  .header .m-menu_item-open {
    cursor: pointer;
  }

  .header .m-menu_item-open,
  .header .m-push__back,
  .header .m-push__nav a {
    transition: background 0.4s ease-in-out;
  }

  .header .m-push__nav--level {
    top: 65px;
  }

  .header .m-sub-menu .m-menu_item {
    padding: 7px 0px 7px 24px;
  }

  .header .burger-menu {
    display: block;
  }

  .header .burger-menu__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
  }

  .header .burger-menu__btn-line {
    position: relative;
    width: 32px;
    height: 3px;
    background-color: #ffffff;
  }

  .header .burger-menu__btn-line::after,
  .header .burger-menu__btn-line::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 32px;
    height: 3px;
    border-radius: 4px;
    background-color: #ffffff;
  }

  .header .burger-menu__btn-line::before {
    top: -9px;
  }

  .header .burger-menu__btn-line::after {
    top: 9px;
  }

  .header .header__logo-wrap--little {
    display: block;
  }

  .wrapper .main--wrap {
    padding: 0 24px;
  }

  .wrapper.home-page .main--wrap {
    padding: 0;
  }

  .wrapper.home-page .main--wrap .lw-container {
    max-width: 960px;
  }

  .main .section--home {
    max-width: 960px;
    margin: 0;
  }

  .main .section__slider-img {
    height: 382px;
    border-radius: initial;
  }

  .main .header__catalog-btn--mobile {
    display: flex;
    padding: 0 16px;
  }

  .main .header__catalog-btn--mobile .header__catalog-icon {
    width: 26px;
    height: 26px;
    margin: 0 12px 0 0;
  }

  .main .header__btn--catalog {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 912px;
    margin: 24px auto 0 auto;
    padding: 8px 0;
  }

  .main .products--new {
    max-width: 912px;
    margin: 24px 0;
    padding: 0 24px;
  }

  .main .products--new .card:nth-child(3) {
    display: block;
  }

  .main .products--new .card:nth-last-child(-n+3) {
    display: block;
  }

  .main .products--popular {
    max-width: 912px;
    margin: 46px 0 102px 0;
    padding: 24px;
  }

  .main .products__banner {
    margin: 22px 0 24px 0;
  }

  .popular-p .card {
    max-width: 298px;
  }

  .popular-p .card:nth-child(4) {
    display: none;
  }

  .card {
    max-width: 277px;
  }

  .card .card__photo img {
    width: 243px;
  }

  .shop-catalog .catalog-products__navigation {
    display: none;
  }

  .shop-catalog .catalog-products {
    width: 100%;
  }

  .shop-catalog .toolbar-block__top {
    display: none;
  }

  .shop-catalog .m-toolbar-block__top {
    display: flex;
    font-size: 14px;
    line-height: 17px;
  }

  .shop-catalog .card {
    max-width: 298px;
  }

  .shop-catalog .m-sort-by {
    flex: 0 0 50%;
    position: relative;
    z-index: 10;
    width: 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #212121;
  }

  .shop-catalog .m-sort-by__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13.5px 0;
    border-radius: 8px 0 0 8px;
    background: #ffffff;
    cursor: pointer;
  }

  .shop-catalog .m-sort-by__btn>p {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }

  .shop-catalog .m-sort-by__content {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 8px;
    background: #ffffff;
  }

  .shop-catalog .m-sort-by__content .m-sort-by__item {
    padding: 13.5px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
  }

  .shop-catalog .m-sort-by__content.active {
    display: block;
  }

  .shop-catalog .m-filters {
    flex: 0 0 50%;
    position: relative;
    z-index: 10;
    width: 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .shop-catalog .m-filters__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13.5px 0;
    border-radius: 0 8px 8px 0;
    background: #48a952;
    cursor: pointer;
  }

  .shop-catalog .m-filters__btn>p {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    color: #ffffff;
  }

  .m-filter .push-content {
    position: fixed;
    top: 70px;
    z-index: 100;
    width: 100%;
    left: -100%;
    height: 100%;
    overflow: hidden;
    transition: ease-in-out 0.5s;
    background: #f6f6f6;
  }

  .m-filter .push-content.is-visible {
    left: 0
  }

  .dark-theme .m-filter {
    color: #f2f2f2;
  }

  .m-filter .m-menu-back__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
  }

  .m-filter .m-menu-back__btn h2 {
    position: relative;
    padding-left: 24px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #212121;
    cursor: pointer;
  }

  .dark-theme .m-filter .m-menu-back__btn h2 {
    color: #f2f2f2;
  }

  .m-filter .m-menu-back__btn h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 9px;
    height: 14px;
    margin: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'><path d='M8.36373 11.9497C8.75425 12.3403 8.75425 12.9734 8.36373 13.364C7.9732 13.7545 7.34004 13.7545 6.94952 13.364L8.36373 11.9497ZM1.29266 7.70711L0.585554 7L1.99977 5.58579L2.70687 6.29289L1.29266 7.70711ZM6.94952 0.636039C7.34004 0.245514 7.9732 0.245514 8.36373 0.636039C8.75425 1.02656 8.75425 1.65973 8.36373 2.05025L6.94952 0.636039ZM3.41398 7L2.70687 7.70711L1.29266 6.29289L1.99977 5.58579L3.41398 7ZM6.94952 13.364L1.29266 7.70711L2.70687 6.29289L8.36373 11.9497L6.94952 13.364ZM8.36373 2.05025L3.41398 7L1.99977 5.58579L6.94952 0.636039L8.36373 2.05025Z.7z' fill='%23212121'/></svg>");
    background-repeat: no-repeat;
  }

  .dark-theme .m-filter .m-menu-back__btn h2::before {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 14'><path d='M8.36373 11.9497C8.75425 12.3403 8.75425 12.9734 8.36373 13.364C7.9732 13.7545 7.34004 13.7545 6.94952 13.364L8.36373 11.9497ZM1.29266 7.70711L0.585554 7L1.99977 5.58579L2.70687 6.29289L1.29266 7.70711ZM6.94952 0.636039C7.34004 0.245514 7.9732 0.245514 8.36373 0.636039C8.75425 1.02656 8.75425 1.65973 8.36373 2.05025L6.94952 0.636039ZM3.41398 7L2.70687 7.70711L1.29266 6.29289L1.99977 5.58579L3.41398 7ZM6.94952 13.364L1.29266 7.70711L2.70687 6.29289L8.36373 11.9497L6.94952 13.364ZM8.36373 2.05025L3.41398 7L1.99977 5.58579L6.94952 0.636039L8.36373 2.05025Z.7z' fill='%23f2f2f2'/></svg>");
  }

  .m-filter .m-filter-container {
    padding: 24px 16px 32px 16px;
  }

  .m-filter .m-filter-menu {
    padding: 8px 0;
    position: relative;
  }

  .m-filter .m-filter-menu::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    margin: auto;
    transform: rotate(90deg);
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'><path d='M0.979417 6.62132C0.588892 7.01184 0.588892 7.64501 0.979417 8.03553C1.36994 8.42606 2.00311 8.42606 2.39363 8.03553L0.979417 6.62132ZM7.34338 1.67157L8.05048 0.964463L7.34338 0.257356L6.63627 0.964463L7.34338 1.67157ZM12.2931 8.03553C12.6837 8.42605 13.3168 8.42605 13.7073 8.03553C14.0979 7.64501 14.0979 7.01184 13.7073 6.62132L12.2931 8.03553ZM2.39363 8.03553L8.05048 2.37868L6.63627 0.964463L0.979417 6.62132L2.39363 8.03553ZM6.63627 2.37868L12.2931 8.03553L13.7073 6.62132L8.05048 0.964463L6.63627 2.37868Z.7z' fill='%2348A952'/></svg>");
    background-repeat: no-repeat;
  }

  .m-filter .m-filter-menu__title {
    display: flex;
    justify-content: space-between;
    align-content: center;
    font-size: 16px;
  }

  .m-filter .m-filter-selected {
    padding-right: 20px;
    font-size: 14px;
  }

  .m-filter .m-filter-count {
    margin-right: auto;
    padding-left: 5px;
    font-size: 16px;
    color: #767676;
  }

  .m-filter .m-filter__title {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
  }

  .dark-theme .m-filter .m-filter__title {
    color: #f2f2f2;
  }

  .dark-theme .m-filter .push-content {
    background: #121212;
  }

  .checkout {
    flex-direction: column;
  }

  .checkout .checkout-top__text {
    margin: 0;
  }

  .checkout .checkout__big-carts {
    max-width: 928px;
  }

  .checkout .checkout__box--mini {
    position: initial;
    max-width: 928px;
  }

  .checkout .minicart__product-title {
    width: 100%;
    max-width: 210px;
  }

  .checkout .minicart__product-icon {
    position: absolute;
    right: 0;
    margin: 9px 0 0 29px;
  }

  .u-profile .u-side-bar {
    display: none;
  }

  .u-profile .u-profile__carts {
    max-width: 928px;
  }

  .u-profile .card {
    max-width: 282px;
  }
}

@media only screen and (max-width: 768px) {
  .header .header__bottom .lw-container--header {
    grid-template-columns: 6.332% 10.104% 71.378% 12.186%;
    max-width: 720px;
  }

  .header .header__profile {
    display: none;
  }

  .header .header__bottom {
    padding: 0 16px;
  }

  .lw-container {
    max-width: 736px;
  }

  .wrapper .main--wrap {
    padding: 0 16px;
  }

  .main .section__slider-img {
    height: 302px;
  }

  .main .header__btn--catalog {
    max-width: 736px;
  }

  .main .products--new,
  .main .products--popular {
    max-width: 736px;
    padding: 0 16px;
  }

  .main .products__banner img {
    height: 385px;
  }

  .card {
    max-width: 344px;
  }

  .card .card__photo img {
    width: 303px;
  }

  .shop-catalog .shop-catalog__card {
    width: 50%;
  }

  .shop-catalog .shop-catalog__card:nth-child(even) {
    border-right: none;
    border-left: 1px solid #7e7e7e;
  }

  .dark-theme .shop-catalog .shop-catalog__card:nth-child(even) {
    border-left: 1px solid #9f9f9f;
  }

  .shop-catalog .shop-catalog__card:nth-child(odd) {
    border-right: none;
  }

  .shop-catalog .shop-catalog__card:nth-child(2) {
    border-top-right-radius: 12px;
  }

  .shop-catalog .shop-catalog__card:nth-child(3) {
    border-top-right-radius: 0;
  }

  .shop-catalog .shop-catalog__card:nth-last-child(2) {
    border-bottom-left-radius: 12px;
  }

  .shop-catalog .shop-catalog__card:nth-last-child(3) {
    border-bottom: 1px solid #7e7e7e;
    border-bottom-left-radius: 0;
  }

  .dark-theme .shop-catalog .shop-catalog__card:nth-last-child(3) {
    border-bottom: 1px solid #9f9f9f;
  }

  .shop-catalog .card {
    max-width: 360px;
  }

  .p-container .p-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .p-container .p-block .catalog__title {
    text-align: right;
  }

  .p-container .p__buy-box {
    justify-content: flex-end;
  }

  .p-container .p-carousel img {
    width: 548px;
    height: 318px;
  }

  .p-container .p-carousel .p-slider--nav img {
    width: 150px;
  }

  .p-container .p-carousel .p-slider--nav.slick-initialized.slick-slider {
    width: 600px;
  }

  .p-container .p-carousel .p-slider--single .slick-prev.slick-arrow {
    left: 35px;
  }

  .p-container .p-carousel .p-slider--single .slick-next.slick-arrow {
    right: 35px;
  }

  .popular-p .card {
    max-width: 360px;
  }

  .popular-p .card:nth-child(3) {
    display: none;
  }

  .checkout .checkout__big-carts {
    max-width: 736px;
  }

  .checkout .minicart__product-title {
    font-size: 14px;
  }

  .u-profile .u-profile__cart.u-profile__cart--personal,
  .u-profile .u-profile__cart.u-profile__cart--password {
    max-width: 736px;
  }

  .u-profile .card {
    max-width: 360px;
  }

  .or-finished .or-finished__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .or-finished .or-finished__bottom .button--white {
    margin: 24px 0 0 0;
  }

  .u-profile .u-profile__cart {
    max-width: 448px;
  }

  .u-profile .u-profile__order-box--top .u-profile__product-price {
    flex: 0 0 51%;
    width: 51%;
  }

  .u-profile .toolbar__form-input {
    border-radius: 8px;
  }

  .u-profile .toolbar__btn--search {
    display: none;
  }

  .footer .lw-container--footer {
    padding: 24px 16px 80px 16px;
    max-width: 720px;
  }

  .footer .footer__feedback-form h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  .footer .phone-form__input {
    max-width: 720px;
  }

  .footer .footer__content {
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
  }

  .footer .footer__nav,
  .footer .footer__pay-info,
  .footer .footer__contacts {
    width: 50%;
  }

  .footer .footer__pay-info a {
    line-height: 17px;
    font-weight: 500;
  }

  .footer .footer__contacts {
    margin-top: 80px;
  }

  .footer .footer__contacts .footer__info {
    line-height: 17px;
    font-weight: 500;
  }

  .footer .footer__contacts p {
    line-height: 17px;
    font-weight: 500;
  }

  .footer .footer__contacts a {
    line-height: 17px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 480px) {

  .header .m-push__nav {
    max-width: 100%;
  }

  .header .header__bottom .lw-container--header {
    grid-template-columns: 11.332% 17.104% 52.378% 19.186%;
    max-width: 432px;
  }

  .header .header__form-input {
    border-radius: 8px;
  }

  .search-result.active {
    max-height: 472px;
  }

  .search-result .s-products-item__price {
    display: none;
  }

  .header .header__btn--search {
    display: none;
  }

  .lw-container {
    max-width: 448px;
  }

  .breadcrumbs .breadcrumbs__list-item {
    margin-left: 10px;
  }

  .breadcrumbs .breadcrumbs__list-item:not(:first-child)::before {
    margin-right: 10px;
  }

  .main .section__slider-img {
    height: 210px;
  }

  .main .header__btn--catalog {
    max-width: 448px;
  }

  .main .products--new {
    max-width: 448px;
  }

  .main .products--popular {
    max-width: 448px;
  }

  .main .products__banner img {
    height: 240px;
  }

  .p-container .p-carousel img {
    width: 306px;
  }

  .p-container .p-carousel .p-slider--nav .slick-slide {
    height: 60px;
  }

  .p-container .p-carousel .p-slider--nav img {
    width: 60px;
    height: 60px;
  }

  .p-container .p-carousel .p-slider--nav.slick-initialized.slick-slider {
    width: 280px;
  }

  .p-container .p-carousel .p-slider--single .slick-prev.slick-arrow {
    width: 15px;
    height: 25px;
    bottom: 17px;
    left: 10px;
  }

  .dark-theme .p-container .p-carousel .p-slider--single .slick-next.slick-arrow {
    width: 15px;
    height: 25px;
    right: 10px;
    bottom: 17px;
  }

  .p-container .item-controls-map {
    width: 65%;
  }

  .p-container .delivery-methods__controls {
    text-align: right;
  }

  .card {
    max-width: 100%;
  }

  .card .card__photo img {
    width: 173px;
  }

  .card .card__inner:hover {
    margin: 0;
    padding: 33px 12px 24px 12px;
    box-shadow: 0px 0px 20px 4px rgba(167, 171, 202, 0.4);
  }

  .shop-catalog .shop-catalog__card {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #7e7e7e;
  }

  .shop-catalog .shop-catalog__card:nth-child(odd) {
    border: 1px solid #7e7e7e;
  }

  .shop-catalog .shop-catalog__card:nth-child(even) {
    border: 1px solid #7e7e7e;
    border-top: none;
    border-bottom: none;
  }

  .shop-catalog .shop-catalog__card:first-child {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }

  .shop-catalog .shop-catalog__card:nth-child(2) {
    border-top-right-radius: 0;
  }

  .shop-catalog .shop-catalog__card:nth-last-child(-n+3) {
    border-top: none;
    border-bottom-left-radius: 0;
  }

  .shop-catalog .shop-catalog__card:nth-last-child(1) {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 1px solid #7e7e7e;
    border-top: none;
  }

  .shop-catalog .card,
  .u-profile .card {
    max-width: 100%;
  }

  .checkout .checkout__big-carts {
    max-width: 448px;
  }

  .checkout .input-text {
    width: 100%;
    padding: 0 24px;
  }

  .checkout .minicart__product-title {
    max-width: 190px;
  }

  .u-profile .u-top-toolbar__block {
    flex-direction: column;
  }

  .u-profile select {
    margin-top: 10px;
    padding: 8px;
  }

  .u-profile .u-profile__product-media {
    margin: auto;
  }

  .u-profile .u-profile__order-tab.active .u-profile__order-box--top {
    padding: 0;
  }

  .u-profile .u-profile__order-tab.active .u-profile__order-tab-header::after {
    top: 0;
  }

  .u-profile .u-profile__order-tab-header::after {
    top: -90px;
  }

  .u-profile .u-profile__order-box--top {
    padding: 112px 0 16px 0;
  }

  .u-profile .u-profile__order-box--top .u-profile__order-head {
    flex: 0 0 65%;
    width: 65%;
  }

  .u-profile .u-profile__order-box--top .u-profile__product-price {
    flex: 0 0 35%;
    width: 35%;
  }

  .u-profile .u-profile__order-box--top .u-profile__product-media {
    position: absolute;
    top: 0;
  }

  .u-profile .u-profile__order-box--top .u-profile__product-media .u-profile__product-img {
    width: 119px;
    height: 88px;
  }

  .u-profile .customer-input__field {
    flex-direction: column;
    align-items: flex-start;
  }

  .u-profile .u-profile-fields__wrapper .input-text {
    margin-top: 10px;
    padding: 10px;
  }

  .u-profile .u-profile-fields__wrapper .field-item .password-eye {
    top: 10px;
    right: 7px;
  }

  .u-profile .u-profile__delivery-info {
    flex-direction: column;
  }

  .u-profile .u-profile__delivery-recipient,
  .u-profile .u-profile__delivery-email {
    margin-bottom: 24px;
  }

  .u-profile .u-profile__p-item {
    flex-wrap: wrap;
  }

  .u-profile .u-profile__product-details {
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
  }

  .u-profile .u-profile__product-title {
    font-size: 14px;
  }

  .u-profile .u-profile__product-price {
    margin: 25px 0 0 0;
  }

  .u-profile .u-profile__product-quantity {
    margin: 25px auto 0 auto;
  }

  .u-profile .u-profile__product-sum {
    margin: 25px 0 0 0;
  }

  .popular-p .card {
    max-width: 100%;
  }

  .footer .lw-container--footer {
    max-width: 432px;
  }

  .footer .footer__contacts {
    width: 75%;
  }
}

.loading {
	position: fixed;
	inset: 0;
	background: black;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.loading .loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.loading img {
	width: 300px;
	margin-bottom: 10px;
}

.loading span {
	display: block;
	font-weight: 300;
	margin-top: 5px;
	font-size: 14px;
}

.loading .line {
	position: absolute;
	top: 0;
	height: 5px;
	width: 100px;
	opacity: 0.9;
  }
  
.loading .left-line {
	left: -100px;
	background-color: green;
	animation: moveLeftLine 2s infinite linear;
  }
  
.loading .center-line {
	left: -100px;
	background-color: white;
	animation: moveCenterLine 2s infinite linear;
  }
  
.loading .right-line {
	right: -100px;
	background-color: red;
	animation: moveRightLine 2s infinite linear;
  }

  @keyframes moveLeftLine {
	0%   { left: -100px; }
	50%  { left: 33%; transform: translateX(-50%); }
	100% { left: 100%; }
  }
  
  @keyframes moveCenterLine {
	0%   { left: -100px; }
	50%  { left: 50%; transform: translateX(-50%); }
	100% { left: 100%; }
  }
  
  @keyframes moveRightLine {
	0%   { right: -100px; }
	50%  { right: 33%; transform: translateX(50%); }
	100% { right: 100%; }
  }