.breadcrumbs {
  background-image: none !important;
  padding-top: 20px;
}
.breadcrumbs__container {
  width: min(var(--content-width), 100vw - var(--content-offset) * 2);
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #333333;
}
.breadcrumbs__separator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333333;
  font-family: var(--font-panton);
}
.breadcrumbs__separator svg path {
  fill: #333333;
}
.breadcrumbs a,
.breadcrumbs p {
  margin: 0;
  color: inherit;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--font-panton);
  text-wrap: nowrap;
}
.breadcrumbs a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.breadcrumbs a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.breadcrumbs {
  position: absolute;
  left: max((100vw - var(--content-width)) / 2, 15px);
  z-index: 3;
  background-color: transparent;
}
.breadcrumbs__item {
  color: var(--light-color);
}
.breadcrumbs__separator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--light-color);
}
.breadcrumbs__separator svg path {
  fill: var(--light-color);
}

.category-banner {
  --padding-block-pagination-catbanner: clamp(
    1.25rem,
    0.114rem + 4.85vw,
    3.75rem
  ); /* 20 - 60 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: var(--accent-2-color);
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  overflow: hidden;
}
.category-banner::before, .category-banner::after {
  position: absolute;
  width: clamp(21rem, -46.636rem + 105.68vw, 32.625rem);
  height: clamp(21rem, -46.636rem + 105.68vw, 32.625rem);
  content: "";
}
@media screen and (max-width: 566.98px) {
  .category-banner::before, .category-banner::after {
    content: none;
  }
}
.category-banner::after {
  width: clamp(20rem, -34.545rem + 85.23vw, 29.375rem);
  height: clamp(20rem, -34.545rem + 85.23vw, 29.375rem);
}
@media screen and (max-width: 1600px) {
  .category-banner::after {
    content: none;
  }
}
.category-banner::before {
  top: -11%;
  left: 40%;
  z-index: 1;
  background-image: url(../img/promotions/three-square.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.category-banner::after {
  top: 13%;
  right: -5%;
  z-index: 0;
  background-image: url(../img/promotions/two-square.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.category-banner .space {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: var(--bg-color);
  width: 100%;
  height: var(--padding-block-pagination-catbanner);
  content: "";
}
.category-banner__container {
  position: relative;
  --height-catbanner: clamp(
    14.25rem,
    6.523rem + 32.97vw,
    31.25rem
  ); /* 228 - 500 */
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 170px auto auto auto;
  grid-template-rows: 170px auto auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 42px;
  padding-bottom: calc(var(--padding-block-pagination-catbanner) + 25px);
  min-height: var(--height-catbanner);
}
@media screen and (min-width: 768px) {
  .category-banner__container {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: 1.35fr 1fr;
    grid-template-columns: 1.35fr 1fr;
  }
}
.category-banner__image {
  position: absolute;
  top: -164px;
  left: calc(clamp(15rem, 9.018rem + 29.91vw, 23.375rem) * -1);
  z-index: 2;
  aspect-ratio: 1680/1050;
  width: clamp(42.063rem, 13.455rem + 122.06vw, 105rem); /* 673 - 1680 */
  height: auto;
}
.category-banner__image picture {
  position: absolute;
  inset: 0;
}
.category-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 375px) {
  .category-banner__image {
    top: calc(clamp(10.25rem, -3.344rem + 58vw, 12.063rem) * -1);
  }
}
@media screen and (min-width: 425px) {
  .category-banner__image {
    top: calc(clamp(12.063rem, -5.284rem + 65.31vw, 26.063rem) * -1);
  }
}
@media screen and (min-width: 768px) {
  .category-banner__image {
    top: calc(clamp(21.188rem, -4.677rem + 53.88vw, 35.063rem) * -1);
    left: calc(clamp(41.5rem, 12.141rem + 61.17vw, 57.25rem) * -1);
  }
}
@media screen and (min-width: 1180px) {
  .category-banner__image {
    top: -414px;
    left: -916px;
  }
}
@media screen and (min-width: 1900px) {
  .category-banner__image {
    top: -410px;
    left: -880px;
  }
}
.category-banner-metalroof .category-banner__image {
  top: -135px;
  left: -86%;
  aspect-ratio: 154/100;
}
@media screen and (min-width: 375px) {
  .category-banner-metalroof .category-banner__image {
    top: calc(clamp(8.438rem, -5.875rem + 61.07vw, 23.438rem) * -1);
    left: -62%;
  }
}
@media screen and (min-width: 425px) {
  .category-banner-metalroof .category-banner__image {
    left: -52%;
  }
}
@media screen and (min-width: 567px) {
  .category-banner-metalroof .category-banner__image {
    left: -46%;
  }
}
@media screen and (min-width: 768px) {
  .category-banner-metalroof .category-banner__image {
    top: calc(clamp(22.188rem, -7.521rem + 61.89vw, 38.125rem) * -1);
    left: -75%;
  }
}
@media screen and (min-width: 1024px) {
  .category-banner-metalroof .category-banner__image {
    left: -76%;
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-metalroof .category-banner__image {
    top: -62%;
    left: -68%;
  }
}
@media screen and (min-width: 1440px) {
  .category-banner-metalroof .category-banner__image {
    top: -62%;
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-metalroof .category-banner__image {
    top: -62%;
  }
}
.category-banner-bitumen .category-banner__image {
  top: -410px;
  left: -451px;
  aspect-ratio: 95/84;
  width: clamp(50rem, 37.705rem + 52.46vw, 100rem);
}
@media screen and (min-width: 375px) {
  .category-banner-bitumen .category-banner__image {
    top: calc(clamp(25.625rem, 14.294rem + 48.35vw, 37.5rem) * -1);
    left: -400px;
  }
}
@media screen and (min-width: 425px) {
  .category-banner-bitumen .category-banner__image {
    left: -374px;
  }
}
@media screen and (min-width: 768px) {
  .category-banner-bitumen .category-banner__image {
    top: calc(clamp(32.813rem, 11.907rem + 43.55vw, 44rem) * -1);
    left: calc(clamp(34.813rem, 32.594rem + 4.62vw, 36rem) * -1);
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-bitumen .category-banner__image {
    top: calc(clamp(23.75rem, -12.92rem + 49.72vw, 46.125rem) * -1);
    left: calc(clamp(39.125rem, 4.913rem + 46.39vw, 60rem) * -1);
  }
}
.category-banner-cornice .category-banner__image {
  top: -140px;
  left: -185px;
  aspect-ratio: 113/70;
  width: clamp(37.5rem, 22.131rem + 65.57vw, 100rem); /* 600 - 1600 */
}
@media screen and (min-width: 375px) {
  .category-banner-cornice .category-banner__image {
    top: calc(clamp(8.75rem, 0.699rem + 34.35vw, 17.188rem) * -1);
  }
}
@media screen and (min-width: 768px) {
  .category-banner-cornice .category-banner__image {
    top: calc(clamp(16.25rem, 0.522rem + 32.77vw, 24.688rem) * -1);
    left: calc(clamp(17rem, 6.715rem + 21.84vw, 23.125rem) * -1);
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-cornice .category-banner__image {
    top: calc(clamp(7.188rem, -16.269rem + 31.81vw, 21.5rem) * -1);
    left: calc(clamp(19.063rem, -31.128rem + 68.06vw, 49.688rem) * -1);
  }
}
.category-banner-accessories .category-banner__image {
  top: -55px;
  left: -115px;
  aspect-ratio: 2350/1307;
  width: clamp(31.25rem, 15.881rem + 65.57vw, 93.75rem);
}
@media screen and (min-width: 375px) {
  .category-banner-accessories .category-banner__image {
    top: calc(clamp(3.438rem, -4.017rem + 31.81vw, 11.25rem) * -1);
  }
}
@media screen and (min-width: 425px) {
  .category-banner-accessories .category-banner__image {
    left: -100px;
  }
}
@media screen and (min-width: 567px) {
  .category-banner-accessories .category-banner__image {
    left: -94px;
  }
}
@media screen and (min-width: 768px) {
  .category-banner-accessories .category-banner__image {
    top: calc(clamp(11.75rem, -2.697rem + 30.1vw, 19.5rem) * -1);
    left: calc(clamp(18rem, 13.689rem + 8.98vw, 20.313rem) * -1);
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-accessories .category-banner__image {
    top: calc(clamp(4.5rem, -5.948rem + 14.17vw, 10.875rem) * -1);
    left: calc(clamp(20.313rem, -20.66rem + 55.56vw, 45.313rem) * -1);
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-accessories .category-banner__image {
    top: -27%;
    left: -59%;
  }
}
.category-banner-hydrothermal .category-banner__image {
  top: -155px;
  left: -296px;
  width: clamp(45rem, 33.32rem + 49.84vw, 92.5rem);
}
@media screen and (min-width: 375px) {
  .category-banner-hydrothermal .category-banner__image {
    top: calc(clamp(9.688rem, 4.32rem + 22.9vw, 15.313rem) * -1);
    left: -265px;
  }
}
@media screen and (min-width: 768px) {
  .category-banner-hydrothermal .category-banner__image {
    top: calc(clamp(13.375rem, -0.14rem + 28.16vw, 20.625rem) * -1);
    left: -372px;
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-hydrothermal .category-banner__image {
    top: calc(clamp(9.375rem, 4.766rem + 6.25vw, 12.188rem) * -1);
    left: calc(clamp(23.25rem, -14.035rem + 50.56vw, 46rem) * -1);
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-hydrothermal .category-banner__image {
    top: -35%;
    left: -61%;
  }
}
.category-banner-smooth .category-banner__image {
  top: -185px;
  left: calc(clamp(17.875rem, 15.063rem + 14.06vw, 21.813rem) * -1);
  aspect-ratio: 1152/645;
  width: clamp(45.625rem, 36.557rem + 38.69vw, 82.5rem);
}
@media screen and (min-width: 375px) {
  .category-banner-smooth .category-banner__image {
    top: calc(clamp(11.563rem, 6.792rem + 20.36vw, 16.563rem) * -1);
  }
}
@media screen and (min-width: 768px) {
  .category-banner-smooth .category-banner__image {
    top: calc(clamp(15.625rem, 5.14rem + 21.84vw, 21.25rem) * -1);
    left: -458px;
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-smooth .category-banner__image {
    top: calc(clamp(14.063rem, 8.429rem + 7.64vw, 17.5rem) * -1);
    left: calc(clamp(25rem, -18.021rem + 58.33vw, 51.25rem) * -1);
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-smooth .category-banner__image {
    top: -280px;
    left: -820px;
  }
}
.category-banner-smooth .category-banner__image::before {
  position: absolute;
  top: 17%;
  left: 20%;
  z-index: 2;
  background-image: url(../img/category/blick.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 640/485;
  width: 55%;
  content: "";
}
.category-banner-rafter-system .category-banner__image {
  top: -250px;
  left: -300px;
  aspect-ratio: 1009/682;
  width: clamp(45rem, 30.246rem + 62.95vw, 105rem);
}
@media screen and (min-width: 375px) {
  .category-banner-rafter-system .category-banner__image {
    top: calc(clamp(15.625rem, 7.276rem + 35.62vw, 24.375rem) * -1);
  }
}
@media screen and (min-width: 768px) {
  .category-banner-rafter-system .category-banner__image {
    top: calc(clamp(25rem, 12.184rem + 26.7vw, 31.875rem) * -1);
    left: calc(clamp(26.25rem, 19.027rem + 15.05vw, 30.125rem) * -1);
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-rafter-system .category-banner__image {
    top: calc(clamp(12.5rem, -15.156rem + 37.5vw, 29.375rem) * -1);
    left: calc(clamp(28.625rem, -22.283rem + 69.03vw, 59.688rem) * -1);
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-rafter-system .category-banner__image {
    top: -460px;
    left: -1020px;
  }
}
.category-banner-foldingroof .category-banner__image {
  top: -80px;
  left: -373px;
  aspect-ratio: 97/50;
  width: clamp(45rem, 30.246rem + 62.95vw, 105rem);
}
@media screen and (min-width: 375px) {
  .category-banner-foldingroof .category-banner__image {
    top: calc(clamp(5rem, 2.316rem + 11.45vw, 7.813rem) * -1);
    left: calc(clamp(20.438rem, 16.74rem + 15.78vw, 24.313rem) * -1);
  }
}
@media screen and (min-width: 768px) {
  .category-banner-foldingroof .category-banner__image {
    top: calc(clamp(7.813rem, 0.24rem + 15.78vw, 11.875rem) * -1);
    left: -500px;
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-foldingroof .category-banner__image {
    top: calc(clamp(4.125rem, -7.552rem + 15.83vw, 11.25rem) * -1);
    left: calc(clamp(33.125rem, -13.993rem + 63.89vw, 61.875rem) * -1);
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-foldingroof .category-banner__image {
    left: -990px;
  }
}
.category-banner-profiled .category-banner__image {
  top: -220px;
  left: -338px;
  aspect-ratio: 1072/745;
  width: clamp(45rem, 30.246rem + 62.95vw, 105rem);
}
@media screen and (min-width: 375px) {
  .category-banner-profiled .category-banner__image {
    top: calc(clamp(13.75rem, 5.401rem + 35.62vw, 22.5rem) * -1);
    left: -299px;
  }
}
@media screen and (min-width: 768px) {
  .category-banner-profiled .category-banner__image {
    top: calc(clamp(22.5rem, 4.25rem + 37.86vw, 30.875rem) * -1);
    left: -490px;
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-profiled .category-banner__image {
    top: calc(clamp(12.5rem, -12.595rem + 34.03vw, 27.813rem) * -1);
    left: calc(clamp(31.25rem, -7.674rem + 52.78vw, 55rem) * -1);
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-profiled .category-banner__image {
    top: -77%;
    left: -880px;
  }
}
.category-banner-drain .category-banner__image {
  top: 30px;
  left: -32px;
  aspect-ratio: 1024/586;
  width: clamp(21.875rem, 11.578rem + 43.93vw, 63.75rem);
}
@media screen and (min-width: 375px) {
  .category-banner-drain .category-banner__image {
    top: 25px;
    left: calc(clamp(2rem, 1.523rem + 2.04vw, 2.5rem) * -1);
  }
}
@media screen and (min-width: 425px) {
  .category-banner-drain .category-banner__image {
    top: 16px;
  }
}
@media screen and (min-width: 500px) {
  .category-banner-drain .category-banner__image {
    top: calc(clamp(0rem, -6.413rem + 20.52vw, 3.438rem) * -1);
  }
}
@media screen and (min-width: 768px) {
  .category-banner-drain .category-banner__image {
    top: calc(clamp(2.813rem, -0.799rem + 7.52vw, 4.75rem) * -1);
    left: calc(clamp(2.5rem, 1.568rem + 1.94vw, 3rem) * -1);
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-drain .category-banner__image {
    top: 55px;
    left: calc(clamp(3.125rem, -29.653rem + 44.44vw, 23.125rem) * -1);
  }
}
@media screen and (min-width: 1440px) {
  .category-banner-drain .category-banner__image {
    top: 60px;
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-drain .category-banner__image {
    top: 4%;
    left: -372px;
  }
}
.category-banner-fence-blinds .category-banner__image {
  top: -180px;
  left: -250px;
  aspect-ratio: 16/10;
  width: clamp(45rem, 30.246rem + 62.95vw, 105rem);
}
@media screen and (min-width: 375px) {
  .category-banner-fence-blinds .category-banner__image {
    top: calc(clamp(11.25rem, 3.497rem + 33.08vw, 19.375rem) * -1);
    left: calc(clamp(12.5rem, 8.624rem + 16.54vw, 16.563rem) * -1);
  }
}
@media screen and (min-width: 768px) {
  .category-banner-fence-blinds .category-banner__image {
    top: calc(clamp(18.313rem, 2.934rem + 32.04vw, 26.563rem) * -1);
    left: -336px;
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-fence-blinds .category-banner__image {
    top: calc(clamp(12.5rem, -2.865rem + 20.83vw, 21.875rem) * -1);
    left: calc(clamp(21.375rem, -21.851rem + 58.61vw, 47.75rem) * -1);
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-fence-blinds .category-banner__image {
    top: -64%;
    left: -767px;
  }
}
.category-banner-fence-herringbone .category-banner__image {
  top: -120px;
  left: -59px;
  aspect-ratio: 1/1;
  width: clamp(22.5rem, 15.984rem + 27.8vw, 49rem);
}
@media screen and (min-width: 375px) {
  .category-banner-fence-herringbone .category-banner__image {
    top: calc(clamp(7.5rem, 1.834rem + 24.17vw, 13.438rem) * -1);
    left: -24px;
  }
}
@media screen and (min-width: 425px) {
  .category-banner-fence-herringbone .category-banner__image {
    left: -30px;
  }
}
@media screen and (min-width: 768px) {
  .category-banner-fence-herringbone .category-banner__image {
    top: calc(clamp(11.625rem, 0.324rem + 23.54vw, 17.688rem) * -1);
    left: -75px;
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-fence-herringbone .category-banner__image {
    top: calc(clamp(2.938rem, -9.354rem + 16.67vw, 10.438rem) * -1);
    left: calc(clamp(2.063rem, -29.998rem + 43.47vw, 21.625rem) * -1);
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-fence-herringbone .category-banner__image {
    top: -25%;
    left: -352px;
  }
}
.category-banner-fence-picket .category-banner__image {
  top: -250px;
  left: -340px;
  aspect-ratio: 838/628;
  width: clamp(40.625rem, 26.025rem + 62.3vw, 100rem);
}
@media screen and (min-width: 375px) {
  .category-banner-fence-picket .category-banner__image {
    top: calc(clamp(15.625rem, 6.083rem + 40.71vw, 25.625rem) * -1);
    left: -285px;
  }
}
@media screen and (min-width: 768px) {
  .category-banner-fence-picket .category-banner__image {
    top: calc(clamp(24.563rem, 3.592rem + 43.69vw, 35.813rem) * -1);
    left: -487px;
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-fence-picket .category-banner__image {
    top: calc(clamp(8.875rem, 2.422rem + 8.75vw, 12.813rem) * -1);
    left: calc(clamp(33.125rem, -9.179rem + 57.36vw, 58.938rem) * -1);
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-fence-picket .category-banner__image {
    top: -160px;
    left: -950px;
  }
}
.category-banner-ventilation .category-banner__image {
  top: -46px;
  left: -83px;
  width: clamp(25.625rem, 14.713rem + 46.56vw, 70rem);
}
@media screen and (min-width: 375px) {
  .category-banner-ventilation .category-banner__image {
    top: calc(clamp(2.875rem, -2.135rem + 21.37vw, 8.125rem) * -1);
    left: calc(clamp(4.688rem, 2.6rem + 8.91vw, 6.875rem) * -1);
  }
}
@media screen and (min-width: 768px) {
  .category-banner-ventilation .category-banner__image {
    top: calc(clamp(7.25rem, -4.867rem + 25.24vw, 13.75rem) * -1);
    left: calc(clamp(7.563rem, 3.601rem + 8.25vw, 9.688rem) * -1);
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-ventilation .category-banner__image {
    top: calc(clamp(5.563rem, 1.875rem + 5vw, 7.813rem) * -1);
    left: calc(clamp(9.375rem, -29.344rem + 52.5vw, 33rem) * -1);
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-ventilation .category-banner__image {
    top: -126px;
    left: -540px;
  }
}
.category-banner-facade-cassettes .category-banner__image {
  top: -180px;
  left: -88px;
  aspect-ratio: 692/642;
  width: clamp(27.5rem, 22.582rem + 20.98vw, 47.5rem);
}
@media screen and (min-width: 375px) {
  .category-banner-facade-cassettes .category-banner__image {
    top: calc(clamp(11.25rem, 7.075rem + 17.81vw, 15.625rem) * -1);
    left: -60px;
  }
}
@media screen and (min-width: 768px) {
  .category-banner-facade-cassettes .category-banner__image {
    top: calc(clamp(13.75rem, 3.964rem + 20.39vw, 19rem) * -1);
    left: calc(clamp(5.188rem, 0.993rem + 8.74vw, 7.438rem) * -1);
  }
}
@media screen and (min-width: 1180px) {
  .category-banner-facade-cassettes .category-banner__image {
    top: calc(clamp(6.875rem, 4.826rem + 2.78vw, 8.125rem) * -1);
    left: calc(clamp(4.25rem, -15.724rem + 27.08vw, 16.438rem) * -1);
  }
}
@media screen and (min-width: 1900px) {
  .category-banner-facade-cassettes .category-banner__image {
    top: -132px;
    left: -263px;
  }
}
.category-banner-fence-picket .space {
  z-index: 2;
}
.category-banner__title {
  position: relative;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: self-end;
  align-self: self-end;
  z-index: 3;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 900;
  font-size: clamp(1.5rem, 0.903rem + 2.98vw, 2.813rem); /* 24 - 45 */
}
@media screen and (min-width: 768px) {
  .category-banner__title {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: end;
    align-self: end;
  }
}
@media screen and (min-width: 1180px) {
  .category-banner__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-bottom: 20px;
  }
}
.category-banner__subtitle {
  position: relative;
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: self-end;
  align-self: self-end;
  z-index: 3;
  margin-bottom: 20px;
  color: #333333;
  font-weight: 400;
  font-size: clamp(0.813rem, 0.699rem + 0.48vw, 1.063rem); /* 13 - 17 */
  font-family: var(--font-panton);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .category-banner__subtitle {
    -ms-grid-row: 3;
    grid-row: 3;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1180px) {
  .category-banner__subtitle {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-bottom: 40px;
  }
}
.category-banner .benefits {
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 1;
  grid-column: 1;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .category-banner .benefits {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
@media screen and (min-width: 1180px) {
  .category-banner .benefits {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.category-banner .benefits__title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: clamp(1rem, 0.858rem + 0.61vw, 1.313rem); /* 16 - 21 */
  text-transform: uppercase;
}
.category-banner .benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(0.5rem, 0.386rem + 0.48vw, 0.75rem); /* 8 - 12 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.category-banner .benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.881rem + 0.24vw, 1.063rem); /* 15 - 17 */
  font-family: var(--font-panton);
}
.category-banner .benefits__item::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  content: url(../img/marker-black.svg);
}

.section-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-feature-selection__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-feature-selection .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  min-width: 290px;
}
.section-feature-selection .feature__wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-auto-rows: auto;
  gap: 15px;
}
.section-feature-selection .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background-color: #f8f8f8;
  padding: 8px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  overflow: hidden;
  font-family: var(--font-panton);
}
.section-feature-selection .feature-item__image {
  border-radius: 10px;
  aspect-ratio: 32/17;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .section-feature-selection .feature-item__image {
    aspect-ratio: 1/1;
  }
}
.section-feature-selection .feature-item__image img {
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.section-feature-selection .feature-item__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem); /* 14 - 16 */
}
.section-feature-selection .feature-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 10px;
  background-color: var(--accent-color);
  padding: 10px;
  color: var(--light-color);
}
.section-feature-selection .feature-item__title .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}
.section-feature-selection .feature-item__title .icon img, .section-feature-selection .feature-item__title .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.section-feature-selection .feature-item__title .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  color: rgb(247, 247, 247);
  font-weight: 200;
  font-size: 11px;
}
.section-feature-selection .feature-item:hover .feature-item__title {
  background-color: #f5cb4d;
}
.section-feature-selection .feature-item-list, .section-feature-selection .feature-item__text {
  border-radius: 10px;
  background-color: var(--light-color);
  padding: 10px 5px 10px 8px;
}
.section-feature-selection .feature-item-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.section-feature-selection .feature-item-list__item dt {
  grid-column: 1/-1;
  font-weight: 700;
}
.section-feature-selection .feature-item-list__item dd {
  margin: 0;
  font-size: clamp(0.875rem, 0.79rem + 0.36vw, 1.063rem); /* 14 - 17 */
}
.section-feature-selection .feature-item__text {
  font-weight: 700;
  text-align: center;
}
.section-feature-selection .feature-item__text p {
  margin: 0;
}
.section-feature-selection .feature-item__text p:not(:last-of-type) {
  margin-bottom: 5px;
}

.section-category-catalog .catalog-grid {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .section-category-catalog .catalog-grid {
    -ms-grid-columns: 260px 1fr 1fr;
    grid-template-columns: 260px 1fr 1fr;
  }
}
.section-category-catalog .catalog-grid .btn-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border-color 0.2s ease-in-out, color 0.2s, background-color 0.2s;
  transition: border-color 0.2s ease-in-out, color 0.2s, background-color 0.2s;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: var(--accent-color);
  padding: 10px;
  max-width: 130px;
  color: var(--light-color);
  font-weight: 600;
  font-size: 12px;
}
.section-category-catalog .catalog-grid .btn-filters::after {
  -webkit-transition: rotate 0.2s ease-out;
  transition: rotate 0.2s ease-out;
  margin-left: auto;
  width: 15px;
  height: 15px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='white' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
}
.section-category-catalog .catalog-grid .btn-filters.open::after {
  rotate: 180deg;
}
.section-category-catalog .catalog-grid__filters {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: start;
  align-self: start;
}
@media screen and (min-width: 1024px) {
  .section-category-catalog .catalog-grid__filters {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.section-category-catalog .catalog-grid__title {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section-category-catalog .catalog-grid__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    font-weight: 900;
    font-size: 17px;
    font-family: var(--font-panton);
    text-transform: uppercase;
  }
}
.section-category-catalog .catalog-grid__sorting {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .section-category-catalog .catalog-grid__sorting {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
  }
}
.section-category-catalog .catalog-grid__cards {
  -ms-grid-row: 2;
  grid-row: 2;
  grid-column: 1/-1;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .section-category-catalog .catalog-grid__cards {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    grid-column: 2/-1;
  }
}
.section-category-catalog .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 48px;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: height 0.4s ease-out, opacity 0.4s ease-out, overlay 0.4s, display 0.4s;
  transition: height 0.4s ease-out, opacity 0.4s ease-out, overlay 0.4s, display 0.4s;
  transition-behavior: allow-discrete;
  -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: rgb(248, 248, 248);
  padding: 10px;
  width: 100%;
  max-width: 270px;
  height: 0;
  overflow: clip;
  font-family: var(--font-panton);
}
.section-category-catalog .filters.open-filters {
  opacity: 1;
  height: calc-size(auto, size);
  min-height: 774px;
  overflow: auto;
}
@starting-style {
  .section-category-catalog .filters.open-filters {
    opacity: 0;
    height: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section-category-catalog .filters {
    position: relative;
    top: 0;
    opacity: 1;
    height: auto;
    overflow: initial;
  }
}
.section-category-catalog .filters__title {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
.section-category-catalog .filters-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
  color: #333333;
  font-size: 17px;
}
.section-category-catalog .filters-form .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.section-category-catalog .filters-form .input__box {
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  padding: 10px;
  width: 100%;
}
.section-category-catalog .filters-form .input__box .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-category-catalog .filters-form .input__box .grid:not(:has(.grid-item:nth-of-type(3))), .section-category-catalog .filters-form .input__box .grid:has(.grid-item:nth-of-type(4)) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.section-category-catalog .filters-form .input__box .grid:has(> .grid-list) {
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important;
}
.section-category-catalog .filters-form .input__box .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-category-catalog .filters-form .input__box .grid label {
  cursor: pointer;
}
.section-category-catalog .filters-form .input__box .grid input[type=radio] {
  cursor: pointer;
  margin: 0;
  width: 15px;
  height: 15px;
  accent-color: var(--accent-color);
}
.section-category-catalog .filters-form .input__box .grid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 4.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 170px;
  overflow-y: auto;
}
.section-category-catalog .filters-form .input__box .grid-list > li, .section-category-catalog .filters-form .input__box .grid-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  padding: 4px 0;
  width: 100%;
  font-size: 17px;
  font-family: var(--font-panton);
}
.section-category-catalog .filters-form .input__box .grid-list > li label, .section-category-catalog .filters-form .input__box .grid-list__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.section-category-catalog .filters-form .input__box .grid-list > li span, .section-category-catalog .filters-form .input__box .grid-list__item span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 110px;
  flex: 0 1 110px;
  margin-left: auto;
  border-radius: 2px;
  height: 15px;
}
.section-category-catalog .filters-form .input__box .grid-list > li:has(input#RAL5005) span, .section-category-catalog .filters-form .input__box .grid-list__item:has(input#RAL5005) span {
  background-color: #0071db;
}
.section-category-catalog .filters-form .input__box .grid-list > li:has(input#RAL8017) span, .section-category-catalog .filters-form .input__box .grid-list__item:has(input#RAL8017) span {
  background-color: #333333;
}
.section-category-catalog .filters-form .input__box .grid-list > li:has(input#RAL6005) span, .section-category-catalog .filters-form .input__box .grid-list__item:has(input#RAL6005) span {
  background-color: #db2600;
}
.section-category-catalog .filters-form .input__box .grid-list > li:has(input#RAL3005) span, .section-category-catalog .filters-form .input__box .grid-list__item:has(input#RAL3005) span {
  background-color: #7a0328;
}
.section-category-catalog .filters-form .input__box .grid-list > li:has(input#RAL8417) span, .section-category-catalog .filters-form .input__box .grid-list__item:has(input#RAL8417) span {
  background-color: #0a5d00;
}
.section-category-catalog .filters-form .input__box .grid-list > li:has(input#RAL1005) span, .section-category-catalog .filters-form .input__box .grid-list__item:has(input#RAL1005) span {
  background-color: #5ac1e3;
}
.section-category-catalog .filters-form .btn {
  --btn-padding: 11px 22px;
  --btn-font-weight: 400;
}
.section-category-catalog .filters-form .btn-empty {
  --btn-color: #333333;
}

.cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(10rem, 8.011rem + 9.94vw, 14.375rem), 1fr)); /* 160 - 230 */
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
  row-gap: 11px;
}
.cards .cards-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-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: rgb(248, 248, 248);
  overflow: hidden;
}
.cards .cards-item a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: inherit;
}
.cards .cards-item a:hover {
  color: var(--accent-color);
}
.cards .cards-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 8px 10px 10px;
  height: 100%;
  color: #333333;
  font-size: 12px;
  font-family: var(--font-panton);
}
.cards .cards-item__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px 10px 0 0;
  background-color: var(--bg-color);
  aspect-ratio: 233/150;
  width: 100%;
  overflow: hidden;
}
.cards .cards-item__image img {
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.cards .cards-item__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 700;
  font-size: 17px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cards .cards-item__attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 max-content;
  flex: 1 0 max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cards .cards-item__attributes .attribut-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  font-size: 12px;
}
.cards .cards-item__attributes .attribut-item dt {
  font-weight: 600;
}
.cards .cards-item__attributes .attribut-item dt::after {
  content: ":";
}
.cards .cards-item__attributes .attribut-item dd {
  margin: 0;
  margin-left: 4px;
}
.cards .cards-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
  margin-top: auto;
  border-radius: 10px;
  background-color: var(--bg-color);
  padding: 10px 8px 8px;
  font-weight: 700;
  font-size: 28px;
}
.cards .cards-item__price .izm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 7px;
  font-weight: 400;
  font-size: 12px;
  line-height: 0.8;
}
.cards .cards-item__price .izm span:first-of-type {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}
.cards .cards-item .btn {
  --btn-padding: 10px;
  --btn-font-size: 15px;
}
.cards .cards-item .btn-empty {
  --btn-color: #333333;
}

.range__heading {
  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;
  gap: 10px;
}

.range__out {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.range__field {
  border: 0;
  border-bottom: 1px solid #404040;
  padding: 0;
  width: 68px;
  color: #404040;
  font-size: inherit;
  text-align: center;
}

.range__field:focus {
  border: 1px solid #4285f4;
}

.range__self {
  cursor: pointer;
  margin-top: 15px;
  border: none;
  background-color: #dedede;
  width: 100%;
  height: 3px;
}

.range__self .noUi-connect {
  background-color: var(--accent-color);
}

.range__self .noUi-handle {
  top: -6px;
  right: -9px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  background-color: var(--accent-color);
  width: 15px;
  height: 15px;
}

.range__self .noUi-handle::after {
  display: none;
}

.range__self .noUi-handle::before {
  display: none;
}

.range__self .noUi-horizontal {
  height: 3px;
}

.section-our-work .section-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-our-work__title {
  text-align: left;
}
.section-our-work__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-our-work .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  min-width: 290px;
}

.work {
  position: relative;
  list-style: none;
}
.work__wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-auto-rows: clamp(22.5rem, 20.227rem + 9.7vw, 27.5rem); /* 360 - 440 */
  gap: 15px;
}
.work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: -2;
  border-radius: 10px;
  aspect-ratio: 40/44;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.work-item:has(.work-item__content) {
  z-index: 1;
}
.work-item__image {
  position: absolute;
  inset: 0;
  width: 100%;
}
.work-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.work-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
  left: 10px;
  row-gap: clamp(0.125rem, -0.017rem + 0.61vw, 0.438rem); /* 2 - 7 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: var(--bg-color);
  padding: 10px;
  color: #333333;
}
.work-item__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 600;
  font-size: clamp(1rem, 0.972rem + 0.12vw, 1.063rem); /* 16 - 17 */
  letter-spacing: -1px;
}
.work-item__address, .work-item__text {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem); /* 14 - 16 */
  font-family: var(--font-panton);
}

.range__heading {
  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;
  gap: 10px;
}

.range__out {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.range__field {
  border: 0;
  border-bottom: 1px solid #404040;
  padding: 0;
  width: 68px;
  color: #404040;
  font-size: inherit;
  text-align: center;
}

.range__field:focus {
  border: 1px solid #4285f4;
}

.range__self {
  cursor: pointer;
  margin-top: 15px;
  border: none;
  background-color: #dedede;
  width: 100%;
  height: 3px;
}

.range__self .noUi-connect {
  background-color: var(--accent-color);
}

.range__self .noUi-handle {
  top: -6px;
  right: -9px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  background-color: var(--accent-color);
  width: 15px;
  height: 15px;
}

.range__self .noUi-handle::after {
  display: none;
}

.range__self .noUi-handle::before {
  display: none;
}

.range__self .noUi-horizontal {
  height: 3px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--accent-color) !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: var(--accent-2-color) !important;
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools > .mCSB_scrollTools_onDrag .mCSB_dragger_bar {
  background-color: var(--accent-color);
}

.section-reviews {
  background-color: #f0f0f0;
}
.section-reviews__grid {
  width: 100%;
}
.section-reviews .reviews-slider {
  width: 100%;
  max-width: 100vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-reviews .reviews-slider .swiper-slide {
  height: auto;
}
.section-reviews .reviews-button-prev,
.section-reviews .reviews-button-next {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section-reviews .reviews-button-prev,
  .section-reviews .reviews-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    background-color: var(--light-color);
    width: 40px;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.section-reviews .reviews-button-prev {
  left: 10px;
}
.section-reviews .reviews-button-next {
  right: 10px;
}
.section-reviews .reviews-button-prev.swiper-button-disabled,
.section-reviews .reviews-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
}
.section-reviews .reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background-color: var(--light-color);
  padding: clamp(0.625rem, 0.341rem + 1.21vw, 1.25rem) clamp(0.625rem, 0.341rem + 1.21vw, 1.25rem) clamp(0.625rem, 0.057rem + 2.42vw, 1.875rem); /* 10 - 20  10 - 30 */
  height: 100%;
}
.section-reviews .reviews-item.video {
  gap: 0;
  padding: 0;
}
.section-reviews .reviews-item.video .video__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  height: 100%;
  overflow: hidden;
}
.section-reviews .reviews-item.video .video__wrapper::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: "";
}
.section-reviews .reviews-item.video .video__wrapper.play::before {
  content: none;
}
.section-reviews .reviews-item.video .video__wrapper.play .btn__play {
  bottom: 15px;
  left: 15px;
}
.section-reviews .reviews-item.video .video__wrapper.play .btn__play .icon-play {
  display: none;
}
.section-reviews .reviews-item.video .video__wrapper.play .btn__play .icon-pause {
  display: block;
}
.section-reviews .reviews-item.video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.section-reviews .reviews-item.video .btn__play {
  --size-btn-play: clamp(
    1.5rem,
    1.216rem + 1.21vw,
    2.125rem
  ); /* 24 - 34 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: var(--size-btn-play);
  background-color: var(--light-color);
  padding: clamp(0.188rem, 0.045rem + 0.61vw, 0.5rem); /* 3 - 8 */
  width: var(--size-btn-play);
  height: var(--size-btn-play);
}
.section-reviews .reviews-item.video .btn__play .icon-play, .section-reviews .reviews-item.video .btn__play .icon-pause {
  width: calc(var(--size-btn-play) * 2);
  height: calc(var(--size-btn-play) * 2);
}
.section-reviews .reviews-item.video .btn__play .icon-play svg, .section-reviews .reviews-item.video .btn__play .icon-pause svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-reviews .reviews-item.video .btn__play .icon-play {
  display: block;
}
.section-reviews .reviews-item.video .btn__play .icon-pause {
  display: none;
}
.section-reviews .reviews-item.video .review-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 30px;
  height: 100%;
  max-height: calc(100% - 240px);
}
.section-reviews .reviews-item.video .reviews-item__material {
  margin-top: auto;
}
.section-reviews .reviews-item__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 10px;
}
.section-reviews .reviews-item__avatar {
  --size-avatar: clamp(6.25rem, 5.682rem + 2.42vw, 7.5rem); /* 100 - 120 */
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: var(--size-avatar);
  width: var(--size-avatar);
  height: var(--size-avatar);
  overflow: hidden;
}
.section-reviews .reviews-item__avatar img, .section-reviews .reviews-item__avatar svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.section-reviews .reviews-item__author {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.955rem + 0.73vw, 1.5rem); /* 18 - 24 */
}
.section-reviews .reviews-item__date {
  font-weight: 600;
  font-size: 16px;
}
.section-reviews .reviews-item__address {
  font-weight: 600;
  font-size: 16px;
}
.section-reviews .reviews-item__material {
  color: var(--accent-color);
  font-weight: 500;
  font-size: 14px;
}
.section-reviews .reviews-item__text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  font-weight: 400;
  font-size: clamp(1rem, 0.972rem + 0.12vw, 1.063rem); /* 16 - 17 */
  line-height: 1.2;
  font-family: var(--font-panton);
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-reviews .reviews-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  border: 1px solid var(--accent-2-color);
  border-radius: 10px;
  background-color: var(--accent-2-color);
  padding: 16px 30px;
  color: var(--link-color);
  font-weight: 700;
  font-size: 17px;
  font-family: var(--font-panton);
}
@media (any-hover: hover) {
  .section-reviews .reviews-item__link:hover {
    background-color: transparent;
    color: var(--accent-2-color);
  }
}
.section-reviews .reviews-item__link:focus {
  outline: none;
}
.section-reviews .reviews-item__link:focus-visible {
  outline: 2px solid var(--accent-2-color);
  outline-offset: 2px;
}

.section-certificates__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.section-certificates .certificates-slider {
  width: 100%;
  max-width: 100vw;
}
.section-certificates .certificates-slider .swiper-slide {
  height: auto;
}
.section-certificates .certificates-button-prev,
.section-certificates .certificates-button-next {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section-certificates .certificates-button-prev,
  .section-certificates .certificates-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    background-color: var(--light-color);
    width: 40px;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.section-certificates .certificates-button-prev {
  left: 10px;
}
.section-certificates .certificates-button-next {
  right: 10px;
}
.section-certificates .certificates-button-prev.swiper-button-disabled,
.section-certificates .certificates-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
}
.section-certificates .certificat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: clamp(0.563rem, 0.124rem + 1.87vw, 1.563rem); /* 9 - 25 */
  aspect-ratio: 285/387;
  height: 100%;
}
.section-certificates .certificat-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.section-brands {
  background-color: #f0f0f0;
}
.section-brands__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(6.938rem, 2.168rem + 20.35vw, 17.813rem), 1fr)); /* 111 - 285 */
  gap: clamp(0.25rem, -0.489rem + 3.15vw, 1.875rem); /* 4 - 30 */
}
.section-brands .brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: var(--bg-color);
  padding: clamp(0.5rem, 0.067rem + 1.85vw, 1.25rem); /* 8 - 20 */
  aspect-ratio: 285/150;
  overflow: hidden;
}
.section-brands .brand-item picture {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-brands .brand-item img {
  max-width: 245px;
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.section-maps__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-maps .maps-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0.938rem, -0.729rem + 3.47vw, 1.875rem); /* 15 - 30 */
}
.section-maps .maps-tabs .tab-content-item[hidden] {
  display: none;
}
.section-maps .maps-tabs .tab-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0.625rem, -0.486rem + 2.31vw, 1.25rem); /* 10 - 20 */
  height: 100%;
}
.section-maps .maps-tabs [role=tab][aria-selected=true] {
  color: var(--accent-color);
}
.section-maps .maps-tabs [role=tab][aria-selected=true]:hover {
  color: var(--accent-color);
}
.section-maps .maps-contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  row-gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: clamp(0.938rem, -0.729rem + 3.47vw, 1.875rem); /* 15 - 30 */
}
@media screen and (min-width: 768px) {
  .section-maps .maps-contacts {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.section-maps .maps-tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 10px;
  border-bottom: 3px solid #f0f0f0;
}
@media screen and (min-width: 425px) {
  .section-maps .maps-tab-buttons {
    gap: 15px;
  }
}
.section-maps .maps-tab-buttons::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  translate: var(--_left, 0) 0;
  scale: var(--_width, 0.333) 1;
  -webkit-transition: scale 200ms, translate 200ms;
  transition: scale 200ms, translate 200ms;
  border-radius: 4px;
  background: var(--accent-color);
  height: 4px;
  content: "";
}
.section-maps .maps-tab-buttons .tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: clamp(0.188rem, -0.295rem + 2.06vw, 1.25rem); /* 3 - 20 */
  font-weight: 700;
  font-size: 10px;
}
@media screen and (min-width: 375px) {
  .section-maps .maps-tab-buttons .tab-button {
    font-size: clamp(0.42rem, 0.28rem + 1.45vw, 1.5rem); /* 12 - 24 */
  }
}
@media (any-hover: hover) {
  .section-maps .maps-tab-buttons .tab-button:hover {
    color: var(--accent-2-color);
  }
}
.section-maps .contacts-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: clamp(0.5rem, -0.119rem + 2.64vw, 0.938rem);
  -moz-column-gap: clamp(0.5rem, -0.119rem + 2.64vw, 0.938rem);
  column-gap: clamp(0.5rem, -0.119rem + 2.64vw, 0.938rem); /* 8 - 15 */
  row-gap: 6px;
  -ms-flex-line-pack: center;
  align-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .section-maps .contacts-item {
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .section-maps .contacts-item {
    -ms-grid-rows: 18px 17px;
    grid-template-rows: 18px 17px;
  }
}
.section-maps .contacts-item__wrapper {
  -ms-grid-column: 2;
  grid-column: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .section-maps .contacts-item__wrapper:not(:last-child) {
    border-right: 1px solid #dddddd;
  }
}
.section-maps .contacts-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 567px) {
  .section-maps .contacts-item__icon {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .section-maps .contacts-item__icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-row-align: start;
    align-self: start;
  }
}
.section-maps .contacts-item__icon img, .section-maps .contacts-item__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.section-maps .contacts-item__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--font-family);
}
.section-maps .contacts-item__title a {
  color: inherit;
}
.section-maps .contacts-item__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-grid-column: 2;
  grid-column: 2;
  font-size: 14px;
  font-family: var(--font-panton);
}
.section-maps .maps__map {
  --height-maps: clamp(
    9.125rem,
    -0.357rem + 42.14vw,
    31.25rem
  ); /* 146 - 500 */
  -webkit-box-flex: 1;
  -ms-flex: 1 0 var(--height-maps);
  flex: 1 0 var(--height-maps);
  border: 1px solid #dddddd;
  border-radius: 10px;
  overflow: hidden;
}
.section-maps .maps__map > ymaps {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: var(--height-maps);
}

