.adv-benefit__header {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4f95e8;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px;
}
.adv-benefit__header img {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .adv-benefit__header {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
.adv-benefit__item {
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .adv-benefit__item {
    flex: 0 0 25%;
    padding: 0 10px;
    overflow: hidden;
    word-break: break-all;
  }
}
.adv-benefit__items {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .adv-benefit__items {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.adv-benefit__img {
  display: block;
  width: 90px;
  margin: 0 auto;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .adv-benefit__img {
    margin-bottom: 3px;
  }
}
.adv-benefit__text {
  color: #333333;
  text-align: center;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.3;
}
.adv-benefit__big {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .adv-benefit__big {
    font-size: 9px;
  }
}
@media (min-width: 1500px) {
  .adv-benefit__big {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .advantages {
    display: flex;
    justify-content: space-between;
    margin: 0 -12px;
    margin-bottom: 15px;
  }
}
.advantages__content {
  padding-left: 8px;
  line-height: 1.3;
  font-size: 17px;
}
@media (min-width: 768px) {
  .advantages__content {
    text-align: center;
  }
}
.advantages__img {
  display: block;
  width: 100%;
}
.advantages__item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .advantages__item {
    flex: 0 0 50%;
    margin-bottom: 0;
    padding: 0 12px;
  }
}
.advantages__media {
  flex: 0 0 157px;
}
@media (min-width: 768px) {
  .advantages__media {
    flex-basis: 110px;
  }
}
@media (min-width: 1500px) {
  .advantages__media {
    flex-basis: 210px;
  }
}
.advantages__text {
  color: #333;
}
@media (min-width: 768px) {
  .advantages__text {
    text-align: center;
    font-size: 11px;
  }
}
.advantages__title {
  color: #4f95e8;
  margin-bottom: 3px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .advantages__title {
    font-size: 14px;
    font-weight: 100;
  }
}

.omni {
  box-sizing: border-box;
  max-width: 1660px;
}
.omni * {
  box-sizing: border-box;
}
.omni__banner {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.omni__banner_desktop {
  display: none;
}
@media (min-width: 768px) {
  .omni__banner_desktop {
    display: block;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .omni__banner_mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .omni__col {
    flex: 0 0 50%;
    padding: 0 10px;
  }
}
.omni__descr {
  background-color: #5193e3;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 17px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .omni__descr br + br {
    display: none;
  }
}
@media (min-width: 768px) {
  .omni__examples {
    margin-bottom: 54px;
  }
}
.omni__photos {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .omni__photos {
    margin-bottom: 31px;
  }
}
@media (min-width: 768px) {
  .omni__row {
    display: flex;
    margin: 0 -10px;
  }
}
.omni__subtitle {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #313131;
  margin-bottom: 19px;
  margin-top: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .omni__subtitle {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
  }
}
.omni__cooperation {
  margin-bottom: 40px;
  margin-top: 42px;
}
.omni__cooperation .re-captcha {
  display: block;
}
.omni__cooperation .re-captcha .g-recaptcha {
  display: block;
}
.omni__cooperation .re-captcha .g-recaptcha > div {
  width: 304px important;
  height: 84px !important;
}
.omni__cooperation .re-captcha .g-recaptcha iframe {
  width: 304px !important;
  height: 84px !important;
}
.omni__cooperation .field__input {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.omni__cooperation .modal-form__required {
  text-align: center;
  color: #8e9195;
  font-size: 14px;
}
.omni__cooperation .field__label {
  top: 10px;
}
.omni__cooperation .field__input:focus ~ .field__label {
  transform: none;
  opacity: 0;
}
.omni__cooperation .field--filled .field__label {
  transform: none;
  opacity: 0;
}
.omni__cooperation .modal-form__item {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .omni__cooperation {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
.omni__cooperation .omni__subtitle {
  text-align: center;
}
@media (min-width: 768px) {
  .omni__form {
    padding-left: 50px;
    padding-right: 50px;
  }
  .omni__form .checkbox {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 768px) {
  .omni-advantages__content {
    display: flex;
    justify-content: space-between;
  }
}
.omni-advantages__item {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .omni-advantages__item {
    flex: 0 0 calc(46%);
    margin-bottom: 29px;
  }
}

.omni-examples__img {
  display: block;
  width: 100%;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .omni-examples__img {
    margin-bottom: 0;
    width: auto;
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    object-fit: cover;
  }
}
.omni-examples__item {
  position: relative;
  padding-top: 32px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .omni-examples__item {
    padding-left: 100px;
    padding-right: 65px;
    padding-top: 0;
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .omni-examples__col {
    flex: 0 0 calc(50% - 5px);
  }
}
@media (min-width: 768px) {
  .omni-examples__row_second .omni-examples__item {
    margin-bottom: 0;
  }
}
.omni-examples__name {
  background-color: #fecb39;
  color: #000000;
  padding: 2px 3px;
  font-weight: 600;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .omni-examples__name {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .omni-examples__photo {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .omni-examples__photo::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url("../img/zoom.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: background 0.4s;
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .omni-examples__photo:hover::before {
    background-color: #fecb39;
  }
}
.omni-examples__row {
  margin-top: -10px;
}
@media (min-width: 768px) {
  .omni-examples__row {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }
}
.omni-examples__size {
  display: block;
  font-size: 13px;
  text-decoration: underline;
  text-transform: uppercase;
}

.omni-photos__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .omni-photos__col {
    flex: 0 0 calc(50% - 5px);
  }
}
.omni-photos__img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: translateZ(0);
}
.omni-photos__item {
  flex: 0 0 calc(50% - 2px);
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .omni-photos__item {
    flex-basis: calc(50% - 5px);
    margin-bottom: 0;
  }
}
.omni-photos__item_big {
  flex-basis: calc(65% - 2px);
}
@media (min-width: 768px) {
  .omni-photos__item_big {
    flex-basis: calc(65% - 5px);
  }
}
.omni-photos__item_small {
  flex-basis: calc(35% - 2px);
}
@media (min-width: 768px) {
  .omni-photos__item_small {
    flex-basis: calc(35% - 5px);
  }
}
@media (min-width: 768px) {
  .omni-photos__row {
    display: flex;
    justify-content: space-between;
  }
}
.omni-photos__title {
  flex: 0 0 100%;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 8px;
  padding-bottom: 4px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 4px;
  text-align: center;
  background-color: #5193e3;
  font-weight: 700;
}
@media (min-width: 768px) {
  .omni-photos__title {
    font-size: 31px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.omni-photos__title_blue {
  font-size: 12px;
  background-color: #186ddc;
}
@media (min-width: 768px) {
  .omni-photos__title_blue {
    font-size: 39px;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.omni-description h2 {
  margin-bottom: 10px;
}
.omni-description h3 {
  margin-top: 20px;
}
.omni-description .list-wrap ul {
  margin-top: 10px;
}
.omni-description .list-wrap li {
  list-style: disc inside;
  margin-bottom: 7px;
  font-size: 13px;
}
.omni-description p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.016em;
  margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */
