.service_pages {
  margin: 100px auto;
}

.service_pages .container {
  max-width: 1000px;
}

.service_pages .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.service_pages p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

.service_pages .service_pages__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.service_pages__update {
  display: flex;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 40px;
}

.service_pages__item {
  margin-bottom: 40px;
}

.service_pages .service_pages__title {
  color: #1B1B1B;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.service_pages__list_disc {
  margin-bottom: 30px;
}

.service_pages__list_disc li {
  position: relative;
  padding-left: 18px;
  padding-bottom: 5px;
}

.service_pages__list_disc li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background-color: #1C3393;
  border-radius: 50%;
}

.service_pages__step,
.service_pages__update strong,
.service_pages__list_disc li strong {
  font-weight: 700;
}

.service_pages a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #335996;
}

.service_pages a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #335996;
  width: 100%;
  height: 1px;
  transition: 0.25s;
}

.service_pages a:hover:after {
  bottom: -3px;
  opacity: 0;
}

.service_pages .table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.service_pages table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.service_pages tr {
  border-bottom: 1px solid #D7D7D7;
}

.service_pages .service_pages__list_disc {
  font-size: 16px;
  font-weight: 400;
}


.service_pages thead tr:after {
  display: none;
}

.service_pages table thead th,
.service_pages table td {
  padding: 20px;
  vertical-align: top;
  text-align: start;
  font-weight: 500;
}

.service_pages table td {
  padding: 30px 20px;
}

.service_pages table .service_pages__list_disc {
  margin-bottom: 0;
}

.service_pages table td:first-child {
  font-weight: 500;
}

@media (max-width: 1200px) {

  .service_pages {
    margin: 50px auto;
  }
}

@media (max-width: 568px) {

  .service_pages .title {
    font-size: 30px;
  }

  .service_pages .service_pages__title {
    font-size: 20px;
  }
}

@media (max-width: 425px) {

  .service_pages .title {
    font-size: 25px;
  }
}

@media (max-width: 350px) {

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