* body * {
  font-family: inherit;
}

@media (max-width: 992px) {
  .pay__step__content.first {
    min-height: 22rem;
  }
}

@media (max-width: 992px) {
  .pay__step:nth-of-type(2) .pay__step__content > img {
    left: 5.8rem;
    bottom: -2rem;
  }
}

@media screen and (max-width: 999px) {
  .reviews__header__sources__item {
    padding: 0 1.8rem;
  }
}

.burger .bvi-open {
  border-radius: 1rem 0 0 1rem;
  right: 0;
}
.burger .sidebar__item {
  position: absolute;
  top: 6rem;
  right: 0;
}
.burger__content {
  width: 89%;
}
.burger__menu ul {
  gap: 0.9rem;
}

.main-page .header {
  margin-bottom: 8rem;
}

.header {
  margin-bottom: 7rem;
}
.header__menu ul .menu__li-group:first-of-type {
  gap: 8rem;
}
.header__top {
  margin-top: 0;
}

.social-max:hover {
  background-image: url("../images/svg/social-max-hover.svg");
  background-size: contain;
}
.social-max:hover svg {
  display: none;
}

@media (max-width: 992px) {
  .services__item__content {
    width: 100%;
    gap: 1rem;
  }
}
@media (max-width: 500px) {
  .promotions .services__item {
    flex-direction: column;
  }
  .promotions .services__item__image {
    width: 100%;
  }
  .promotions .services__item__info h3 {
    font-size: 2rem;
    max-width: 18.5rem;
    top: 26.3rem;
  }
}
.service__card__content__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width < 501px) {
  .service__card__content__price {
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .about__menu::after {
    width: 10.2rem;
    height: 10.6rem;
    transform: none;
    top: -4.2rem;
    left: auto;
    right: -0.6rem;
  }
}
.contacts .contacts__info__address .contacts__info__item::before {
  width: 1.6rem;
  height: 1.6rem;
}
.contacts .contacts__info__address .contacts__info__item.contacts__info__item_address > span {
  margin-bottom: 0.6rem;
}
@media (width < 501px) {
  .contacts .contacts__info__address .contacts__info__item.contacts__info__item_address > span {
    font-size: 1.6rem;
  }
}
.contacts .contacts__info__address .contacts__info__item:last-child {
  margin-bottom: 1rem;
}
@media (width < 501px) {
  .contacts .contacts__info__address .contacts__info__item {
    padding-left: 3rem;
  }
}

.map::before {
  z-index: 12;
}

.footer .map {
  padding: 6rem 1.5rem 5.5rem;
}
@media (width < 993px) {
  .footer .map {
    max-width: none;
    padding: 2rem 1.5rem 2rem;
  }
}
@media (width < 501px) {
  .footer .map {
    padding: 1.9rem 1.2rem 1.3rem 1.3rem;
  }
}
.footer__logo {
  margin-bottom: 1.4rem;
}
@media (width < 501px) {
  .footer__logo {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 992px) {
  .footer__info__address {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .footer__info__address {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .footer__info__address p {
    font-size: 1.8rem;
  }
}
@media (max-width: 500px) {
  .footer__info__address p {
    font-size: 1.8rem;
  }
}

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