
.counter-container {
  max-width: 1360px;
  padding: 90px 24px;
  margin: auto;
}

.counter-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .counter-items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 800px) {
  .counter-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.counter-item .num {
  font-style: normal;
  font-weight: 500;
  font-size: 90px;
  text-transform: uppercase;
  color: #78BE20;
  line-height: 105px;
}

@media screen and (max-width: 800px) {
  .counter-item .num {
    text-align: center;
  }
}

.counter-item .zag {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
}
.gallery {
    background-color: #F7FAFB;
    position: relative;
    width: 100vw;
    left: calc((1312px - 100vw) / 2);
    padding-top: 80px;
}
@media screen and (max-width: 1360px) {
    .gallery {
        left: -24px;
    }
  }
.gallery-container {
  max-width: 1360px;
  padding-left: 24px;
  padding-right: 24px;
  margin: auto;
}

.gallery .zag {
  font-weight: 300;
  font-size: 33px;
  color: #333333;
  margin-bottom: 45px;
}

.gallery-item img {
  margin: auto;
}

.gallery .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #78BE20;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 10px;
  height: 10px;
  color: transparent;
}

.gallery .slick-dots li button:before {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #E5E5E5;
  opacity: 1;
  color: transparent;
}


.gallery .slick-next {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
      -ms-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
  opacity: 1;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #E5E5E5;
  right: -75px;
}

@media screen and (max-width: 1440px) {
  .gallery .slick-next {
    right: 10px;
  }
}

.gallery .slick-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #E5E5E5;
  left: -50px;
}

@media screen and (max-width: 1440px) {
  .gallery .slick-prev {
    left: 20px;
  }
}

.gallery .slick-next:before {
  content: url(../images/content/arr.png);
  opacity: 1;
}

.gallery .slick-prev:before {
  content: url(../images/content/arr.png);
  opacity: 1;
}

.gallery .slick-dotted.slick-slider {
  margin-bottom: 60px;
}


.gallery .slick-dots {
  bottom: -50px;
}
.slick-dots li::after {
    display: none;
}
.slick-dots li::before {
    display: none;
}

.btn-orange {
    border: none;
    border-radius: 11px;
    background: #E7A252;
    box-shadow: none;
    color: white;
    font-weight: 900;
    font-size: 13px;
    width: 100%;
    padding: 12px 0px;
}
.btn.btn-default.transparent {
    width: 100%;
    border-radius: 11px;
}
.tizers_block2.tizers-new .item .title .top-text {
    font-size: 12px;
}
.tizers-new .row {
    display: flex;
    flex-wrap: wrap;

}

.services-redesign.item-views.work .items .item {
    padding: 34px 60px 34px;
}
@media (min-width: 992px) {
    .services-redesign.item-views.work .col-md-3 {
        width: calc(100% / 3);
    }
    .services-redesign.item-views.work .col-md-9 {
        width: calc(66.6% - 50px);
        margin-left: 50px;
    }
    .tizers-new .col-md-3 {
        width: 20%;
        padding-left: 16px;
        padding-right: 0px;
    }
}
.item-views.reviews .text {
    height: 120px;
    overflow: hidden;
    position: relative;
}
.item-views.reviews .text .hide-detail {
    display: none;
}
.item-views.reviews .text.show-more .hide-detail {
    display: block;
    cursor: pointer;
    color: #78be20
}
.item-views.reviews .text.show-more {
    height: auto;
}
.item-views.reviews .text.show-more .show-detail {
    display: none;
}
.item-views.reviews .text .show-detail {
    position: absolute;
    bottom: -5px;
    cursor: pointer;
    color: #78be20
}

@media (max-width: 991px) {
    .btn-orange {
        width: 300px;
    }
    .btn.btn-default.transparent {
        width: 300px;
    }
}
.b-steps__item {
  width: calc((100% - 150px) / 3);
}
@media (max-width: 768px) {
  .b-steps__item {
    width: 230px;
  }
}
.item-views.work .float-banners.v3 .items.wrap .item .title {
  height: 75px;
}
.tizers_block2.greyline.redesign.border_bottom {
  background-color: white;
}
.item-views.blocks.work.greyline {
  padding-bottom: 50px;
}

.tizers_block2.greyline.redesign-advant.border_bottom .item .img {
  float: none;
  margin: auto;
  margin-bottom: 20px;
}

.tizers_block2.greyline.redesign-advant.border_bottom .item .img img {
  margin-left: 30px;
  width: 100%;
}
.float-banners.v3 .item img {
  width: 100%;
}
.item-views.news-items:not(.projects) .item .image img {
  max-height: 100%;
}
@media (min-width: 992px) {
  .item-views.redesign-news.news-items .item.col-md-3 {
    width: 20%;
  }
}
.item-views {
    margin-top: 0px;
}


.redesign-advant {
  display: flex;
  width: 100vw;
  position: relative;
}
.redesign-advant .advant-img {
  width: 50%;
}
.redesign-advant .advant-text {
  width: 50%;
  padding: 50px 75px 70px 75px;
}
.redesign-advant .advant-text .zag {
  font-size: 20px;
}
.redesign-advant .advant-text .advant-list li::before {
  top: 8px;
}
.redesign-advant .advant-text .advant-list li::after {
  top: 10px;
}
.redesign-advant .advant-text .advant-list li {
  font-size: 16px;
}
@media (max-width: 990px) {
  .redesign-advant .advant-text {
    padding: 50px 30px 50px 30px;
  }
}
@media (max-width: 600px) {
  .redesign-advant {
    display: block;
  }
  .redesign-advant .advant-img {
    width: 100%;
    padding-bottom: 66%;
  }
  .redesign-advant .advant-text {
    width: 100%;
  }
}
.h2_mainInfo {
    color: #555;
}
