.shop-section-text {
  margin-bottom: 20px;
}

.main-slider {
  margin-bottom: 55px;
}

.main-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  top: 50%;
  margin-top: -21px;
  height: 42px;
  width: 42px;
  background: rgba(0, 0, 0, 0.44);
  transition: all 0.3s ease-out;
  border-radius: 10px;
  border: none;
}

.main-slider .slick-arrow:hover {
  background: #000000;
}

.main-slider .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 17px;
  height: 100%;
  margin-left: -8px;
}

.main-slider .slick-arrow.slick-prev {
  left: 23px;
}

.main-slider .slick-arrow.slick-prev:after {
  background: url("../images/slider-prev.svg") center no-repeat;
  background-size: 100% auto;
}

.main-slider .slick-arrow.slick-next {
  right: 23px;
}

.main-slider .slick-arrow.slick-next:after {
  background: url("../images/slider-next.svg") center no-repeat;
  background-size: 100% auto;
}

.main-slider .slick-dots {
  position: absolute;
  z-index: 11;
  width: 100%;
  left: 0;
  text-align: center;
  top: 100%;
  margin-top: 14px;
}

.main-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  cursor: pointer;
  width: 30px;
  height: 2px;
  background: #CECECE;
  transition: all 0.3s ease-out;
  border: none;
  border-radius: 1px;
  margin: 0 2px;
}

.main-slider .slick-dots li:hover {
  background: #042EB0;
}

.main-slider .slick-dots .slick-active {
  background: #042EB0;
}

.main-slider-block {
  display: none;
}

.main-slider-block:first-child {
  display: block;
}

.main-slider-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 20px;
}

.category-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 14px;
}

.category-top h1 {
  margin-right: 20px;
  margin-bottom: 6px;
}

.category-top .count {
  margin-bottom: 6px;
  color: #626262;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 4px;
}

.category-all-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px;
}

.category-all-list li {
  margin: 0 22px 40px;
  width: calc(100% / 6 - 44px);
  overflow: hidden;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.09);
  position: relative;
  border-radius: 20px;
}

.category-all-list li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.category-all-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  text-align: center;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 13px;
  border-radius: 20px;
}

.category-all-block:hover {
  border-color: #FEDC09;
}

.category-all-block .image {
  margin-bottom: 17px;
  max-height: 130px;
}

.category-all-block .image img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 130px;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}

.category-all-block .name {
  min-height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.25;
}

.category-catalog {
  margin-bottom: -30px;
}

.category-aside {
  width: 226px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 30px;
  float: left;
}

.category-aside h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.category-content {
  float: right;
  padding-left: 38px;
  padding-bottom: 30px;
  width: calc(100% - 226px);
}

.category-content .product-outer {
  margin-bottom: 0;
}

.product-category-catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -40px;
}

.product-category-catalog .product-block {
  width: calc(100% / 6 - 20px);
  margin: 0 10px 40px;
}

.product-category-sorting {
  padding-top: 5px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.category-filter-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 20px;
}

.category-filter-clear {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  height: 31px;
  padding: 0 14px;
  color: #8e8e8e;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  font-weight: 700;
  font-size: 12px;
}

.category-filter-clear:hover {
  color: #000;
  border-color: #000;
}

.category-filter-clear:hover img {
  opacity: 1;
}

.category-filter-clear img {
  transition: all 0.3s ease-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  opacity: 0.5;
  margin-bottom: 1px;
}

.category-filter-tags {
  margin-bottom: 15px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 12px;
}

.category-filter-tags ul {
  margin: 0 -5px -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.category-filter-tags li {
  margin: 0 5px 10px;
  position: relative;
}

.category-filter-tags li:hover a {
  background: #FEDC09;
}

.category-filter-tags a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 31px;
  padding: 0 42px 0 10px;
  background: #F0F0F0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

.category-filter-tags .clear-tag {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32px;
  background: transparent;
  cursor: pointer;
  padding: 0;
  border: none;
}

.category-filter-tags .clear-tag:hover img {
  opacity: 1;
}

.category-filter-tags .clear-tag img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-out;
  opacity: 0.6;
}

