.product-gallery-images {
  /*&.pswp--touch .pswp__button--arrow--left,
  &.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
  }*/
  /* custom */ }
  .product-gallery-images .pswp__top-bar_icon {
    width: 44px;
    height: 44px;
    color: #000000;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    margin-left: 3px;
    float: right;
    opacity: 0.75;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 28px;
    -webkit-transition: opacity 0.2s, color 0.3s;
    -moz-transition: opacity 0.2s, color 0.3s;
    -o-transition: opacity 0.2s, color 0.3s;
    transition: opacity 0.2s, color 0.3s; }
  .product-gallery-images .pswp__top-bar_icon:focus,
  .product-gallery-images .pswp__top-bar_icon:hover {
    opacity: 1;
    color: #0089d1; }
  .product-gallery-images .pswp__top-bar_icon:active {
    outline: none;
    opacity: 0.9; }
  .product-gallery-images .pswp__top-bar_icon::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .product-gallery-images .pswp__ui--over-close .pswp__button--close {
    opacity: 1; }
  .product-gallery-images .pswp__button--fs {
    display: none; }
  .product-gallery-images.pswp--supports-fs .pswp__button--fs {
    display: block; }
  .product-gallery-images.pswp--fs .pswp__button--fs {
    background-position: -44px 0; }
  .product-gallery-images .pswp__button--zoom {
    display: none;
    background-position: -88px 0; }
  .product-gallery-images.pswp--zoom-allowed .pswp__button--zoom {
    display: block; }
  .product-gallery-images.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0; }
  .product-gallery-images .pswp__button--arrow--left,
  .product-gallery-images .pswp__button--arrow--right {
    background-image: none !important;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #000000;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    position: absolute !important;
    opacity: 0.75;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .product-gallery-images .pswp__button--arrow--left:hover,
  .product-gallery-images .pswp__button--arrow--right:hover {
    opacity: 1;
    color: #0089d1; }
  .product-gallery-images .pswp__button--arrow--left {
    left: 15px; }
  .product-gallery-images .pswp__button--arrow--right {
    right: 15px; }
  .product-gallery-images .pswp__button--arrow--left:before,
  .product-gallery-images .pswp__button--arrow--right:before {
    font-size: 28px; }
  .product-gallery-images .pswp__button--arrow--left:before {
    content: 'arrow_back';
    max-width: none; }
  .product-gallery-images .pswp__button--arrow--right:before {
    content: 'arrow_forward';
    max-width: none; }
  .product-gallery-images .pswp__counter,
  .product-gallery-images .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .product-gallery-images .pswp__share-modal {
    display: block;
    background: rgba(255, 255, 255, 0.58);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity; }
  .product-gallery-images .pswp__share-modal--hidden {
    display: none; }
  .product-gallery-images .pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform; }
  .product-gallery-images .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
  .product-gallery-images .pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000; }
  .product-gallery-images .pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0; }
  .product-gallery-images .pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px; }
  .product-gallery-images .pswp__share-modal--fade-in {
    opacity: 1; }
  .product-gallery-images .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .product-gallery-images.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px; }
  .product-gallery-images a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    pointer-events: none; }
  .product-gallery-images a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF; }
  .product-gallery-images a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }
  .product-gallery-images a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF; }
  .product-gallery-images a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D; }
  .product-gallery-images a.pswp__share--download:hover {
    background: #DDD; }
  .product-gallery-images .pswp__counter {
    height: 44px;
    line-height: 44px;
    color: #000000;
    font-size: 13px;
    padding: 0 10px;
    float: left; }
  .product-gallery-images .pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center; }
  .product-gallery-images .pswp__caption small {
    font-size: 11px;
    color: #BBB; }
  .product-gallery-images .pswp__caption__center {
    text-align: center;
    color: #000000;
    width: 100%;
    max-width: 991px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px 15px;
    line-height: 1.2;
    font-weight: 600; }
  .product-gallery-images .pswp__caption--empty {
    display: none; }
  .product-gallery-images .pswp__caption--fake {
    visibility: hidden; }
  .product-gallery-images .pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr; }
  .product-gallery-images .pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px; }
  .product-gallery-images .pswp__preloader--active {
    opacity: 1; }
  .product-gallery-images .pswp__preloader--active .pswp__preloader__icn {
    background: url(../../img/loader.gif) 0 0 no-repeat; }
  .product-gallery-images.pswp--css_animation .pswp__preloader--active {
    opacity: 1; }
  .product-gallery-images.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite; }
  .product-gallery-images.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
  .product-gallery-images.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0; }
  .product-gallery-images.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden; }
  .product-gallery-images.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #000000;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0; }
  @media screen and (max-width: 1024px) {
    .product-gallery-images .pswp__preloader {
      position: relative;
      left: auto;
      top: auto;
      margin: 0;
      float: right; } }
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
  .product-gallery-images .pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550; }
  .product-gallery-images .pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px; }
  .product-gallery-images .pswp__caption,
  .product-gallery-images .pswp__top-bar, .product-gallery-images.pswp--has_mouse .pswp__button--arrow--left, .product-gallery-images.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
  .product-gallery-images.pswp--has_mouse .pswp__button--arrow--left, .product-gallery-images.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible; }
  .product-gallery-images .pswp__top-bar,
  .product-gallery-images .pswp__caption {
    background: rgba(255, 255, 255, 0.58); }
  .product-gallery-images .pswp__ui--fit .pswp__top-bar,
  .product-gallery-images .pswp__ui--fit .pswp__caption,
  .product-gallery-images .pswp__caption {
    background: rgba(212, 212, 212, 0.39);
    -webkit-backdrop-filter: saturate(180%) blur(4px);
    backdrop-filter: saturate(180%) blur(4px); }
  .product-gallery-images .pswp__ui--idle .pswp__top-bar {
    opacity: 0; }
  .product-gallery-images .pswp__ui--idle .pswp__button--arrow--left,
  .product-gallery-images .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0; }
  .product-gallery-images .pswp__ui--hidden .pswp__top-bar,
  .product-gallery-images .pswp__ui--hidden .pswp__caption,
  .product-gallery-images .pswp__ui--hidden .pswp__button--arrow--left,
  .product-gallery-images .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001; }
  .product-gallery-images .pswp__ui--one-slide .pswp__button--arrow--left,
  .product-gallery-images .pswp__ui--one-slide .pswp__button--arrow--right,
  .product-gallery-images .pswp__ui--one-slide .pswp__counter {
    display: block; }
  .product-gallery-images .pswp__element--disabled {
    display: none !important; }
  .product-gallery-images.pswp--minimal--dark .pswp__top-bar {
    background: none; }
  .product-gallery-images.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 99999;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none; }
  .product-gallery-images.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .product-gallery-images.pswp img {
    max-width: none; }
  .product-gallery-images.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
  .product-gallery-images.pswp--open {
    display: block; }
  .product-gallery-images.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  .product-gallery-images.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
  .product-gallery-images.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; }
  .product-gallery-images .pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity; }
  .product-gallery-images .pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .product-gallery-images .pswp__container,
  .product-gallery-images .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .product-gallery-images .pswp__container,
  .product-gallery-images .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .product-gallery-images .pswp__zoom-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
  .product-gallery-images .pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
  .product-gallery-images.pswp--animated-in .pswp__bg, .product-gallery-images.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none; }
  .product-gallery-images .pswp__container,
  .product-gallery-images .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden; }
  .product-gallery-images .pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
  .product-gallery-images .pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0; }
  .product-gallery-images .pswp__img--placeholder {
    -webkit-backface-visibility: hidden; }
  .product-gallery-images .pswp__img--placeholder--blank {
    background: #222; }
  .product-gallery-images.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0; }
  .product-gallery-images .pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC; }
  .product-gallery-images .pswp__error-msg a {
    color: #CCC;
    text-decoration: underline; }
