@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

.history-page {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.history-page,
.history-page * {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  box-sizing: border-box;
}

.history-page .container {
  width: min(100% - 32px, 1320px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* =========================
   BREADCRUMB
   Regulation breadcrumb ilə eyni
========================= */

.history-breadcrumb-section {
  padding: 18px 0 13px !important;
}

.history-breadcrumb {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #7f8994 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.history-breadcrumb a {
  color: #7f8994 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}

.history-breadcrumb a:hover {
  color: #173f67 !important;
  text-decoration: none !important;
}

.history-breadcrumb span {
  color: #9ca6af !important;
}

.history-breadcrumb strong {
  color: #173f67 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.history-full-line {
  width: 100%;
  height: 1px;
  background: #dfe5eb;
}

/* =========================
   PAGE
========================= */

.history-section {
  padding: 34px 0 70px;
}

.history-title {
  margin: 0 0 30px;
  color: #173f67;
  font-size: 40px;
  font-weight: 550;
  line-height: 1.2;
}

.history-content {
  width: 100%;
  color: #505862;
}

.history-content p {
  margin: 0 0 20px;
  color: #505862;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

.history-content p strong {
  color: #2f3540;
  font-weight: 600;
}

.history-list {
  margin: 20px 0 0;
  padding-left: 14px;
  list-style-position: outside;
}

.history-list li {
  margin-bottom: 12px;
  color: #505862;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

.history-list li::marker {
  color: #505862;
  font-size: 7px;
}

.history-list li strong {
  color: #2f3540;
  font-weight: 600;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1399px) {
  .history-title {
    font-size: 38px;
  }
}

@media (max-width: 1199px) {
  .history-page .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .history-title {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .history-content p,
  .history-list li {
    font-size: 14.5px;
  }
}

@media (max-width: 991px) {
  .history-page .container {
    width: min(100% - 24px, 1320px);
    padding-left: 12px;
    padding-right: 12px;
  }

  .history-breadcrumb-section {
    padding: 18px 0 13px !important;
  }

  .history-section {
    padding: 28px 0 55px;
  }

  .history-title {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .history-content p {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .history-page .container {
    width: min(100% - 20px, 1320px);
    padding-left: 8px;
    padding-right: 8px;
  }

  .history-breadcrumb-section {
    padding: 18px 0 13px !important;
  }

  .history-breadcrumb {
    font-size: 10px !important;
  }

  .history-breadcrumb a,
  .history-breadcrumb strong {
    font-size: 13px !important;
  }

  .history-section {
    padding: 24px 0 45px;
  }

  .history-title {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .history-content p,
  .history-list li {
    font-size: 14px;
    line-height: 1.6;
  }

  .history-list {
    padding-left: 13px;
  }
}

@media (max-width: 575px) {
  .history-page .container {
    width: min(100% - 18px, 1320px);
    padding-left: 6px;
    padding-right: 6px;
  }

  .history-breadcrumb-section {
    padding: 18px 0 13px !important;
  }

  .history-section {
    padding: 22px 0 38px;
  }

  .history-title {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .history-content p,
  .history-list li {
    font-size: 13.5px;
    text-align: left;
  }

  .history-list {
    padding-left: 12px;
  }
}

@media (max-width: 420px) {
  .history-page .container {
    width: min(100% - 14px, 1320px);
    padding-left: 4px;
    padding-right: 4px;
  }

  .history-title {
    font-size: 22px;
  }

  .history-content p,
  .history-list li {
    font-size: 13px;
  }

  .history-list {
    padding-left: 11px;
  }
}

@media (max-width: 360px) {
  .history-page .container {
    padding-left: 3px;
    padding-right: 3px;
  }

  .history-title {
    font-size: 20px;
  }

  .history-breadcrumb {
    font-size: 10px !important;
  }

  .history-breadcrumb a,
  .history-breadcrumb strong {
    font-size: 13px !important;
  }

  .history-content p,
  .history-list li {
    font-size: 12.5px;
  }
}