body,
header,
.pe-top>.menu>.rel>.all {
  background-color: #F8F8F8 !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.catalog-main {
  font-weight: normal;
  padding: 0 0 38px;
}

.catalog-main__head {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  margin: 0 0 44px;
}

.catalog-main__head h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.catalog-main__wrap {
  display: flex;
  justify-content: center;
}

.catalog-main__filter {
  flex: 0 0 187px;
  margin: 23px 62px 0 0;
}

.catalog-main__filter-item-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 14px;
}

.catalog-main__filter-close {
  position: absolute;
  top: 22px;
  right: 21px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: none;
  display: none;
}

.catalog-main__filter-close:hover {
  background: transparent;
  border: none;
}

.catalog-main__filter-close img {
  width: 100%;
  height: 100%;
}

.catalog-main__filter-title-mob {
  display: none;
}

.catalog-main__filter-sublist {
  display: none;
  padding: 4px 0 0 18px;
}

.catalog-main__filter-sublist li {
  color: #9B9B9B;
  text-decoration: underline;
  cursor: pointer;
  transition: color .3s;
}

.catalog-main__filter-sublist li:not(.active):hover {
  color: #ED5D5D;
}

.catalog-main__filter-sublist li.active {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.catalog-main__filter-list-circle {
  width: 30px;
  height: 30px;
  background: #ED5D5D;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0 15px 0 0;
}

.catalog-main__products {
  min-width: 0;
  max-width: 1090px;
  width: 100%;
}

.catalog-main__search {
  position: relative;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  margin: 0 0 14px;
}

.catalog-main__search input {
  width: 100%;
  height: 55px;
  background: #fff;
  border: none;
  padding: 0 15px 0 75px;
}

.catalog-main__search input::placeholder {
  color: #A2A2A2;
}

.catalog-main__search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 21px;
  width: 30px;
  height: 30px;
  background: url(../img/catalog/search.svg) no-repeat center/contain;
  border: none;
  padding: 0;
}

.catalog-main__search button:hover {
  background: url(../img/catalog/search.svg) no-repeat center/contain;
}

.catalog-main__filter-mob {
  display: none;
  margin: 0 -6px 17px;
}

.catalog-main__filter-mob button {
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 1;
  min-height: 55px;
  height: auto;
  line-height: 1.2;
  text-align: left;
  background: #F44336;
  border-radius: 4px;
  padding: 0 14px;
  margin: 0 6px 5px;
}

.catalog-main__filter-mob img {
  flex-shrink: 0;
  margin: 0 12px 0 10px;
}

.catalog-main__filter-mob-wrap {
  max-width: calc(100% - 35px);
}

.catalog-main__filter-mob-name {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.catalog-main__filter-mob-cat {
  font-weight: 300;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.catalog-main__sort {
  display: flex;
  align-items: center;
  color: #C4C4C4;
  margin: 0 0 24px;
}

.catalog-main__sort p {
  margin: 0 15px 0 0;
}

.catalog-main__sort button {
  display: flex;
  align-items: center;
  height: auto;
  background: transparent;
  border: none;
  color: inherit;
  border-bottom: 2px dotted #C4C4C4;
  padding: 0;
  margin: 0 20px 0 0;
  transition: color .3s, border .3s;
}

.catalog-main__sort button:not(.active):hover {
  color: #F44336;
  border-color: #F44336;
}

.catalog-main__sort button:after {
  content: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 8px 4.5px;
  border-color: transparent transparent #000000 transparent;
  flex-shrink: 0;
  margin: 0 0 0 6px;
  transform: rotate(0);
  transition: transform .3s;
}

.catalog-main__sort button:hover {
  background: transparent;
  color: inherit;
  border-bottom: 2px dotted #C4C4C4;
}

.catalog-main__sort button.active {
  color: #000;
  border-bottom: 2px dotted #000;
}

.catalog-main__sort button.active:after {
  content: '';
}

.catalog-main__sort button.active.down:after {
  transform: rotate(180deg);
}

.catalog-main__products-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.catalog-main__product {
  position: relative;
  width: calc(33.33% - 20px * 2 / 3);
  min-height: 540px;

  margin: 0 20px 18px 0;
}

.catalog-main__product:nth-of-type(3n) {
  margin-right: 0;
}

.catalog-main__product:hover {
  z-index: 2;
}

.catalog-main__product:hover .catalog-main__product-inner,
.catalog-main__product.active .catalog-main__product-inner {
  height: auto;
  box-shadow: 0px 4px 200px rgba(0, 0, 0, 0.15);
  top: -16px;
  left: -27px;
  right: -27px;
  padding: 16px 27px;
}

.catalog-main__product:hover .catalog-main__product-amount,
.catalog-main__product.active .catalog-main__product-amount {
  display: none;
}

.catalog-main__product:hover .catalog-main__product-btns,
.catalog-main__product.active .catalog-main__product-btns {
  display: flex;
}

.catalog-main__product-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  overflow: hidden;
  transition: box-shadow .3s;
}

.catalog-main__product-slider {
  cursor: pointer;
}

.catalog-main__product-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
}

