@media (max-width: 576px) {

    .pages__breadcrumbs {
        width: auto;
        max-width: 100%
    }
}

@media (max-width: 576px) {

    .guide__breadcrumbs-wrap .pages__breadcrumbs {
        margin-left: 0;
        margin-bottom: 14px;
        padding-right: 15px;
        box-sizing: border-box
    }
}

.about-us {
    padding-bottom: 130px
}

@media (max-width: 768px) {
    .about-us {
        padding-bottom: 70px
    }
}

.about-us__wrap {
    display: grid;
    grid-template-columns:354fr 944fr;
    gap: 100px;
    align-items: flex-start
}

@media (max-width: 1440px) {
    .about-us__wrap {
        gap: 60px
    }
}

@media (max-width: 1200px) {
    .about-us__wrap {
        grid-template-columns:1fr 2fr;
        gap: 40px
    }
}

@media (max-width: 1024px) {
    .about-us__wrap {
        grid-template-columns:2fr 3fr;
        gap: 30px
    }
}

.about-menu {
    position: relative;
    padding: 50px 30px;
    border-radius: 24px;
    background-color: #0c5e84
}

.about-menu__open {
    position: absolute;
    right: 20px;
    top: 33px;
    display: none;
    transition: transform .2s ease-in-out
}

.about-menu__open--active {
    transform: rotate(180deg)
}

.about-menu__open svg {
    width: 8.175px;
    height: 15px
}

.about-menu__item:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width: 576px) {

    .about-us__wrap {
        grid-template-columns:1fr
    }
}

@media (max-width: 576px) {

    .about-menu__open {
        display: block
    }
}

@media (max-width: 576px) {

    .about-menu__item:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width: 576px) {

    .about-menu__item:nth-child(1) {
        margin-bottom: 0
    }
}

@media (max-width: 576px) {

    .about-menu__item:nth-child(n+2) {
        display: none
    }
}

@media (max-width: 576px) {

    .about-menu__list--active .about-menu__item:nth-child(n+2) {
        display: block
    }
}

@media (max-width: 576px) {

    .about-menu__list--active .about-menu__item:nth-child(1) {
        margin-bottom: 30px
    }
}

.about-menu__link {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    opacity: .7;
    color: #fff;
    transition: opacity .3s ease-in-out
}

.about-menu__link--active {
    position: relative;
    opacity: 1
}

.about-menu__link--active::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 1;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff
}

@media (max-width: 1200px) {
    .about-menu {
        padding: 40px 20px
    }
}

@media (max-width: 1200px) {

    .about-menu__link--active::before {
        left: -30px
    }
}

.about-menu__link:hover {
    opacity: 1
}

.about-info__descr-block:not(:last-child) {
    margin-bottom: 40px
}

@media (max-width: 1024px) {
    .about-menu__link {
        font-size: 18px
    }
}

@media (max-width: 1024px) {

    .about-menu__link--active::before {
        display: none
    }
}

@media (max-width: 1024px) {

    .about-info__descr-block:not(:last-child) {
        margin-bottom: 30px
    }
}

.about-info__text {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase
}

.about-info__descr {
    margin: 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left
}

.about-info__descr:not(:last-child) {
    margin-bottom: 10px
}

.about-info__logo {
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .about-menu {
        padding: 32px 15px
    }
}

@media (max-width: 768px) {

    .about-info__logo {
        margin-bottom: 30px;
        width: 290px;
        height: 79.5px
    }
}

.about-info__img {
    margin-bottom: 40px
}

.about-info__img img {
    width: 100%
}

.pages {
    padding-bottom: 130px
}

