@charset "UTF-8";
main {
  position: relative;
  display: block;
  min-width: 920px;
  max-width: 920px;
  height: auto;
  min-height: calc(100vh - 60px);
  margin: 60px auto 0px;
  padding: 0 10px;
}
main:before {
  content: "";
  display: table;
  clear: both;
}
main:after {
  content: "";
  display: table;
  clear: both;
}

.welcom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 21/9;
  margin-top: 30px;
  padding: 50px;
  background: #ffffff url(../img/welcom-bacround3_pixian_ai.png) no-repeat 100% 111%/40%;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
}
.welcom h1 {
  display: block;
  width: 50%;
  height: auto;
  font-family: "Potta One", system-ui, cursive;
  font-weight: 900;
  font-size: 4rem;
  color: #000000;
  text-align: center;
}
.welcom span {
  display: block;
  width: 50%;
  height: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  text-align: center;
  line-height: 1.5;
}

.status {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.status .box {
  display: block;
  width: 270px;
  height: auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
}
.status .box h1 {
  display: block;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 500;
  color: #222222;
}
.status .box span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #9CA3AF;
}

.servers {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
}
.servers table {
  width: 100%;
  border-collapse: collapse; /* Чтобы границы не двоились */
}
.servers table tr {
  border-bottom: 1px solid #f3f4f6;
}
.servers table tr:last-child {
  border-bottom: 0;
}
.servers table tr {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.servers table tr:hover {
  background-color: #F9FAFB;
}
.servers table td {
  padding: 10px 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
  text-align: left;
  vertical-align: middle;
}
.servers table td:nth-child(1) {
  width: 50px;
}
.servers table td:nth-child(6) {
  width: 122px;
}
.servers table a {
  display: inline-block;
  padding: 6px 15px;
  background-color: #000000;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.servers table a:hover {
  background-color: #FF9A00;
  -webkit-box-shadow: 0 2px 4px rgba(255, 154, 0, 0.3);
  box-shadow: 0 2px 4px rgba(255, 154, 0, 0.3);
}

.service {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.service .box {
  display: block;
  width: 270px;
  max-width: 270px;
  height: auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
}
.service h1 {
  display: block;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  color: #222222;
}
.service ul {
  display: block;
  width: 100%;
  height: 140px;
  margin-bottom: 8px;
  list-style: none;
}
.service li {
  display: block;
  width: 100%;
  height: auto;
  padding: 2px 0;
  font-size: 13px;
  color: #9CA3AF;
  text-align: left;
  line-height: 1.5;
}
.service a {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  color: black;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.service a:hover {
  color: #FF9A00;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.faq {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
}
.faq .box {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f3f4f6;
}
.faq .box:last-child {
  border: 0;
}
.faq .box button {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 0;
  text-align: left;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.faq .box button:hover {
  color: #FF9A00;
}
.faq .box button:focus {
  outline: none;
}
.faq .box div {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  color: #9CA3AF;
}
.faq .box.active {
  margin-bottom: 10px;
}
.faq .box.active button {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #FF9A00;
}
.faq .box.active div {
  display: block;
}

.footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /* Отступ сверху, чтобы отделить от контента */
  margin: 50px 0 20px;
  /* Внутренние отступы, чтобы текст не лип к краям */
  padding: 20px 0;
  background-color: #ffffff;
  border-radius: 8px;
  /* Кроссбраузерная тень (как у хедера и блоков) */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; /* Распределяет элементы по краям */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Ограничиваем ширину контента, как в хедере */
  max-width: 920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px; /* Защита для мобильных */
}
.footer span {
  display: block;
  width: auto;
  height: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9CA3AF; /* Неброский серый цвет для копирайта */
  line-height: 1.5;
  letter-spacing: 0.3px;
}