/* FOOTER START */
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer__left, .footer__right {
  background-color: var(--bg-grey);
  border-radius: 6px;
  padding: 22px;
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.footer__left-text {
  margin-top: auto;
  color: var(--text-tertiary);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 14px;
}
.footer__left-text p + p {
  margin-top: 4px;
}
.footer__yandex-reting {
  margin: 14px 0;
}
.footer__copyright {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-tertiary);
}
.footer__right {
  width: 100%;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__col {
  width: 100%;
}
.footer__col:nth-child(3) {
  width: 218px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.footer__col:nth-child(3) ul {
  gap: 8px;
}
.footer__col:nth-child(3) ul li a {
  font-weight: 500;
  color: var(--text-primary);
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.footer__nav ul li a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: var(--text-tertiary);
}
.footer__nav ul li a:hover {
  color: var(--primary-hover);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__nav-title {
  margin-bottom: 8px;
}
.footer__social {
  width: 267px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.footer__social p {
  color: var(--text-tertiary);
}
.footer__social .btn-concerns {
  width: 100%;
}
.footer__social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__social-item {
  width: 40px;
  height: 40px;
  background-color: var(--bg-primary);
  border-radius: 50%;
}
.footer__social-item:hover svg {
  color: var(--secondary-main);
}
.footer__social-item svg {
  width: 22px;
  height: 22px;
  color: var(--primary-main);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__info {
  margin-top: 27px;
  color: var(--text-tertiary);
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.footer__info p {
  width: 100%;
  max-width: 592px;
}
.footer-logo {
  height: 50px;
  margin-bottom: 20px;
}
.footer-logo img {
  height: 100%;
}

.dev-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.dev-site:hover {
  color: var(--primary-main);
}
.dev-site img {
  height: 19px;
}

@media (max-width: 1660px) {
  .footer__row {
    gap: 16px;
  }
}
@media (max-width: 1440px) {
  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__col {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 1024px) {
  .footer {
    margin-bottom: 100px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    gap: 12px;
  }
  .footer__left {
    padding: 20px 16px;
  }
  .footer__right {
    background-color: transparent;
    padding: 0;
  }
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--bg-grey);
    padding: 20px 16px;
    border-radius: 6px;
  }
  .footer__col, .footer__col:nth-child(3) {
    width: 100%;
  }
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    margin-top: 14px;
  }
  .footer-logo {
    height: 41px;
  }
  .footer__left-text {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .footer__yandex-reting {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .footer__copyright {
    margin: 0;
    font-size: 12px;
  }
  .footer__nav-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .footer__nav ul {
    gap: 4px;
  }
  .footer__nav ul li a {
    font-size: 13px;
    line-height: 1.4;
  }
  .footer__col:nth-child(3) ul {
    gap: 6px;
  }
  .footer__col:nth-child(3) ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 460px) {
  .footer__social {
    width: 100%;
  }
}
/* FOOTER END */
/* MAP FOOTER START */
.footer-map {
  margin-bottom: 16px;
  position: relative;
  z-index: 0;
}
.footer-map__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  min-height: 508px;
  padding: 22px;
}
.footer-map__map {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.footer-map__alert {
  position: relative;
  height: 474px;
  background-color: var(--bg-primary);
  width: 100%;
  max-width: 458px;
  z-index: 2;
  padding: 14px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-map__alert-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bg-grey);
  padding: 5px;
  margin-bottom: 16px;
}
.footer-map__alert-tab {
  width: 100%;
  color: var(--text-tertiary);
  padding: 8px 6px;
  border-radius: 5px;
}
.footer-map__alert-tab._active {
  background-color: var(--primary-main);
  color: #FFFEFD;
}
.footer-map__alert-content {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 4px;
}
.footer-map__alert-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.footer-map__alert-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
  padding-left: 4px;
}
.footer-map__alert-content::-webkit-scrollbar-thumb {
  background: #7b7b7b;
  border-radius: 4px;
}
.footer-map__alert-img {
  width: 100%;
  height: 227px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin-bottom: 20px;
}
.footer-map__alert-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.footer-map__alert-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.3;
}
.footer-map__alert-item svg {
  color: var(--primary-main);
  width: 20px;
  height: 20px;
}
.footer-map__alert-directions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.footer-map__alert-directions ul li {
  position: relative;
  padding-left: 28px;
}
.footer-map__alert-directions ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: var(--primary-main);
}
.footer-map__alert-directions-title {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  margin-top: 16px;
}
.footer-map__alert-directions-title svg {
  width: 20px;
  height: 20px;
  color: var(--primary-main);
}
.footer-map__alert-directions-title:first-child {
  margin-top: 0;
}

a.footer-map__alert-item:hover {
  color: var(--primary-hover);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .footer-map__inner {
    min-height: 700px;
    padding: 12px;
  }
  .footer-map__alert {
    width: 100%;
    height: 460px;
  }
}
@media (max-width: 768px) {
  .footer-map__inner {
    min-height: 571px;
  }
  .footer-map__alert {
    padding: 10px;
    height: auto;
    max-height: 373px;
  }
  .footer-map__alert-tabs {
    padding: 4px;
    margin-bottom: 12px;
  }
  .footer-map__alert-tab {
    font-size: 13px;
    padding: 7px 6px;
  }
  .footer-map__alert-img {
    height: 140px;
    margin-bottom: 12px;
  }
  .footer-map__alert-list {
    gap: 8px;
  }
  .footer-map__alert-item {
    font-size: 13px;
  }
  .footer-map__alert-directions-title {
    font-size: 13px;
    margin-top: 10px;
  }
  .footer-map__alert-directions ul li {
    padding-left: 20px;
    font-size: 13px;
  }
  .footer-map__alert-directions p {
    font-size: 13px;
  }
}
.map-gray ymaps[class*=-ground-pane] {
  -webkit-filter: grayscale(1.2) contrast(0.9) brightness(1) !important;
          filter: grayscale(1.2) contrast(0.9) brightness(1) !important;
}

ymaps[class*=-zoom__plus], ymaps[class*=-zoom__minus] {
  border-radius: 10px;
}

ymaps[class*=-zoom__plus] [class*=-zoom__icon] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234d4d4d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-plus-icon lucide-plus'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5v14'/%3E%3C/svg%3E");
}

ymaps[class*=-zoom__minus] [class*=-zoom__icon] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234d4d4d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-minus-icon lucide-minus'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
}

ymaps[class*=-map-copyrights-promo] {
  display: none;
}

@media (max-width: 768px) {
  ymaps[class*=-zoom__plus], ymaps[class*=-zoom__minus] {
    display: none;
  }
}
/* MAP FOOTER END */