.product-category-nav {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-category-nav .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pagination {
  margin: 0 -5px -10px;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
}

.pagination li {
  margin: 0 5px 10px;
}

.pagination a {
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  background: #F9F9F9;
  border-radius: 10px;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  border: 1px solid transparent;
}

.pagination a:hover {
  background: #FEDC09;
  border-color: #FEDC09;
}

.pagination a.active {
  background: #fff;
  border-color: #000;
}

.pagination .arrow i {
  width: 8px;
  height: 8px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.pagination .prev i {
  transform: rotate(-135deg);
  margin-right: -2px;
}

.pagination .next i {
  transform: rotate(45deg);
  margin-left: -2px;
}

.pagination input {
  width: 44px;
  height: 44px;
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
}

.category-sort {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 188px;
}

.category-sort:after {
  display: none;
}

.category-sort .sort-icon {
  position: absolute;
  left: 0;
  top: 4px;
  pointer-events: none;
  filter: brightness(0);
}

.category-sort select {
  height: 31px;
}

.category-sort .select2-container .select2-selection--single {
  height: 31px;
}

.category-sort .select2-container .select2-selection__rendered {
  height: 31px;
  line-height: 30px;
  padding-left: 27px;
  padding-right: 30px;
}

.category-sort .select2-container .select2-selection__arrow {
  right: 6px;
}

.category-filter-block {
  border-top: 1px solid #EBEBEB;
  padding: 20px 0;
}

.category-filter-list {
  overflow-y: auto;
  max-height: 268px;
  padding-right: 3px;
  padding-top: 1px;
}

.category-filter-list::-webkit-scrollbar {
  width: 3px;
  background: #F4F4F4;
}

.category-filter-list::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.category-filter-list.no-scroll {
  max-height: 1500px;
}

.checkbox-block {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  width: 100%;
}

.checkbox-block:nth-last-of-type(1) {
  margin-bottom: 0;
}

.checkbox-block input {
  display: none;
}

.checkbox-block input:checked + i {
  background: #FEDC09;
  border-color: #FEDC09;
}

.checkbox-block input:checked + i:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  top: 4px;
  left: 3px;
  background: url("../images/check.svg") center no-repeat;
  background-size: 100% auto;
}

.checkbox-block input:checked ~ span {
  font-weight: 700;
}

.checkbox-block label {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  line-height: 1.2;
}

.checkbox-block label:hover i {
  border-color: #FEDC09;
}

.checkbox-block i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease-out;
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  margin-right: 10px;
}

.checkbox-block span {
  padding-top: 2px;
}

.checkbox-block a {
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

.checkbox-block a:hover {
  color: #FEDC09;
}

.checkbox-block .color {
  border: none;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 6px;
}

.checkbox-block .color:before {
  display: none !important;
}

.category-filter-search {
  margin-bottom: 15px;
}

.category-filter-search input {
  display: block;
  width: 100%;
  height: 31px;
  transition: border-color 0.3s ease-out;
  padding: 0 15px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  font-family: Inter, Arial, Tahoma, sans-serif;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  background: #fff;
  transition: all 0.3s ease-out;
}

.category-filter-search input::-webkit-input-placeholder {
  color: #8E8E8E;
  opacity: 1;
}

.category-filter-search input:-moz-placeholder {
  color: #8E8E8E;
  opacity: 1;
}

.category-filter-search input::-moz-placeholder {
  color: #8E8E8E;
  opacity: 1;
}

.category-filter-search input:-ms-input-placeholder {
  color: #8E8E8E;
  opacity: 1;
}

.category-filter-search input:focus {
  border-color: #000;
}

.category-filter-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #042EB0;
  display: inline-block;
  padding-top: 2px;
  margin-top: 10px;
}

.category-filter-more:hover {
  text-decoration: underline;
}

.category-filter-buttons {
  padding-top: 10px;
}

.category-filter-buttons .btn {
  width: 100%;
}

.category-filter-reset {
  border: 1px solid #E5E5E5;
  cursor: pointer;
  background: #fff;
  display: block;
  width: 100%;
  height: 44px;
  transition: all 0.3s ease-out;
  color: #8e8e8e;
  border-radius: 10px;
  padding: 0 14px;
  font-weight: 700;
  font-size: 12px;
}

.category-filter-reset ~ .btn {
  margin-top: 20px;
}

