.image__item {
  flex: 0 0 auto;
}

.image__item a {
  display: block;
  border: none;
}

.image__item_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image__big {
  overflow: hidden;
  border: 1px solid;
}

.image__big .image__item_video:hover a::after {
  opacity: 1;
}

.image__big .image__item_video a {
  height: 100%;
}

.image__big .image__item_video a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  transition: all 0.25s ease-in-out;
  opacity: 0.5;
}

.image__big-inner {
  display: flex;
  height: 100%;
}

.image__preview {
  margin-top: 12px;
}

.image__preview .image__inner {
  overflow: hidden;
  margin: 0 29px;
}

.image__preview .image__wrapper {
  display: flex;
}

.image__preview .image__item {
  cursor: pointer;
  width: 94px;
  height: 64px;
  overflow: hidden;
  border: 1px solid;
  margin-right: 6px;
}

.image__preview .image__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.25s ease-in-out;
  border: 2px solid transparent;
}

.image__preview .image__item.swiper-slide-thumb-active::before {
  background-color: transparent;
}

.image__preview .image__item_video.swiper-slide-thumb-active:hover::after {
  opacity: 1;
}

.image__preview .image__item_video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  transition: all 0.25s ease-in-out;
  opacity: 0.5;
}

.image__preview .arrows__prev {
  left: -11px;
}

.image__preview .arrows__next {
  right: -11px;
}

.image__dots {
  display: none;
  bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .image {
    width: 852px;
  }

  .image__big {
    height: 556px;
  }
}

@media only screen and (max-width: 991px) {
  .image {
    margin-right: 0;
  }

  .image__item a {
    pointer-events: none;
  }

  .image__big .image__item_video a {
    pointer-events: auto;
  }

  .image__preview {
    display: none;
  }

  .image__dots {
    display: flex;
    justify-content: center;
  }

  .image__dots .dots {
    display: block !important;
    bottom: 0 !important;
    overflow: hidden;
    white-space: nowrap;
  }

  .image__dots .dots .dots__dot {
    display: inline-block;
    position: relative;
    transition: 0.2s transform, 0.2s left;
    vertical-align: top;
  }
}

@media only screen and (max-width: 767px) {
  .image {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
  }

  .image__big {
    height: 66vw;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image {
    width: 652px;
  }

  .image__big {
    height: 429px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image {
    width: 750px;
  }

  .image__big {
    height: 496px;
  }
}
/*# sourceMappingURL=maps/image_1.css.map */
