.product-item__price {
    padding: 5px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    color: #000000;
}

.product-details__price {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 25px;
    color: #444444;
}

.catalog-main__intro {
  margin-bottom: 40px;
}
.catalog-main__intro h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 26px;
  color: #444;
  margin-bottom: 16px;
}
.catalog-main__intro p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #484848;
  margin-bottom: 16px;
}

.catalog-main__outro {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #484848;
  margin-top: 40px;
  margin-bottom: 40px;
}
.catalog-main__outro h4 {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #484848;
  margin-bottom: 10px;
}
.catalog-main__outro h4 + h4 {
  margin-top: 20px;
}
.catalog-main__outro ul {
  margin-bottom: 20px;
}
.catalog-main__outro ul li {
  margin-bottom: 10px;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 1520px), (-ms-high-contrast: active) and (min-width: 1520px) {
  .product-grid .product-grid__item {
    -webkit-flex-basis: -webkit-calc(20% - 12px);
    -ms-flex-preferred-size: calc(20% - 12px);
    flex-basis: -moz-calc(20% - 12px);
    flex-basis: calc(20% - 12px);
    max-width: -webkit-calc(20% - 12px);
    max-width: -moz-calc(20% - 12px);
    max-width: calc(20% - 12px);
    margin-right: 15px;
  }

  .product-grid .product-grid__item:nth-of-type(5n+5) {
    margin-right: 0;
  }

  .product-grid .product-grid__item:last-of-type {
    margin-right: auto;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 1200px) and (max-width: 1519.98px), (-ms-high-contrast: active) and (min-width: 1200px) and (max-width: 1519.98px) {
  .product-grid .product-grid__item {
    -webkit-flex-basis: -webkit-calc(25% - 11.25px);
    -ms-flex-preferred-size: calc(25% - 11.25px);
    flex-basis: -moz-calc(25% - 11.25px);
    flex-basis: calc(25% - 11.25px);
    max-width: -webkit-calc(25% - 11.25px);
    max-width: -moz-calc(25% - 11.25px);
    max-width: calc(25% - 11.25px);
    margin-right: 15px;
  }

  .product-grid .product-grid__item:nth-of-type(4n+4) {
    margin-right: 0;
  }

  .product-grid .product-grid__item:last-of-type {
    margin-right: auto;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 1199.98px), (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 1199.98px) {
  .product-grid .product-grid__item {
    -webkit-flex-basis: -webkit-calc(33.33333% - 10px);
    -ms-flex-preferred-size: calc(33.33333% - 10px);
    flex-basis: -moz-calc(33.33333% - 10px);
    flex-basis: calc(33.33333% - 10px);
    max-width: -webkit-calc(33.33333% - 10px);
    max-width: -moz-calc(33.33333% - 10px);
    max-width: calc(33.33333% - 10px);
    margin-right: 15px;
  }

  .product-grid .product-grid__item:nth-of-type(3n+3) {
    margin-right: 0;
  }

  .product-grid .product-grid__item:last-of-type {
    margin-right: auto;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 576px) and (max-width: 767.98px), (-ms-high-contrast: active) and (min-width: 576px) and (max-width: 767.98px) {
  .product-grid .product-grid__item {
    -webkit-flex-basis: -webkit-calc(50% - 7.5px);
    -ms-flex-preferred-size: calc(50% - 7.5px);
    flex-basis: -moz-calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
    max-width: -webkit-calc(50% - 7.5px);
    max-width: -moz-calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    margin-right: 15px;
  }

  .product-grid .product-grid__item:nth-of-type(2n+2) {
    margin-right: 0;
  }

  .product-grid .product-grid__item:last-of-type {
    margin-right: auto;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 575.98px), (-ms-high-contrast: active) and (max-width: 575.98px) {
  .product-grid .product-grid__item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@supports not ((display: -ms-grid) or (display: grid)) {
  .product-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  @media (min-width: 1520px) {
    .product-grid .product-grid__item {
      -webkit-flex-basis: -webkit-calc(20% - 12px);
      -ms-flex-preferred-size: calc(20% - 12px);
      flex-basis: -moz-calc(20% - 12px);
      flex-basis: calc(20% - 12px);
      max-width: -webkit-calc(20% - 12px);
      max-width: -moz-calc(20% - 12px);
      max-width: calc(20% - 12px);
      margin-right: 15px;
    }

    .product-grid .product-grid__item:nth-of-type(5n+5) {
      margin-right: 0;
    }

    .product-grid .product-grid__item:last-of-type {
      margin-right: auto;
    }
  }
  @media (min-width: 1200px) and (max-width: 1519.98px) {
    .product-grid .product-grid__item {
      -webkit-flex-basis: -webkit-calc(25% - 11.25px);
      -ms-flex-preferred-size: calc(25% - 11.25px);
      flex-basis: -moz-calc(25% - 11.25px);
      flex-basis: calc(25% - 11.25px);
      max-width: -webkit-calc(25% - 11.25px);
      max-width: -moz-calc(25% - 11.25px);
      max-width: calc(25% - 11.25px);
      margin-right: 15px;
    }

    .product-grid .product-grid__item:nth-of-type(4n+4) {
      margin-right: 0;
    }

    .product-grid .product-grid__item:last-of-type {
      margin-right: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .product-grid .product-grid__item {
      -webkit-flex-basis: -webkit-calc(33.33333% - 10px);
      -ms-flex-preferred-size: calc(33.33333% - 10px);
      flex-basis: -moz-calc(33.33333% - 10px);
      flex-basis: calc(33.33333% - 10px);
      max-width: -webkit-calc(33.33333% - 10px);
      max-width: -moz-calc(33.33333% - 10px);
      max-width: calc(33.33333% - 10px);
      margin-right: 15px;
    }

    .product-grid .product-grid__item:nth-of-type(3n+3) {
      margin-right: 0;
    }

    .product-grid .product-grid__item:last-of-type {
      margin-right: auto;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .product-grid .product-grid__item {
      -webkit-flex-basis: -webkit-calc(50% - 7.5px);
      -ms-flex-preferred-size: calc(50% - 7.5px);
      flex-basis: -moz-calc(50% - 7.5px);
      flex-basis: calc(50% - 7.5px);
      max-width: -webkit-calc(50% - 7.5px);
      max-width: -moz-calc(50% - 7.5px);
      max-width: calc(50% - 7.5px);
      margin-right: 15px;
    }

    .product-grid .product-grid__item:nth-of-type(2n+2) {
      margin-right: 0;
    }

    .product-grid .product-grid__item:last-of-type {
      margin-right: auto;
    }
  }
  @media (max-width: 575.98px) {
    .product-grid .product-grid__item {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 15px;
    }
  }
}
@supports (display: -ms-grid) or (display: grid) {
  .product-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [5];
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
  }

  @media (max-width: 1519.98px) {
    .product-grid {
      grid-gap: 5px;
    }
  }
  @media (min-width: 768px) and (max-width: 1519.98px) {
    .product-grid {
      -ms-grid-columns: 1fr [4];
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media (min-width: 576px) and (max-width: 1199.98px) {
    .product-grid {
      -ms-grid-columns: 1fr [3];
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 575.98px) {
    .product-grid {
      -ms-grid-columns: 1fr [2];
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 360px) {
    .product-grid {
      -ms-grid-columns: 1fr [1];
      grid-template-columns: repeat(1, 1fr);
    }
  }
}
.product-card {
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  transition: transform 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.product-card:hover {
  transform: translateY(-10px);
}
.product-card__preview {
  margin-bottom: 10px;
  display: block;
}
.product-card__preview img {
  border-radius: 3px;
  width: 100%;
  height: 176px;
  object-fit: cover;
}
.product-card__name {
  word-break: break-word;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #444444;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.product-card__name:hover {
  text-decoration: none;
}
.product-card__bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card__price-label {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #444444;
}
.product-card__price-value {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #00619C;
}
.product-card__price-value_small {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}

.product-details-alt__top {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .product-details-alt__top {
    padding: 10px;
  }
}
.product-details-alt__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #444444;
  margin-bottom: 20px;
}
.product-details-alt__price {
  margin-bottom: 40px;
}
.product-details-alt__price-label {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #444444;
  margin-bottom: 5px;
}
.product-details-alt__price-value {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #00619C;
}
.product-details-alt__price-value_small {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
.product-details-alt__order .btn {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  height: 48px;
}
.product-details-alt__description-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #444444;
  margin-bottom: 20px;
}
.product-details-alt__description-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #484848;
}

.product-details-alt-section-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #444444;
  margin-bottom: 20px;
}

.product-details-alt-gallery__main {
  margin-bottom: 10px;
}
.product-details-alt-gallery__main img {
  width: 100%;
  height: 295px;
  object-fit: cover;
}
.product-details-alt-gallery__thumb {
  padding: 0 1px;
}
.product-details-alt-gallery__thumb img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 1px solid #00619C;
  border-radius: 3px;
}
.product-details-alt-gallery__controls {
  display: grid;
  grid-template-columns: 28px auto 28px;
  gap: 2px;
  height: 56px;
}
.product-details-alt-gallery__thumbs {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 56px;
}
.product-details-alt-gallery__arrow {
  border: none;
  height: 100%;
  width: 28px;
  background: #0065A1;
  border-radius: 3px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/local/templates/main/theme/index/img/icon-slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: background-color 0.4s ease;
}
.product-details-alt-gallery__arrow:hover {
  background-color: #003555;
}
.product-details-alt-gallery__arrow_right {
  transform: rotate(180deg);
}

.product-details-alt-params__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #444444;
  margin-bottom: 20px;
}
.product-details-alt-params__item {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #484848;
  margin-bottom: 10px;
}

.product-details-alt-advantage {
  height: 110px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
.product-details-alt-advantage__icon {
  flex: 0 0 88px;
}
.product-details-alt-advantage__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #444444;
  margin-bottom: 5px;
}
.product-details-alt-advantage__text {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 16px;
  color: #484848;
}
.product-details-alt-advantage__content {
  flex: 1 1 auto;
}

.products-slider {
  position: relative;
  margin-bottom: 110px;
}
.products-slider__slide {
  padding: 0 7px;
}
.products-slider__slides .slick-track {
  display: flex !important;
}
.products-slider__slides .slick-slide {
  height: inherit !important;
}
.products-slider__nav {
  position: absolute;
  bottom: -70px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.products-slider__arrow {
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #0065A1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/local/templates/main/theme/index/img/icon-slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: background-color 0.4s ease;
}
.products-slider__arrow:hover {
  background-color: #003555;
}
.products-slider__arrow:focus {
  outline: none;
}
.products-slider__arrow.slick-disabled {
  pointer-events: none;
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  background-image: url("/local/templates/main/theme/index/img/icon-slider-arrow-grey.svg");
}
.products-slider__arrow_right {
  transform: rotate(180deg);
}

/*# sourceMappingURL=styles.css.map */