.category-filter-reset span {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-filter-reset:hover {
  color: #000;
  border-color: #000;
}

.category-filter-reset:hover img {
  opacity: 1;
}

.category-filter-reset img {
  transition: all 0.3s ease-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  opacity: 0.5;
  margin-bottom: 1px;
}

.category-filter-submit {
  border: 1px solid #FEDC09;
  margin-bottom: 20px;
  cursor: pointer;
  background: #FEDC09;
  display: block;
  width: 100%;
  height: 44px;
  transition: all 0.3s ease-out;
  color: #000;
  border-radius: 2px;
  padding: 0 14px;
  font-weight: 700;
  font-size: 12px;
}

.category-filter-submit span {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-filter-submit:hover {
  background: #FEB909;
  border-color: #FEB909;
}

.category-filter-submit img {
  filter: brightness(0);
  transition: all 0.3s ease-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.category-catalog-list {
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  padding-bottom: 20px;
}

.category-catalog-list ul {
  margin-left: 19px;
  margin-top: 2px;
}

.category-catalog-list a {
  display: inline-block;
  transition: all 0.3s ease-out;
  padding: 10px;
  position: relative;
  margin-left: 10px;
  border-radius: 10px;
}

.category-catalog-list a:hover {
  text-decoration: underline;
  color: #042EB0;
}

.category-catalog-list .active-page {
  background: rgba(254, 220, 9, 0.29);
}

.category-catalog-list .active-page:hover {
  background: #FEDC09;
  color: inherit;
  text-decoration: none;
}

.category-catalog-list .back-link {
  padding-left: 29px;
  margin-left: 0;
}

.category-catalog-list .back-link:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url("../images/chevron-left.svg") center no-repeat;
  background-size: 100% auto;
  filter: brightness(0);
}

.category-catalog-list .more-catalog {
  color: #042EB0;
}

.product-sorting-mobile {
  display: none;
}

.range-slider-content .extra-controls {
  position: relative;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.range-slider-content .divider {
  display: inline-block;
  margin: 0 9px;
}

.range-slider-content .value-block {
  display: inline-block;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.range-slider-content .value-block input {
  border-radius: 10px;
  border: solid 1px #E0E0E0;
  display: block;
  font-size: 14px;
  font-family: Inter, Arial, Tahoma, sans-serif;
  font-weight: 400;
  height: 44px;
  padding: 0 10px;
  transition: all 0.3s ease-out;
  width: 100%;
  color: #000;
}

.range-slider-content .value-block input:focus {
  border-color: #000000;
}

.range-slider-content .range-slider {
  margin-bottom: 10px;
}

.range-slider-content .irs {
  height: 22px;
}

.range-slider-content .irs-min,
.range-slider-content .irs-max {
  top: 36px;
  font-size: 14px;
  color: #808080;
  background: none !important;
  display: none;
  padding: 0;
  visibility: hidden !important;
}

.range-slider-content .irs-to,
.range-slider-content .irs-from {
  display: none !important;
  opacity: 0;
  background: none !important;
}

.range-slider-content .irs-line {
  border-radius: 0;
  background: #E9E9E9;
  border: none;
  height: 5px;
  top: 21px;
}

.range-slider-content .irs-bar-edge {
  border-radius: 0;
  background: #FEDC09;
  border: none;
}

.range-slider-content .irs-bar {
  background: #FEDC09;
  border: none;
  height: 5px;
  top: 21px;
}

.range-slider-content .irs-slider {
  box-shadow: none;
  top: 17px;
  width: 8px;
  height: 13px;
  border-radius: 4px;
  background: #FEDC09;
  border-color: #FEDC09;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.range-slider-content .irs-slider:after {
  content: "";
  position: absolute;
  width: 300%;
  height: 280%;
  left: 50%;
  top: 50%;
  margin-left: -150%;
  margin-top: -140%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.shop-all-product {
  border-top: 1px solid #EFEFEF;
  padding-top: 40px;
}

.shop-indicators {
  background: #FEDC09;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
}

.shop-indicators-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px -23px;
  font-weight: 500;
  line-height: 1.2;
}

.shop-indicators-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
  padding: 0 10px;
}

.shop-indicators-list .count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 4px;
  font-weight: 700;
  font-size: 14px;
}

.shop-indicators-list .icon {
  width: 19px;
  height: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.shop-indicators-list .icon img {
  display: block;
}

.shop-information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.shop-naming-flex {
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
}

.shop-naming-flex picture {
  width: 106px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.shop-naming-flex picture img {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  image-rendering: -webkit-optimize-contrast;
}

.shop-naming-flex .name {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
}

.shop-naming-flex .job {
  font-weight: 500;
  font-size: 14px;
  color: #545454;
}

.shop-naming-options {
  margin-left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.shop-favorites-add {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.3s ease-out;
  margin-left: 28px;
}

.shop-favorites-add:hover {
  color: #042EB0;
}

.shop-favorites-add:hover .pic {
  filter: grayscale(0);
  opacity: 1;
}

.shop-favorites-add:hover span {
  text-decoration: underline;
}

.shop-favorites-add.active {
  color: #042EB0;
}

.shop-favorites-add.active .pic {
  filter: grayscale(0);
  opacity: 1;
}

.shop-favorites-add.active .icon {
  background: url(../images/shopping-like-active.svg) center no-repeat;
  background-size: 100% auto;
}

.shop-favorites-add .pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.8;
}

.shop-favorites-add .icon {
  display: block;
  width: 19px;
  height: 20px;
  background: url(../images/shopping-like.svg) center no-repeat;
  background-size: 100% auto;
}

.shop-favorites-add img {
  display: block;
}

.shop-vip {
  margin-bottom: 40px;
}

.shop-vip-slider {
  overflow: hidden;
}

.shop-vip-slider .slick-list {
  margin: 0 -10px;
}

.shop-vip-block {
  background: rgba(68, 113, 251, 0.04);
  margin: 0 10px;
  display: none;
  border-radius: 20px;
}

.shop-vip-block .image {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}

.shop-vip-block .image:hover {
  opacity: 0.8;
}

.shop-vip-block .image img {
  height: 300px !important;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 20px 20px 0 0;
}

.shop-vip-block .content {
  padding: 20px;
}

.shop-vip-block .name {
  display: block;
  height: 50px;
  overflow: hidden;
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 14px;
  color: #042EB0;
  line-height: 1.2;
}

.shop-vip-block .name:hover {
  text-decoration: underline;
}

.shop-vip-block .reviews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.shop-vip-block .counts {
  font-weight: 700;
  font-size: 12px;
}

.shop-vip-block .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  line-height: 1.2;
  font-size: 18px;
}

.shop-vip-block .yuan {
  font-weight: 700;
  margin-right: 22px;
}

.shop-vip-block .ruble {
  font-weight: 600;
  color: #808080;
}

.shop-vip-block .buttons {
  display: -ms-flexbox;
  display: flex;
}

.shop-vip-block .cart-btn {
  padding: 0 7px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 12px;
}

.shop-vip-block .paid {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  padding: 0 7px;
  background: rgba(68, 113, 251, 0.13);
  border-radius: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 95%;
  color: #515E86;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 51%;
}

.shop-vip-block .paid img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 6px;
}

.shop-all-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -40px;
}

.shop-all-block {
  margin: 0 10px 40px;
  width: calc(100% / 9 - 20px);
}

.shop-all-block .image {
  display: block;
  margin: 0 auto 20px;
  transition: all 0.3s ease-out;
}

.shop-all-block .image:hover {
  opacity: 0.8;
}

.shop-all-block .image img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  image-rendering: -webkit-optimize-contrast;
}

