.info-block-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #121113;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.info-block-wrap .container {
  width: 1290px;
  max-width: 95%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.history-page .history-main-info, .custom-info-page .article-content {
  font-size: 18px;
  line-height: 1.8;
  color: #dddddd;
  text-align: left;
}
.history-page .history-main-info p, .custom-info-page .article-content p {
  margin-bottom: 25px;
}
.history-page .history-main-info p:last-child, .custom-info-page .article-content p:last-child {
  margin-bottom: 0;
}
.history-page .history-main-info h2, .custom-info-page .article-content h2 {
  font-size: 32px;
  margin: 50px 0 25px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  font-weight: 700;
}
.history-page .history-main-info h3, .custom-info-page .article-content h3 {
  font-size: 24px;
  margin: 40px 0 20px;
  color: #ffffff;
  font-weight: 600;
}
.history-page .history-main-info img, .custom-info-page .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 30px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.history-page .history-main-info ul, .custom-info-page .article-content ul, .history-page .history-main-info ol, .custom-info-page .article-content ol {
  margin-bottom: 25px;
  padding-left: 20px;
}
.history-page .history-main-info ul li, .custom-info-page .article-content ul li, .history-page .history-main-info ol li, .custom-info-page .article-content ol li {
  margin-bottom: 12px;
}
.history-page .history-main-info table, .custom-info-page .article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.history-page .history-main-info table td, .custom-info-page .article-content table td, .history-page .history-main-info table th, .custom-info-page .article-content table th {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}
.history-page .history-main-info table th, .custom-info-page .article-content table th {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.custom-info-page .info-article {
  max-width: 900px;
  margin: 0 auto;
}
.custom-info-page .article-head {
  margin-bottom: 60px;
  text-align: left;
}
.custom-info-page .article-head .article-category {
  color: #909090;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 15px;
}
.custom-info-page .article-head .page-title {
  font-size: 58px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}
.custom-info-page .article-foot {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-info-page .article-foot .btn-back {
  color: #909090;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}
.custom-info-page .article-foot .btn-back:hover {
  color: #ffffff;
}

.history-page .history-head {
  margin-bottom: 60px;
}
.history-page .history-head .page-title {
  font-size: 58px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.history-page .history-main-info {
  background: #1c1b1d;
  padding: 50px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 100px;
}
.history-page .section-title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 80px;
  color: #ffffff;
}
.history-page .timeline-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
}
.history-page .timeline-container::before {
  content: "";
  position: absolute;
  left: 145px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.history-page .timeline-event {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
  position: relative;
}
.history-page .timeline-event:last-child {
  margin-bottom: 0;
}
.history-page .timeline-event .event-time {
  flex: 0 0 120px;
  text-align: right;
  position: relative;
}
.history-page .timeline-event .event-time .time-label {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 10px;
  display: block;
}
.history-page .timeline-event .event-time .time-marker {
  position: absolute;
  right: -31px;
  top: 15px;
  width: 12px;
  height: 12px;
  background: #121113;
  border: 3px solid #ffffff;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.history-page .timeline-event .event-details {
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.02);
  transition: transform 0.3s ease, background 0.3s ease;
}
.history-page .timeline-event .event-details:hover {
  transform: translateX(10px);
  background: rgba(255, 255, 255, 0.05);
}
.history-page .timeline-event .event-details h3 {
  font-size: 24px;
  margin: 0 0 15px;
  color: #ffffff;
}
.history-page .timeline-event .event-details .event-text {
  font-size: 16px;
  color: #909090;
  margin: 0;
}
.history-page .history-cta {
  margin-top: 120px;
  text-align: center;
  padding: 80px 40px;
  background: radial-gradient(circle at center, #1c1b1d 0%, #121113 100%);
  border-radius: 40px;
}
.history-page .history-cta h2 {
  margin-bottom: 40px;
  font-size: 36px;
  color: #ffffff;
}
.history-page .history-cta .btn {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .info-block-wrap {
    padding-top: 110px;
  }
  .custom-info-page .article-head .page-title {
    font-size: 32px;
  }
  .history-page .history-cta h2 {
    font-size: 24px;
  }
  .history-page .history-main-info {
    padding: 30px;
  }
  .history-page .timeline-container {
    padding-left: 0;
  }
  .history-page .timeline-container::before {
    display: none;
  }
  .history-page .timeline-container .timeline-event {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
  }
  .history-page .timeline-container .timeline-event .event-time {
    text-align: left;
    flex: none;
  }
  .history-page .timeline-container .timeline-event .event-time .time-marker {
    display: none;
  }
  .history-page .timeline-container .timeline-event .event-details {
    padding: 20px;
  }
}/*# sourceMappingURL=info.css.map */