.owl-dots {
  margin-top: 1.5rem;
  text-align: center; }
  .owl-dots > * {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 .7rem;
    border-radius: 50%;
    background: #fe0000;
    opacity: .5;
    transition: .2s; }
    .owl-dots > *.active {
      opacity: 1; }
    .owl-dots > *:hover, .owl-dots > *:active, .owl-dots > *:focus, .owl-dots > *:active:focus {
      opacity: .8; }

.w-gallery-1-0-0 {
  padding-bottom: 100px;
  overflow: hidden; }
  .w-gallery-1-0-0 .w-gallery {
    position: relative; }
    .w-gallery-1-0-0 .w-gallery__carousel {
      position: static; }
    .w-gallery-1-0-0 .w-gallery .container {
      position: static; }
    .w-gallery-1-0-0 .w-gallery__slide {
      width: 100%; }
      .w-gallery-1-0-0 .w-gallery__slide-item {
        position: relative;
        float: left;
        width: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
        .w-gallery-1-0-0 .w-gallery__slide-item:before {
          display: block;
          padding-bottom: 100%;
          content: ''; }
        .w-gallery-1-0-0 .w-gallery__slide-item_video:after {
          position: absolute;
          bottom: .75rem;
          left: .5rem;
          display: inline-block;
          width: 62px;
          height: 66px;
          background: url("/i/gallery/play.png") no-repeat 0 0/contain;
          vertical-align: top;
          content: ''; }
          @media (max-width: 767px) {
            .w-gallery-1-0-0 .w-gallery__slide-item_video:after {
              width: 20px;
              height: 20px; } }
        .w-gallery-1-0-0 .w-gallery__slide-item[data-src] {
          cursor: pointer;
          transition: .2s; }
          .w-gallery-1-0-0 .w-gallery__slide-item[data-src]:hover, .w-gallery-1-0-0 .w-gallery__slide-item[data-src]:active, .w-gallery-1-0-0 .w-gallery__slide-item[data-src]:focus, .w-gallery-1-0-0 .w-gallery__slide-item[data-src]:active:focus {
            opacity: .8; }
        .w-gallery-1-0-0 .w-gallery__slide-item_big {
          width: 100%;
          clear: both; }
    .w-gallery-1-0-0 .w-gallery .owl-stage-outer {
      overflow: visible; }
    .w-gallery-1-0-0 .w-gallery .owl-nav {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
      width: 95px; }
      @media (max-width: 991px) {
        .w-gallery-1-0-0 .w-gallery .owl-nav {
          width: 42px; } }
      .w-gallery-1-0-0 .w-gallery .owl-nav * {
        position: relative;
        width: 100%;
        height: 49.75%;
        background: rgba(0, 0, 0, 0.5);
        transition: .2s; }
        .w-gallery-1-0-0 .w-gallery .owl-nav *:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          width: 0;
          height: 0;
          margin: auto;
          content: '';
          border: 15px solid white;
          border-top: 22px solid transparent;
          border-bottom: 22px solid transparent;
          transition: .2s; }
          @media (max-width: 991px) {
            .w-gallery-1-0-0 .w-gallery .owl-nav *:after {
              border-width: 6px;
              border-top-width: 10px;
              border-bottom-width: 10px; } }
        .w-gallery-1-0-0 .w-gallery .owl-nav *.owl-prev:after {
          border-left: 0; }
        .w-gallery-1-0-0 .w-gallery .owl-nav *.owl-next:after {
          border-right: 0; }
        .w-gallery-1-0-0 .w-gallery .owl-nav *:hover {
          background: rgba(0, 0, 0, 0.8); }
    .w-gallery-1-0-0 .w-gallery .owl-dots {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; }

/*# sourceMappingURL=1.0.0.css.map */