.shop-all-block .name {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #042EB0;
  line-height: 123%;
  word-break: break-word;
}

.shop-all-block .name:hover {
  text-decoration: underline;
}

.shop-alphabet-block {
  margin-bottom: 18px;
}

.shop-all-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #042EB0;
  display: inline-block;
  margin-top: 12px;
}

.shop-all-link:hover {
  text-decoration: underline;
}

.shop-alphabet-content {
  position: relative;
}

.shop-alphabet-list {
  width: 28px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  background: #4471FB;
  color: #fff;
  padding: 9px 0;
}

.shop-alphabet-list a {
  display: block;
  transition: all 0.3s ease-out;
  padding: 6px 0;
}

.shop-alphabet-list a:hover {
  background: #042EB0 !important;
}

.shop-alphabet-list .active {
  background: #042EB0 !important;
}

.shop-alphabet-name {
  position: absolute;
  width: calc(100% - 28px);
  top: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 7px 5px 7px 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
}

.shop-alphabet-name::-webkit-scrollbar {
  width: 3px;
  background: #F4F4F4;
}

.shop-alphabet-name::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.shop-alphabet-name li {
  margin-bottom: 16px;
}

.shop-alphabet-name li:last-child {
  margin-bottom: 0;
}

.shop-alphabet-name a {
  display: block;
  transition: all 0.3s ease-out;
}

