/* ============================================
   Страница экспертизы промышленной безопасности
   ============================================ */

.expertiza-content-section {
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
}

/* Контейнер с отступами как у breadcrumbs */
.expertiza-content-section .container {
  width: 100%;
  max-width: 80rem; /* 1280px */
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
}

.expertiza-content-wrapper {
  display: flex;
  gap: 40px;
  width: 100%;
  box-sizing: border-box;
}

.expertiza-content-left {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}

.expertiza-content-right {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}

/* Заголовки и текст */
.expertiza-main-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #152333;
  margin: 0;
  padding-bottom: 20px;
  line-height: 120%;
}

.expertiza-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #152333;
  margin: 0;
  padding-top: 35px;
  padding-bottom: 20px;
  line-height: 120%;
}

.expertiza-subtitle-small {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #152333;
  margin: 0;
  margin-bottom: 20px;
  line-height: 120%;
}

.expertiza-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #152333;
  margin: 0;
  line-height: 140%;
}

.expertiza-text-small {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #152333;
  margin: 0;
  line-height: 140%;
}

.expertiza-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.expertiza-list li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #152333;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  line-height: 140%;
}

.expertiza-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #152333;
  font-size: 18px;
}

/* Изображение */
.expertiza-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(10, 10, 10, 0.1);
  margin-bottom: 30px;
}

/* Блок с иконкой и текстом */
.expertiza-info-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.expertiza-info-item svg {
  flex-shrink: 0;
  width: 21px;
  height: 22px;
}

/* Кнопки (используем стили из company-banner) */
.expertiza-content-left .company-buttons {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Планшет (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .expertiza-content-section .container {
    width: 95%;
    max-width: 95%;
    padding: 0 1.5rem; /* 24px */
    overflow-y: hidden;
  }

  .expertiza-content-wrapper {
    gap: 30px;
  }
}

/* Мобильный (≤768px) */
@media (max-width: 768px) {
  .expertiza-content-section {
    margin-top: 20px;
  }

  .expertiza-content-section .container {
    width: 100%;
    padding: 0 0.625rem; /* 10px */
    margin: 0;
    overflow-y: hidden;
  }

  .expertiza-content-wrapper {
    flex-direction: column;
    gap: 0;
  }

  /* Используем display: contents для контейнеров, чтобы order работал */
  .expertiza-content-left,
  .expertiza-content-right {
    display: contents;
  }

  /* Порядок блоков на мобилке */
  .expertiza-main-title {
    order: 1;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .expertiza-intro-text {
    order: 2;
    margin-bottom: 20px;
  }

  .expertiza-image {
    order: 3;
    margin-bottom: 20px;
  }

  .expertiza-content-block-1 {
    order: 4;
    margin-bottom: 20px;
  }

  .expertiza-content-block-2 {
    order: 5;
    margin-bottom: 20px;
  }

  .expertiza-content-block-3 {
    order: 6;
    margin-top: 25px;
  }

  .expertiza-subtitle {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .expertiza-subtitle-small {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .expertiza-text {
    font-size: 14px;
  }

  .expertiza-text-small {
    font-size: 14px;
  }

  .expertiza-list li {
    font-size: 14px;
  }

  .expertiza-image {
    margin-bottom: 20px;
  }

  .expertiza-info-item {
    gap: 15px;
  }

  .expertiza-info-item svg {
    width: 18px;
    height: 19px;
  }
}

/* ============================================
   Блок коммерческого предложения
   ============================================ */

.commercial-offer-section {
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
}

/* Контейнер с отступами как у breadcrumbs */
.commercial-offer-section .container {
  width: 100%;
  max-width: 80rem; /* 1280px */
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
}

.commercial-offer-wrapper {
  display: flex;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}

.commercial-offer-left {
  flex: 0 0 35%;
  background: #152333;
  padding: 0px 40px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;
}

.commercial-offer-icon {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 5px;
  display: block;
}

.commercial-offer-link {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  transition: opacity 0.3s ease;
}

.commercial-offer-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.commercial-offer-link svg {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
}

.commercial-offer-right {
  flex: 1;
  background: #e9f1fc;
  display: flex;
  box-sizing: border-box;
}

.commercial-stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
}

.commercial-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5px;
  height: 60%;
  background: #91a2b8;
}

.commercial-stat-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #152333;
  margin-bottom: 10px;
  line-height: 1;
}

.commercial-stat-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #152333;
  line-height: 1.4;
}

/* Планшет (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .commercial-offer-section .container {
    width: 95%;
    max-width: 95%;
    padding: 0 1.5rem; /* 24px */
    overflow-y: hidden;
  }

  .commercial-offer-left {
    padding: 0px 30px 0 0;
  }

  .commercial-stat-item {
    padding: 0px 15px;
  }

  .commercial-stat-number {
    font-size: 35px;
  }
}

