/**
 * Do not edit this file! Its made from /bitrix/templates/responsive/layout/gulpfile.js
 */

.carousel-dots {
  height: 5px;
  width: 135px;
  margin: 20px auto 30px;
  background: #E9EFF4;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.carousel-dots.disabled {
  display: none;
}
.carousel-dots button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  border-radius: 5px;
}
.carousel-dots button.active {
  background: #F6D300 !important;
  height: 5px;
}
.append-slider-images {
  width: 100%;
  height: 100%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.append-slider-images .owl-carousel {
  display: block;
}
@media screen and (max-width: 768px) {
  .append-slider-images {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.append-slider-images .owl-carousel .owl-stage:after {
  display: none;
}
.append-slider-images .owl-carousel,
.append-slider-images .owl-stage-outer,
.append-slider-images .owl-stage {
  height: 100%;
}
.append-slider-images .fake-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 992px) and (hover: hover) {
  .append-slider-images .fake-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fake-dots__dot {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.append-slider-images .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .append-slider-images .owl-dots {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 992px) and (hover: hover) {
  .append-slider-images .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.append-slider-images .owl-dot {
  width: 25px;
  height: 3px;
  margin: 0 2px;
  background: #B7B9BE;
  padding: 0;
  border-radius: 2px;
}
.append-slider-images .owl-dot.active {
  background: #858585;
}
.simple-slider.swiper {
  display: block;
}
.grid__content--slider {
  position: relative;
  padding: 0 30px;
  margin: 0 -30px;
}
@media screen and (max-width: 1200px) {
  .grid__content--slider {
    padding: 0 15px;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 480px) {
  .grid__content--slider .swiper-slide {
    width: 275px;
    height: auto;
  }
}
.grid__content--slider .swiper:not(.swiper-initialized) ~ .swiper-button {
  display: none;
}
.grid__content--slider .swiper:not(.swiper-initialized) > .swiper-pagination {
  display: none;
}
.grid__content--slider .append-slider-images .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 4px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.grid__content--slider .append-slider-images .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  margin: 0 2px;
  background: #B7B9BE;
  padding: 0;
  border-radius: 2px;
}
.grid__content--slider .append-slider-images .swiper-pagination .swiper-pagination-bullet-active {
  background: #858585;
}
.grid__content--slider .swiper-button-prev,
.grid__content--slider .swiper-button-next {
  position: absolute;
  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;
  width: 46px;
  height: 46px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
  color: #262626;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.grid__content--slider .swiper-button-prev.swiper-button-lock,
.grid__content--slider .swiper-button-next.swiper-button-lock {
  display: none;
}
.grid__content--slider .swiper-button-prev::after,
.grid__content--slider .swiper-button-next::after {
  content: none;
}
.grid__content--slider .swiper-button-prev span,
.grid__content--slider .swiper-button-next span {
  position: relative;
  top: -4px;
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .grid__content--slider .swiper-button-prev,
  .grid__content--slider .swiper-button-next {
    display: none;
  }
}
.grid__content--slider .swiper-button-prev {
  left: -15px;
}
@media screen and (max-width: 1800px) {
  .grid__content--slider .swiper-button-prev {
    left: 5px;
  }
}
.grid__content--slider .swiper-button-next {
  right: -15px;
}
@media screen and (max-width: 1800px) {
  .grid__content--slider .swiper-button-next {
    right: 5px;
  }
}
.grid__content--slider .swiper-pagination {
  display: none;
}
@media screen and (max-width: 1200px) {
  .grid__content--slider .swiper-pagination {
    position: static !important;
    height: 5px;
    width: 135px !important;
    margin: 20px auto 30px;
    background: #E9EFF4;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .grid__content--slider .swiper-pagination .swiper-pagination-bullet {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 !important;
    border-radius: 5px;
    background-color: transparent !important;
  }
  .grid__content--slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F6D300 !important;
    height: 5px;
  }
}
.append-slider-images .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 4px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.append-slider-images .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  margin: 0 2px;
  background: #B7B9BE;
  padding: 0;
  border-radius: 2px;
}
.append-slider-images .swiper-pagination .swiper-pagination-bullet-active {
  background: #858585;
}
.main-slider {
  overflow: visible !important;
  overflow-x: clip !important;
  position: relative;
  width: 100%;
  aspect-ratio: 1680 / 500;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .main-slider {
    aspect-ratio: 336 / 200;
  }
}
.main-slider .swiper-wrapper {
  z-index: 11;
}
.main-slider__list {
  z-index: 11;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .main-slider__list {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.main-slider__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .main-slider__item {
    border-radius: 10px;
  }
}
.main-slider .main-slider__item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-slider__image {
  position: relative;
  height: 100%;
}
.main-slider__image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-slider__timer {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  padding: 5px 15px;
  border-radius: unset;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-slider__timer .timer__title {
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 0;
  padding: 5px 0;
}
.main-slider__timer .timer__close {
  top: auto;
}
.main-slider__timer .timer__calendar-list {
  padding: 5px 0;
}
.main-slider__timer .timer__calendar-item {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.main-slider__timer .timer__calendar-title {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
}
.main-slider__timer .timer__calendar-left {
  font-size: 18px;
  padding: 2px 4px 4px;
}
@media screen and (min-width: 1500px) {
  .main-slider__timer {
    min-width: 290px;
  }
}
@media screen and (max-width: 479px) {
  .main-slider__timer {
    padding: 5px;
  }
  .main-slider__timer .timer__calendar-title {
    font-size: 10px;
  }
  .main-slider__timer .timer__calendar-left {
    font-size: 12px;
    padding: 3px 4px 3px;
  }
  .main-slider__timer .timer__close {
    top: 18px;
    right: 20px;
  }
}
.main-slider__navigation {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .main-slider__navigation {
    display: none;
  }
}
.main-slider__navigation .btn-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}
.main-slider__navigation--dark .btn-nav {
  background: rgba(0, 0, 0, 0.2);
}
.main-slider__navigation--dark .btn-nav svg {
  color: #000;
}
.main-slider__navigation--dark .btn-nav:hover {
  background: rgba(0, 0, 0, 0.5);
}
.main-slider__navigation--dark .btn-nav:hover svg {
  color: #fff;
}
.main-slider__navigation--dark .main-slider__navigation-counter {
  color: rgba(0, 0, 0, 0.5);
}
.main-slider__navigation-counter {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.main-slider__dots {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    --swiper-pagination-bottom: -20px;
  }
}
.main-slider__dots .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-inactive-color: #D9D9D9;
  --swiper-pagination-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.main-slider__timer.timer_custom {
  min-width: 200px;
}
.timer__calendar-item.timer__custom {
  width: initial;
}
.timer__custom .timer__calendar-left {
  color: #333;
  padding-left: 5px;
  padding-right: 5px;
}
.timer_custom .timer__calendar-list {
  margin: initial;
}