.shop-alphabet-name a:hover {
  color: #042EB0;
  text-decoration: underline;
}

.shop-alphabet-mobile {
  display: none;
}

.shop-alphabet-mobile::-webkit-scrollbar {
  height: 3px;
  background: #F4F4F4;
}

.shop-alphabet-mobile::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

/*================= МОДАЛКИ ======================*/

#filtersModal {
  max-width: 1542px;
}

.popup-title-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-title-filter .mfp-close {
  position: static;
  margin-left: auto;
  margin-top: -6px;
}

.filters-modal-form .category-filter-tags {
  margin-right: 0;
  margin-bottom: 30px;
}

.filters-modal-buttons {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.filters-modal-buttons button {
  margin-bottom: 0;
  margin: 0 5px;
  width: auto;
  border-radius: 10px;
}

.filters-modal-buttons button span {
  padding-left: 40px;
  padding-right: 40px;
}

.modal-filters-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -16px 30px;
}

.modal-filters-list .column {
  padding: 0 16px;
  width: 33.333%;
}

.modal-filters-list li:first-child .modal-filter-block {
  border-radius: 20px 20px 0 0;
}

.modal-filters-list li:last-child .modal-filter-block {
  border-radius: 0 0 20px 20px;
}

.modal-filters-content {
  margin-bottom: 30px;
}

.modal-filter-block {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-bottom: -1px;
}

.modal-filter-title {
  padding: 15px 20px;
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
}

.modal-filter-title:hover:after {
  border-color: #042EB0;
}

.modal-filter-title.opened:after {
  border-color: #042EB0;
  transform: rotate(-45deg);
  margin-top: -2px;
}

.modal-filter-title h4 {
  padding-right: 30px;
}

.modal-filter-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  border: none;
  background: none;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-top: -8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all 0.3s ease-out;
}

.modal-filter-content {
  margin-top: -3px;
  padding: 0 20px 22px;
  display: none;
}

.modal-filter-checkbox {
  padding: 15px 20px;
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #042EB0;
}

.modal-filter-checkbox span {
  font-weight: 700;
}

.popup-sort-list {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
}

.popup-sort-list li {
  border-top: 1px solid #EBEBEB;
}

.popup-sort-list a {
  display: block;
  padding: 15px 0;
  transition: color 0.3s ease-out;
}

.popup-sort-list a:hover {
  color: #042EB0;
}

.popup-sort-list .active-sort {
  font-weight: 700;
}

/* ==================== MEDIA =========================== */

@media (max-width: 1599px) {
  .category-all-list {
    margin: 0 -22px;
  }

  .category-all-list li {
    margin: 0 22px 40px;
    width: calc(20% - 44px);
  }

  .product-category-catalog .product-block {
    width: calc(20% - 20px);
  }

  .shop-indicators {
    padding: 20px 30px;
  }

  .shop-indicators-list li {
    display: block;
  }

  .shop-indicators-list .count {
    margin-right: 0;
    margin-bottom: 3px;
  }

  .shop-vip-block .paid {
    max-width: 54%;
  }

  .shop-all-content {
    margin: 0 -8px -35px;
  }

  .shop-all-block {
    margin: 0 8px 35px;
    width: calc(100% / 8 - 16px);
  }
}

