.gallery-horiz {
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .service-gallery .gallery-horiz:before {
    width: 300px;
    height: 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlY2VmZjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(left, #eceff1 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(left, #eceff1 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, #eceff1 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, #eceff1 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: -40px;
    top: 0;
    pointer-events: none;
    content: '';
    z-index: 1;
  }
  .service-gallery .gallery-horiz:after {
    width: 300px;
    height: 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlY2VmZjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(right, #eceff1 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(right, #eceff1 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(right, #eceff1 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to left, #eceff1 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    right: -40px;
    top: 0;
    pointer-events: none;
    content: '';
    z-index: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-horiz {
    padding: 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-horiz {
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .gallery-horiz {
    padding: 0 64px;
  }
}
.gallery-horiz__inner {
  margin: 0 -15px;
}
.gallery-horiz__section {
  overflow: hidden;
  width: 100%;
}
.gallery-horiz__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: left 1100ms ease-in-out;
  -moz-transition: left 1100ms ease-in-out;
  -o-transition: left 1100ms ease-in-out;
  transition: left 1100ms ease-in-out;
}
.gallery-horiz__list:before,
.gallery-horiz__list:after {
  content: " ";
  display: table;
}
.gallery-horiz__list:after {
  clear: both;
}
.gallery-horiz__item {
  width: 33.33333333%;
  float: left;
  position: relative;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-horiz__item_three {
  width: 33.33333333%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-horiz__item_three img {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-horiz__item_three {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gallery-horiz__item_three {
    width: 100%;
  }
}
.gallery-horiz__item_four {
  width: 25%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-horiz__item_four {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-horiz__item_four {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gallery-horiz__item_four {
    width: 100%;
  }
}
.gallery-horiz__item_five {
  width: 20%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-horiz__item_five {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-horiz__item_five {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gallery-horiz__item_five {
    width: 100%;
  }
}
.gallery-horiz__arrow {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
.gallery-horiz__arrow-prev,
.gallery-horiz__arrow-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: -32px 0 0 0;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}
.operators-count .gallery-horiz__arrow-prev,
.operators-count .gallery-horiz__arrow-next {
  border: 1px solid #c42435;
  width: 62px;
  height: 62px;
}
.gallery-horiz__arrow-prev:hover,
.gallery-horiz__arrow-next:hover {
  background-color: #c42435;
}
.gallery-horiz__arrow-prev:after,
.gallery-horiz__arrow-next:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQBAMAAAA2ZkhwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJ1BMVEXEJDXEJDXEJDXEJDXEJDXEJDXEJDXEJDXEJDXEJDXEJDXEJDX///90pH7DAAAAC3RSTlMAFcrG0czT0s3Lx1xQ1RUAAAABYktHRAyBs1FjAAAACXBIWXMAAAsSAAALEgHS3X78AAAAMUlEQVQI12NgYGAQMgASjN4BQFJkmwCIWQhibkdlMkSDmAzdYBIiApHFzpkA4ggtAAAudAxKpw2XCgAAAABJRU5ErkJggg==') 47% center no-repeat;
}
.gallery-horiz__arrow-prev:hover:after,
.gallery-horiz__arrow-next:hover:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQBAMAAAA2ZkhwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJFBMVEX////////////////////////////////////////////////Vd7HLAAAAC3RSTlMAFcrG0czT0s3Lx1xQ1RUAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAMklEQVQI12NgYGAQMgASjN4BQFJkmwCIWQhibkdlMkSDmAzdYFIcLMJYjZszAcQRWgAAO0AM49t6htQAAAAASUVORK5CYII=');
}
.gallery-horiz__arrow-prev {
  left: -80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-horiz__arrow-prev {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-horiz__arrow-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .gallery-horiz__arrow-prev {
    left: 0;
  }
}
.gallery-horiz__arrow-next {
  right: -80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-horiz__arrow-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-horiz__arrow-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .gallery-horiz__arrow-next {
    right: 0;
  }
}
.gallery-horiz__arrow-next:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gallery-horiz__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  text-align: center;
  z-index: 1;
  display: none;
}
.gallery-horiz__nav-thumb {
  width: 9px;
  height: 9px;
  zoom: 1;
  filter: alpha(opacity=55);
  -webkit-opacity: 0.55;
  -moz-opacity: 0.55;
  opacity: 0.55;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 2px;
  display: inline-block;
}
.gallery-horiz__nav-thumb:hover,
.gallery-horiz__nav-thumb.active {
  background-color: #1d9aff;
}
