@charset "UTF-8";
.Footer {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(135deg, rgba(174, 55, 146, 0.878), #00d3db);
  color: #ffffff;
  padding: 0 12px 3px 12px;
  z-index: 3;
  backdrop-filter: blur(12px);
}

.FooterContainer {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 5px;
}

.FooterSections {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.FooterSectionMiddle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px;
}
@media only screen and (max-width: 482px) {
  .FooterSectionMiddle {
    justify-content: center;
  }
}

.FooterTitle {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
@media (min-width: 640px) {
  .FooterTitle {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

.FooterList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
}
@media (min-width: 640px) {
  .FooterList {
    font-size: 0.875rem;
  }
}
.FooterList li {
  margin-bottom: 0.125rem;
}

.FooterLinkAMedia,
.FooterLink {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
  will-change: opacity;
  white-space: nowrap;
}
.FooterLinkAMedia:hover,
.FooterLink:hover {
  color: #99f6e4;
  opacity: 0.85;
}
.FooterLinkAMedia,
.FooterLink {
  /* Десктоп (>1024px) */
}
@media only screen and (min-width: 1025px) {
  .FooterLinkAMedia,
  .FooterLink {
    font-size: 15px;
  }
}
.FooterLinkAMedia,
.FooterLink {
  /* Планшеты (768px–1024px) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .FooterLinkAMedia,
  .FooterLink {
    font-size: 14px;
  }
}
.FooterLinkAMedia,
.FooterLink {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .FooterLinkAMedia,
  .FooterLink {
    font-size: 13px;
  }
}
@media only screen and (max-width: 390px) {
  .FooterLinkAMedia,
  .FooterLink {
    font-size: 12px;
  }
}

.FooterBottom {
  text-align: center;
  font-size: 0.625rem;
  /* Десктоп (>1024px) */
}
@media only screen and (min-width: 1025px) {
  .FooterBottom {
    font-size: 15px;
  }
}
.FooterBottom {
  /* Планшеты (768px–1024px) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .FooterBottom {
    font-size: 14px;
  }
}
.FooterBottom {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .FooterBottom {
    font-size: 13px;
  }
}
@media only screen and (max-width: 390px) {
  .FooterBottom {
    font-size: 11px;
  }
}

.FooterListNav,
.FooterListContacts,
.FooterListContactsWorkHours {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0;
  margin: 0;
}

.FooterListLi {
  /* Десктоп (>1024px) */
}
@media only screen and (min-width: 1025px) {
  .FooterListLi {
    font-size: 15px;
  }
}
.FooterListLi {
  /* Планшеты (768px–1024px) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .FooterListLi {
    font-size: 14px;
  }
}
.FooterListLi {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .FooterListLi {
    font-size: 13px;
  }
}
@media only screen and (max-width: 390px) {
  .FooterListLi {
    font-size: 12px;
  }
}

.FooterListLiMeadia {
  display: flex;
  border-radius: 10px;
  background: linear-gradient(135deg, #297091, #b773a7);
  padding: 10px;
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .FooterListLiMeadia {
    padding: 5px;
  }
}
@media only screen and (max-width: 390px) {
  .FooterListLiMeadia {
    padding: 5px;
  }
}

.FooterListContactsTop {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1px 0;
}
@media only screen and (max-width: 390px) {
  .FooterListContactsTop {
    gap: 0;
  }
}

.FooterListContactsWorkHours {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0 8px;
  /* Десктоп (>1024px) */
}
@media only screen and (min-width: 1025px) {
  .FooterListContactsWorkHours {
    font-size: 15px;
  }
}
.FooterListContactsWorkHours {
  /* Планшеты (768px–1024px) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .FooterListContactsWorkHours {
    font-size: 14px;
  }
}
.FooterListContactsWorkHours {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .FooterListContactsWorkHours {
    font-size: 13px;
  }
}
@media only screen and (max-width: 390px) {
  .FooterListContactsWorkHours {
    font-size: 12px;
  }
}

.FooterLinkAMedia {
  height: 18px;
}

.FooterListSocilMedia {
  display: flex;
  flex-direction: row;
  gap: 7px;
  height: 40px;
  margin: 0;
  z-index: 10;
  /* Десктоп (>1024px) */
}
.FooterListSocilMedia {
  /* Планшеты (768px–1024px) */
}
.FooterListSocilMedia {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .FooterListSocilMedia {
    font-size: 13px;
    height: 30px;
  }
}
@media only screen and (max-width: 482px) {
  .FooterListSocilMedia {
    position: absolute;
    top: -100px;
    left: 0;
    flex-direction: column;
    padding: 0;
    margin-left: 5px;
  }
}
@media only screen and (max-height: 550px) {
  .FooterListSocilMedia {
    position: absolute;
    top: -34px;
    left: 0;
    flex-direction: row;
    padding: 0;
    margin-left: 5px;
  }
}

.FooterAddress {
  /* Десктоп (>1024px) */
}
@media only screen and (min-width: 1025px) {
  .FooterAddress {
    font-size: 15px;
  }
}
.FooterAddress {
  /* Планшеты (768px–1024px) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .FooterAddress {
    font-size: 14px;
  }
}
.FooterAddress {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .FooterAddress {
    font-size: 13px;
  }
}
@media only screen and (max-width: 390px) {
  .FooterAddress {
    font-size: 12px;
  }
}

.FooterMenu {
  display: flex;
  flex-direction: column;
  /* Десктоп (>1024px) */
}
@media only screen and (min-width: 1025px) {
  .FooterMenu {
    font-size: 15px;
  }
}
.FooterMenu {
  /* Планшеты (768px–1024px) */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .FooterMenu {
    font-size: 14px;
  }
}
.FooterMenu {
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .FooterMenu {
    font-size: 13px;
  }
}
@media only screen and (max-width: 390px) {
  .FooterMenu {
    font-size: 12px;
  }
}

.FooterMenuWrapper {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  /* Мобильные (<768px) */
}
@media only screen and (max-width: 767px) {
  .FooterMenuWrapper {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media only screen and (max-width: 390px) {
  .FooterMenuWrapper {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.FooterMenuColumn {
  flex: 1;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  align-items: flex-start;
}
.FooterMenuColumn a {
  font-size: 0.875rem;
  color: inherit;
  text-decoration: none;
}
.FooterMenuColumn a:hover {
  color: #99f6e4;
}

.statusIndicator {
  display: flex;
  align-items: center;
  gap: 3px;
}

.statusCircle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.open {
  background-color: #28a745;
}

.closed {
  background-color: #dc3545;
}

.FooterRequisites {
  margin: auto;
  color: white;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .FooterRequisites {
    font-size: 12px;
  }
}
@media only screen and (max-width: 390px) {
  .FooterRequisites {
    font-size: 11px;
  }
}

.FooterSsgBlock {
  width: 100%;
  min-height: 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
}

.FooterSsgField {
  width: 100%;
  min-height: 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
}

.FooterSsgInline {
  display: inline-block;
  min-height: 12px;
  min-width: 80px;
  margin: 0 4px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}