.t-body_scroll-locked {
  position: fixed;
  left: 0;
  width: 100%
}

.t-zoomer__show_fixed {
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  overflow: hidden
}

.t-zoomer__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  user-select: none
}

.t-zoomer__show .t-zoomer__wrapper {
  z-index: 9999999;
  opacity: 1
}

.t-zoomer__container {
  text-align: center;
  top: 0
}

.t-zoomer__bg, .t-zoomer__comments, .t-zoomer__container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0
}

.t-zoomer__bg {
  top: 0;
  background: #fff;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.t-zoomer__comments {
  display: block;
  height: auto;
  padding: 14px 0 0;
  text-align: center;
  max-width: 700px;
  box-sizing: border-box;
  margin: 0 auto
}

.t-zoomer__descr {
  z-index: 3
}

.t-zoomable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.t-zoomer__show .t-carousel__zoomer__inner, .t-zoomer__show .t-zoomable {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.t-zoomer__container {
  z-index: 99999999
}

.t-carousel__zoomed, .t-carousel__zoomer__slides {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.t-carousel__zoomer__inner {
  position: absolute
}

.t-carousel__zoomer__item, .t-carousel__zoomer__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.t-carousel__zoomer__inner {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px
}

.t-carousel__zoomer__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  overflow: auto
}

.t-carousel__zoomer__item {
  height: 100%;
  display: none
}

.t-carousel__zoomer__item.active {
  display: block
}

.t-zoomer__close {
  position: fixed;
  cursor: pointer;
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  z-index: 999999999999
}

.t-zoomer__close:hover {
  opacity: .7
}

.t-zoomer__close-line {
  position: absolute;
  left: 15px;
  height: 26px;
  width: 2px;
  background-color: #222
}

.t-zoomer__close-line-first {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.t-zoomer__close-line-second {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.t-carousel__zoomer__control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  cursor: pointer;
  z-index: 99
}

.t-carousel__zoomer__control_right {
  left: auto;
  right: 0
}

.t-carousel__zoomer__control:hover {
  opacity: .6
}

.t-carousel__zoomer__arrow {
  width: 20px;
  height: 20px;
  background: 0 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.t-carousel__zoomer__arrow__wrapper {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%
}

.t-carousel__zoomer__arrow_right {
  border-top: 2px solid;
  border-right: 2px solid
}

.t-carousel__zoomer__arrow_left {
  border-left: 2px solid;
  border-bottom: 2px solid
}

img.t-carousel__zoomer__img.ui-draggable.ui-draggable-handle {
  cursor: grab
}

.t-zoomer__close {
  width: auto;
  height: auto;
  right: 10px;
  top: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.scale-active .t-carousel__zoomer__arrow__wrapper:before {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  background: rgba(255, 255, 255, .3);
  border-radius: 50%;
  padding: 10px;
  top: calc(50% - 26px);
  left: calc(50% - 22px)
}

.scale-active .t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_left:before {
  left: calc(50% - 30px)
}

.scale-active .t-carousel__zoomer__img {
  max-height: inherit;
  max-width: inherit;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  cursor: zoom-out
}

.scale-active .t-carousel__zoomer__inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.scale-active .t-carousel__zoomer__control {
  height: 15%;
  margin: auto
}

.t-zoomer__scale.showed {
  position: fixed;
  right: 65px;
  top: 10px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  z-index: 999999999;
  display: none
}

.t-zoomer__scale.showed .icon-increase {
  display: block
}

.scale-active .t-zoomer__scale.showed .icon-increase, .t-zoomer__scale.showed .icon-decrease {
  display: none
}

.scale-active .t-zoomer__scale.showed .icon-decrease {
  display: block
}

.scale-active .t-zoomer__close, .scale-active .t-zoomer__scale.showed {
  background: rgba(255, 255, 255, .3);
  border-radius: 50%
}

.t-carousel__zoomer__arrow__wrapper_right {
  right: 30px
}

.t-carousel__zoomer__arrow__wrapper_left {
  left: 30px
}

.t-zoomer__scale:hover {
  opacity: .7
}

@media screen and (max-width:768px) {
  .t-carousel__zoomer__control .t-carousel__zoomer__arrow {
    width: 12px;
    height: 12px
  }
  .t-carousel__zoomer-control {
    width: 10%
  }
  .t-carousel__zoomer__arrow__left {
    left: 15px
  }
  .t-carousel__zoomer__arrow__right {
    right: 15px
  }
}

@supports (-webkit-overflow-scrolling:touch) {
  .t-carousel__zoomer__img {
    height: 100%;
    object-fit: contain
  }
}
