@charset "UTF-8";
/* Основной шаблон */
:root {
  --swiper-theme-color: #4F728E;
}

body {
  font-family: Montserrat;
  font-size: 1em;
  font-weight: 500;
  padding: 0;
  margin: 0;
  position: relative;
}

body.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

input, textarea {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
}

main {
  min-height: calc(50vh);
}

.container {
  width: calc( 1400px - 40px );
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

[data-counter=card-counter] {
  height: 25px;
  border: 1px solid #4F728E;
  border-radius: 5px;
  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;
}
[data-counter=card-counter] .minus, [data-counter=card-counter] .plus {
  padding: 0px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[data-counter=card-counter] input.count {
  text-align: center;
  width: 40px;
  border: 0;
  outline: 0;
  font-size: 16px;
  background: transparent;
}
[data-counter=card-counter] input.count:focus {
  border: 0;
  outline: 0;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination {
  z-index: 2;
}

@media (max-width: 1400px) {
  .container {
    width: calc( 1200px - 40px );
  }

  [data-counter=card-counter] input.count {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 12px;
  }

  .container {
    width: calc( 992px - 40px );
  }

  [data-counter=card-counter] input.count {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .container {
    width: calc( 768px - 40px );
  }
  input, textarea {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .container {
    width: calc( 576px - 40px );
  }
}
@media (max-width: 576px) {
  .container {
    width: calc( 320px - 0px );
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Шаблон */
.test-style-21236478 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.test-style-21236478::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url();
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
}

/* Основной шаблон end */
.hits h3 {
  margin-top: 60px;
  font-size: 26px;
}
.hits .home-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.hits .home-cards .home-card {
  width: 24%;
  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;
  border-radius: 20px;
  border-top-left-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  position: relative;
}
.hits .home-cards .home-card .card-actions {
  position: absolute;
  top: 5px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hits .home-cards .home-card:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hits .home-cards .home-card .card-img-wrapper {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hits .home-cards .home-card .card-img-wrapper .card-img {
  width: 164px;
  height: 164px;
  margin: 25px auto 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hits .home-cards .home-card .home-card-description {
  padding: 20px;
  min-height: 100px;
  font-weight: 500;
}
.hits .home-cards .home-card .home-card-description a {
  color: black;
  text-decoration: none;
}
.hits .home-cards .home-card .home-card-price {
  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;
  padding: 20px 20px 5px;
  position: relative;
}
.hits .home-cards .home-card .home-card-price .price {
  font-size: 1.5em;
  font-weight: 700;
}
.hits .home-cards .home-card .home-card-price .price-desc {
  background-color: #ECECEC;
  padding: 5px;
  color: gray;
}
.hits .home-cards .home-card .home-card-price .price-desc.opener {
  cursor: pointer;
}
.hits .home-cards .home-card .home-card-price .price-desc-select {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 20px;
  top: 52px;
  background-color: #ECECEC;
  color: gray;
  padding: 0 5px;
}
.hits .home-cards .home-card .home-card-price .price-desc-select span {
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.hits .home-cards .home-card .home-card-price .price-desc-select span:hover {
  color: black;
}
.hits .home-cards .home-card .home-card-price .price-desc.opener.active + .price-desc-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hits .home-cards .home-card .home-card-info {
  padding: 0 20px 20px;
  color: #ED691F;
}
.hits .home-cards .home-card .home-card-basket {
  color: white;
  background-color: #4F728E;
  width: 130px;
  height: 30px;
  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;
  cursor: pointer;
  margin: 0 20px 20px;
  border-radius: 6px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .hits .home-cards .home-card .card-img-wrapper .card-img {
    width: 160px;
    height: 160px;
  }
  .hits .home-cards .home-card .home-card-description {
    min-height: 75px;
  }
  .hits .home-cards .home-card .home-card-price .price-desc-select {
    top: 47px;
  }
}
@media (max-width: 992px) {
  .hits h3 {
    margin-top: 20px;
  }
  .hits .home-cards .home-card .card-img-wrapper .card-img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 768px) {
  .hits h3 {
    margin-top: 40px;
    font-size: 22px;
  }
  .hits .home-cards .home-card {
    width: 48%;
    border: 1px solid #ECECEC;
    margin-bottom: 20px;
  }
  .hits .home-cards .home-card .card-img-wrapper .card-img {
    width: 200px;
    height: 200px;
  }
  .hits .home-cards .home-card .home-card-price .price-desc.opener.active + .price-desc-select {
    top: 47px;
    right: 20px;
  }
}
@media (max-width: 576px) {
  .hits .home-cards .home-card {
    width: 49%;
    border-radius: 7px;
    margin-bottom: 2px;
  }
  .hits .home-cards .home-card .card-img-wrapper .card-img {
    width: 111px;
    height: 111px;
    margin-top: 11px;
  }
  .hits .home-cards .home-card .home-card-description {
    padding: 0 12px 10px;
    min-height: 70px;
  }
  .hits .home-cards .home-card .home-card-price {
    padding: 0px 12px 5px;
  }
  .hits .home-cards .home-card .home-card-price .price {
    font-size: 1.2em;
  }
  .hits .home-cards .home-card .home-card-price .price-desc.opener.active + .price-desc-select {
    top: 27px;
    right: 12px;
  }
  .hits .home-cards .home-card .home-card-info {
    padding: 0 12px 10px;
  }
  .hits .home-cards .home-card .home-card-basket {
    width: 80%;
    margin: 10px auto;
  }
  .hits .home-cards .home-card .card-actions img {
    height: 25px;
  }
}
.go-to-basket__overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 6;
}
.go-to-basket__overlay.active {
  display: block;
}
.go-to-basket__overlay.active ~ .go-to-basket__open {
  display: block;
}

.go-to-basket__open {
  display: none;
  width: 70vw;
  height: 70vh;
  background-color: white;
  position: fixed;
  border-radius: 20px;
  left: calc((100vw - 70vw) / 2);
  top: calc((100vh - 70vh) / 2);
  z-index: 6;
}

.go-to-basket__close img {
  display: none;
}

.go-to-basket__content {
  width: 100%;
  height: 100%;
  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;
}

.go-to-basket__content-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.go-to-basket__content-close img {
  width: 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.go-to-basket__content-close img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.go-to-basket__wrapper {
  width: 80%;
  min-height: 20%;
  border: 1px solid #ED691F;
  border-radius: 20px;
  padding: 15px;
}

.go-to-basket__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.go-to-basket__top .desc {
  font-size: 13px;
  color: silver;
}
.go-to-basket__top .go-to-basket__sum-desc {
  color: #ED691F;
}

.go-to-basket__img {
  width: 8vw;
  height: 8vw;
  margin-right: 15px;
  margin-bottom: 15px;
}
.go-to-basket__img img {
  width: 8vw;
  height: 8vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.go-to-basket__name,
.go-to-basket__price,
.go-to-basket__count,
.go-to-basket__sum {
  margin-top: 20px;
  margin-right: 15px;
  padding-bottom: 10px;
  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;
}

.go-to-basket__price {
  text-align: right;
}

.go-to-basket__price-title,
.go-to-basket__sum-title {
  font-size: 19px;
  min-width: 105px;
}

.go-to-basket__bottom {
  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;
}
.go-to-basket__bottom .go-to-basket__next, .go-to-basket__bottom .go-to-basket__back {
  border: 1px solid #ED691F;
  border-radius: 10px;
  width: 330px;
  height: 40px;
  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;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 19px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.go-to-basket__bottom .go-to-basket__next:hover, .go-to-basket__bottom .go-to-basket__back:hover {
  background-color: #ED691F;
  color: white;
}

.go-to-basket__back {
  margin-right: 20px;
}

@media (max-width: 1400px) {
  .go-to-basket__bottom div {
    width: 265px;
    height: 33px;
    font-size: 16px;
  }

  .go-to-basket__name-title {
    font-size: 14px;
  }

  .go-to-basket__top .desc {
    font-size: 12px;
  }

  .go-to-basket__price-title, .go-to-basket__sum-title {
    font-size: 17px;
    min-width: 97px;
  }
}
@media (max-width: 1200px) {
  .go-to-basket__bottom div {
    width: 224px;
    height: 28px;
    font-size: 14px;
  }

  .go-to-basket__name-title {
    font-size: 12px;
  }

  .go-to-basket__top .desc {
    font-size: 10px;
  }

  .go-to-basket__name, .go-to-basket__price, .go-to-basket__count, .go-to-basket__sum {
    margin-top: 16px;
    padding-bottom: 10px;
  }

  .go-to-basket__price-title, .go-to-basket__sum-title {
    font-size: 16px;
    min-width: 91px;
  }

  [data-counter=card-counter] {
    height: 20px;
  }

  .go-to-basket__content-close img {
    width: 15px;
  }

  .go-to-basket__close img {
    width: 9px;
  }

  .go-to-basket__wrapper {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .go-to-basket__open {
    height: 60vh;
    width: 620px;
    left: calc((100vw - 620px) / 2);
  }

  .go-to-basket__bottom div {
    width: 198px;
    height: 25px;
    font-size: 12px;
  }

  .go-to-basket__name-title {
    font-size: 10px;
  }

  .go-to-basket__top .desc {
    font-size: 9px;
  }

  .go-to-basket__name, .go-to-basket__price, .go-to-basket__count, .go-to-basket__sum {
    margin-top: 13px;
    margin-right: 8px;
    padding-bottom: 10px;
  }

  .go-to-basket__price-title, .go-to-basket__sum-title {
    font-size: 14px;
    min-width: 81px;
  }

  [data-counter=card-counter] {
    height: 18px;
  }
}
@media (max-width: 768px) {
  .go-to-basket__open {
    height: 199px;
    width: 536px;
    left: calc((100vw - 536px) / 2);
    top: calc((100vh - 199px) / 2);
    border-radius: 10px;
  }

  .go-to-basket__content-close {
    right: 10px;
    top: 10px;
  }

  .go-to-basket__content-close img {
    width: 10px;
  }

  .go-to-basket__bottom div {
    width: 148px;
    height: 20px;
    font-size: 10px;
  }

  .go-to-basket__name-title {
    font-size: 9px;
    margin-bottom: 5px;
  }

  .go-to-basket__top .desc {
    margin-bottom: 5px;
  }

  .go-to-basket__price-title, .go-to-basket__sum-title {
    font-size: 12px;
    min-width: 68px;
  }

  [data-counter=card-counter] {
    height: 15px;
    margin-right: 0;
  }

  .go-to-basket__name, .go-to-basket__price, .go-to-basket__count, .go-to-basket__sum {
    margin-top: 7px;
    margin-right: 5px;
    padding-bottom: 10px;
  }

  .go-to-basket__bottom .go-to-basket__next, .go-to-basket__bottom .go-to-basket__back {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .go-to-basket__open {
    width: 280px;
    left: calc((100vw - 280px) / 2);
    height: unset;
    padding: 30px 0 5px;
    top: 47px;
  }

  .go-to-basket__wrapper {
    border-radius: 7px;
    padding: 8px;
    width: 90%;
    position: relative;
  }

  .go-to-basket__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .go-to-basket__img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .go-to-basket__img img {
    width: 45px;
    height: 45px;
  }

  .go-to-basket__name {
    margin-right: 18px;
  }

  .go-to-basket__close {
    position: absolute;
    right: 7px;
    top: 5px;
  }

  .go-to-basket__name, .go-to-basket__price, .go-to-basket__count, .go-to-basket__sum {
    margin-top: 9px;
    padding-bottom: 10px;
  }

  .go-to-basket__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .go-to-basket__bottom div {
    width: 100%;
  }

  .go-to-basket__back {
    margin-right: 0;
    margin-bottom: 10px;
  }
  input, textarea {
    font-size: 12px;
  }
}
.home-advice {
  margin-bottom: 50px;
}
.home-advice h3 {
  font-size: 26px;
}
.home-advice .swiper-slide {
  height: 236px;
  background-size: cover;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.home-advice .swiper-slide span {
  display: block;
  padding: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
.home-advice .swiper-slide:hover {
  color: white;
}
.home-advice a {
  color: black;
  text-decoration: none;
}

@media (max-width: 1400px) {
  .home-advice .swiper-slide {
    height: 291px;
  }
  .home-advice span {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .home-advice .swiper-slide {
    height: 233px;
  }
}
@media (max-width: 992px) {
  .home-advice .swiper-slide {
    height: 170px;
  }
  .home-advice .swiper-slide span {
    font-size: 1em;
    padding: 20px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .home-advice h3 {
    font-size: 22px;
  }
  .home-advice .swiper-slide {
    height: 230px;
  }
  .home-advice .swiper-slide span {
    font-size: 1.3em;
    line-height: 23px;
  }
}
@media (max-width: 576px) {
  .home-advice {
    margin-bottom: 25px;
  }
  .home-advice .swiper-slide {
    height: 182px;
  }
  .home-advice .swiper-slide span {
    font-size: 1em;
    line-height: 16px;
  }
}
.form-write {
  height: 130px;
  border-top: 10px solid #f0f1f5;
}
.form-write .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-write .form-write-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-write .form-write-form input {
  height: 35px;
  width: 230px;
  padding-left: 17px;
  border: 1px solid #d0d6dc;
  border-radius: 5px;
  margin-right: 5px;
}
.form-write .form-write-form button {
  width: 250px;
  height: 40px;
  background-color: #ED691F;
  border: 0;
  border-radius: 5px;
  color: white;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.form-write .form-write-form button:hover {
  background-color: #d45207;
}
.form-write .form-write-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 17px;
  margin-right: 55px;
  height: 35px;
}

@media (max-width: 1200px) {
  .form-write .form-write-title {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .form-write {
    height: 100px;
    margin-bottom: 30px;
  }
  .form-write .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-write .form-write-form {
    width: 100%;
  }
  .form-write .form-write-form input {
    width: 48%;
  }
  .form-write .form-write-form button {
    width: 48%;
  }
  .form-write .form-write-title {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .form-write {
    padding-top: 28px;
  }
}
.cat-doors__banners-top {
  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;
}

.cat-doors__banner-1 {
  width: 49%;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cat-doors__banner-2 {
  width: 49%;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cat-doors__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}

.cat-doors__icons-left {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cat-doors__icons-left img {
  height: 115px;
  margin-right: 30px;
  margin-right: 65px;
}

.cat-doors__icons-right {
  width: calc(49% - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cat-doors__icons-right_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #4F728E;
  border-radius: 20px;
  padding: 15px;
  font-size: 12px;
  color: black;
  text-decoration: none;
  min-width: 170px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.cat-doors__icons-right_icon:hover {
  -webkit-box-shadow: 0 0 10px silver;
          box-shadow: 0 0 10px silver;
}

.cat-doors__icons-right_img {
  margin-right: 25px;
  margin-left: 10px;
}
.cat-doors__icons-right_img img {
  width: 40px;
}

.cat-doors__icons-right_title {
  margin-top: 10px;
}

.cat-doors__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 75px;
}

.cat-doors__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 30px);
  margin-bottom: 60px;
  padding: 15px;
}

.cat-doors__category-img img {
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.cat-doors__category:hover .cat-doors__category-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.cat-doors__category:hover .cat-doors__category-title {
  color: #ED691F;
}

.cat-doors__category-title {
  color: black;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.cat-doors__category-title h3 {
  font-size: 16px;
}

.cat-doors__category-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cat-doors__category-link {
  color: black;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 16px;
}
.cat-doors__category-link:hover {
  text-decoration: underline;
}

.cat-doors__category-link.hidden {
  display: none;
}

.cat-doors__category-more {
  font-size: 14px;
  color: silver;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cat-doors__category-more::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/icons/menu-open-silver.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 7px;
  opacity: 0.5;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.cat-doors__category-more.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hits h3 {
  margin-top: 0;
}

.mobile {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 1400px) {
  .cat-doors__banner-1, .cat-doors__banner-2 {
    height: 139px;
  }

  .cat-doors__icons-left img {
    height: 97px;
  }

  .cat-doors__icons-right_icon {
    min-width: unset;
    padding: 10px;
  }

  .cat-doors__icons-right_img {
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .cat-doors__banner-1, .cat-doors__banner-2 {
    height: 112px;
  }

  .cat-doors__icons-left img {
    margin-right: 30px;
  }

  .cat-doors__icons-right_icon {
    font-size: 10px;
  }

  .cat-doors__icons-right_img {
    margin-right: 10px;
    margin-left: 0px;
  }

  .cat-doors__icons-right_img img {
    width: 30px;
  }

  .cat-doors__icons-right_icon {
    padding: 10px 15px;
  }

  .cat-doors__category-link {
    font-size: 14px;
  }

  .cat-doors__category-img img {
    width: 150px;
    height: 150px;
  }

  .cat-doors__category-more {
    font-size: 14px;
  }

  .cat-doors__category {
    margin-bottom: 25px;
  }

  .cat-doors__category-link {
    margin-bottom: 13px;
  }

  h1 {
    font-size: 19px;
  }

  .hits h3 {
    font-size: 19px;
  }

  .home-advice h3 {
    font-size: 19px;
  }

  .home-advice .swiper-slide span {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .mobile {
    display: block;
  }

  .pc {
    display: none;
  }

  .m-cat-doors__banners-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cat-doors__banner-1, .cat-doors__banner-2 {
    width: 100%;
    height: 176px;
    margin-bottom: 25px;
  }

  .cat-doors__icons-left {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cat-doors__icons-left img {
    margin-right: unset;
    margin-bottom: 35px;
    height: 120px;
  }

  .cat-doors__icons-right {
    width: 100%;
  }

  .cat-doors__icons-right_icon {
    padding: 17px 25px;
    font-size: 14px;
  }

  .cat-doors__icons-right_img img {
    width: 48px;
  }

  .cat-doors__icons-right_img {
    margin-right: 20px;
  }

  .cat-doors__category {
    width: calc(33% - 30px);
    margin-bottom: 0px;
  }

  .home-advice .swiper-slide span {
    font-size: 10px;
    padding: 10px;
  }

  h1, .hits h3, .home-advice h3 {
    font-size: 16px;
  }

  .cat-doors__categories {
    margin-top: 40px;
  }
  .cat-doors__category-link {
    font-size: 12px;
  }
  .cat-doors__category-more {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cat-doors__banner-1, .cat-doors__banner-2 {
    height: 129px;
    margin-bottom: 15px;
  }

  .cat-doors__icons-left img {
    height: 109px;
    margin-bottom: 25px;
  }

  .cat-doors__icons-right_img img {
    width: 30px;
  }

  .cat-doors__icons-right_icon {
    font-size: 12px;
    padding: 13px 15px;
  }

  .cat-doors__icons-right_img {
    margin-right: 15px;
  }

  .cat-doors__category {
    width: calc(50% - 30px);
  }

  .home-advice .swiper-slide span {
    font-size: 12px;
    padding: 15px;
    line-height: 17px;
  }
}
@media (max-width: 576px) {
  .cat-doors__banner-1, .cat-doors__banner-2 {
    height: 68px;
    margin-bottom: 10px;
  }

  .cat-doors__icons-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .cat-doors__icons-left img {
    height: 96px;
    margin-bottom: 5px;
  }

  .cat-doors__icons-left img.cat-doors__icons-left_4 {
    margin-right: 33px;
  }

  .cat-doors__icons-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .cat-doors__icons-right_icon {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 7px;
    min-width: 114px;
  }

  .cat-doors__icons-right_img {
    margin-right: 10px;
  }

  .cat-doors__icons-right_3 {
    margin-top: 4px;
  }

  .cat-doors__icons-right_img img {
    width: 32px;
  }

  .cat-doors__banner-2 {
    margin-bottom: 4px;
  }

  .cat-doors__categories {
    margin-top: 15px;
  }

  .cat-doors__category-img img {
    width: 140px;
    height: 140px;
  }

  .cat-doors__category {
    width: calc(100%);
    padding: 15px 15px 15px 0;
    margin-bottom: 40px;
  }

  .cat-doors__icons-right_3 {
    width: calc(100% - 26px);
  }

  .cat-doors__category-link {
    font-size: 12px;
  }
}