.catalog-main__product-slider .slick-dots li {
  margin: 0 5px;
}

.catalog-main__product-slider .slick-dots .slick-active button {
  background: #D52B1E;
}

.catalog-main__product-slider .slick-dots button {
  width: 17px;
  height: 17px;
  font-size: 0;
  background: #A2A2A2;
  border-radius: 50%;
  border: none;
  padding: 0;
}

.catalog-main__product-slide {
  width: 100%;
  height: 350px;
}

.catalog-main__product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-main__product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 25px 19px 35px;
}

.catalog-main__product-info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1;
  color: #A2A2A2;
  margin: 0 0 8px;
}

.catalog-main__product-price {
  flex-shrink: 0;
  padding: 0 15px 0 0;
}

.catalog-main__product-price-old {
  font-weight: 500;
  font-size: 20px;
  text-decoration-line: line-through;
  margin: 0 0 9px;
}

.catalog-main__product-price-new {
  font-weight: 900;
  font-size: 30px;
  color: #F44336;
  margin: 0;
}

.catalog-main__product-storage {
  text-align: right;
}

.catalog-main__product-storage img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 0 8px;
}

.catalog-main__product-storage p {
  margin: 0;
}

.catalog-main__product-name {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 5px;
}

.catalog-main__product-amount {
  color: #A2A2A2;
  margin: auto 0 0;
}

.catalog-main__product-btns {
  display: none;
}

.catalog-main__product-buy {
  height: 32px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: #F44336;
  border-radius: 4px;
  margin: 0 9px 0 0;
  transition: background .3s;
}

.catalog-main__product-more {
  height: 32px;
  font-size: 14px;
  color: #333333;
  background: #E5E5E5;
  border-radius: 4px;
  border: transparent;
  transition: background .3s;
}

.catalog-main__product-more:hover {
  color: #333333;
  background: #cacaca;
}

.catalog-main__pagination {
  display: flex;
  margin: 0 -3px;
}

.catalog-main__pagination li {
  margin: 0 3px;
}

.catalog-main__pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  background: #E5E5E5;
  border-radius: 4px;
  padding: 0 5px;
  text-decoration: none;
  transition: background .3s, color .3s;
}

.catalog-main__pagination a.active,
.catalog-main__pagination a:hover {
  background: #F44336;
  color: #fff;
}

.catalog-main__breadcrumbs {
  font-size: 14px;
  color: #C4C4C4;
  margin: 0 0 20px;
}

.catalog-main__single {
  display: flex;
  align-items: flex-start;
}

.catalog-main__single-slider {}

.catalog-main__single-slider {
  min-width: 0;
  max-width: 470px;
  width: 100%;
  min-height: 465px;
  flex-shrink: 0;
}

.catalog-main__single-slider .slick-list,
.catalog-main__single-slider .slick-slide,
.catalog-main__single-slider .slick-slide>div {
  height: 100%;
}

.catalog-main__single-slider .slick-track {
  display: flex;
  height: 100%;
}

.catalog-main__single-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0;
}

.catalog-main__single-slider .slick-dots li {
  margin: 0 9px;
}

.catalog-main__single-slider .slick-dots .slick-active button {
  background: #D52B1E;
}

.catalog-main__single-slider .slick-dots button {
  width: 17px;
  height: 17px;
  font-size: 0;
  background: #A2A2A2;
  border-radius: 50%;
  border: none;
  padding: 0;
}

.catalog-main__single-slide {
  display: flex !important;
  height: 100%;
}

.catalog-main__single-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-main__single-info {
  padding: 5px 0 0 30px;
}

.catalog-main__single-storage {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  line-height: 1;
  font-size: 10px;
}

.catalog-main__single-storage p {
  margin: 0;
}

.catalog-main__single-storage-wrap p:first-of-type {
  color: #000000;
  font-size: 14px;
}

.catalog-main__single-storage img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  margin: 0 15px 0 0;
}

.catalog-main__single-name {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000000;
  margin: 0 0 12px;
}

