@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(get-svg-url('checkmark', $user-variables: (fill: 'tomato')));
* Example: background-image: url(get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink')));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
.press-center-slider__buttons {
  display: flex;
  justify-content: space-between;
  width: 124px;
  pointer-events: none;
}
.press-center-slider__buttons .slider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  border: 1px solid #666666;
  pointer-events: visible;
  cursor: pointer;
}
.press-center-slider__buttons .slider-button:before {
  content: "";
  display: flex;
  width: 11px;
  height: 24px;
  align-self: center;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 26'%3e%3cpath d='M12 1 1 10.383v5.234L12 25' stroke='%23fff'/%3e%3c/svg%3e") center no-repeat;
}
.press-center-slider__buttons .slider-button:hover {
  border: 1px solid #E44315;
  background-color: #E44315;
}
.press-center-slider__buttons .slider-button--right:before {
  transform: rotate(180deg);
}
.press-center-slider__buttons .slider-button.is-disabled {
  pointer-events: none;
}
.press-center-slider__buttons .slider-button.swiper-button-lock {
  display: none;
}

.press_center {
  margin-top: 60px;
}
@media (min-width: 400px) {
  .press_center {
    margin-top: 60px;
  }
}
@media (min-width: 576px) {
  .press_center {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .press_center {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .press_center {
    margin-top: 140px;
  }
}
@media (min-width: 1200px) {
  .press_center {
    margin-top: 140px;
  }
}
@media (min-width: 1600px) {
  .press_center {
    margin-top: 140px;
  }
}
@media (min-width: 1800px) {
  .press_center {
    margin-top: 140px;
  }
}
.press_center .press_center__items {
  flex-wrap: nowrap !important;
  gap: 0px !important;
}
.press_center .slider_all_news {
  width: 174px;
  height: 54px;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  padding: 16px 0px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767.98px) {
  .press_center .slider_all_news {
    display: none;
  }
}
.press_center .block_popular_products__head {
  border: none;
}
.press_center .block_popular_products__head {
  padding-bottom: 0px;
}
.press_center .slider_head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8D9DB;
  padding-bottom: 32px;
}
.press_center .slider_head__wrapper {
  display: flex;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
.press_center .popular_products_swiper {
  margin-top: 0;
}
.press_center__card {
  display: inline-block;
  height: auto;
  border-radius: 12px;
  background-color: #fff;
}
.press_center__card__img {
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.press_center__card__content {
  display: inline-block;
  padding: 20px;
  width: 100%;
}
.press_center__card__tags {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: 33px;
}
.press_center__card__category {
  color: #2A2A2A;
  background-color: #F3F3F3;
  padding: 6px 12px;
  border-radius: 8px;
}
.press_center__card__date {
  color: #666666;
  padding: 6px 12px;
}
.press_center__card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  color: #111111;
}
.press_center .block_popular_products__nav.popular_products_swiper__button--next, .press_center .block_popular_products__nav.popular_products_swiper__button--prev {
  top: 14px !important;
}
.press_center .block_popular_products__nav.popular_products_swiper__button--prev {
  right: 230px;
}
@media (max-width: 767.98px) {
  .press_center .block_popular_products__nav.popular_products_swiper__button--prev {
    right: 38px;
  }
}
.press_center .block_popular_products__nav.popular_products_swiper__button--next {
  right: 195px;
}
@media (max-width: 767.98px) {
  .press_center .block_popular_products__nav.popular_products_swiper__button--next {
    right: 0px;
  }
}

.press-center-slider__buttons {
  width: 55px;
}
@media (max-width: 575.98px) {
  .press-center-slider__buttons {
    display: none;
  }
}
.press-center-slider__buttons .slider-button {
  border: none;
  width: 20px;
}
.press-center-slider__buttons .slider-button:hover {
  border: none;
  background-color: transparent;
}
.press-center-slider__buttons .slider-button:before {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 26'%3e%3cpath d='M12 1 1 10.383v5.234L12 25' stroke='%23111111'/%3e%3c/svg%3e") center no-repeat;
}
.press-center-slider__buttons .slider-button:hover:before {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 26'%3e%3cpath d='M12 1 1 10.383v5.234L12 25' stroke='%23E44315'/%3e%3c/svg%3e") center no-repeat;
}
