.contacts {
  position: relative;
  z-index: 1;
}
.contacts-page .contacts__title {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .contacts-page .contacts__title {
    font-size: 2.125rem;
  }
}
.contacts-page .contacts__points {
  background-color: transparent;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  color: var(--bs-body-color);
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .contacts-page .contacts__points {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts-page .contacts__points-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.contacts-page .contacts__points-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--bs-primary);
}
@media (max-width: 767.98px) {
  .contacts-page .contacts__points-icon {
    width: 48px;
    height: 48px;
  }
}
.contacts-page .contacts__points-phone, .contacts-page .contacts__points-schedule {
  white-space: nowrap;
}
.contacts-page .contacts__points-address svg, .contacts-page .contacts__points-phone svg {
  fill: none;
  stroke: currentColor;
}
.contacts-page .contacts__points-phone a {
  color: inherit;
  white-space: nowrap;
}
.contacts-page .contacts__points-content {
  font-weight: 700;
}
.contacts-page .contacts__points-content > span:not(.contact-phone) {
  display: block;
  font-weight: 400;
}
.contacts-page .contacts__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  padding: 64px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 64px;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .contacts-page .contacts__info {
    margin-top: 0;
    padding: 268px 16px 16px;
  }
}
.contacts-page .contacts__info-requisites {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  padding: 24px;
  max-width: 364px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .contacts-page .contacts__info-requisites {
    max-width: unset;
    width: 100%;
  }
}
.contacts-page .contacts__form {
  position: relative;
}
.contacts-page .contacts__form button {
  margin-top: 16px;
}
.contacts-page .contacts__form form.form {
  max-width: 444px;
}
@media (max-width: 991.98px) {
  .contacts-page .contacts__form form.form {
    margin: 0 auto;
  }
}
.contacts-page .contacts-form__header h2 {
  margin-top: 0;
  margin-bottom: 8px;
}
.contacts-page .contacts-form__text {
  color: var(--bs-body-color);
  margin-bottom: 24px;
}
.contacts-page .contacts-form__text p {
  margin-bottom: 0;
}
.contacts-page .contacts-form__agreement {
  color: var(--bs-gray-400);
  font-size: 0.875rem;
  margin-top: 8px;
  margin-right: 16px;
  margin-left: 16px;
}
.contacts-page .contacts-form__agreement a {
  color: inherit;
}
.contacts-page .contacts-form__picture {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .contacts-page .contacts-form__picture {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.contacts-page .contacts-form__picture img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991.98px) {
  .contacts-page .contacts-form__picture img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.contacts.-minus-margin {
  margin-top: -40px;
}
@media (min-width: 576px) {
  .contacts.-minus-margin {
    margin-top: -64px;
  }
}
.contacts__background {
  margin-top: 40px;
  background-image: url("../../images/contacts.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.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__points {
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--bs-primary);
  border-radius: 24px;
}
.contacts__info {
  position: relative;
  width: 444px;
}
@media (max-width: 991.98px) {
  .contacts__info {
    margin-top: 374px;
    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__line {
  display: flex;
  align-items: center;
  font-family: "Noto Sans Display", Arial, sans-serif;
  font-size: 1.125rem;
  color: var(--bs-white);
}
@media (max-width: 575.98px) {
  .contacts-point__line {
    font-size: 1rem;
  }
}
.contacts-point__line span,
.contacts-point__line a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.contacts-point__line:not(:last-of-type) {
  margin-bottom: 13px;
}
.contacts-point__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  margin-right: 20px;
  color: var(--bs-white);
}
.contacts-point__icon:not(.contacts-point__icon.-clock) svg {
  fill: none;
}
@media (max-width: 575.98px) {
  .contacts-point__icon {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
  .contacts-point__icon svg {
    width: 14px;
    height: 14px;
  }
}
.contacts__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.contacts__map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.86;
  background: conic-gradient(from 180deg at 50% 50%, #0029FF 50deg, #7000FF 95deg, #DB00FF 216deg, #D70F0F 333deg);
  mix-blend-mode: color;
  filter: blur(250px);
  pointer-events: none;
}
.contacts__map .ymaps3x0--main-engine-container {
  filter: invert(100%);
  -webkit-filter: invert(1);
}
.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: 767.98px) {
  .contacts__map {
    width: 100%;
  }
}
.contacts__requisites {
  position: relative;
  height: 100%;
  border-radius: 24px;
  background-color: #fff;
  color: #24242d;
  padding: 24px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .contacts__requisites {
    margin-top: 24px;
  }
}