@media (max-width: 768px) {
    .about-info__img {
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {

    .pages {
        padding-bottom: 70px
    }
}

.pages .about-info {
    padding: 0 118px
}

.pages .about-info__img {
    width: 100%
}

.pages .about-info__img picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.pages .about-info__img img {
    max-width: 926px;
    width: 100%
}

.answer {
    padding-bottom: 130px
}

.answer__wrap {
    display: grid;
    grid-template-columns:354fr 944fr;
    gap: 100px;
    align-items: flex-start
}

@media (max-width: 1440px) {
    .answer__wrap {
        gap: 60px
    }
}

@media (max-width: 1200px) {
    .pages .about-info {
        padding: 0 50px
    }
}

@media (max-width: 1200px) {

    .answer__wrap {
        grid-template-columns:1fr 2fr;
        gap: 40px
    }
}

@media (max-width: 1024px) {
    .about-info__descr {
        font-size: 14px;
        line-height: 21px
    }
}

@media (max-width: 1024px) {

    .pages .about-info {
        padding: 0
    }
}

@media (max-width: 1024px) {

    .answer__wrap {
        grid-template-columns:2fr 3fr;
        gap: 30px
    }
}

.answer .accordion {
    padding: 0;
    border: none
}

.answer .accordion:not(:last-child) {
    margin-bottom: 20px
}

.answer .accordion__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    text-transform: none
}

.answer .accordion__control {
    padding: 15px 18px;
    border: 1px solid #d4d4d4;
    border-radius: 16px
}

@media (max-width: 576px) {
    .answer__wrap {
        grid-template-columns:1fr;
        gap: 20px
    }
}

@media (max-width: 576px) {

    .answer .accordion__control {
        padding: 15px 10px 10px 15px
    }
}

.answer .accordion__content {
    padding-left: 18px;
    padding-right: 54px
}

@media (max-width: 768px) {
    .answer {
        padding-bottom: 70px
    }
}

@media (max-width: 768px) {

    .answer .accordion__title {
        font-size: 20px
    }
}

@media (max-width: 768px) {

    .answer .accordion__content {
        padding-left: 0
    }
}

.answer .accordion__descr {
    margin: 0;
    font-size: 18px;
    line-height: 27px
}

.answer .accordion__descr:not(:last-child) {
    margin-bottom: 10px
}

.answer .accordion__icon, .answer .accordion__icon svg {
    width: 30px;
    height: 30px
}

.answer .is-open .accordion__content {
    padding-top: 15px
}

@media (max-width: 1024px) {
    .answer .accordion__descr {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 576px) {
    .answer .accordion__descr {
        font-size: 14px;
        line-height: 21px
    }
}

.page-map {
    padding-bottom: 130px
}

@media (max-width: 768px) {
    .answer .is-open .accordion__content {
        padding-top: 20px;
        padding-right: 0
    }
}

@media (max-width: 768px) {

    .page-map {
        padding-bottom: 70px
    }
}

.page-map__item {
    max-width: 690px;
    width: 100%
}

.page-map__item:not(:last-child) {
    margin-bottom: 1px
}

.page-map__link {
    position: relative;
    display: block;
    padding: 20px 34px;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    line-height: 100%;
    text-align: left;
    color: #272b2c;
    background-color: transparent;
    transition: background .1s ease-in-out
}

.page-map__link:hover {
    text-decoration: underline;
    background-color: #f5f4f4
}

.page-map__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    background-color: #272b2c
}

@media (max-width: 576px) {
    .page-map__item:not(:last-child) {
        margin-bottom: 0
    }
}

@media (max-width: 576px) {

    .page-map__link {
        padding: 20px 28px;
        font-size: 18px
    }
}

@media (max-width: 576px) {

    .page-map__link::before {
        left: 12px
    }
}

.page-map__link--active {
    text-decoration: underline;
    background-color: #f5f4f4
}

.page-map__catalog-list {
    padding-left: 22px
}

.page-map__pump-list {
    padding-left: 20px
}

@media (max-width: 576px) {
    .page-map__catalog-list {
        padding-left: 20px
    }
}

@media (max-width: 576px) {

    .page-map__catalog-list .page-map__link {
        padding: 15px 10px 15px 28px
    }
}

@media (max-width: 576px) {

    .page-map__pump-list {
        padding-left: 18px
    }
}

@media (max-width: 576px) {

    .page-map__pump-list .page-map__link {
        padding: 6px 10px 6px 28px
    }
}

.pages__info p {
    margin: 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    margin-bottom: 20px;
}
.wellpump-guide {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.7;
  color: #222;
}

.wellpump-guide h1,
.wellpump-guide h2,
.wellpump-guide h3 {
  font-weight: 600;
  color: #123;
}

.wellpump-guide h1 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 0.5em;
}

