.catalog-page {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 50px;
  width: 100%; }
  .catalog-page__right {
    width: 960px;
    margin-left: 30px;
    margin-top: 0; }
    .catalog-page__right h1 {
      font-weight: 600;
      font-size: 36px;
      line-height: 44px;
      color: #25282E;
      padding-bottom: 25px;
      border-bottom: 1px solid #E3E6F0;
      margin-bottom: 20px;
      margin-top: 0; }
  .catalog-page__sorting-block {
    display: flex;
    margin-bottom: 17px;
    justify-content: space-between; }
    .catalog-page__sorting-block .found-products {
      font-weight: 500;
      font-size: 13px;
      line-height: 22px;
      color: #898989; }
      .catalog-page__sorting-block .found-products span {
        font-weight: 500;
        font-size: 13px;
        line-height: 22px;
        color: #25282E;
        padding-left: 5px; }
  .catalog-page__left {
    width: 225px;
    margin-top: 15px; }
    .catalog-page__left .title-left {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      color: #25282E;
      opacity: 0.8;
      padding: 0 20px 20px 0;
      border-bottom: 1px solid #E3E6F0;
      text-align: left;
      margin-left: 10px; }
  .catalog-page__object {
    position: relative;
    padding-right: 15px; }
    .catalog-page__object p {
      font-style: normal;
      font-weight: 500;
      font-size: 11px;
      line-height: 13px;
      color: #e60003;
      opacity: 0.8; }
    .catalog-page__object__del {
      position: absolute;
      top: 0;
      right: 0;
      width: 7px;
      height: 7px; }
  .catalog-page__clear-all p {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-decoration-line: underline;
    color: #898989;
    opacity: 0.8; }

.catalog-page .product-card__top-title {
  font-size: 10px; }

.catalog-page__list {
  display: flex;
  flex-wrap: wrap; }

.catalog-page__object {
  position: relative;
  padding-right: 25px; }
  .catalog-page__object .del {
    position: absolute;
    top: 0;
    right: 13px;
    width: 10px;
    height: 10px; }
    .catalog-page__object .del .icon-remove {
      width: 7px;
      height: 7px;
      fill: red;
      position: absolute;
      right: 0;
      top: 0;
      opacity: 1; }

.catalog-page__clear-all {
  margin-left: 10px; }

.catalog-page__picking {
  margin-top: 26px;
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap; }
  .catalog-page__picking .subtitle {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #25282E;
    opacity: 0.8;
    margin-right: 15px; }

.product-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px 10px; }

.product-content .product-card {
  width: 300px;
  margin: 0 12px 40px; }

.product-content .product-card__top .stock {
  width: 66px; }

.product-content .product-card__top .leader {
  width: 128px; }

.product-content .product-card__photo, .product-content .product-card__zero, .product-content .product-card__thumb {
  width: 300px; }

.product-content .product-card__header .cart-products .cart_arrows {
  width: 103%;
  left: -6px; }