@media (max-width: 1299px) {
  .main-slider .slick-arrow {
    margin-top: -18px;
    height: 36px;
    width: 36px;
  }

  .main-slider .slick-arrow:after {
    width: 14px;
    margin-left: -7px;
  }

  .main-slider .slick-arrow.slick-prev {
    left: 10px;
  }

  .main-slider .slick-arrow.slick-next {
    right: 10px;
  }

  .category-all-list {
    margin: 0 -10px 20px;
  }

  .category-all-list li {
    margin: 0 10px 20px;
    width: calc(25% - 20px);
  }

  .product-category-catalog {
    margin-bottom: -30px;
  }

  .product-category-catalog .product-block {
    width: calc(25% - 20px);
    margin-bottom: 30px;
  }

  .modal-filters-list {
    margin: 0 -7px 30px;
  }

  .modal-filters-list .column {
    padding: 0 7px;
  }

  .shop-indicators {
    padding: 20px;
  }

  .shop-naming-flex .name {
    font-size: 22px;
  }

  .shop-naming-options .btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-all-content {
    margin: 0 -5px -20px;
  }

  .shop-all-block {
    margin: 0 5px 20px;
    width: calc(100% / 6 - 10px);
  }

  .shop-all-block .image {
    margin-bottom: 12px;
  }
}

@media (max-width: 1019px) {
  .main-slider .slick-arrow {
    display: none !important;
  }

  .main-slider .slick-dots {
    position: static;
  }

  .category-top {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .category-top h1 {
    margin-right: 15px;
  }

  .category-top .count {
    padding-bottom: 2px;
  }

  .category-all-list {
    margin: 0 -5px 20px;
  }

  .category-all-list li {
    margin: 0 5px 10px;
    width: calc(25% - 10px);
  }

  .category-all-block {
    padding: 10px;
    font-size: 11px;
  }

  .category-all-block .image {
    margin-bottom: 8px;
    max-height: 90px;
  }

  .category-all-block .image img {
    max-height: 90px;
  }

  .category-all-block .name {
    min-height: 28px;
  }

  .product-category-nav {
    margin-top: 30px;
  }

  .category-aside {
    display: none;
  }

  .category-content {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .category-sort {
    display: none;
  }

  .product-category-sorting {
    border-top: none;
    padding-top: 20px;
  }

  .product-sorting-mobile {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
  }

  .product-sorting-mobile .btn {
    margin: 0 7px;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .modal-filters-list .column {
    width: 50%;
  }

  .filters-modal-buttons {
    position: fixed;
    z-index: 15;
    left: 0;
    bottom: 0;
    width: calc(100vw + 10px);
    padding: 0 10px;
    background: #fff;
    border-radius: 10px 10px 0 0;
  }

  .filters-modal-buttons button {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .filters-modal-buttons button span {
    padding-left: 10px;
    padding-right: 10px;
  }

  #filtersModal {
    padding: 0;
  }

  #filtersModal .popup-content {
    padding: 30px;
    padding-bottom: 0;
    overflow: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }

  #filtersModal .popup-content::-webkit-scrollbar {
    width: 3px;
    background: #F4F4F4;
  }

  #filtersModal .popup-content::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 7px;
    background: #7A7A7A;
  }

  .modal-filters-list {
    margin-bottom: 60px;
  }

  .modal-filters-content {
    margin-bottom: 60px;
  }

  .category-filter-result {
    margin-right: 0;
  }

  .shop-vip {
    margin-bottom: 30px;
  }

  .shop-all-product {
    padding-top: 30px;
  }

  .shop-indicators {
    padding: 20px 50px;
  }

  .shop-indicators-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .shop-indicators-list li {
    width: 29%;
  }

  .shop-information {
    display: block;
  }

  .shop-naming-options {
    margin-left: 0;
    margin-top: 15px;
  }

  .shop-naming-options .btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .shop-alphabet-mobile {
    display: block;
    margin-bottom: 20px;
    overflow-x: auto;
    width: 100%;
  }

  .shop-alphabet-mobile .shop-alphabet-list {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  .shop-alphabet-mobile .shop-alphabet-list a {
    padding: 15px 12px;
    background: #4471FB;
    position: relative;
  }

  .shop-alphabet-mobile .shop-alphabet-list a:first-child {
    padding-left: 21px;
    border-radius: 10px 0 0 10px;
  }

  .shop-alphabet-mobile .shop-alphabet-list a:first-child:before {
    content: "";
    left: 0;
    top: 0;
    width: 9px;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #4471FB;
    border-radius: 10px 0 0 10px;
  }

  .shop-alphabet-mobile .shop-alphabet-list a:last-child {
    padding-right: 21px;
    border-radius: 0 10px 10px 0;
  }

  .shop-alphabet-mobile .shop-alphabet-list a:last-child:before {
    content: "";
    right: 0;
    top: 0;
    width: 9px;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #4471FB;
    border-radius: 0 10px 10px 0;
  }
}

@media (max-width: 767px) {
  .main-slider .slick-dots {
    display: -ms-flexbox;
    display: flex;
  }

  .main-slider .slick-dots li {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .category-all-list li {
    width: calc(33.333% - 10px);
  }

  .product-category-catalog {
    margin: 0 -5px -10px;
  }

  .product-category-catalog .product-block {
    width: calc(33.333% - 10px);
    margin: 0 5px 10px;
  }

  .product-category-nav {
    display: block;
    text-align: center;
  }

  .product-category-nav .btn {
    margin-bottom: 25px;
  }

  .modal-filter-title {
    font-size: 13px;
  }

  .product-category-sorting {
    display: block;
  }

  .category-filter-tags {
    overflow-x: auto;
    margin: 0 -10px 8px;
    padding: 0 10px 5px;
  }

  .category-filter-tags::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background: transparent;
  }

  .category-filter-tags::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 7px;
    height: 5px;
    background: transparent;
  }

  .category-filter-tags ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }

  .category-filter-tags li {
    margin: 0;
    margin-right: 10px;
  }

  .category-filter-tags a {
    white-space: nowrap;
  }

  .product-sorting-mobile .btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shop-favorites-add {
    width: 44px;
    height: 44px;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    border-radius: 10px;
  }

  .shop-favorites-add .pic {
    margin-right: 0;
  }

  .shop-favorites-add span {
    display: none;
  }

  .shop-main-slider {
    margin-bottom: 30px;
  }

  .shop-main-slider .main-slider-block img {
    height: auto;
  }

  .shop-indicators {
    padding: 20px;
  }

  .shop-indicators-list li {
    width: 33.333%;
  }

  .shop-vip-slider .slick-list {
    margin: 0 -5px;
  }

  .shop-vip-block {
    margin: 0 5px;
  }

  .shop-vip-block .content {
    padding: 15px;
  }

  .shop-vip-block .price {
    font-size: 16px;
  }

  .shop-vip-block .cart-btn {
    margin-right: 5px;
  }

  .shop-vip-block .paid span {
    max-width: 65px;
  }

  .filters-modal-form .category-filter-tags {
    margin: 0 -30px 10px;
    padding: 0 30px 10px;
  }

  .shop-all-block {
    width: calc(25% - 10px);
  }
}