/* Мобильный (≤768px) */
@media (max-width: 768px) {
  .commercial-offer-section {
    margin-top: 30px;
  }

  .commercial-offer-section .container {
    width: 100%;
    padding: 0 0.625rem; /* 10px */
    margin: 0;
    overflow-y: hidden;
  }

  .commercial-offer-wrapper {
    flex-direction: column;
  }

  .commercial-offer-left {
    padding: 0px 20px 0 0;
    gap: 15px;
    display: flex;
    justify-content: flex-start;
  }

  .commercial-offer-link {
    font-size: 11px;
    gap: 12px;
  }

  .commercial-offer-right {
    display: flex;
    align-items: flex-start;
  }

  .commercial-stat-item {
    padding: 25px 15px;
    border-right: none;
  }

  .commercial-stat-item:last-child {
    border-bottom: none;
  }

  .commercial-stat-number {
    font-size: 25px;
  }

  .commercial-stat-label {
    font-size: 10px;
  }
}

/* ============================================
   Блок объектов экспертизы
   ============================================ */

.expertiza-objects-section {
  width: 100%;
  margin-top: 60px;
  box-sizing: border-box;
}

/* Контейнер с отступами как у breadcrumbs */
.expertiza-objects-section .container {
  width: 100%;
  max-width: 80rem; /* 1280px */
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
}

.expertiza-objects-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #152333;
  margin: 0;
  margin-top: 20px;
  line-height: 120%;
}

.expertiza-objects-intro {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #152333;
  margin: 20px 0 15px 0;
  line-height: 140%;
}

.expertiza-objects-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.expertiza-objects-list li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #152333;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  line-height: 140%;
}

.expertiza-objects-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #152333;
  font-size: 18px;
}

.expertiza-objects-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #152333;
  margin: 0;
  line-height: 140%;
}

/* Планшет (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .expertiza-objects-section .container {
    width: 95%;
    max-width: 95%;
    padding: 0 1.5rem; /* 24px */
    overflow-y: hidden;
  }
}

/* Мобильный (≤768px) */
@media (max-width: 768px) {
  .expertiza-objects-section {
    margin-top: 30px;
  }

  .expertiza-objects-section .container {
    width: 100%;
    padding: 0 0.625rem; /* 10px */
    margin: 0;
    overflow-y: hidden;
  }

  .expertiza-objects-title {
    font-size: 18px;
    margin-top: 15px;
  }

  .expertiza-objects-intro {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 12px;
  }

  .expertiza-objects-list li {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .expertiza-objects-text {
    font-size: 14px;
  }
}

/* Блок с информацией о проведении ЭПБ */
.expertiza-info-section {
  width: 100%;
  margin-top: 60px;
  box-sizing: border-box;
}

/* Контейнер с отступами как у breadcrumbs */
.expertiza-info-section .container {
  width: 100%;
  max-width: 80rem; /* 1280px */
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
}

.expertiza-info-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #152333;
  margin: 0;
  margin-top: 20px;
  line-height: 120%;
}

.expertiza-info-title:first-child {
  margin-top: 0;
}

.expertiza-info-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #152333;
  margin: 20px 0 35px 0;
  line-height: 140%;
}

.expertiza-info-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 35px 0;
}

.expertiza-info-list li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #152333;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  line-height: 140%;
}

.expertiza-info-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #152333;
  font-size: 18px;
}

.expertiza-info-list li strong {
  font-weight: 700;
}

/* Планшет (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .expertiza-info-section .container {
    width: 95%;
    max-width: 95%;
    padding: 0 1.5rem; /* 24px */
    overflow-y: hidden;
  }
}

/* Мобильный (≤768px) */
@media (max-width: 768px) {
  .expertiza-info-section {
    margin-top: 30px;
  }

  .expertiza-info-section .container {
    width: 100%;
    padding: 0 0.625rem; /* 10px */
    margin: 0;
    overflow-y: hidden;
  }

  .expertiza-info-title {
    font-size: 18px;
    margin-top: 15px;
  }

  .expertiza-info-title:first-child {
    margin-top: 0;
  }

  .expertiza-info-text {
    font-size: 14px;
  }

  .expertiza-info-list li {
    font-size: 14px;
  }
}

/* ============================================
   Блок видов экспертизы (слайдер)
   ============================================ */

.expertiza-types-section {
  width: 100%;
  margin-top: 60px;
  box-sizing: border-box;
}

/* Контейнер с отступами как у breadcrumbs */
.expertiza-types-section .container {
  width: 100%;
  max-width: 80rem; /* 1280px */
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
}

