@media screen and (max-width: 1199px) {
  .catalog-fltr_new2 .btn-fltr-wrapper .btn_blue {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .catalog-fltr_new2 .btn-fltr-wrapper .btn_blue {
    font-size: 0.7rem;
  }
}

.preview-card_auto-wrapper.vers4 .description-address.--vers2 {
  color: rgba(72, 73, 77, 0.5);
}

.notfind-wrapper {
  border-radius: 15px;
  overflow: hidden;
  gap: 30px;
  background: #F5F5F9;
  margin-bottom: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notfind-wrapper .img-wrapper {
  width: 571px;
}
.notfind-wrapper .img-wrapper img,
.notfind-wrapper .img-wrapper picture {
  display: block;
  width: 100%;
}
.notfind-wrapper .descript {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0 60px;
}
@media screen and (max-width: 1199px) {
  .notfind-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 80px;
  }
  .notfind-wrapper .img-wrapper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .notfind-wrapper .descript {
    max-width: 80%;
    padding: 50px;
    margin: 0 auto;
    text-align: center;
  }
  .notfind-wrapper .descript .h1 {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .notfind-wrapper .descript {
    padding: 25px 10px;
    max-width: 85%;
  }
  .notfind-wrapper .descript .h1 {
    font-size: 20px;
    max-width: 80%;
    margin: 0 auto;
  }
}

.slider-farAway_wrapper {
  position: relative;
}
.slider-farAway_wrapper .swiper-slide {
  width: auto;
}
.slider-farAway_wrapper .swiper-slide .farAway_link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  border-radius: 5px;
  border: 1px solid #D7D9DF;
  padding: 12px 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 150%;
}
.slider-farAway_wrapper .swiper-slide .farAway_link .link-title {
  color: #48494D;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .slider-farAway_wrapper .swiper-slide .farAway_link .link-title {
    font-size: 14px;
  }
}
.slider-farAway_wrapper .swiper-slide .farAway_link .text-count {
  font-size: 14px;
  color: rgba(72, 73, 77, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .slider-farAway_wrapper .swiper-slide .farAway_link .text-count {
    font-size: 12px;
  }
}
.slider-farAway_wrapper .swiper-slide .farAway_link.active {
  background: #0055D4;
  border-color: transparent;
}
.slider-farAway_wrapper .swiper-slide .farAway_link.active .link-title,
.slider-farAway_wrapper .swiper-slide .farAway_link.active .text-count {
  color: #ffffff;
}
.slider-farAway_wrapper .swiper-slide .farAway_link:not(.active):hover {
  border-color: #0055D4;
}
.slider-farAway_wrapper .swiper-slide .farAway_link:not(.active):hover .link-title,
.slider-farAway_wrapper .swiper-slide .farAway_link:not(.active):hover .text-count {
  color: #0055D4;
}
@media (max-width: 767px) {
  .slider-farAway_wrapper .swiper-slide .farAway_link {
    padding: 8px 12px;
    line-height: 100%;
    gap: 8px;
  }
}
.slider-farAway_wrapper .swiper-button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 40px;
  height: 40px;
  background: transparent;
  background-image: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.slider-farAway_wrapper .swiper-button > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #ffffff;
  display: block;
}
.slider-farAway_wrapper .swiper-button > span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}
.slider-farAway_wrapper .swiper-button > span:hover {
  -webkit-box-shadow: 0 2px 20px 0 #e5e7ee;
          box-shadow: 0 2px 20px 0 #e5e7ee;
}
.slider-farAway_wrapper .swiper-button.swiper-button-prev {
  left: 0;
  right: auto;
}
.slider-farAway_wrapper .swiper-button.swiper-button-prev > span:before {
  border-left: 2px solid #48494D;
  border-bottom: 2px solid #48494D;
  left: 17px;
}
.slider-farAway_wrapper .swiper-button.swiper-button-prev:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.slider-farAway_wrapper .swiper-button.swiper-button-next {
  right: 0;
  left: auto;
}
.slider-farAway_wrapper .swiper-button.swiper-button-next > span:before {
  border-top: 2px solid #48494D;
  border-right: 2px solid #48494D;
  left: 12px;
}
.slider-farAway_wrapper .swiper-button.swiper-button-next:before {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.slider-farAway_wrapper .swiper-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 40px);
  background: #ffffff;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider-farAway_wrapper .swiper-button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.slider-farAway_wrapper .swiper-button.swiper-button-disabled:before {
  content: none;
}/*# sourceMappingURL=catalog-update2.css.map */