[class*=ymaps-2][class*=-ground-pane] {
  filter: brightness(90%) invert(1) grayscale(70%) saturate(30%);
  -ms-filter: brightness(90%) invert(1) grayscale(70%) saturate(30%);
  -webkit-filter: brightness(90%) invert(1) grayscale(70%) saturate(30%);
  -moz-filter: brightness(90%) invert(1) grayscale(70%) saturate(30%);
  -o-filter: brightness(90%) invert(1) grayscale(70%) saturate(30%);
}

#map > ymaps {
  overflow: hidden;
}

.map .btn {
  width: fit-content;
}

.map {
  width: 100%;
  height: 100%;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 992px) {
  .map {
    margin-top: 60px;
  }
}

.map__inner {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 100%;
  flex-direction: column-reverse;
}
@media (min-width: 993px) {
  .map__inner {
    height: 702px;
  }
}
@media (max-width: 992px) {
  .map__inner {
    padding: 0 0;
    height: 999px;
  }
}

@media (max-width: 992px) {
  #map {
    margin-top: -300px;
  }
}
@media (max-width: 576px) {
  #map {
    margin-top: -200px;
  }
}
.map__info {
  max-width: var(--max-width);
  width: 100%;
  display: flex;
  flex-direction: column;
  top: 0;
  gap: 20px;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 60px);
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .map__info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.map__info {
  height: fit-content;
}
@media (max-width: 992px) {
  .map__info {
    position: relative;
    left: 0;
    transform: translate(0, 0);
  }
}
.map__info__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--seryy);
  max-width: 416px;
  padding: 32px;
  gap: 20px;
}
@media (max-width: 992px) {
  .map__info__body {
    margin: auto;
    background-color: var(--belyy);
  }
}
@media (max-width: 576px) {
  .map__info__body {
    padding: 16px;
  }
}
.map__info__body h2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: var(--chernyy);
}
.map__info__body form .row {
  flex-direction: column;
}
.map__info__body form .row input {
  min-height: 56px;
}
.map__info__body form .agreement {
  margin-top: 12px;
  color: var(--chernyy-500);
}
.map__info__contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.map__info__contacts .top {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--chernyy-500);
  margin-bottom: 4px;
}
.map__info__contacts .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--chernyy);
}
.map__info__actions {
  display: flex;
  gap: 15px;
}
.map__info__action a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--chernyy);
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--max-width);
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--belyy-300);
  gap: 20px;
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    padding-top: 20px;
  }
  .footer__contacts {
    align-items: flex-start;
  }
}
.footer__tel {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: var(--belyy);
}
.footer__tel:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: right;
  color: var(--belyy);
}
.footer__btn:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__bottom {
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1280px) {
  .footer__bottom {
    flex-direction: column;
  }
}
.footer__copyright {
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  .footer__copyright {
    flex-direction: column;
  }
}
.footer__copyright .copyright,
.footer__copyright .separator, .footer__copyright a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--belyy-800);
}
@media (max-width: 768px) {
  .footer__copyright .separator {
    display: none;
  }
}
.footer__copyright a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__pageinfo {
  max-width: 580px;
}
.footer__pageinfo p {
  text-align: right;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
  color: var(--belyy);
}
@media (max-width: 1280px) {
  .footer__pageinfo p {
    text-align: left;
  }
}

.popup {
  width: 100vw;
  height: 100vh;
  background-color: rgba(24, 24, 24, 0.7960784314);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  top: 0;
}

.popup__inner {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.popup.popup__car.popup--active {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .popup.popup__car.popup--active {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.popup--active {
  display: flex;
}

.popup__slider {
  max-width: 556px;
}
@media (max-width: 992px) {
  .popup__slider {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .popup__slider .swiperPopup {
    max-width: 100%;
  }
  .popup__slider .swiperPopup .swiper-slide {
    max-width: 100%;
  }
  .popup__slider .swiperPopup .swiper-slide img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
  }
}
.popup__slider .swiperPopupThumb {
  max-height: 66px;
}
@media (max-width: 992px) {
  .popup__slider .swiperPopupThumb {
    max-height: 40px;
  }
}
.popup__slider .swiperPopupThumb .swiper-slide {
  max-width: 98px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .popup__slider .swiperPopupThumb .swiper-slide {
    max-width: 60px;
  }
}
.popup__slider .swiperPopupThumb .swiper-slide img {
  width: 100%;
  object-fit: contain;
}

.popup__content {
  background-color: var(--belyy);
  display: flex;
  align-items: stretch;
  text-align: center;
  padding: 24px;
  position: relative;
  gap: 16px;
}
@media (max-width: 992px) {
  .popup__content {
    flex-direction: column;
    padding-top: 48px;
    max-width: 556px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
}

.popup__subtitle {
  font-size: 16px;
  font-weight: 300;
  margin-top: 16px;
  color: #fff;
}

.popup__form {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  width: 100%;
  margin-top: 40px;
}

.popup__form-item {
  width: 100%;
  position: relative;
  text-align: start;
}

.popup__form-item:hover .input-title {
  color: var(--orange);
}

.popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: transparent;
  color: #0b1016;
  outline: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .popup__close {
    top: 16px;
    right: 16px;
  }
}

.popup .popup__label {
  margin-top: 0;
}

.popup__model {
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .popup__model {
    padding-right: 0;
  }
}
.popup__model .popup__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--chernyy);
  max-width: 303px;
  text-align: left;
}
@media (max-width: 992px) {
  .popup__model .popup__title {
    max-width: 100%;
    font-size: 20px;
  }
}
.popup__model__items {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}
.popup__model__item {
  max-width: calc(50% - 4px);
  width: 100%;
}
.popup__model__item .subtitle {
  text-align: left;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--chernyy-500);
}
.popup__model__item .title {
  text-align: left;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--chernyy);
}
.popup__model__top {
  max-width: 303px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 992px) {
  .popup__model__top {
    max-width: 100%;
  }
}
.popup__model__bottom {
  max-width: 303px;
  width: 100%;
}
@media (max-width: 992px) {
  .popup__model__bottom {
    max-width: 100%;
  }
}
.popup__model__bottom .price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: var(--chernyy);
  width: 100%;
  text-align: left;
}
@media (max-width: 992px) {
  .popup__model__bottom .price {
    margin-top: 20px;
    font-size: 20px;
  }
}
.popup__model__bottom button {
  width: 100%;
  margin-top: 16px;
}/*# sourceMappingURL=ultimate.css.map */