.expertiza-types-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.expertiza-types-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #152333;
  margin: 0;
  line-height: 120%;
}

.expertiza-types-nav {
  display: flex;
  gap: 10px;
  align-items: center;
}

.expertiza-types-prev,
.expertiza-types-next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.expertiza-types-prev svg,
.expertiza-types-next svg {
  display: block;
  width: 28px;
  height: 19px;
}

.expertiza-types-prev svg path,
.expertiza-types-next svg path {
  fill: #91a2b8;
  transition: fill 0.3s ease;
}

.expertiza-types-prev:hover svg path,
.expertiza-types-next:hover svg path {
  fill: #152333;
}

.expertiza-types-swiper {
  width: 100%;
  padding-bottom: 10px;
}

.expertiza-types-swiper .swiper-slide {
  height: auto;
}

.expertiza-types-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.expertiza-type-card-link-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.expertiza-type-card-link-wrapper:hover {
  text-decoration: none;
}

.expertiza-type-card-link-wrapper:hover * {
  text-decoration: none;
}

.expertiza-type-card-link-wrapper:hover .expertiza-type-card {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.expertiza-type-card {
  border: 1.5px solid #91a2b8;
  border-radius: 5px;
  padding: 15px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.expertiza-type-card:hover {
  background: #152333;
  border-color: #152333;
}

.expertiza-type-card-top {
  display: flex;
  gap: 20px;
  align-items: center;
}

.expertiza-type-image-wrapper {
  flex-shrink: 0;
}

.expertiza-type-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 1.5px solid rgba(145, 162, 184, 0.5);
  border-radius: 2px;
  display: block;
  transition: border-color 0.3s ease;
}

.expertiza-type-card:hover .expertiza-type-image {
  border-color: #fff;
}

.expertiza-type-info {
  flex: 1;
  display: flex;
  gap: 15px;
  align-items: stretch;
}

.expertiza-type-price-block,
.expertiza-type-term-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.expertiza-type-price-label,
.expertiza-type-term-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #152333;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.expertiza-type-card:hover .expertiza-type-price-label,
.expertiza-type-card:hover .expertiza-type-term-label {
  color: #fff;
}

.expertiza-type-price-value,
.expertiza-type-term-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #152333;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.expertiza-type-card:hover .expertiza-type-price-value,
.expertiza-type-card:hover .expertiza-type-term-value {
  color: #fff;
}

.expertiza-type-divider {
  width: 0.5px;
  background: #152333;
  flex-shrink: 0;
  transition: background 0.3s ease;
  align-self: stretch;
}

.expertiza-type-card:hover .expertiza-type-divider {
  background: #fff;
}

.expertiza-type-card-content {
  margin-top: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.expertiza-type-card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #152333;
  margin: 0;
  line-height: 140%;
  transition: color 0.3s ease;
}

.expertiza-type-card:hover .expertiza-type-card-title {
  color: #fff;
}

.expertiza-type-card-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #152333;
  margin: 10px 0 0 0;
  line-height: 140%;
  transition: color 0.3s ease;
}

.expertiza-type-card:hover .expertiza-type-card-description {
  color: #fff;
}

.expertiza-type-card-link-wrapper {
  margin-top: auto;
  padding-top: 11px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.expertiza-type-card-link {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #152333;
  transition: color 0.3s ease;
  pointer-events: none;
}

.expertiza-type-card-link-wrapper:hover .expertiza-type-card-link {
  opacity: 0.8;
}

.expertiza-type-card:hover .expertiza-type-card-link {
  color: #fff;
}

.expertiza-type-card-link svg {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  transition: fill 0.3s ease;
}

.expertiza-type-card:hover .expertiza-type-card-link svg path {
  fill: #fff;
}

.expertiza-type-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 50px;
  color: rgba(207, 215, 224, 0.5);
  line-height: 1;
  pointer-events: none;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.expertiza-type-card:hover .expertiza-type-number {
  color: rgba(207, 215, 224, 0.5);
}

/* Пагинация */
.expertiza-types-pagination {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.expertiza-types-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #91a2b8;
  opacity: 1;
  border-radius: 2px;
  transition: background 0.3s ease;
}

.expertiza-types-pagination .swiper-pagination-bullet-active {
  background: #152333;
}

/* Планшет (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .expertiza-types-section .container {
    width: 95%;
    max-width: 95%;
    padding: 0 1.5rem; /* 24px */
    overflow-y: hidden;
  }

  .expertiza-types-title {
    font-size: 22px;
  }
}

