.catalog-products {
  display: flex;
  padding-bottom: 1em;
}
.catalog-products__sidebar {
  width: 260px;
  margin-right: 40px;
}
.catalog-products__sidebar-times {
  display: none;
}
.catalog-products__content {
  flex: 1;
}
.catalog-products__selected-filters {
  margin-bottom: 40px;
}
.catalog-products__search-info {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
.catalog-products__search-token {
  color: #604696;
}
.catalog-products__empty {
  margin: 0 0 0 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.catalog-title {
  margin-top: 20px;
}

.catalog-products__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -20px -20px;
}

@media screen and (max-width: 1023px) {
  .catalog-products__list {
    margin: 0;
  }
}
.catalog-structure {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding-bottom: 40px;
  border-bottom: 1px solid #E0E0E0;
}
.catalog-structure.is-without-parent .catalog-structure__sub {
  padding-left: 0;
}
.catalog-structure.is-no-border {
  border: 0;
}
.catalog-structure a {
  display: block;
  color: #000;
  text-decoration: none;
}
.catalog-structure a:hover {
  color: #333333;
}
.catalog-structure__main {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.catalog-structure__sub {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
}
.catalog-structure__sub li {
  margin-bottom: 10px;
}
.catalog-structure__sub li:last-child {
  margin-bottom: 0;
}
.catalog-structure__sub li.is-selected {
  color: #008FD5;
}

@media screen and (max-width: 767px) {
  .catalog-structure {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .catalog-structure__main {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
}
.catalog-filter {
  margin-top: 40px;
}
.catalog-filter__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
.catalog-filter__search {
  margin-bottom: 10px;
  width: 100%;
}
.catalog-filter__content .range {
  padding-left: 4px;
  padding-right: 17px;
}
.catalog-filter__items {
  max-height: 250px;
  overflow: hidden scroll;
}

.catalog-filters__buttons {
  display: none;
  margin-top: 48px;
}
.catalog-filters__buttons button {
  width: 100%;
  margin-bottom: 20px;
}

.catalog-filter__checkbox {
  padding: 7px 11px;
}

.selected-filters {
  display: flex;
}

.selected-filter {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #008FD5;
  background: #E0F4FE;
  border-radius: 20px;
  padding: 5px 30px 5px 10px;
  position: relative;
  margin-right: 8px;
}
.selected-filter:last-child {
  margin-right: 0;
}
.selected-filter__times {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.selected-filter__times:hover path {
  stroke: #006da2;
}

.catalog-products__selected-filters {
  display: flex;
  align-items: center;
}

.catalog-products__mobile-controls {
  display: none;
}

@media screen and (max-width: 1023px) {
  .catalog-products__selected-filters-top {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .catalog-products__selected-filters {
    flex-wrap: wrap;
  }

  .catalog-products__mobile-controls {
    display: block;
    flex: 1;
    margin-right: 10px;
  }

  .selected-filters {
    flex: 1;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-filters__buttons {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .catalog-filter {
    margin-top: 20px;
  }
  .catalog-filter__title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px;
  }
}
.sorting-selector {
  border: 2px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #4F4F4F;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 7px 34px 7px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("/svg/select/chevron.svg") no-repeat calc(100% - 12px) center;
  width: 196px;
  height: 36px;
  margin-right: 20px;
}
.sorting-selector::-ms-expand {
  display: none;
}
.sorting-selector:focus {
  outline: none;
}

@media screen and (max-width: 1023px) {
  .sorting-selector {
    margin: 0;
    flex: 1;
    color: #008FD5;
    min-width: 0;
  }
}
.catalog-product {
  display: inline-block;
  width: 280px;
  height: 348px;
  text-decoration: none;
  background: #fff;
  position: relative;
  margin: 0 0 60px 20px;
}
.catalog-product:hover {
  z-index: 10;
}
.catalog-product:hover .catalog-product__inner {
  position: absolute;
  width: calc(100% + 40px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  height: auto;
  padding: 20px;
  left: -20px;
  top: -60px;
  background: #fff;
}
.catalog-product:hover .catalog-product__footer {
  display: block;
  z-index: 10;
}
.catalog-product__link {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.catalog-product__image {
  height: 220px;
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product__image img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
.catalog-product__prices {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.catalog-product__price {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000;
}
.catalog-product__price.is-crossed {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #828282;
  margin-left: 0.5em;
}
.catalog-product__title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 66px;
}
.catalog-product__hit {
  background: #EC6608;
  border-radius: 4px;
  padding: 4px 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.catalog-product__footer-bottom {
  display: flex;
}
.catalog-product__article-number {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #828282;
  margin: 10px 0;
}
.catalog-product__cart-button {
  padding: 12px 44px;
  margin-bottom: 12px;
}
.catalog-product__footer {
  display: none;
}
.catalog-product__buy-now {
  flex: 1;
}

.catalog-product__buy {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.catalog-product__buy .counter {
  margin-right: 10px;
}

@media screen and (max-width: 1023px) {
  .catalog-product {
    display: block;
    width: calc(50% - 10px);
    margin: 0 20px 60px 0;
  }
  .catalog-product:hover .catalog-product__inner {
    position: static;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    padding: 0;
    left: auto;
    top: auto;
    background: #fff;
  }
  .catalog-product:hover .catalog-product__footer {
    display: none;
  }
  .catalog-product:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product {
    max-height: 240px;
    height: auto;
    margin-bottom: 20px;
  }
  .catalog-product__image {
    height: 120px;
    margin-bottom: 4px;
  }
  .catalog-product__prices {
    margin-bottom: 4px;
  }
  .catalog-product__price {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  .catalog-product__price.is-crossed {
    font-size: 14px;
    line-height: 18px;
    margin-left: 8px;
  }
  .catalog-product__hit {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
  }
  .catalog-product__title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 72px;
  }
  .catalog-product__article-number {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin: 4px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-products__sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin-right: 0;
    z-index: 100;
    background: #fff;
    padding-top: 64px;
    display: none;
  }
  .catalog-products__sidebar-times {
    position: absolute;
    display: block;
    right: 20px;
    top: 20px;
  }
  .catalog-products__sidebar-content {
    height: 100%;
    overflow: hidden auto;
    padding: 0 20px 20px;
  }
  .catalog-products__empty {
    margin: 0 0 0 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}
