.colorbox-wrap .colorbox-item {
 color: #fff;
  width: 33.33333%;
  padding: 40px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  text-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.colorbox-wrap .colorbox-item .title-block {
  font-size: 20px;
  font-weight: 500;
}
.colorbox-wrap .colorbox-item  .idx-item{
    font-size: 20px;
  font-weight: 500;
}
.clients-slider-service .clients-item .image-block {
  margin-bottom: 40px;
  height: 100px;
}
.clients-slider-service .clients-item .company {
  font-weight: bold;
}
.clients-slider-service .clients-item .image-block img {
  width: auto;
}

.cifri-i-facty-wrap{
    gap:10px;
}
.cifri-i-facty-wrap .item-cifry {
    width:calc(25% - 10px);
}
@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
    .cifri-i-facty-wrap .item-cifry {
      width:calc(50% - 10px);
    }
}
@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
    .cifri-i-facty-wrap .item-cifry {
      width:100%;
    }
}