.contacts {
  background-color: white;
}
.contacts.-minus-margin {
  margin-top: -40px;
}
@media (min-width: 576px) {
  .contacts.-minus-margin {
    margin-top: -80px;
  }
}
.contacts__background {
  margin-top: 40px;
  background-color: #F4F4F4;
}
.contacts__title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .contacts__title {
    font-size: 32px;
  }
}
.contacts__row {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1440px) {
  .contacts__row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contacts__info {
  width: 350px;
  min-height: 575px;
  background-color: #fff;
  padding: 25px;
}
.contacts__info svg {
  color: var(--bs-primary);
  margin-right: 5px;
}
@media (max-width: 1440px) {
  .contacts__info {
    min-height: 380px;
  }
}
@media (max-width: 991.98px) {
  .contacts__info {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .contacts__info {
    width: 100%;
  }
}
.contacts-info__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.contacts-info__address {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: var(--tertiary);
  margin-bottom: 25px;
}
.contacts-info__schedule {
  color: var(--bs-secondary);
  font-size: 14px;
  margin-bottom: 25px;
}
.contacts-info__phone {
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-secondary);
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.contacts-info__requisite {
  color: var(--tertiary);
  font-size: 14px;
}
.contacts-point {
  font-size: 16px;
  line-height: 1.6;
}
.contacts-point__heading {
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.contacts-point__address, .contacts-point__route, .contacts-point__schedule, .contacts-point__phone {
  margin-bottom: 0;
}
.contacts__map {
  width: 575px;
  height: 285px;
}
.contacts__map .bx-yandex-view-layout,
.contacts__map .bx-yandex-view-map {
  height: 100%;
}
@media (min-width: 768px) {
  .contacts__map .bx-yandex-view-layout,
  .contacts__map .bx-yandex-view-map {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .contacts__map {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .contacts__map {
    width: 100%;
  }
}
.contacts__form {
  background-color: #fff;
  padding: 20px;
  width: 350px;
  height: 285px;
}
@media (max-width: 991.98px) {
  .contacts__form {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .contacts__form {
    width: 100%;
  }
}
.contacts__form .form-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.contacts__form .form-agreement {
  font-size: 12px;
}
.contacts__form .btn {
  text-align: center;
  width: 100%;
}