.filter-selector {
  backdrop-filter: blur(6px);
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 8px;
  width: 150px;
  padding: 15px;
  display: none;
  position: absolute;
  z-index: 80;
}
@media only screen and (min-width: 900px) {
  .filter-selector {
    width: 190px;
    display: none !important;
  }
}
.filter-selector__el {
  margin-bottom: 16px;
}
.filter-selector__el:last-child {
  margin-bottom: 0;
}
.tag {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background: #4b4e51;
  border-radius: 8px;
  padding: 7px 12px;
  padding-right: 7px;
  gap: 5px;
  transition: 0.3s;
}
@media (hover: hover) {
  .tag {
    cursor: pointer;
  }
  .tag:hover {
    background: #606468;
    color: #fff;
  }
}
@media only screen and (min-width: 1180px) {
  .tag {
    font-size: 13px;
    border-radius: 10px;
    padding: 9px 14px;
    gap: 10px;
    padding-right: 11px;
  }
}
@media only screen and (min-width: 1440px) {
  .tag {
    font-size: 15px;
    padding: 7px 14px;
    padding-right: 11px;
  }
}
.tag_gray {
  background: #ededed;
  color: #4b4e51;
}
.tag_white {
  color: #9c9e9f;
  background: rgba(0, 0, 0, 0);
}
.tag_2 {
  font-size: 11px;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 10px;
}
@media only screen and (min-width: 900px) {
  .tag_2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .tag_2 {
    font-size: 13px;
    padding: 9px 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .tag_2 {
    font-size: 15px;
    padding: 7px 14px;
  }
}
.tag_3 {
  font-size: 10px;
  padding: 10px 10px;
  border-radius: 10px;
}
@media only screen and (min-width: 900px) {
  .tag_3 {
    font-size: 12px;
    padding: 10px 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .tag_3 {
    font-size: 13px;
    padding: 9px 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .tag_3 {
    font-size: 15px;
    padding: 8px 14px;
  }
}
.tag__close {
  font-size: 0;
  flex: none;
  width: 10px;
  height: 10px;
  fill: #fff;
}
@media (hover: hover) {
  .tag:hover .tag__close {
    fill: #fff;
  }
}
.tag__close_gray {
  fill: #4b4e51;
}
@media (hover: hover) {
  .filter-el {
    cursor: pointer;
  }
}
.filter-el {
  display: flex;
  align-items: center;
  gap: 6px;
}
.filter-el__input {
  display: none;
}
.filter-el__input:checked + .filter-el__checkbox .checkbox__content {
  background: #4b4e51;
  border-color: #4b4e51;
}
.filter-el__input:checked + .filter-el__checkbox .checkbox__icon {
  opacity: 1;
}
.filter-el__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
  color: #4b4e51;
  display: block;
}
@media only screen and (min-width: 1440px) {
  .filter-el__text {
    font-size: 15px;
  }
}
.filter-el__input:checked + .filter-el__checkbox + .filter-el__text {
  font-weight: 600;
}
.filter-el__text-count {
  font-weight: 500;
  color: #a0a2a3;
  font-size: 9px;
  vertical-align: top;
}
.popup-text {
  display: inline-block;
  backdrop-filter: blur(4px);
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: hsla(0, 0%, 100%, 0.8);
  border-radius: 10px;
  position: absolute;
  z-index: 50;
  display: none;
  padding: 8px 12px;
  max-width: 200px;
}
.popup-text__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4b4e51;
}
.popup-text__strong {
  font-weight: 500;
}
.title-page {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #4b4e51;
}
@media only screen and (min-width: 768px) {
  .title-page {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1180px) {
  .title-page {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .title-page {
    font-size: 34px;
  }
}
.category-card {
  background: #fff;
  box-shadow: 0 3px 14px 0 rgba(25, 25, 27, 0.03);
  border-radius: 12px;
  display: block;
  padding: 19px 12px;
  padding-bottom: 18px;
  height: 100%;
}
@media only screen and (min-width: 900px) {
  .category-card {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .category-card {
    border-radius: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .category-card {
    padding: 25px 30px;
  }
}
.category-card__img {
  display: block;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1.5;
  transition: 0.3s;
}
@media (hover: hover) {
  .category-card:hover .category-card__img {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 900px) {
  .category-card__img {
    aspect-ratio: 1.4;
  }
}
@media only screen and (min-width: 1440px) {
  .category-card__img {
    aspect-ratio: 1.3;
    margin-bottom: 16px;
  }
}
.category-card__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  color: #4b4e51;
  transition: 0.3s;
}
@media (hover: hover) {
  .category-card:hover .category-card__text {
    color: #f60;
  }
}
@media only screen and (min-width: 768px) {
  .category-card__text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 991px) {
  .category-card__text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .category-card__text {
    font-size: 15px;
  }
}
.category-card__body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  min-height: 24px;
}
@media only screen and (min-width: 1440px) {
  .category-card__body {
    margin-top: 0;
    min-height: 30px;
  }
}
.category-card__text-count {
  color: #a0a2a3;
  vertical-align: top;
  font-weight: 500;
  font-size: 10px;
  display: inline;
}
@media only screen and (min-width: 1180px) {
  .category-card__text-count {
    font-size: 12px;
  }
}
@media only screen and (min-width: 600px) {
  .products-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    gap: 16px 0;
  }
}
.products-grid__col {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .products-grid__col {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .products-grid__col {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 900px) {
  .products-grid__col {
    width: 25%;
  }
}
@media only screen and (min-width: 1180px) {
  .products-grid__col {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 1440px) {
  .products-grid__col {
    width: 25%;
  }
}
@media only screen and (min-width: 1850px) {
  .products-grid__col {
    width: 20%;
  }
}
.products-grid__col:last-child {
  margin-bottom: 0;
}
.navigation-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media only screen and (min-width: 900px) {
  .navigation-links {
    gap: 10px;
  }
}
.navigation-links__el {
  background: #f8f8f8;
  border-radius: 12px;
  width: 34px;
  height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  color: #4b4e51;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
}
@media (hover: hover) {
  .navigation-links__el {
    cursor: pointer;
  }
  .navigation-links__el:hover {
    background: #ededed;
    color: #f60;
    box-shadow: none;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1180px) {
  .navigation-links__el {
    border-radius: 14px;
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .navigation-links__el {
    font-size: 15px;
    border-radius: 14px;
    width: 42px;
    height: 42px;
  }
}
.navigation-links__el:nth-child(n + 6):not(:nth-child(n + 12)) {
  /* display: none; */
}
@media only screen and (min-width: 768px) {
  .navigation-links__el {
    display: flex !important;
  }
}
.navigation-links__gray {
  background: #fff;
}
.navigation-links__el_active {
  box-shadow: inset 0 0 28px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 18px 0 rgba(25, 25, 27, 0.1);
  background: hsla(0, 0%, 100%, 0.03);
  color: #f60;
  font-weight: 600;
}
@media only screen and (min-width: 900px) {
  .navigation-links__el_active {
    backdrop-filter: blur(8px);
  }
}
.navigation-links__arr {
  stroke: #4b4e51;
  padding: 13px;
  padding-right: 15px;
}
@media (hover: hover) {
  .navigation-links:hover .navigation-links__arr {
    stroke: #f60;
  }
}
@media only screen and (min-width: 1180px) {
  .navigation-links__arr {
    padding: 15px;
    padding-right: 17px;
  }
}
.navigation-links__arr_next {
  rotate: 180deg;
}
.navigation-links__points {
  background: rgba(0, 0, 0, 0);
  width: auto;
  flex: none;
  width: 10px;
}
.article-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.article-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.article-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #19191b;
  opacity: 0.3;
}
.article-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(37, 39, 43, 0) 0%, #25272b 100%);
  z-index: 3;
}
.article-card__content {
  position: relative;
  z-index: 10;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 16px;
}
@media only screen and (min-width: 900px) {
  .article-card__content {
    height: 314px;
  }
}
@media only screen and (min-width: 900px) {
  .article-card__content {
    padding: 25px 25px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-card__content {
    height: 332px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-card__content {
    height: 452px;
    padding: 29px 30px;
  }
}
.article-card__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.4;
  color: #fff;
}
@media only screen and (min-width: 900px) {
  .article-card__text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-card__text {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-card__text {
    font-size: 18px;
  }
}
.article-card__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  max-width: 180px;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
  padding: 10px;
}
@media (hover: hover) {
  .article-card:hover .article-card__button {
    opacity: 1;
  }
}
.modal-info {
  position: absolute;
  backdrop-filter: blur(6px);
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 30px 0 rgba(25, 25, 27, 0.1);
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 14px;
  padding: 20px 20px;
  width: 280px;
  z-index: 100;
  display: none;
}
.modal-info__block {
  border-bottom: 1px solid #eef0f1;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.modal-info__block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.modal-info__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-info__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  color: #4b4e51;
}
.modal-info__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #4b4e51;
}
.modal-info__sale {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
  color: #5aa969;
}
.sec-catalog-page__sidebar-reset {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.sec-catalog-page__sidebar-reset:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .sec-catalog-page__sidebar-reset {
    cursor: pointer;
  }
}
.sec-catalog-page {
  position: relative;
  z-index: 5;
  background: #fff;
}
.sec-catalog-page_open-filter {
  z-index: 90;
}
.sec-catalog-page__wrap {
  padding: 60px 0;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__wrap {
    padding: 76px 0;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__wrap {
    padding: 100px 0;
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__wrap {
    padding-bottom: 180px;
  }
}
.sec-catalog-page__overlay {
  z-index: 80;
  display: none;
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__overlay {
    display: none !important;
  }
}
.sec-catalog-page__overlay_show {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sec-catalog-page__content {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding: 0;
  }
}
.sec-catalog-page__sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 90;
  background: #fff;
  padding: 20px 20px;
  max-width: 440px;
  display: none;
  overscroll-behavior: contain;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__sidebar {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__sidebar {
    flex: none;
    width: 270px;
    display: block;
    position: relative;
    height: auto;
    overflow: unset;
    padding: 0;
  }
}
.sec-catalog-page__sidebar-search {
  margin-top: 20px;
}
.sec-catalog-page__sidebar-catalog {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__sidebar-catalog {
    display: block;
  }
}
.sec-catalog-page__sidebar-catalog-link {
  margin-top: 18.5px;
}
.sec-catalog-page__sidebar-catalog-link:first-child {
  margin-top: 0;
}
.sec-catalog-page__sidebar_show {
  display: block;
}
.sec-catalog-page__sidebar-filter {
  margin-top: 12px;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__sidebar-filter {
    padding: 0 30px;
    margin-top: 33px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__sidebar-filter {
    padding: 0;
  }
}
.sec-catalog-page__sidebar-filter-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__sidebar-filter-top {
    align-items: flex-end;
  }
}
.sec-catalog-page__sidebar-title {
  font-size: 20px;
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__sidebar-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__sidebar-title {
    font-size: 34px;
  }
}
.sec-catalog-page__sidebar-reset {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #a0a2a3;
  transition: 0.3s;
}
@media (hover: hover) {
  .sec-catalog-page__sidebar-reset {
    cursor: pointer;
  }
  .sec-catalog-page__sidebar-reset:hover {
    color: #f60;
  }
}
.sec-catalog-page__sidebar-reset:active {
  color: #f60;
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__sidebar-reset {
    margin-bottom: 5px;
  }
}
.sec-catalog-page__sidebar-close {
  margin-left: auto;
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__sidebar-close {
    display: none;
  }
}
.sec-catalog-page__sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__sidebar-tags {
    margin-top: 23px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__sidebar-tags {
    display: none;
  }
}
.sec-catalog-page__sidebar-blocks {
  margin-top: 23px;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__sidebar-blocks {
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__sidebar-blocks {
    margin-top: 21px;
  }
}
.sec-catalog-page__sidebar-block {
  margin-top: 26px;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__sidebar-block {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__sidebar-block {
    margin-top: 25px;
  }
}
.sec-catalog-page__sidebar-block:first-child {
  margin-top: 0;
}
.sec-catalog-page__sidebar-block-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: #4b4e51;
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__sidebar-block-title {
    font-size: 20px;
  }
}
.sec-catalog-page__sidebar-el {
  margin-top: 13px;
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__sidebar-el {
    margin-top: 14px;
  }
}
.sec-catalog-page__sidebar-el_hide {
  display: none;
}
.sec-catalog-page__sidebar-el_show {
  display: flex;
}
.sec-catalog-page__sidebar-more {
  margin-top: 17px;
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__sidebar-more {
    font-size: 12px;
  }
}
.sec-catalog-page__sidebar-discount {
  background: #fff;
  border-radius: 14px;
  padding: 30px 30px;
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.06);
  margin-top: 35px;
  position: relative;
  display: none;
  overflow: hidden;
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__sidebar-discount {
    display: block;
  }
}
.sec-catalog-page__sidebar-discount-top {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 10;
}
.sec-catalog-page__sidebar-discount-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  color: #4b4e51;
}
.sec-catalog-page__sidebar-discount-hint {
  stroke: #dadcde;
  fill: #dadcde;
}
.sec-catalog-page__sidebar-discount-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #4b4e51;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
.sec-catalog-page__sidebar-discount-percent {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 77px;
  line-height: 1;
  color: #4b4e51;
  opacity: 0.1;
  position: absolute;
  bottom: -16px;
  right: 11px;
  z-index: 1;
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__body {
    flex: 1;
    width: 100px;
  }
}
.sec-catalog-page__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  gap: 10px;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__filter {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__filter {
    margin-top: 19px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__filter-right {
    flex: none;
    align-self: flex-end;
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__filter-right {
    display: none;
  }
}
.sec-catalog-page__banner {
  background: #f5f5f5;
  margin-top: 13px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__banner {
    margin-top: 20px;
  }
}
.sec-catalog-page__banner-body {
  padding: 40px 40px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-catalog-page__banner-slide {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__banner-body {
    padding: 56px 50px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__banner-body {
    padding-top: 47px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__banner-body {
    padding: 30px;
  }
}
@media only screen and (min-width: 1850px) {
  .sec-catalog-page__banner-body {
    padding: 55px 63px;
    padding-bottom: 10px;
  }
}
.sec-catalog-page__banner-img {
  display: block;
  font-size: 0;
  width: 100%;
  aspect-ratio: 1.66;
  max-height: 235px;
}
@media only screen and (min-width: 768px) {
  .sec-catalog-page__banner-img {
    width: 330px;
    flex: none;
  }
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__banner-img {
    width: 331px;
    height: 235px;
    aspect-ratio: unset;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__banner-img {
    width: 421px;
    height: 271px;
    max-height: none;
  }
}
@media only screen and (min-width: 1850px) {
  .sec-catalog-page__banner-img {
    width: 521px;
    height: 371px;
  }
}
.sec-catalog-page__banner-body {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .sec-catalog-page__banner-body {
    flex: 1;
    width: 100px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__banner-body {
    width: 50%;
    flex: none;
  }
}
@media only screen and (min-width: 1850px) {
  .sec-catalog-page__banner-body {
    width: 39%;
    flex: none;
    margin-top: 18px;
    margin-left: 17px;
  }
}
.sec-catalog-page__banner-title {
  font-size: 22px;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__banner-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__banner-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__banner-title {
    font-size: 40px;
  }
}
.sec-catalog-page__banner-article {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__banner-article {
    font-size: 13px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__banner-article {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__banner-article {
    font-size: 18px;
    margin-top: 19px;
  }
}
.sec-catalog-page__banner-article p {
  margin-bottom: 9px;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__banner-article p {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__banner-article p {
    margin-bottom: 19px;
  }
}
.sec-catalog-page__banner-article p:last-child {
  margin-bottom: 0;
}
.sec-catalog-page__banner-nav {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 20;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__banner-nav {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__banner-nav {
    bottom: 30px;
    right: 30px;
  }
}
.sec-catalog-page__catalog {
  margin-top: 16px;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__catalog {
    margin-top: 19px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__button-sort {
    display: none;
  }
}
.sec-catalog-page__sort {
  display: none;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__sort {
    display: flex;
    align-items: center;
    gap: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__sort {
    gap: 17px;
  }
}
.sec-catalog-page__tags {
  display: none;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__tags {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__tags {
    margin-top: 17px;
  }
}
.sec-catalog-page__navigation {
  margin-top: 29px;
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__navigation {
    margin-top: 62px;
  }
}
.sec-catalog-page__top {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 1180px) {
  .sec-catalog-page__top {
    display: none;
  }
}
.sec-catalog-page__search {
  flex: 1;
  width: 10px;
  display: none;
}
@media only screen and (min-width: 600px) {
  .sec-catalog-page__search {
    display: flex;
  }
}
.sec-catalog-page__selector {
  display: none;
}
@media only screen and (min-width: 600px) {
  .sec-catalog-page__selector {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__selector {
    gap: 16px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__selector-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__selector-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-catalog-page__selector-button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-catalog-page__selector-button {
    font-size: 20px;
  }
}
.sec-articles-slider {
  overflow: hidden;
}
.sec-articles-slider__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 900px) {
  .sec-articles-slider__wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-articles-slider__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-articles-slider__wrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .sec-articles-slider__left {
    margin-top: 12px;
  }
}
.sec-articles-slider__title-br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sec-articles-slider__title-br {
    display: block;
  }
}
.sec-articles-slider__slider-slide {
  width: 218px;
}
@media only screen and (min-width: 900px) {
  .sec-articles-slider__slider-slide {
    width: 452px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-articles-slider__slider-slide {
    width: 480px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-articles-slider__slider-slide {
    width: 720px;
  }
}