.product-content__button {
  width: 250px;
  border: 1px solid #e60003;
  box-sizing: border-box;
  height: 40px;
  display: flex;
  transition: 0.5s;
  margin: 0 auto 50px; }
  .product-content__button p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #e60003;
    padding: 9px 0 13px 30px;
    transition: 0.5s; }
  .product-content__button .icon-svg {
    width: 25px;
    height: 14px;
    margin: 12px 15px;
    transition: 0.5s;
    fill: #e60003; }
  .product-content__button:hover {
    cursor: pointer;
    background: #e60003;
    color: #fff; }
    .product-content__button:hover p {
      color: #fff; }
    .product-content__button:hover .icon-svg {
      margin: 12px 22px;
      fill: #fff; }

.catalog__mobile {
  display: none; }

.catalog__mobile-sorting {
  display: none; }

.catalog__mobile-top {
  display: none; }

.catalog-page__right .product-card__header .arrow-slider .count-prev .arrow-slider__icons {
  left: 9px; }

.slider-products .swiper-slide:first-child .product-card__header .arrow-slider .count-prev .arrow-slider__icons {
  left: 11px; }

.catalog-page__clear-all p:hover {
  cursor: pointer; }

@media (max-width: 1199.98px) {
  .catalog-page {
    padding: 0 10px; }
  .catalog-page__left {
    max-width: 340px;
    width: 30%; }
  .catalog-page__right {
    max-width: 870px;
    padding-right: 15px;
    width: 70%; }
  .product-content .product-card__photo, .product-content .product-card__zero, .product-content .product-card__thumb {
    width: 100%; }
  .product-content {
    width: 100%; }
  .product-content .product-card {
    width: 47%;
    margin: 0 10px 40px; }
  .product-content {
    margin: 0 -10px 10px; }
  .product-content .cart-gallery .product-card__photo {
    width: 100%; }
  .product-content .product-card__top .stock {
    width: 25%; }
  .product-content .product-card__top .leader {
    width: 40%; }
  .product-card__top .sale {
    width: 35%; }
  .product-card__top {
    z-index: 2; } }

@media (max-width: 1023.98px) {
  .catalog__mobile-top {
    display: block; }
  .catalog-page {
    display: block; }
  .catalog-page__right {
    width: 100%;
    margin: 0;
    padding: 0 10px; }
  .catalog__mobile {
    display: flex;
    margin-bottom: 20px; }
  .catalog {
    display: flex; }
    .catalog__mobile-filter {
      margin-right: 50px;
      width: 48%;
      background: #E3E6F0;
      padding: 15px 0;
      display: flex;
      justify-content: center; }
      .catalog__mobile-filter .icon {
        width: 28px;
        height: 24px; }
      .catalog__mobile-filter p {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        color: #898989;
        margin-left: 20px; }
    .catalog__mobile-sort {
      width: 48%;
      background: #E3E6F0;
      padding: 15px 30px;
      justify-content: center;
      display: flex; }
      .catalog__mobile-sort .icon {
        width: 28px;
        height: 24px; }
      .catalog__mobile-sort p {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        color: #898989;
        margin-left: 20px; }
  .catalog-page__sort {
    display: none; }
  .catalog-page__right h1 {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 20px; }
  .catalog__mobile-sorting.open {
    display: block;
    position: fixed;
    top: 57px;
    left: 0;
    background: #F6F8FF;
    z-index: 555;
    height: 100vh;
    width: 100%; }
  .mobile-top {
    display: flex; }
  .catalog__mobile-top {
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #E3E6F0;
    border-bottom: 1px solid #000000; }
    .catalog__mobile-top p {
      font-weight: 500;
      font-size: 24px;
      line-height: 22px;
      color: #25282E;
      margin-left: 90px;
      width: 82%; }
    .catalog__mobile-top .close img {
      width: 20px;
      height: 20px; }
  .sort-mobile__list {
    margin: 0 15px; }
    .sort-mobile__list li {
      padding: 20px 20px 20px 35px;
      font-weight: 500;
      font-size: 18px;
      line-height: 17px;
      color: #25282E;
      border-bottom: 1px solid #E3E6F0; }
    .sort-mobile__list .active {
      background: #e60003;
      color: #fff; }
  .product-content {
    margin: 0 auto; }
  .product-card__thumb, .product-card__photo, .product-card__zero {
    height: 285px; }
  .filter-all {
    padding: 25px 15px 150px 15px; }
  .checkbox__label {
    border: 0; }
  .checkbox__label:before {
    width: 81%;
    left: 45px;
    bottom: 0;
    background: #E3E6F0;
    height: 1px;
    content: '';
    position: absolute;
    z-index: -1; }
  .checkbox__label svg {
    margin-right: 20px; }
  .filter__checkbox .checkbox__label:hover:before {
    opacity: 0; }
  .filter-content {
    padding: 0; }
  .object__filter-title {
    padding: 10px 38px 11px 20px; }
  .object__prise-range-inputs input {
    background: inherit; }
  .filter__checkbox label span {
    padding: 12px 15px 11px 20px; }
  .filter-content.current .show-more {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #898989; }
  .filter-content.current .close {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #898989;
    padding: 9px 0; }
  .object__filter-title-item input {
    height: 15px; }
  .catalog-page__left {
    margin-top: 10px; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px; }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px; }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 4px; }
  .product-content .product-card__photo, .product-content .product-card__zero, .product-content .product-card__thumb {
    height: 320px; } }

@media (max-width: 767.98px) {
  .catalog-page__left {
    margin-top: 0;
    width: 100%; }
  .catalog__mobile-top p {
    width: 65%; }
  .catalog-page__object {
    padding: 5px 25px 5px 0; }
  .catalog-page__clear-all {
    padding: 5px 0; }
  .catalog__mobile-sort p, .catalog__mobile-filter p {
    font-size: 13px;
    line-height: 23px;
    margin-left: 10px; }
  .catalog-page__right {
    padding: 0; }
  .catalog__mobile-top p {
    font-size: 15px; }
  .sort-mobile__list li {
    font-size: 14px; }
  .product-content .product-card {
    width: 46%;
    margin: 0 10px 40px; }
  .product-card__top-title {
    font-size: 8px; }
  .product-card__zero, .product-card__photo, .product-card__thumb {
    height: 250px; }
  .product-content .product-card {
    width: 46%;
    margin: 0 8px 40px; }
  .product-content {
    justify-content: space-between; }
  .product-content__button {
    margin: 30px auto; }
  .product-content .product-card__photo, .product-content .product-card__zero, .product-content .product-card__thumb {
    height: 306px; } }

@media (max-width: 576.98px) {
  .product-content .product-card__photo, .product-content .product-card__zero, .product-content .product-card__thumb {
    height: 210px; } }

@media (max-width: 480.98px) {
  .product-card__top {
    height: 16px; }
  .catalog-page .product-card__top-title {
    font-size: 6px;
    line-height: 9px;
    padding: 4px 0; }
  .catalog__mobile-top .close img {
    width: 14px;
    height: 14px;
    margin-top: 5px; }
  .catalog-page__right h1 {
    font-size: 26px;
    line-height: 32px; }
  .catalog__mobile {
    margin-bottom: 10px; }
  .catalog-page__picking {
    margin-top: 10px; }
  .product-card__price-block {
    display: block;
    margin-bottom: 8px; }
  .product-card__price-block .price {
    margin-bottom: 0; }
  .product-card__hover-block {
    padding: 8px 0 8px;
    border-bottom: 0;
    border-top: 0; }
  .product-card__body-bottom {
    height: 35px;
    padding: 0;
    border-bottom: 0; }
  .product-card__button {
    width: 80%;
    height: 30px; }
  .product-card__favorite {
    width: 20%; }
  .product-card__info {
    display: none; }
  .product-card__body {
    padding: 9px 0;
    border: 0; }
  .product-card__price-block .price p {
    font-size: 16px;
    line-height: 20px; }
  .product-card__price-block .old-price p {
    font-size: 11px;
    line-height: 13px;
    padding-top: 0; }
  .product-card__button span {
    font-size: 13px;
    line-height: 14px; }
  .product-content .product-card__photo, .product-content .product-card__zero, .product-content .product-card__thumb {
    height: 170px; }
  .product-content .product-card {
    width: 45%; }
  .catalog__mobile-filter {
    margin-right: 0; }
  .catalog__mobile {
    justify-content: space-between; }
  .catalog__mobile-sort {
    padding: 15px 5px; } }

@media (max-width: 374.98px) {
  .product-content .product-card {
    width: 44%; }
  .product-content .product-card__photo, .product-content .product-card__zero, .product-content .product-card__thumb {
    height: 130px; }
  .product-card__top-title {
    font-size: 5px; }
  .product-card__rating-count .paragraph {
    font-size: 9px; } }
