/* content-blocks */
.content-blocks .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.content-blocks .item-content {
  width: 60%;
  padding-bottom: 30px;
}

.content-blocks .item-img {
  width: 40%;
  padding: 0 30px 60px 50px;
  position: relative;
}

.content-blocks .item-img img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.content-blocks .item-img:before {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  left: 80px;
  background: #F4F4F4;
}

.content-blocks .item:nth-child(even) .item-content {
  order: 2;
}

.content-blocks .item:nth-child(even) .item-img {
  order: 1;
  padding: 0 50px 60px 30px;
}

.content-blocks .item:nth-child(even) .item-img:before {
  left: 0;
  right: 80px;
}

@media (max-width: 991px) {
  .content-blocks .item-content {
    width: 100%;
    order: 2;
  }
  .content-blocks .item-img {
    order: 1;
    width: 100%;
    max-width: 520px;
    padding: 0 0 60px 30px !important;
  }
  .content-blocks .item-img:before {
    left: 0 !important;
    right: 60px !important;
  }
}
@media (max-width: 767px) {
  .content-blocks .item-img {
    padding: 0 0 30px 15px !important;
    margin-bottom: 30px;
  }
  .content-blocks .item-img:before {
    bottom: 15px;
  }
}
/* /. content-blocks */
/* gallery-section */
.gallery-carousel-section {
  width: 100%;
  overflow: hidden;
}

.gallery-carousel {
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-carousel {
  position: relative;
  z-index: 6;
}

.gallery-carousel > div:not(:first-of-type) {
  display: none;
}

.gallery-carousel .item {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.gallery-carousel .item-inner {
  position: relative;
}

.gallery-carousel.slick-slider .item img {
  width: 100%;
}

.gallery-carousel .item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-carousel .item a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.5);
  opacity: 0.5;
  transition: ease-out all 300ms;
}

.gallery-carousel .item a:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  background: url(../images/zoom.svg) 0 0 no-repeat;
  background-size: contain;
  opacity: 0;
  transition: ease-out all 300ms;
  transform: scale(0);
}

.gallery-carousel .item a:hover:before {
  opacity: 1;
}

.gallery-carousel .item a:hover:after {
  opacity: 1;
  transform: scale(1);
}

.gallery-carousel .slick-dots {
  width: 1530px;
  max-width: 100%;
  margin: 20px auto 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.gallery-carousel .slick-dots li {
  margin: 0 15px 0 0;
  width: 54px;
  border-radius: 6px;
  height: 6px;
  background: #2C3945;
}

.gallery-carousel .slick-dots li.slick-active,
.gallery-carousel .slick-dots li:hover {
  background: #F0A20A;
}

.gallery-carousel .slick-track {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.gallery-carousel .slick-slide {
  height: inherit;
}

.gallery-carousel .item-inner {
  height: 100%;
}

.gallery-carousel .item-inner > a {
  display: block;
  height: 100%;
}

.gallery-carousel .item-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1529px) {
  .gallery-carousel-section .slick-dots {
    padding: 0 25px;
  }
}
@media (max-width: 1399px) {
  .gallery-carousel-section .slick-dots li {
    margin: 0 15px 0 0;
    width: 30px;
    border-radius: 3px;
    height: 4px;
  }
}
/* /. gallery-section */
/*# sourceMappingURL=single-uslugi.css.map */
