#slideshow {
    background: url(https://effect.in.ua/assets/img/effect-company.avif) no-repeat center!important;
    background-size: cover!important;
    mix-blend-mode: overlay;
    filter: grayscale(100);
}
#clients {
    background-attachment: scroll;
    background: #e3e3e3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.number {
    max-width:50%;
}
.number h3 {
        font-size: 16px!important;
        line-height: 25px;
    }
.operation-list__list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.operation-list__item {
    position: relative;
}
.operation-list__item-marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.operation-list__item-square {
    width: 1rem;
    height: 1rem;
    position: relative;
    background-color: #fff;
    transition-duration: .5s;
}
.operation-list__item-square:before {
    position: absolute;
    content: "";
    display: block;
    width: .5rem;
    height: .5rem;
    background-color: #101010;
    top: .25rem;
    left: .25rem;
}
.operation-list__item-square:hover:before {
    background-color: #c2a661;
}
.operation-list__item-dotted {
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-image: -o-linear-gradient(left, #fff 1px, rgba(0, 0, 0, 0) 1px);
    background-image: linear-gradient(90deg, #fff 1px, rgba(0, 0, 0, 0) 0);
    background-size: 4px 1px;
    background-repeat: repeat-x;
}
.operation-list__item-text {
    display: block;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    color: white;
}
.st0:hover {
    fill:#c2a661;
}
.clients-grid {
  display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: max-content;
    justify-content: center;
}

.clients-grid div {
    width: 33%;
    min-height: 72px;
    font-size: 12px;
    line-height: 1.4;
    transition: 0.3s;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.clients-grid div:hover {
  background-color: #c2a661;
}
.carousel {
    max-width: 100%;
    margin-left: auto;
}
.owl-carousel.owl-loaded {
    margin-top: 50px;
}
.owl-item {
    margin-bottom: 20px;
}
.owl-item h3 {
        font-family: "Effect_text_reg";
    font-size: 16px;
    font-weight: 600;
    text-align:center;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c2a661!important;
}

.owl-carousel .news_item .carousel-image img,
.owl-carousel .news_item .carousel img {
  max-width: 500px;
  max-height: 400px;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* Щоб не тягнуло контейнер */
.owl-carousel .news_item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-image .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-prev-icon,
.owl-next-icon {
  font-size: 28px;
  color: #000;
  cursor: pointer;
  padding: 10px;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-carousel .owl-nav button {
  background: transparent;
  border: none;
  pointer-events: all;
}
.carousel-image .image {
        padding: 10px;
    border: 2px solid #c2a661;
}
@media (min-width: 990px) {
    .operation-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 1px;
        flex: 1 0 1px;
    }
}
@media (max-width: 989.98px) {
    .operation-list__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
        .operation-list__item {
        width: 25%;
        margin-bottom: 3.5rem;
    }
    .owl-stage-outer {
        margin-left: 0!important;
    }
}    
@media (max-width: 639.98px) {
    .operation-list__item {
        width: 50%;
        margin-bottom: 2.5rem;
    }
}    