.clients {
  background-color: var(--tt-paper) !important;
  background-image: none !important;
  color: var(--tt-ink) !important;
  padding-top: 40px !important;
  padding-bottom: 84px !important;
}

.clients .heading__title,
.clients .heading__text {
  color: var(--tt-ink) !important;
}

.clients .heading svg path,
.clients .heading__icon svg path {
  stroke: var(--tt-ink);
}

.clients .clients__panel {
  align-items: center;
  background-color: #000 !important;
  border-radius: 68px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 29px;
  padding: 64px 96px 90px;
  width: min(calc(100vw - 150px), 1568px);
}

.clients .clients__items {
  align-items: center;
  background-color: transparent !important;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0 !important;
  padding: 0;
  width: 100%;
}

.clients .clients__items-pc {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.clients .clients__items-mob {
  display: none !important;
}

.clients .clients__items-pc .clients__row {
  align-items: center;
  display: flex;
  justify-content: center;
}

.clients .clients__items-pc .clients__row:nth-child(1) {
  column-gap: 68px;
}

.clients .clients__items-pc .clients__row:nth-child(2) {
  column-gap: 76px;
}

.clients .clients__items-pc .clients__row:nth-child(3) {
  column-gap: 56px;
}

.clients .clients__items-pc .clients__item img {
  height: auto;
  max-width: none;
  object-fit: contain;
  width: 230px;
}

.clients .clients__items-pc img[src$="vse-instrumenti.svg"] {
  height: 106px;
  width: 210px;
}

.clients .clients__items-pc img[src$="yves-rocher.svg"] {
  height: 49px;
  width: 222px;
}

.clients .clients__items-pc img[src$="fun-day.svg"] {
  height: 28px;
  width: 230px;
}

.clients .clients__items-pc img[src$="delimobil.svg"] {
  height: 31px;
  width: 208px;
}

.clients .clients__items-pc img[src$="ostin.svg"] {
  height: 49px;
  width: 220px;
}

.clients .clients__items-pc img[src$="dodo.svg"] {
  height: 78px;
  width: 230px;
}

.clients .clients__items-pc img[src$="sokolov.svg"] {
  height: 57px;
  width: 224px;
}

.clients .clients__items-pc img[src$="drivee.svg"] {
  height: 97px;
  width: 230px;
}

.clients .clients__items-pc img[src$="rutube.svg"] {
  height: 39px;
  width: 230px;
}

.clients .clients__items-pc img[src$="ostrovok.svg"] {
  height: 76px;
  width: 230px;
}

.clients .clients__button {
  align-items: center;
  align-self: center;
  color: #fff !important;
  display: inline-flex !important;
  justify-content: center;
  margin: 91px auto 0 !important;
}

.clients .clients__button.button.with-border {
  border-color: #fff;
  padding: 10px 22px;
}

.clients .clients__button span {
  color: #fff !important;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2;
}

.clients .clients__button .button__icon {
  color: currentColor;
  display: flex;
  opacity: 0;
  transform: translate3d(-17px, 0, 0);
  visibility: visible;
}

.clients .clients__button .button__icon svg,
.clients .clients__button .button__icon use {
  color: currentColor;
  display: block;
  stroke: currentColor;
}

.clients .clients__button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.clients .clients__button:hover span,
.clients .clients__button:hover .button__icon {
  color: #000 !important;
}

.clients .clients__button:hover span {
  opacity: 0;
}

.clients .clients__button:hover .button__icon {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  html.tt-enhanced-home body #clients.clients {
    padding-top: 40px !important;
  }

  .clients .clients__items-pc {
    display: flex !important;
  }

  .clients .clients__items-mob {
    display: none !important;
  }

  .clients .clients__button span {
    font-size: 20px;
    font-weight: 200;
  }
}

@media only screen and (max-width: 767px) {
  html.tt-enhanced-home body #clients.clients {
    padding-top: 40px !important;
  }

  .clients .clients__panel {
    border-radius: 62px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 26px;
    padding: 34px 24px;
    width: 100%;
  }

  .clients .clients__items-pc {
    display: none !important;
  }

  .clients .clients__items-mob {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clients .clients__button,
  .clients .clients__button-pc,
  .clients .clients__button-mob {
    display: none !important;
  }
}

@media only screen and (min-width: 1280px) {
  .clients .clients__panel {
    margin-left: auto;
    margin-right: auto;
    padding-left: 96px;
    padding-right: 96px;
    width: min(calc(100vw - 150px), 1568px);
  }

  .clients .clients__button span {
    font-size: 26px;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1568px) {
  .clients .clients__panel {
    margin-left: auto;
    margin-right: auto;
    padding: 64px 96px 90px;
    width: min(calc(100vw - 150px), 1568px);
  }

  .clients .clients__items {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .clients .clients__button span {
    font-size: 30px;
    font-weight: 300;
  }
}