.catalog-main__single-text {
  max-height: 200px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 20px;
  padding: 0 25px 0 0;
}

.catalog-main__single-price-old {
  font-size: 24px;
  line-height: 1;
  text-decoration-line: line-through;
  color: #A2A2A2;
  margin: 0 0 5px;
}

.catalog-main__single-price-new {
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  color: #F44336;
  margin: 0 0 19px;
}

.catalog-main__single-buy {
  height: 44px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  background: #F44336;
  border-radius: 4px;
  padding: 0 40px;
  transition: background .3s;
}



/* end catalog-main */


.filter-category {
  margin: 0 0 42px;
}

.filter-category__item {
  margin: 0 0 7px;
}

.filter-category__item:hover span {
  color: #fff;
  background: #F44336;
}

.filter-category__item span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #E5E5E5;
  border-radius: 4px;
  padding: 4px 16px 4px 18px;
  cursor: pointer;
  transition: color .3s, background .3s;
}

.filter-category__item.active span {
  font-weight: 600;
  color: #fff;
  background: #F44336;
}

.filter-category__item.active .catalog-main__filter-sublist {
  display: block;
}

/* end filter-category */


.filter-storage__item {
  display: flex;
  align-items: center;
  color: #000;
  background: #E5E5E5;
  border-radius: 4px;
  padding: 7px 8px;
  margin: 0 0 6px;
  cursor: pointer;
  transition: color .3s, background .3s;
}

.filter-storage__item--all {
  font-weight: 500;
}

.filter-storage__item.active,
.filter-storage__item:hover {
  background: #F44336;
  color: #fff;
}

.filter-storage__item-wrap p:first-of-type {
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
}

.filter-storage__item img {
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0 15px 0 0;
}

.filter-storage__item p {
  font-size: 14px;
  margin: 0;
}

/* end filter-storage */
.catalog-buy {
  padding: 30px 0 0;
}

.catalog-buy h2 {
  font-size: 48px;
  text-align: center;
  margin: 0 0 36px;
}

.catalog-buy__slider .swiper-slide {
  width: auto;
}

.catalog-buy__slider.swiper-horizontal>.swiper-scrollbar {
  display: none;
  bottom: 0;
  height: 10px;
  background: #E5E5E5;
  border-radius: 16px;
}

.catalog-buy__slider .swiper-scrollbar-drag {
  background: #F44336;
  border-radius: 16px;
}

.catalog-buy__slide {
  max-width: 225px;
  width: 100%;
  background: #fff;
}

.catalog-buy__img {
  height: 225px;
}

.catalog-buy__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-buy__info {
  display: flex;
  flex-direction: column;
  padding: 23px 17px 22px 36px;
}

.catalog-buy__info-wrap {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin: 0 0 2px;
}

.catalog-buy__price {
  padding: 0 15px 0 0;
}

.catalog-buy__price-old {
  font-size: 18px;
  color: #A2A2A2;
  text-decoration-line: line-through;
  margin: 0 0 9px;
}

.catalog-buy__price-new {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #F44336;
  margin: 0;
}

.catalog-buy__info-country {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
}

.catalog-buy__name {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 17px;
}

.catalog-buy__amount {
  font-size: 14px;
  line-height: 1.5;
  color: #A2A2A2;
  margin: auto 0 0;
}

.basket {
  position: fixed;
  right: calc((100vw - 1600px)/2);
  bottom: 45px;
  display: flex;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  padding: 0;
  z-index: 100;
}

.basket img {
  width: 64px;
  height: 63px;
  margin: 0 0 0 15px;
}

.basket__amount {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 33px;
  min-height: 33px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  color: #fff;
  background: #333333;
  border-radius: 50%;
  padding: 5px;
}

/* modals */

.modal-page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: rgba(196, 196, 196, 0.8);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: scroll;
  padding: 25px 25px 25px 30px;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-page::-webkit-scrollbar {
  display: none;
}

.modal-page.active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-page__content {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 200px rgba(0, 0, 0, 0.15);
}

.modal-page__close-button {
  position: absolute;
  top: 30px;
  right: 35px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: none;
}

.modal-page__close-button:hover {
  background: transparent;
  border: none;
}

.modal-page__close-button img {
  width: 100%;
  height: 100%;
}

.modal--preload {
  display: none;
}

/* modal-page end */
.modal-basket {
  background: transparent;
  padding: 100px 30px;
}

.modal-basket__content {
  max-width: 805px;
  width: 100%;
  padding: 22px 35px 35px 45px;
  margin: auto 0 0 auto;
}

