.showing-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 17px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #202020;
}
.showing-number__item {
  padding: 0 5px;
  cursor: pointer;
}
.showing-number__item--active {
  position: relative;
}
.showing-number__item--active:before {
  content: '';
  position: absolute;
  right: 7.2px;
  left: 5px;
  bottom: 3px;
  height: 0;
  border-bottom: 1px solid;
}
.product-short {
  width: 100%;
}
.product-short__image {
  position: relative;
  margin-bottom: 8px;
}
.product-short__title-wrapper {
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  display: block;
  margin-top: 19px;
}
.product-short__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.product-short__left {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-right: 8px;
  white-space: nowrap;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-short__price {
  font-size: 20px;
  font-weight: bold;
}
.product-short__price--old {
  color: #898989;
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-weight: 600;
  margin-left: 8px;
}
.product-short__center {
  white-space: nowrap;
  padding: 8px 10px;
  border-radius: 24px;
  background-color: #fff;
}
.product-short__counter {
  width: 1.5em;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.product-short__right {
  padding: 0;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-short__btn {
  padding: 0;
  width: 24px;
  height: 24px;
  padding-bottom: 1px;
}
.product-short__btn + .product-short__btn {
  margin-left: 8px;
}
.product-short__icon {
  width: 22px;
  height: 22px;
  color: #C8C8C8;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.product-short__icon--sm {
  width: 17px;
  height: 17px;
}
.product-short__icon--selected {
  color: #FED044;
}
.product-short__icon--highlighted {
  color: #FF4D41;
}
.product-short__count {
  color: #6A6A6A;
  padding: 20px;
}
.product-short__count-update {
  font-size: 10px;
  line-height: 15px;
  color: #6A6A6A;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.product-short__count-update--active {
  opacity: 1;
}
.product-short .dots-indicator {
  list-style: none;
  padding: 0;
  min-height: 6px;
  margin-top: 15px;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-short .dots-indicator__item {
  width: 6px;
  height: 6px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
  background-color: #A5A5A6;
}
.product-short .dots-indicator__item.active {
  background-color: #050505;
}
#articles-page h1 {
  margin: 24px 0;
}
@media (min-width: 768px) {
  #articles-page h1 {
    margin-top: 46px;
    margin-bottom: 56px;
  }
}
.artcile-container {
  max-width: 750px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .artcile-container {
    padding: 0 16px;
  }
}
.artcile-container .paragraph__image {
  margin-bottom: 38px;
}
.artcile-container .artcile-date {
  margin-bottom: 8px;
  color: #898989;
  font-size: 14px;
}
.article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-item .image--article {
  border-radius: 15px;
  aspect-ratio: 1.93379791;
}
.article-item .article-short__title {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.article-item .article-short__subtitle {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 6px;
}
.article-item .article-short__date {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: #898989;
  margin-top: 18px;
}
.container-content {
  min-height: 36vh;
}
.h1 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
@media (min-width: 768px) {
  .h1 {
    margin-top: 42px !important;
    margin-bottom: 77px !important;
  }
}
.h1 > span {
  font-size: 12px;
  margin-left: 13px;
}
.filter-drop-down__title-img {
  width: 12px !important;
  height: 12px !important;
}
.checkbox-wrapper label {
  font-size: 14px !important;
}
.category-tabs {
  overflow: auto;
  margin-bottom: 16px;
}
.category-tabs::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .category-tabs {
    margin-bottom: 80px;
  }
}
.category-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 500;
  margin-right: 40px;
  width: 100%;
}
.category-tabs ul li {
  list-style-type: none;
  font-size: 14px;
  padding: 11px 23px;
  white-space: nowrap;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border-radius: 19px;
  color: #898989;
}
.category-tabs ul li.category-tabs-active {
  background-color: #050505;
  color: white;
}
.category-tabs ul li + li {
  margin-left: 8px;
}
.main-catalog {
  margin-top: 82px;
}
.main-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
@media (min-width: 992px) {
  .main-catalog-grid {
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.main-catalog .product-item {
  position: relative;
  margin-bottom: 8px;
  background-color: #ECECED;
  border-radius: 14px;
  padding: 50px 20px 18px 20px;
}
@media (min-width: 992px) {
  .main-catalog .product-item {
    margin-bottom: 0px;
    width: 100%;
  }
}
.main-catalog .product-item-favorite {
  position: absolute;
  border: none;
  outline: none;
  top: 8px;
  right: 8px;
}
.main-catalog .product-item-cart {
  border: none;
  outline: none;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  background-color: #050505;
  cursor: pointer;
}
.main-catalog .product-item-cart svg {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.banner {
  width: 100%;
  height: 572px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  vertical-align: top;
}
@media (max-width: 576px) {
  .banner {
    height: 420px;
  }
}
@media (max-width: 576px) {
  .banner {
    padding: 0 16px;
  }
}
.banner--pointer {
  cursor: pointer;
}
.banner__title,
.banner__subtitle {
  color: #FFFFFF;
  white-space: normal;
}
@media (max-width: 576px) {
  .banner__title,
  .banner__subtitle {
    max-width: 100%;
  }
}
.banner__title {
  font-size: 26px;
  padding-top: 24px;
  max-width: 550px;
  letter-spacing: 1.16px;
  font-weight: 900;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 768px) {
  .banner__title {
    padding-top: 100px;
    font-size: 58px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .banner__title {
    max-width: 100% !important;
  }
}
@media (max-width: 1320px) {
  .banner__title {
    max-width: 65%;
  }
}
.banner__subtitle {
  font-size: 16px;
  line-height: 19px;
  margin-top: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .banner__subtitle {
    text-align: left;
    max-width: 350px;
    margin-top: 22px;
  }
}
.banner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 22px auto;
}
@media (min-width: 768px) {
  .banner__btn {
    margin: 37px 0;
  }
}
.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: normal;
  width: 100%;
}
.review__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 64px 0 32px;
}
@media (max-width: 576px) {
  .review__photo {
    margin-left: 0;
    margin-right: 16px;
  }
}
.review__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 50px;
}
.review__name {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}
.review__message {
  color: #A0A0A0;
}
.actions-content {
  margin-top: 80px;
}
.main-promo {
  background-color: #FDEC53;
  margin: 92px 0px;
  color: #050505;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  aspect-ratio: 0.34482759;
}
@media (min-width: 640px) {
  .main-promo {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .main-promo {
    padding: 100px;
  }
}
.main-promo-circles {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 0.85714286;
  left: 0;
  top: 0;
  overflow: hidden;
}
.main-promo-circles div {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  overflow: hidden;
  position: absolute;
  padding: 8px;
}
@media (min-width: 768px) {
  .main-promo-circles div {
    padding: 30px;
    z-index: 100;
  }
}
@media (min-width: 640px) {
  .main-promo-circles div {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .main-promo-circles div {
    width: 136px;
    height: 136px;
  }
}
@media (min-width: 1280px) {
  .main-promo-circles div {
    width: 186px;
    height: 186px;
  }
}
.main-promo-circles div.pink {
  background-color: #FF8AEE;
}
.main-promo-circles div.white-smoke {
  background-color: #FFFDC9;
}
.main-promo-circles div.light-pink {
  background-color: #FFA3B3;
}
.main-promo-circles div:nth-child(1) {
  left: 10%;
  top: -60px;
}
.main-promo-circles div:nth-child(2) {
  left: 18%;
  top: 8%;
}
.main-promo-circles div:nth-child(3) {
  right: 25%;
  top: -69px;
}
.main-promo-circles div:nth-child(4) {
  right: 8%;
  top: 3%;
}
.main-promo-circles div:nth-child(5) {
  right: 26%;
  top: 18%;
}
@media (max-width: 992px) {
  .main-promo-circles div:nth-child(5) {
    display: none;
  }
}
.main-promo-circles div:nth-child(6) {
  left: 10%;
  top: 24%;
}
.main-promo-circles div:nth-child(7) {
  left: 27%;
  top: 35%;
}
.main-promo-circles div:nth-child(8) {
  right: 3%;
  top: 37%;
}
.main-promo-circles div:nth-child(9) {
  right: 14%;
  top: 47%;
}
.main-promo-circles div:nth-child(10) {
  left: 9%;
  top: 54%;
}
.main-promo-circles div:nth-child(11) {
  left: 18%;
  top: 68%;
}
.main-promo-circles div:nth-child(12) {
  right: 23%;
  top: 65%;
}
.main-promo-circles div:nth-child(13) {
  right: 33%;
  top: 55%;
}
.main-promo-circles div:nth-child(14) {
  right: 13%;
  top: 82%;
}
.main-promo-circles div:nth-child(15) {
  left: 13%;
  top: 91%;
}
.main-promo-circles div > img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media (min-width: 640px) {
  .main-promo {
    aspect-ratio: 0.85714286;
  }
}
.main-promo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 481px;
  margin: 0 auto;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
@media (min-width: 768px) {
  .main-promo-wrapper {
    top: 300px;
  }
}
.main-promo-wrapper svg {
  margin-bottom: 28px;
}
.main-promo-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 19px;
  max-width: 473px;
}
@media (min-width: 992px) {
  .main-promo-title {
    font-size: 46px;
  }
}
.main-promo-desc {
  margin-top: 22px;
  font-weight: 500;
  font-size: 16px;
}
.main-promo a {
  margin-top: 36px;
  display: block;
  text-align: center;
  color: white;
  background: #050505;
  font-size: 14px;
  font-weight: 600;
  border-radius: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 14px 51px;
}
.main-about h2 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 19px;
}
@media (min-width: 992px) {
  .main-about h2 {
    font-size: 46px;
  }
}
.main-about-desc {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.main-about-bg {
  margin-top: 24px;
  width: 100%;
  border-radius: 14px;
  background-position: center;
  background-size: contain !important;
  position: relative;
  aspect-ratio: 2.16318786;
  overflow: hidden;
  cursor: none;
}
@media (min-width: 992px) {
  .main-about-bg {
    margin-top: 50px;
  }
}
.main-about-bg > a {
  position: absolute;
  background: #050505;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 12px;
  bottom: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  border-radius: 9999px;
  font-weight: 500;
  -webkit-transition: 0ms;
  transition: 0ms;
  width: 98px;
  height: 98px;
}
.main-about-bg > a svg {
  margin-top: 1px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .main-about-bg > a {
    width: 124px;
    height: 124px;
    right: 82px;
    bottom: auto;
    top: 112px;
  }
}
.main-novelty {
  background-color: #FDEC53;
  margin-top: 120px;
  margin-bottom: -80px;
  padding: 50px 16px;
  position: relative;
  aspect-ratio: 0.70093458;
}
@media (min-width: 640px) {
  .main-novelty {
    aspect-ratio: 1.47692308;
  }
}
@media (min-width: 992px) {
  .main-novelty {
    aspect-ratio: 2.13333333;
  }
}
@media (min-width: 992px) {
  .main-novelty {
    padding: 120px;
  }
}
.main-novelty > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-novelty h2 {
  text-align: center;
  margin-top: 28px;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .main-novelty h2 {
    font-size: 46px;
  }
}
.main-novelty-links {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .main-novelty-links {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .main-novelty-links a + a {
    margin-left: 10px;
  }
}
.main-novelty-circles {
  padding: 200px 0;
}
.main-novelty-form {
  max-width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  width: 100%;
}
@media (min-width: 992px) {
  .main-novelty-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.main-novelty-form-field {
  position: relative;
  max-width: 444px;
  width: 100%;
}
.main-novelty-form-field input {
  min-height: 44px;
  max-height: 44px;
}
@media (min-width: 992px) {
  .main-novelty-form a {
    margin-left: 10px;
  }
}
.main-novelty-form input {
  width: 100%;
  border-radius: 23px;
  background-color: #fff;
  font-size: 14px;
  outline: none;
  border: none;
  padding: 14px 22px;
}
.main-novelty-form button {
  position: absolute;
  cursor: pointer;
  min-height: 44px;
  max-height: 44px;
  right: 0;
  top: 0;
  padding: 14px 51px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  color: #fff;
  font-weight: 600;
  background-color: #050505;
  text-align: center;
  border-radius: 24px;
}
.animation-circle {
  visibility: hidden;
  width: 90px;
  height: 90px;
  border-radius: 9999px;
  position: absolute;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (min-width: 768px) {
  .animation-circle {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 992px) {
  .animation-circle {
    width: 140px;
    height: 140px;
  }
}
.animation-circle:nth-child(1) {
  background-color: #FFFDC9;
}
.animation-circle:nth-child(2) {
  background-color: #FFFDC9;
}
.animation-circle:nth-child(3) {
  background-color: #FF8AEE;
}
.animation-circle:nth-child(4) {
  background-color: #FFA3B3;
}
.animation-circle:nth-child(5) {
  background-color: #FF8AEE;
}
.animation-circle:nth-child(6) {
  background-color: #FFFDC9;
}
.animation-circle:nth-child(7) {
  background-color: #FFA3B3;
}
.animation-circle:nth-child(8) {
  background-color: #FF8AEE;
}
.animation-circle:nth-child(9) {
  background-color: #FFA3B3;
}
.animation-circle:nth-child(10) {
  background-color: #FFFDC9;
}
.animation-circle:nth-child(11) {
  background-color: #FFA3B3;
}
.animation-circle:nth-child(12) {
  background-color: #FFFDC9;
  background-size: 40%;
  background-position: center;
}
.animation-circle:nth-child(13) {
  background-color: #FFFDC9;
  background-size: 40%;
  background-position: center;
}
.animation-circle:nth-child(14) {
  background-color: #FFFDC9;
}
.animation-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.70093458;
  margin: auto;
}
@media (min-width: 640px) {
  .animation-container {
    aspect-ratio: 1.47692308;
  }
}
@media (min-width: 992px) {
  .animation-container {
    aspect-ratio: 2.13333333;
  }
}
.animation-wrapper {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.70093458;
  overflow: hidden;
}
@media (max-width: 768px) {
  .animation-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: transparent;
    aspect-ratio: 1.66666667;
    z-index: 300;
  }
}
@media (min-width: 640px) {
  .animation-wrapper {
    aspect-ratio: 1.47692308;
  }
}
@media (min-width: 992px) {
  .animation-wrapper {
    aspect-ratio: 2.13333333;
  }
}
@media (max-width: 767px) {
  .category__wrapper {
    display: block;
  }
}
.category__filter {
  padding-top: 38px;
}
@media (min-width: 767px) {
  .category__filter-btn {
    display: none;
  }
}
.category__filter-content {
  overflow-y: hidden;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.category__filter-content-btn {
  margin-bottom: 8px;
}
.category__filter-item {
  line-height: 18px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category__filter-item > * + * {
  margin-left: 16px;
}
.category__filter-item--title {
  font-weight: bold;
  font-weight: 900;
}
.category__filter-item--no-border {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
.category__filter-input {
  width: 64px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 8px;
}
.category__filter-btn-wrapper {
  text-align: center;
  margin-bottom: 8px;
}
.category__btn-tag {
  text-transform: lowercase;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-right: 16px;
  margin-top: 16px;
  font-size: 12px;
  height: 24px;
  border: 1px solid #F0F0F0;
  background-color: transparent;
  color: #6A6A6A;
  cursor: pointer;
  outline: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.category__btn-tag-wrapper {
  max-width: 100%;
}
.category__btn-tag:hover {
  border-color: #FED044;
  color: #FED044;
}
.category__btn-tag--selected {
  border-color: #202020;
}
.category__content {
  grid-column: 1 / span 3;
}
@media (max-width: 1024px) {
  .category__content {
    grid-column-end: span 2;
  }
}
@media (max-width: 767px) {
  .category__content {
    display: block;
    margin-top: 28px;
  }
}
.category__products {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .category__products {
    display: block;
  }
}
@media (max-width: 767px) {
  .category__product-item {
    margin-bottom: 48px;
  }
}
.filter-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.filter-panel__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .filter-panel__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.filter-drop-down__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-drop-down {
  position: relative;
}
.filter-drop-down__title-img {
  width: 6.34px;
  height: 6.34px;
  margin-left: 8px;
  padding-bottom: 3px;
}
.filter-panel__button-img {
  width: 16px;
  height: 10px;
  margin-left: 8px;
}
.filter-panel__button {
  border: none;
  outline: none;
  background: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
  padding: 0;
}
.filter-drop-down:not(:last-child) {
  margin-right: 40px;
}
.filter-drop-down-list {
  position: absolute;
  width: 180px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 16px 0px;
  list-style: none;
  margin-top: 7px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filter-drop-down-list--left {
  right: 0;
}
.filter-drop-down-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
  padding: 7.5px 12px;
  cursor: pointer;
}
.filter-drop-down-list__item--active {
  font-weight: bold;
  background-color: rgba(236, 236, 237, 0.4) !important;
}
.filter-drop-down-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-drop-down-list--broad {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 16px 15px;
}
.filter-drop-down-list__input {
  width: 64px;
  height: 32px;
  border: 2px solid #F1F1F1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 11px;
  padding-left: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #202020;
}
.filter-drop-down-list__apply-button,
.filter-panel__apply-button {
  background: #050505;
  border: none;
  outline: none;
  padding: 12px 24px;
  font-family: Montserrat;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 24px;
  margin-top: 20px;
  cursor: pointer;
}
.filter-panel__apply-button {
  display: none;
}
.filter-drop-down__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter-drop-down__checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.filter-drop-down__checkbox + label::before {
  content: '';
  display: inline-block;
  border: 1px solid #F1F1F1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.filter-drop-down__checkbox:checked + label::before {
  background-color: #202020;
  background-image: url("../img/arrow-checkbox.svg");
}
.filter-drop-down__checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: black;
}
.filter-drop-down-list__checkbox-label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #202020;
}
label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #202020;
}
@media (max-width: 650px) {
  .filter-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filter-panel__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filter-panel__button {
    display: block;
  }
  .filter-drop-down__title {
    padding: 0;
  }
  .filter-drop-down-list__item {
    font-size: 12px;
  }
  .filter-drop-down-list--broad {
    padding: 0;
    width: 190px;
  }
  .filter-drop-down:not(:last-child) {
    margin-right: 0px;
  }
  .filter-panel__apply-button {
    display: block;
  }
}
-categories {
  max-width: 100%;
  color: #898989;
  overflow: auto;
}
-categories::-webkit-scrollbar {
  display: none;
}
-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
-categories ul a {
  list-style-type: none;
  padding: 11px 23px;
  border-radius: 19px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
-categories ul a.active {
  background-color: #050505;
  color: white;
}
-categories ul a:last-child {
  margin-right: 200px;
}
-categories ul a + li {
  margin-left: 8px;
}
.filter-panel {
  display: none;
  margin-top: 42px;
}
@media (min-width: 768px) {
  .filter-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter-panel .filter-drop-down__title,
.filter-panel .filter-drop-down-list__item,
.filter-panel .filter-drop-down-list__item label {
  font-weight: 500;
  font-size: 14px;
}
.filter-panel .filter-drop-down__title-img {
  width: 12px;
  height: 12px;
}
.filter-panel .filter-drop-down-list,
.filter-panel .filter-drop-down-list--broad {
  border-radius: 12px;
}
.filter-panel .filter-drop-down-list__apply-button {
  border-radius: 19px;
  background: #050505;
  padding: 11px 20px;
  font-weight: 500;
  color: white;
  width: 90%;
  margin: 12px auto 6px;
}
.products-no-result {
  font-size: 14px;
  font-weight: 500;
  margin-top: 70px;
}
.mobile-filter-panel {
  padding: 13px 0px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .mobile-filter-panel {
    display: none;
  }
}
.mobile-filter-panel .mobile-limit .filter-drop-down-list {
  position: absolute !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100px;
  padding: 12px 0px !important;
  border-radius: 6px;
}
.mobile-filter-panel .mobile-limit .filter-drop-down-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-filter-panel .filter-drop-down-list {
  padding: 0 8px;
  position: static;
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.mobile-filter-panel .filter-drop-down-list button {
  display: none;
}
.mobile-filter-panel .filter-drop-down-list__item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mobile-filter-panel .filter-mobile-item-title {
  padding: 0 8px;
  margin: 26px 0px 22px;
}
.mobile-filter-panel .mobile-sale {
  padding: 0 8px;
  margin-top: 32px;
}
.mobile-filter-panel .filter-panel__apply-button {
  margin-top: 32px;
}
.mobile-filter-panel .filter-drop-down__title-img {
  width: 14px;
  height: 14px;
}
.mobile-filter-panel-btn {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.mobile-filter-panel-btn svg {
  margin-left: 8px;
}
.mobile-filter-modal {
  position: fixed;
  z-index: 1000;
  top: 89px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 89px);
  background-color: white;
}
@media (min-width: 768px) {
  .mobile-filter-modal {
    display: none;
  }
}
.mobile-filter-modal-title {
  position: relative;
  text-align: center;
  margin: 0 16px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
.mobile-filter-modal-title::after {
  content: url("../img/arrow.svg");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 0;
}
.mobile-filter-modal-content {
  color: #050505;
  max-height: 100%;
  overflow: auto;
  padding-bottom: 80px;
}
.mobile-filter-modal-content label {
  font-size: 14px;
}
.mobile-filter-modal-content::-webkit-scrollbar {
  display: none;
}
.mobile-filter-modal .filter-drop-down-list.filter-drop-down-list--broad {
  width: 100%;
}
.mobile-filter-modal .filter-drop-down-list__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .mobile-filter-modal .filter-drop-down-list__wrapper > div {
    width: 48%;
  }
  .mobile-filter-modal .filter-drop-down-list__wrapper > div input {
    width: 100%;
  }
}
.filter-drop-down-list__input {
  border-radius: 23px;
  background-color: #ECECED;
  outline: none;
}
.filter-mobile-item-title {
  font-size: 16px;
  font-weight: 500;
  margin: 26px 0;
}
.filter-panel__apply-button {
  width: 100%;
  background-color: #050505;
  border-radius: 24px;
  font-weight: 600;
  color: #fff;
  padding: 14px 51px;
}
@media (max-width: 992px) {
  .filter-panel .filter-drop-down {
    display: none;
  }
}
@media (max-width: 992px) {
  .filter-panel .filter-panel__apply-button {
    display: none;
  }
}
@media (max-width: 992px) {
  .filter-panel .filter-panel__group {
    display: none;
  }
}
@media (max-width: 768px) {
  #page-app .slider-controls {
    bottom: 21px !important;
  }
}
#page-app .main-catalog .h1 {
  margin-bottom: 21px;
  margin-top: 28px;
}
@media (min-width: 992px) {
  #page-app .main-catalog .h1 {
    margin-bottom: 48px;
    margin-top: 72px;
  }
}