.ymaps-2-1-79-balloon {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

ymaps:has(> .customMapClose) {
  display: -ms-grid;
  display: grid;
  background-color: var(--bg-color);
  padding: 3px;
  max-height: 100% !important;
}
@media screen and (min-width: 642px) {
  ymaps:has(> .customMapClose) {
    border: 1px solid var(--accent-color);
    border-radius: 10px;
    border-bottom-left-radius: 0;
    padding: 10px;
  }
}
ymaps:has(> .customMapClose)::before {
  content: none;
}
@media screen and (min-width: 642px) {
  ymaps:has(> .customMapClose)::before {
    position: absolute;
    bottom: -7px;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: var(--accent-color);
    width: 20px;
    height: 20px;
    content: "";
  }
}
ymaps:has(> .customMapClose) h4 {
  margin-bottom: 10px;
  font-size: 14px;
}
ymaps:has(> .customMapClose) p:not(:last-of-type) {
  margin-bottom: 5px;
}
ymaps:has(> .customMapClose) p:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 567px) {
  ymaps:has(> .customMapClose) p:nth-of-type(2) {
    display: inline;
  }
}
ymaps:has(> .customMapClose) .customMapClose {
  display: none;
}
@media screen and (min-width: 642px) {
  ymaps:has(> .customMapClose) .customMapClose {
    display: block;
    position: absolute;
    top: -7px;
    right: -5px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-weight: 500;
    font-size: 26px;
    line-height: 0.8;
  }
  ymaps:has(> .customMapClose) .customMapClose:hover {
    color: var(--accent-color);
  }
}/*# sourceMappingURL=page-category.css.map */