.modal-basket__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 1.5;
  color: #E5E5E5;
  margin: 0 50px 16px 0;
}

.modal-basket__items {
  max-height: 290px;
  overflow: auto;
  margin: 0 -20px 20px 0;
  padding: 0 30px 0 0;
}

.modal-basket__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1;
  color: #000;
  padding: 0 0 16px;
  margin: 0 0 13px;
}

.modal-basket__item:not(:last-child) {
  border-bottom: 1px solid #C4C4C4;
}

.modal-basket__img {
  width: 71px;
  height: 71px;
  flex-shrink: 0;
}

.modal-basket__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-basket__item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  margin: 0 28px;
}

.modal-basket__name {
  line-height: 1.5;
  font-size: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  flex: 1 0 250px;
}

.modal-basket__storage {
  flex: 1 0 90px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 25px 0 5px;
}

.modal-basket__storage img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 0 7px;
}

.modal-basket__storage p {
  margin: 0;
}

.modal-basket__quantity {
  position: relative;
  flex: 0 0 100px;
  margin: 0 25px 0 0;
}

.modal-basket__quantity input {
  height: 41px;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  padding: 0 30px;
  border: 1px solid #9B9B9B;
}

.modal-basket__counter-btn {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 100%;
  padding: 10px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 300;
  color: #9B9B9B;
}

.modal-basket__counter-btn:hover {
  background: transparent;
  color: #000;
}

.modal-basket__counter-btn-minus {
  left: 10px;
}

.modal-basket__counter-btn-plus {
  right: 10px;
}

.modal-basket__price {
  flex: 1 0 80px;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-basket__del {
  width: 34px;
  height: 34px;
  background: transparent;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  padding: 0;
}

.modal-basket__del:hover {
  background: transparent;
}

.modal-basket__del img {
  width: 100%;
  height: 100%;
}

.modal-basket__footer {
  display: flex;
  align-items: center;
}

.modal-basket__order {
  height: 46px;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  background: #F44336;
  border-radius: 4px;
  margin: 0 15px 0 0;
  transition: background .3s;
}

.modal-basket__footer p {
  flex-grow: 1;
  font-weight: 300;
  font-size: 24px;
  margin: 0;
  text-align: center;
}

.modal-basket__footer b {
  font-weight: 900;
}

/* modal-basket end*/
.modal-product {
  align-items: center;
}

.modal-product .modal-page__close-button {
  width: 46px;
  height: 46px;
  top: 40px;
  right: 40px;
}

.modal-product__content {
  display: flex;
  max-width: 1214px;
  width: 100%;
}

.modal-product__slider {
  min-width: 0;
  max-width: 595px;
  width: 100%;
  min-height: 590px;
  flex-shrink: 0;
}

.modal-product__slider .slick-list,
.modal-product__slider .slick-slide,
.modal-product__slider .slick-slide>div {
  height: 100%;
}

.modal-product__slider .slick-track {
  display: flex;
  height: 100%;
}

.modal-product__slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 63px;
}

.modal-product__slider .slick-dots li {
  margin: 0 9px;
}

.modal-product__slider .slick-dots .slick-active button {
  background: #D52B1E;
}

.modal-product__slider .slick-dots button {
  width: 17px;
  height: 17px;
  font-size: 0;
  background: #A2A2A2;
  border-radius: 50%;
  border: none;
  padding: 0;
}

.modal-product__slide {
  display: flex !important;
  height: 100%;
}

.modal-product__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-product__info {
  align-self: center;
  padding: 60px;
}

.modal-product__storage {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.modal-product__storage img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  margin: 0 15px 0 0;
}

.modal-product__storage-wrap p {
  color: #000000;
  margin: 0;
}

.modal-product__storage-wrap p:first-of-type {
  font-weight: 600;
  font-size: 10px;
}

.modal-product__name {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000000;
  margin: 0 0 12px;
}

.modal-product__text {
  max-height: 200px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 20px;
  padding: 0 25px 0 0;
  overflow: auto;
}

.modal-product__price-old {
  font-size: 24px;
  line-height: 1;
  text-decoration-line: line-through;
  color: #A2A2A2;
  margin: 0 0 2px;
}

.modal-product__price-new {
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  color: #F44336;
  margin: 0 0 19px;
}

.modal-product__buy {
  height: 44px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  background: #F44336;
  border-radius: 4px;
  padding: 0 40px;
  transition: background .3s;
}

.modal-product__cancel {
  display: none;
}

/* modal-product end*/