

/* Start:/dostavka/style.css?17568693861994*/
.stx-page.delivery {

    font-size: 16px;
    line-height: 1.6;
    color: #3B3C3B;
}




.stx-title {
    font-size: 28px;
    font-weight: 600;
    color: #3171C6;
    /* синий из макета */
    margin-bottom: 16px;
}

.stx-lead {
    font-size: 17px;
    margin-bottom: 24px;
}

.stx-section {
    margin-bottom: 32px;
}

.stx-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #3171C6;
    margin-bottom: 12px;
}

.stx-section ul,
.stx-section ol {
    padding-left: 20px;
}

.stx-section ul li {
    list-style: none;
    margin-bottom: 8px;
    position: relative;
}

.stx-section ul li::before {
    content: "—";
    position: absolute;
    left: -18px;
    color: #3B3C3B;
}

.stx-text-dash {
    position: relative;
    padding-left: 20px;
    margin: 6px 0;
}

.stx-text-dash::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #3B3C3B;
    font-weight: 600;
}

/* Абзацы и пункты с тире */
.stx-dash {
  position: relative;
  padding-left: 20px;
  margin: 6px 0;
}
.stx-dash::before {
  content: "—";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #3B3C3B;
}

/* Нумерованный список */
.stx-steps {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
}
.stx-steps > li {
  counter-increment: step;
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}
.stx-steps > li::before {
  content: counter(step) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #3B3C3B;
}


/* Адаптив */
@media (max-width: 767.98px) {
    .stx-page.delivery {
        padding: 16px 0;
    }

    .stx-title {
        font-size: 22px;
    }

    .stx-section h2 {
        font-size: 18px;
    }

    .wh-section__title {
        font-size: 28px;
        text-align: left !important;
        margin-bottom: 0 !important;
    }
}
/* End */
/* /dostavka/style.css?17568693861994 */