/* Мобильный (≤768px) */
@media (max-width: 768px) {
  .expertiza-types-section {
    margin-top: 30px;
  }

  .expertiza-types-section .container {
    width: 100%;
    padding: 0 0.625rem; /* 10px */
    margin: 0;
    overflow-y: hidden;
  }

  .expertiza-types-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }

  .expertiza-types-title {
    font-size: 18px;
  }

  .expertiza-types-nav {
    align-self: flex-end;
  }

  .expertiza-type-card {
    padding: 12px;
  }

  .expertiza-type-card-top {
    gap: 15px;
  }

  .expertiza-type-image {
    width: 70px;
    height: 70px;
  }

  .expertiza-type-info {
    gap: 12px;
  }

  .expertiza-type-card-content {
    margin-top: 20px;
  }

  .expertiza-type-price-label,
  .expertiza-type-term-label {
    font-size: 15px;
  }

  .expertiza-type-price-value,
  .expertiza-type-term-value {
    font-size: 16px;
  }

  .expertiza-type-card-title {
    font-size: 17px;
  }

  .expertiza-type-card-description {
    font-size: 14px;
  }

  .expertiza-type-card-link {
    font-size: 15px;
  }

  .expertiza-type-number {
    font-size: 80px;
    bottom: 12px;
    right: 12px;
  }
}

/* ============================================
   Секция содержания (fullwidth)
   ============================================ */

.expertiza-content-fullwidth-section {
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
}

.expertiza-content-fullwidth-section .container {
  width: 100%;
  max-width: 80rem;
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.expertiza-content-fullwidth {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #152333;
  line-height: 140%;
}

/* Заголовки */
.expertiza-content-fullwidth h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #152333;
  margin: 0;
  padding-top: 35px;
  padding-bottom: 20px;
  line-height: 120%;
}

.expertiza-content-fullwidth h1:first-child {
  padding-top: 0;
}

.expertiza-content-fullwidth h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #152333;
  margin: 0;
  padding-top: 35px;
  padding-bottom: 20px;
  line-height: 120%;
}

.expertiza-content-fullwidth h2:first-child {
  padding-top: 0;
}

.expertiza-content-fullwidth h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #152333;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 120%;
}

.expertiza-content-fullwidth h4,
.expertiza-content-fullwidth h5,
.expertiza-content-fullwidth h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #152333;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 120%;
}

/* Параграфы */
.expertiza-content-fullwidth p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #152333;
  margin: 0;
  margin-bottom: 20px;
  line-height: 140%;
}

/* Списки */
.expertiza-content-fullwidth ul,
.expertiza-content-fullwidth ol {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #152333;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
  line-height: 140%;
}

.expertiza-content-fullwidth ul li,
.expertiza-content-fullwidth ol li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #152333;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  line-height: 140%;
}

.expertiza-content-fullwidth ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #152333;
  font-size: 18px;
  font-weight: 700;
}

.expertiza-content-fullwidth ol {
  counter-reset: item;
  list-style: none;
}

.expertiza-content-fullwidth ol li {
  counter-increment: item;
  padding-left: 25px;
}

.expertiza-content-fullwidth ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: #152333;
  font-weight: 700;
  font-size: 15px;
}

/* Вложенные списки */
.expertiza-content-fullwidth li ul,
.expertiza-content-fullwidth li ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

.expertiza-content-fullwidth li p {
  margin-bottom: 10px;
}

/* Ссылки */
.expertiza-content-fullwidth a {
  color: #e60012;
  text-decoration: none;
  transition: color 0.3s ease;
}

.expertiza-content-fullwidth a:hover {
  color: #152333;
  text-decoration: underline;
}

/* Выделение жирным */
.expertiza-content-fullwidth strong {
  font-weight: 700;
}

/* Планшет (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .expertiza-content-fullwidth-section .container {
    padding: 0 24px;
  }
}

/* Мобильный (≤768px) */
@media (max-width: 768px) {
  .expertiza-content-fullwidth-section {
    margin-top: 30px;
  }

  .expertiza-content-fullwidth-section .container {
    padding: 0 10px;
  }

  .expertiza-content-fullwidth h1,
  .expertiza-content-fullwidth h2 {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .expertiza-content-fullwidth h1:first-child,
  .expertiza-content-fullwidth h2:first-child {
    padding-top: 0;
  }

  .expertiza-content-fullwidth h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .expertiza-content-fullwidth h4,
  .expertiza-content-fullwidth h5,
  .expertiza-content-fullwidth h6 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .expertiza-content-fullwidth p,
  .expertiza-content-fullwidth ul,
  .expertiza-content-fullwidth ol,
  .expertiza-content-fullwidth ul li,
  .expertiza-content-fullwidth ol li {
    font-size: 14px;
  }

  .expertiza-content-fullwidth p {
    margin-bottom: 15px;
  }

  .expertiza-content-fullwidth ul,
  .expertiza-content-fullwidth ol {
    margin-bottom: 15px;
  }
}
