.agency-accounts {
  padding: 5rem 0 16.25rem;
  margin-bottom: -5rem;
  overflow: hidden;
}
.agency-accounts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 77.5rem;
  width: 100%;
  margin-left: auto;
}
.agency-accounts__wrapper {
  position: relative;
  width: 28.2%;
  text-align: center;
}
.agency-accounts__blur {
  position: absolute;
  top: 0;
  left: -120%;
  bottom: -15.625rem;
  z-index: -1;
  width: 300%;
}
.agency-accounts__blur img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.agency-accounts__video::before {
  padding-top: 174%;
}
.agency-accounts__descr {
  margin-top: 1.5rem;
  color: var(--white-07);
}
.agency-accounts__name {
  font-weight: 600;
  margin-top: 0.5rem;
}
.agency-accounts__info {
  max-width: 44.375rem;
  width: 100%;
  margin-top: 5.5rem;
}
.agency-accounts__title {
  margin-bottom: 3rem;
}
.agency-accounts__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: max(1.5rem, 12px);
  line-height: 120%;
  color: var(--white-07);
}
.agency-accounts__list > li:not(:last-child) {
  margin-bottom: 2rem;
}
.agency-accounts__ico {
  position: relative;
  width: 4rem;
  height: 4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.agency-accounts__ico > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .agency-accounts {
    margin: 120px 0 -160px;
    padding: 0 0 280px;
  }
  .agency-accounts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .agency-accounts__wrapper {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }
  .agency-accounts__info {
    margin-top: unset;
    margin-bottom: 40px;
  }
  .agency-accounts__title {
    text-align: center;
    margin-bottom: 40px;
  }
  .agency-accounts__list > li {
    font-size: 18px;
    line-height: 130%;
  }
  .agency-accounts__ico {
    width: 48px;
    height: 48px;
  }
}
/*# sourceMappingURL=agency-accounts.css.map */
/*# sourceMappingURL=agency-accounts.css.map */