.contacts_page_new {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.contacts_page_new .contacts_page_new_column {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.contacts_page_new .contacts_page_new_column.block_link {
  max-width: 400px;
  justify-content: space-between;
}
.contacts_page_new .contacts_page_new_column .contacts-page__links {
  align-items: flex-start;
}
.contacts_page_new .contacts-page__links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts_page_new .contact_block_link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contacts_page_new .contact_block_link ._text {
  font-size: 16px;
}
.contacts_page_new .contact_block_link ._link {
  font-size: 26px;
  color: #ffc092;
}
.contacts_page_new .contacts-page__title {
  line-height: 70px;
  margin-bottom: 80px;
}
@media (max-width: 1230px) {
  .contacts_page_new .contacts-page__phone {
    font-size: 52px;
  }
}
@media (max-width: 1080px) {
  .contacts_page_new .contacts-page__phone {
    font-size: 42px;
  }
}
@media (max-width: 980px) {
  .contacts_page_new {
    flex-direction: column;
    gap: 20px;
  }
  .contacts_page_new .contacts-page__title {
    line-height: 1em;
    margin-bottom: 20px;
  }
  .contacts_page_new .contacts-page__text {
    margin-top: 20px;
  }
  .contacts_page_new .contacts_page_new_column {
    width: 100%;
  }
  .contacts_page_new .contacts_page_new_column.block_link {
    margin-top: 60px;
    gap: 24px;
    max-width: 400px;
    justify-content: space-between;
  }
}
@media (max-width: 520px) {
  .contacts_page_new .contacts-page__phone {
    font-size: 30px;
  }
  .contacts_page_new .contacts_page_new_column {
    margin-top: 60px;
  }
  .contacts_page_new .contact_block_link ._text {
    font-size: 14px;
  }
  .contacts_page_new .contact_block_link ._link {
    font-size: 18px;
    color: #ffc092;
  }
}

.footer {
  z-index: 0;
}
.footer .footer__map {
  margin-top: -150px;
}
@media (max-width: 980px) {
  .footer {
    z-index: auto;
  }
  .footer .footer__map {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .footer__container {
    bottom: 85px;
  }
}

.footer__container_agre {
  display: flex;
  padding-top: 15px;
  padding-bottom: 10px;
  grid-column: span 4;
}

.socials_button_absolute {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99;
}
.socials_button_absolute .open_button {
  max-width: 50px;
  width: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.socials_button_absolute .open_button .open_social_absolute_pilse {
  content: "";
  -webkit-animation: widgetPulse infinite 1.5s;
  animation: widgetPulse infinite 1.5s;
  border: 1px solid #f11716;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
}
.socials_button_absolute .open_button .close_button {
  max-width: 50px;
  width: 100%;
  cursor: pointer;
  display: none;
}
.socials_button_absolute .open_button ul {
  max-width: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
  list-style-type: none;
}
.socials_button_absolute .open_button ul li a {
  display: none;
}
.socials_button_absolute .open_button._open .open_button {
  display: none;
}
.socials_button_absolute .open_button._open .close_button {
  display: block;
}
.socials_button_absolute .open_button._open ul li a {
  display: block;
}

@keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
.sw-app-body, .sw-app {
  background: #111111 !important;
}

.sw-app-body {
  width: 100% !important;
  margin-bottom: 50px !important;
}

.sw-review-box, .sw-review-item {
  background-color: #1b1b1b !important;
}

.sw-reviews-btn {
  background-color: #ffc092 !important;
  box-shadow: 0px 0px 8px #ffc092 !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active, span.swiper-pagination-bullet {
  background: #ffc092 !important;
}

.sw-swiper-button-prev.sw-swiper-button-arrow-type1:hover, .sw-swiper-button-next.sw-swiper-button-arrow-type1:hover {
  color: #ffc092 !important;
}

.sw-swiper-button-prev.sw-swiper-button-arrow-type1, .sw-swiper-button-next.sw-swiper-button-arrow-type1 {
  color: rgba(255, 192, 146, 0.4666666667) !important;
}

.sw-review-item-date {
  color: rgba(255, 255, 255, 0.4) !important;
}

.sw-swiper-button-next:hover, .sw-swiper-button-prev:hover {
  background: #ffc092 !important;
}

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