@media (max-width: 500px) {
  .category-all-block {
    font-size: 10px;
  }

  .category-all-block .image {
    margin-bottom: 6px;
    max-height: 63px;
  }

  .category-all-block .image img {
    max-height: 63px;
  }

  .category-all-block .name {
    min-height: 20px;
  }

  .product-category-catalog .product-block {
    width: calc(50% - 10px);
  }

  .product-category-nav .btn {
    width: 100%;
  }

  .pagination {
    margin: 0 -3px -6px;
  }

  .pagination li {
    margin: 0 3px 6px;
  }

  .pagination a {
    width: 38px;
    height: 38px;
  }

  .modal-filters-list .column {
    width: 100%;
  }

  .modal-filters-list .column:first-child li:last-child .modal-filter-block {
    border-radius: 0;
  }

  .modal-filters-list .column:last-child li:first-child .modal-filter-block {
    border-radius: 0;
  }

  .modal-filter-title {
    font-size: 14px;
  }

  .shop-indicators-list li {
    width: 50%;
  }

  .shop-naming-flex picture {
    width: 96px;
    margin-right: 15px;
  }

  .shop-naming-flex .name {
    font-size: 20px;
  }

  .shop-main-slider .main-slider-block img {
    min-height: 220px;
  }

  .shop-vip {
    margin-bottom: 25px;
  }

  .shop-vip-block .content {
    padding: 20px;
  }

  .shop-vip-block .price {
    font-size: 18px;
  }

  .shop-vip-block .cart-btn {
    margin-right: 10px;
  }

  .shop-vip-block .paid span {
    max-width: 100%;
  }

  .shop-all-product {
    padding-top: 25px;
  }

  .shop-all-block {
    width: calc(33.333% - 10px);
  }
}