.cat-main__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cat-main {
  position: relative;
  padding-top: 163px;
  padding-bottom: 239px;
  background-color: #f6f5f2;
}

.cat-main .c-grid {
  max-width: 1606px;
}

.cat-main__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cat-main__bg:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f6f5f2), color-stop(79%, rgba(246, 245, 242, 0.5)), color-stop(98%, rgba(246, 245, 242, 0)));
  background-image: -webkit-linear-gradient(bottom, #f6f5f2 50%, rgba(246, 245, 242, 0.5) 79%, rgba(246, 245, 242, 0) 98%);
  background-image: -o-linear-gradient(bottom, #f6f5f2 50%, rgba(246, 245, 242, 0.5) 79%, rgba(246, 245, 242, 0) 98%);
  background-image: linear-gradient(to top, #f6f5f2 50%, rgba(246, 245, 242, 0.5) 79%, rgba(246, 245, 242, 0) 98%);
}

.cat-main__wrapper {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cat-main__title {
  padding-bottom: 30px;
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0.46px;
  text-align: right;
  color: #c6415a;
}

.cat-main__dropdown {
  z-index: 999;
  overflow-y: auto;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  display: none;
  width: 100%;
  max-height: 345px;
  padding: 31px 21px 9px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 3px 63px 0 rgba(0, 0, 0, 0.56);
          box-shadow: 0 3px 63px 0 rgba(0, 0, 0, 0.56);
  background-color: #ffffff;
}

.cat-main__dropdown > hr {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(192, 192, 192, 0.5);
}

.cat-main__dropdown > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.54px;
  text-align: right;
  color: #000000;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.cat-main__dropdown > a:hover {
  color: #c6415a;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.cat-main__dropdown > a.active {
  color: #c6415a;
}

.cat-main__dropdown-wrapper {
  position: relative;
}

.cat-main__dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 561px;
  height: 68px;
  padding: 0 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 63px 0 rgba(0, 0, 0, 0.56);
          box-shadow: 0 3px 63px 0 rgba(0, 0, 0, 0.56);
  background-color: #ffffff;
}

.cat-main__dropdown-toggle.is-active img {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.cat-main__dropdown-toggle:after {
  content: '';
  z-index: 1999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 63px 0 rgba(0, 0, 0, 0.56);
          box-shadow: 0 3px 63px 0 rgba(0, 0, 0, 0.56);
}

[dir='rtl'] .cat-main__dropdown-toggle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cat-main__dropdown-toggle > div {
  z-index: 2000;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cat-main__dropdown-toggle img {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.cat-main__dropdown-toggle span {
  font-size: 20px;
  letter-spacing: 0.54px;
  text-align: right;
  color: #000000;
}

.cat-main .breadcrumbs {
  padding-bottom: 0;
}

.cat-main .breadcrumbs a,
.cat-main .breadcrumbs span {
  color: #000;
}

.list {
  position: relative;
  padding-bottom: 154px;
  background-color: #f6f5f2;
}

.list__wrapper {
  width: 100%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.list__logo {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.list__title {
  margin-top: 40px;
  padding-bottom: 75px;
  font-size: 52px;
  line-height: 1.46;
  letter-spacing: 0.52px;
  text-align: center;
  color: #111111;
}

.list__desc {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 32px;
  text-align: center;
  color: #101010;
}

.list__box-wrapper {
  position: relative;
  left: -110px;
  width: calc(100% + 110px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

[dir='rtl'] .list__box-wrapper {
  left: auto;
  right: -110px;
}

[dir='rtl'] .list__box-wrapper > div {
  padding-left: 0;
  padding-right: 110px;
}

.list__box-wrapper > div {
  width: 100%;
  max-width: calc(100% / 4);
  padding-left: 110px;
  padding-bottom: 68px;
}

.list .product__block-head {
  height: 293px;
}

@media screen and (min-width: 768px) {
  .cat-main__dropdown-wrapper {
    top: auto !important;
  }
}

@media screen and (max-width: 1279px) {
  .cat-main {
    padding-top: 130px;
    padding-bottom: 200px;
  }

  .list__box-wrapper {
    left: -75px;
    width: calc(100% + 75px);
  }

  [dir='rtl'] .list__box-wrapper {
    right: -75px;
  }

  [dir='rtl'] .list__box-wrapper > div {
    padding-right: 75px;
  }

  .list__box-wrapper > div {
    padding-left: 75px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .cat-main .breadcrumbs {
    text-align: right;
  }

  .list__title {
    font-size: 45px;
  }

  .list__box-wrapper {
    left: -50px;
    width: calc(100% + 50px);
  }

  [dir='rtl'] .list__box-wrapper {
    right: -50px;
  }

  [dir='rtl'] .list__box-wrapper > div {
    padding-right: 50px;
  }

  .list__box-wrapper > div {
    max-width: calc(100% / 3);
    padding-left: 50px;
    padding-bottom: 30px;
  }

  .list__box-wrapper > div {
    max-width: calc((100% - 20px) / 2);
    padding-left: 0;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cat-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cat-main__bg:after {
    height: 55%;
  }

  .cat-main__wrapper > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .cat-main__title {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-bottom: 0;
    font-size: 32px;
    text-align: center;
  }

  .cat-main__dropdown {
    max-height: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cat-main__dropdown > a {
    font-size: 16px;
  }

  .cat-main__dropdown-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: fixed;
    top: 0;
    -webkit-transform: translateY(53px);
        -ms-transform: translateY(53px);
            transform: translateY(53px);
    left: 0;
    width: 100%;
  }

  .cat-main__dropdown-wrapper.is-hide {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }

  .cat-main__dropdown-toggle {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border-radius: 0;
  }

  .cat-main__dropdown-toggle:after {
    border-radius: 0;
  }

  .cat-main__dropdown-toggle img {
    display: block;
    max-width: 17px;
    height: auto;
  }

  .cat-main__dropdown-toggle span {
    font-size: 16px;
  }

  .cat-main .breadcrumbs {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 380px;
    text-align: center;
  }

  .list {
    padding-bottom: 100px;
  }

  .list__logo {
    max-width: 132px;
  }

  .list__title {
    padding-bottom: 55px;
    font-size: 25px;
  }

  .list__desc {
    padding-top: 40px;
    text-align: right;
    font-size: 17px;
  }

  .list__box-wrapper {
    left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  [dir='rtl'] .list__box-wrapper {
    right: 0;
  }

  [dir='rtl'] .list__box-wrapper > div {
    padding-right: 0;
  }

  .list .product__block {
    max-width: 100%;
  }

  .list .product__block-head {
    height: 210px;
  }
}