.wellpump-guide h2 {
  font-size: 1.6em;
  margin: 1.8em 0 1em;
  border-left: 5px solid #00856f;
  padding-left: 12px;
}

.wellpump-guide h3 {
  font-size: 1.25em;
  margin: 1.2em 0 0.8em;
}
.wellpump-guide .lead {
  font-size: 1.15em;
  color: #444;
  margin: 0.5em 0 1.5em;
}
.wellpump-guide .toc {
  background: #f9f9fb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px 20px;
  margin: 1.5em 0;
}
.wellpump-guide .toc ol {
  margin: 0;
  padding-left: 20px;
}
.wellpump-guide .toc a {
  text-decoration: none;
  color: #00695c;
}
.wellpump-guide .toc a:hover {
  text-decoration: underline;
}
.wellpump-guide table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 0.95em;
}
.wellpump-guide th,
.wellpump-guide td {
  border: 1px solid #e2e8f0;
  padding: 10px 14px;
  text-align: left;
}
.wellpump-guide th {
  background: #f1f5f9;
  font-weight: 600;
}
.wellpump-guide tr:nth-child(even) td {
  background: #fafafa;
}
.wellpump-guide tr:hover td {
  background: #f0fdf4;
}
.wellpump-guide .tip,
.wellpump-guide .warn,
.wellpump-guide .note {
  border-radius: 12px;
  padding: 14px 18px;
  margin: 1.2em 0;
  font-size: 0.95em;
  border-left: 5px solid;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.wellpump-guide .tip {
  background: #f0fdf4;
  border-color: #16a34a;
}
.wellpump-guide .warn {
  background: #fff7ed;
  border-color: #f97316;
}
.wellpump-guide .note {
  background: #eff6ff;
  border-color: #3b82f6;
}

.wellpump-guide .tip::before {
  content: "💡 ";
  font-weight: bold;
}
.wellpump-guide .warn::before {
  content: "⚠️ ";
  font-weight: bold;
}
.wellpump-guide .note::before {
  content: "ℹ️ ";
  font-weight: bold;
}
.wellpump-guide .checklist {
  list-style: none;
  padding-left: 0;
}
.wellpump-guide .checklist li {
  margin: 0.6em 0;
  padding-left: 1.6em;
  position: relative;
}
.wellpump-guide .checklist li::before {
  content: "✔";
  color: #16a34a;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.wellpump-guide a {
  color: #00856f;
}
.wellpump-guide a:hover {
  color: #005f4f;
  text-decoration: underline;
}
.wellpump-guide code {
  background: #f1f5f9;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 90%;
}
.wellpump-guide table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 0.95em;
}

.wellpump-guide .table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* плавный скролл для iOS */
}

.wellpump-guide .table-wrap table {
  min-width: 600px; /* чтобы на мобилках был скролл, а не «сжатие» */
}
.wellpump-guide blockquote {
  margin: 1.5em 0;
  padding: 1.2em 1.5em;
  background: #f8fafc;          /* светлый фон */
  border-left: 4px solid #00856f; /* зелёная полоса слева */
  border-radius: 8px;
  font-style: italic;
  color: #333;
}

.wellpump-guide blockquote p {
  margin: 0; /* убираем лишние отступы */
}
.calculator-content {
    border: 1px solid transparent;
    border-radius: var(--radius);
    background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(135deg, #8a2be2, #1976d2 45%, #1abc9c) border-box;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    padding: 24px;
}

@media (max-width: 768px) {
  .pages__breadcrumbs {
    margin-bottom: 14px;
    padding-right: 15px;
    box-sizing: border-box;
  }

}
