*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
}

a {
  text-decoration: underline;
  color: #489ffe;
}

.downtime-contact_link {
  text-decoration: none;
  color: #161718;
}

.downtime-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

.downtime-logoLink {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .downtime-logoLink {
    gap: 24px;
  }
}

.downtime-custom-navbar {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 99;
  transition: box-shadow 0.2s ease;
}

.top-0 {
  top: 0 !important;
}

.downtime-navbar {
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
  width: 100%;
  padding: 11px 16px 6px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: row;
}

@media (min-width: 992px) {
  .downtime-navbar {
    padding: 20px 40px;
  }
}

.navbar__lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 140px;
}

.navbar__lang-switch select {
  appearance: none;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 32px 8px 12px;
  font: 500 14px/1.4 'Inter', system-ui, sans-serif;
  color: #161718;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23161718' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  cursor: pointer;
}

.navbar__lang-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #161718;
}

.main-container {
  padding: 16px;
}

.downtime-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 135%;
  text-align: center;
  color: #161718;
}

.downtime-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #161718;
}

.downtime-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

@media (min-width: 992px) {
  .downtime-info {
    width: 564px;
    height: 439.51px;
  }
}

.downtime-icon {
  width: 316px;
  height: 311.02px;
}

.downtime-footer {
  display: flex;
  flex-direction: column-reverse;
  gap: 52px;
  align-items: center;
  padding: 16px;
}

@media (min-width: 992px) {
  .downtime-footer {
    flex-direction: row;
    padding: 10px 80px;
    gap: 84px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #161718;
  }
}

.downtime-center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