@keyframes center_opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .product-gallery-images .pswp__scroll-wrap {
    animation: center_opacity 0.3s; }
  .product-gallery-images .pswp__bg {
    background: #ffffff !important; }
  .product-gallery-images .pswp__caption,
  .product-gallery-images .pswp__ui--fit .pswp__top-bar,
  .product-gallery-images .pswp__ui--fit .pswp__caption {
    background: rgba(255, 255, 255, 0.58) !important; }
  .product-gallery-images .pswp__button.pswp__button--share {
    font-size: 22px; }
  .product-gallery-images .pswp__button.pswp__button--share:before {
    content: 'share'; }
  .product-gallery-images .pswp__button.pswp__button--close:before {
    content: "close"; }
  .product-gallery-images .pswp__button.pswp__button--fs:before {
    content: 'fullscreen'; }
  .product-gallery-images.pswp.pswp--fs .pswp__button.pswp__button--fs:before {
    content: 'fullscreen_exit'; }
  .product-gallery-images .pswp__button.pswp__button--zoom:before {
    content: 'zoom_in'; }
  .product-gallery-images.pswp.pswp--zoomed-in .pswp__button--zoom:before {
    content: 'zoom_out'; }
  .product-gallery-images .btn-display-outer-thumbs {
    position: relative; }
  .product-gallery-images .btn-display-outer-thumbs:before {
    content: 'menu'; }
  .product-gallery-images .btn-display-outer-thumbs:after {
    content: 'highlight_off';
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 0.7em;
    background-color: #fff;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .product-gallery-images.pswp--display-thumbs .btn-display-outer-thumbs:after {
    opacity: 1; }
  .product-gallery-images .photoSwipe_innerthumbs {
    position: fixed;
    top: 0;
    right: 100%;
    width: 130px;
    height: 100%;
    text-align: center;
    z-index: 1000000;
    overflow: hidden;
    overflow-y: auto;
    padding: 25px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    -webkit-transition: right 0.3s, top 0.3s, height 0.3s;
    -moz-transition: right 0.3s, top 0.3s, height 0.3s;
    -o-transition: right 0.3s, top 0.3s, height 0.3s;
    transition: right 0.3s, top 0.3s, height 0.3s; }
  .product-gallery-images.pswp--display-thumbs .photoSwipe_innerthumbs {
    right: calc(100% - 130px); }
  .product-gallery-images .photoSwipe_innerthumbs_line {
    max-width: 80px;
    min-height: 80px;
    vertical-align: top;
    padding: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: opacity 0.3s, border 0.3s;
    -moz-transition: opacity 0.3s, border 0.3s;
    -o-transition: opacity 0.3s, border 0.3s;
    transition: opacity 0.3s, border 0.3s; }
  .product-gallery-images .photoSwipe_innerthumbs_line img {
    max-width: 100%;
    cursor: pointer;
    -webkit-transition: opacity 0.3s, border 0.3s;
    -moz-transition: opacity 0.3s, border 0.3s;
    -o-transition: opacity 0.3s, border 0.3s;
    transition: opacity 0.3s, border 0.3s; }
  .product-gallery-images .photoSwipe_innerthumbs .photoSwipe_innerthumbs_line--active {
    border: 2px solid #008ad2 !important; }
  .product-gallery-images .photoSwipe_innerthumbs .photoSwipe_innerthumbs_line--active img {
    opacity: 0.5; }
  .product-gallery-images .pswp__scroll-wrap {
    width: 100%;
    margin-left: 0;
    -webkit-transition: width 0.3s, height 0.3s, margin 0.3s;
    -moz-transition: width 0.3s, height 0.3s, margin 0.3s;
    -o-transition: width 0.3s, height 0.3s, margin 0.3s;
    transition: width 0.3s, height 0.3s, margin 0.3s; }
  .product-gallery-images.pswp--display-thumbs .pswp__scroll-wrap {
    width: calc(100% - 130px);
    margin-left: 130px; }
  .product-gallery-images .pswp__caption {
    min-height: 30px; }
  .product-gallery-images .product-gallery-images {
    visibility: hidden;
    opacity: 0;
    z-index: 99999999999 !important;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -moz-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s; }
  .product-gallery-images .product-gallery-images.pswp--open {
    visibility: visible;
    opacity: 1; }
  .product-gallery-images .pswp__img--placeholder--blank {
    background: #dadada; }
  .product-gallery-images.pswp.product-gallery-images .pswp__container img {
    max-width: none;
    object-fit: contain; }
  .product-gallery-images .product-gallery-images--open jdiv {
    display: none; }
  @media (max-width: 991px) {
    .product-gallery-images .pswp__scroll-wrap {
      width: 100%;
      margin-left: 0;
      height: 100%;
      margin-bottom: 0; }
    .product-gallery-images.pswp--display-thumbs .pswp__scroll-wrap {
      margin-left: 0;
      width: 100%;
      height: calc(100% - 90px);
      margin-bottom: 90px; }
    .product-gallery-images .photoSwipe_innerthumbs {
      bottom: 0;
      width: 100%;
      height: 90px;
      overflow-y: hidden;
      overflow-x: auto;
      flex-wrap: nowrap;
      padding: 3px 15px;
      display: block;
      white-space: nowrap;
      right: 0;
      top: 100%; }
    .product-gallery-images.pswp--display-thumbs .photoSwipe_innerthumbs {
      right: 0;
      top: calc(100% - 90px); }
    .product-gallery-images .photoSwipe_innerthumbs.style-scroll-theme::-webkit-scrollbar {
      background-image: url("../../img/fon-line_horizontal.png"); }
    .product-gallery-images .photoSwipe_innerthumbs_line {
      max-width: 80px;
      min-width: 80px;
      display: inline-flex;
      margin-right: 10px; }
    .product-gallery-images .product-gallery-images .pswp__button--arrow--left,
    .product-gallery-images .product-gallery-images .pswp__button--arrow--right {
      width: 40px;
      height: 40px; } }

/*# sourceMappingURL=photoswipe.css.map */
