

/* Start:/bitrix/templates/aspro-allcorp2/css/bedbugs-page.css?178484216836301*/
/* =========================================================
   BEDBUGS PAGE
   Основная стилистика страницы уничтожения клопов
   ========================================================= */

.bedbugs-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 15px 60px;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.6;
}

.bedbugs-page *,
.bedbugs-page *::before,
.bedbugs-page *::after {
    box-sizing: border-box;
}

.bedbugs-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.bedbugs-page a {
    color: #323b62;
}

.bedbugs-page a:hover {
    color: #60b5bf;
}

.bedbugs-page h1,
.bedbugs-page h2,
.bedbugs-page h3 {
    color: #222;
    line-height: 1.25;
}

.bedbugs-page h1 {
    margin: 0 0 20px;
    font-size: 42px;
    font-weight: 700;
}

.bedbugs-page h2 {
    margin: 45px 0 22px;
    font-size: 32px;
    font-weight: 700;
}

.bedbugs-page h3 {
    margin: 28px 0 12px;
    font-size: 20px;
    font-weight: 700;
}

.bedbugs-page p {
    margin: 0 0 16px;
}

.bedbugs-page section {
    margin: 0 0 56px;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.bedbugs-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.bedbugs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.bedbugs-btn:hover {
    transform: translateY(-1px);
}

.bedbugs-btn:active {
    transform: translateY(0);
}

.bedbugs-btn--primary {
    background: #323b62;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(50, 59, 98, 0.18);
}

.bedbugs-btn--primary:hover {
    background: #283153;
}

.bedbugs-btn--secondary {
    background: #60b5bf;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(96, 181, 191, 0.2);
}

.bedbugs-btn--secondary:hover {
    background: #4ca5b0;
}

.bedbugs-btn--light {
    border-color: #d9dfe8;
    background: #fff;
    color: #323b62 !important;
}

.bedbugs-btn--light:hover {
    border-color: #60b5bf;
    background: #f7f8fb;
}

/* Поддержка стандартных Bitrix-кнопок */

.bedbugs-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.bedbugs-page .btn-primary {
    border-color: #323b62;
    background: #323b62;
    color: #fff;
}

.bedbugs-page .btn-primary:hover {
    border-color: #283153;
    background: #283153;
    color: #fff;
}

.bedbugs-page .btn-default {
    border: 1px solid #d9dfe8;
    background: #fff;
    color: #323b62;
}

.bedbugs-page .btn-default:hover {
    border-color: #60b5bf;
    background: #f7f8fb;
    color: #323b62;
}

/* =========================================================
   HERO
   ========================================================= */

.bedbugs-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 36px;
    align-items: center;
    margin: 0 0 48px;
    padding: 36px;
    border-radius: 18px;
    background: #f7f8fb;
}

.bedbugs-hero__label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin: 0 0 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #e4f3f4;
    color: #267b83;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}

.bedbugs-hero__text {
    margin: 0 0 22px;
    color: #5e5e63;
    font-size: 18px;
    line-height: 1.7;
}

.bedbugs-hero__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.bedbugs-hero__features li {
    position: relative;
    padding-left: 24px;
    color: #323b62;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.bedbugs-hero__features li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #60b5bf;
    font-weight: 800;
}

.bedbugs-hero__phone {
    display: inline-block;
    margin-top: 18px;
    color: #323b62;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.bedbugs-hero__phone:hover {
    color: #60b5bf;
}

.bedbugs-hero__image img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

/* =========================================================
   INTRO
   ========================================================= */

.bedbugs-intro {
    display: flow-root;
    margin-bottom: 32px;
}

.bedbugs-intro img {
    float: right;
    width: 360px;
    margin: 0 0 20px 25px;
    border-radius: 10px;
}

.bedbugs-intro p {
    color: #3e3e44;
    font-size: 17px;
    line-height: 1.75;
}

/* =========================================================
   NOTES
   ========================================================= */

.bedbugs-note {
    margin: 20px 0;
    padding: 18px 20px;
    border: 1px solid #e1e6f0;
    border-left: 4px solid #60b5bf;
    border-radius: 12px;
    background: #f4f7fb;
    color: #374151;
}

.bedbugs-note p {
    margin: 0;
}

/* =========================================================
   TABLES
   ========================================================= */

.bedbugs-table-wrap {
    overflow-x: auto;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    background: #fff;
}

.bedbugs-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
}

.bedbugs-table--extras {
    min-width: 520px;
}

.bedbugs-table th,
.bedbugs-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #edf1f5;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.45;
}

.bedbugs-table th:first-child,
.bedbugs-table td:first-child {
    text-align: left;
}

.bedbugs-table thead th {
    border-bottom: 1px solid #e8edf3;
    background: #f7f9fc;
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
}

.bedbugs-table tbody tr:hover td {
    background: #fcfdff;
}

.bedbugs-table tbody tr:last-child td {
    border-bottom: 0;
}

.bedbugs-table tbody th {
    background: #fff;
    color: #1f2430;
    text-align: left;
    font-weight: 600;
}

.bedbugs-table__price {
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

/* =========================================================
   VIDEO
   ========================================================= */

.bedbugs-video {
    display: grid;
    grid-template-columns: 370px minmax(0, 1fr);
    gap: 35px;
    align-items: center;
    margin: 40px 0 56px;
    padding: 32px;
    border-radius: 18px;
    background: #f7f8fb;
}

.bedbugs-video__link {
    position: relative;
    display: block;
    text-decoration: none;
}

.bedbugs-video__link img {
    width: 100%;
    border-radius: 14px;
}

.bedbugs-video__link::after {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(18, 24, 44, 0.85);
    color: #fff;
    font-size: 28px;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.bedbugs-video__link:hover::after {
    background: #323b62;
}

/* =========================================================
   LISTS
   ========================================================= */

.bedbugs-list {
    margin: 0 0 25px;
    padding-left: 22px;
}

.bedbugs-list li {
    margin-bottom: 10px;
    color: #3e3e44;
    line-height: 1.7;
}

.bedbugs-list li::marker {
    color: #60b5bf;
}

/* =========================================================
   COMPANY
   ========================================================= */

.bedbugs-company {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 36px;
    align-items: center;
    margin-top: 40px;
    padding: 32px;
    border: 1px solid #ececec;
    border-radius: 18px;
    background: #fff;
}

.bedbugs-company__title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bedbugs-company__title h2 {
    margin: 0;
}

.bedbugs-company__logo {
    flex: 0 0 90px;
    width: 90px;
}

.bedbugs-company__logo img {
    width: 90px;
}

.bedbugs-company__image img {
    width: 100%;
    border-radius: 10px;
}

.bedbugs-company__lead {
    color: #3e3e44;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
}

/* =========================================================
   STATS
   ========================================================= */

.bedbugs-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 25px 0;
}

.bedbugs-stat {
    padding: 18px;
    border-radius: 12px;
    background: #f7f8fb;
}

.bedbugs-stat strong {
    display: block;
    margin-bottom: 8px;
    color: #323b62;
    font-size: 38px;
    line-height: 1;
}

.bedbugs-stat span {
    display: block;
    max-width: 220px;
    color: #5e5e63;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================================
   STAFF
   ========================================================= */

.bedbugs-staff {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.bedbugs-staff__item {
    height: 100%;
    padding: 28px 24px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
    text-align: center;
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.bedbugs-staff__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.bedbugs-staff__item img {
    width: 190px;
    height: 190px;
    margin: 0 auto 20px;
    object-fit: cover;
    border-radius: 50%;
    background: #f8f8f8;
}

.bedbugs-staff__item h3 {
    margin: 0 0 8px;
}

.bedbugs-staff__item p {
    margin: 0 0 10px;
    color: #8d8d95;
}

.bedbugs-staff__item a {
    color: #323b62;
    font-weight: 700;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .bedbugs-staff {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bedbugs-staff {
        grid-template-columns: 1fr;
    }

    .bedbugs-staff__item {
        padding: 24px 18px;
    }

    .bedbugs-staff__item img {
        width: 160px;
        height: 160px;
    }
}

/* =========================================================
   FAQ
   ========================================================= */

.bedbugs-faq__item {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #e7ecf2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.bedbugs-faq__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding: 21px 24px;
    border: 0;
    background: transparent;
    color: #1f2937;
    cursor: pointer;
    font: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    list-style: none;
    text-align: left;
}

.bedbugs-faq__summary:hover {
    background: #f8fafc;
}

.bedbugs-faq__summary::-webkit-details-marker {
    display: none;
}

.bedbugs-faq__answer {
    padding: 0 24px 24px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.75;
}

.bedbugs-faq__answer p {
    margin: 0;
}

.bedbugs-faq__icon {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.bedbugs-faq__icon::before,
.bedbugs-faq__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    background: #60b5bf;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
}

.bedbugs-faq__icon::before {
    width: 14px;
    height: 2px;
}

.bedbugs-faq__icon::after {
    width: 2px;
    height: 14px;
}

.bedbugs-faq__item[open] .bedbugs-faq__icon::after {
    opacity: 0;
}

/* =========================================================
   CALLBACK
   ========================================================= */

.bedbugs-callback {
    margin: 45px 0;
    padding: 32px 36px;
    border-radius: 18px;
    background: #323b62;
    color: #fff;
}

.bedbugs-callback h2 {
    margin-top: 0;
    color: #fff;
}

.bedbugs-callback p {
    color: rgba(255, 255, 255, 0.88);
}

.bedbugs-callback form {
    position: relative;
    max-width: 620px;
}

.bedbugs-callback input[type="tel"] {
    width: 100%;
    margin: 12px 0;
    padding: 13px 14px;
    border: 1px solid transparent;
    border-radius: 10px;
    font: inherit;
}

.bedbugs-callback input[type="tel"]:focus {
    border-color: #60b5bf;
    outline: none;
    box-shadow: 0 0 0 3px rgba(96, 181, 191, 0.2);
}

.bedbugs-callback label {
    display: block;
    margin: 10px 0 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.bedbugs-callback a {
    color: #fff;
}

/* =========================================================
   CERTIFICATES / THANKS
   ========================================================= */

.bedbugs-thanks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.bedbugs-thanks__item {
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.bedbugs-thanks__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.bedbugs-thanks__item img {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
}

/* =========================================================
   CTA
   ========================================================= */

.bedbugs-cta {
    margin-top: 45px;
    padding: 36px;
    border-radius: 18px;
    background: #323b62;
    color: #fff;
    text-align: center;
}

.bedbugs-cta h2 {
    margin-top: 0;
    color: #fff;
}

.bedbugs-cta p {
    color: rgba(255, 255, 255, 0.9);
}

.bedbugs-cta .bedbugs-actions {
    justify-content: center;
    margin-top: 24px;
}

/* =========================================================
   RELATED SERVICES
   ========================================================= */

.bedbugs-related {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.bedbugs-related a {
    display: block;
    height: 100%;
    padding: 16px 18px;
    border: 1px solid #dbe3f0;
    border-radius: 12px;
    background: #f8fafc;
    color: #323b62;
    font-weight: 600;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.bedbugs-related a:hover {
    border-color: #c9d8f2;
    background: #eef3ff;
    box-shadow: 0 6px 18px rgba(50, 59, 98, 0.06);
}

/* =========================================================
   MOBILE CALCULATOR
   ========================================================= */

.bedbugs-calculator {
    margin: 40px 0;
}

.bedbugs-calculator__box {
    padding: 28px;
    border: 1px solid #e6eaf2;
    border-radius: 20px;
    background: linear-gradient(
        180deg,
        #f8f9fc 0%,
        #f4f7fb 100%
    );
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
}

.bedbugs-calculator label {
    display: block;
    margin-bottom: 8px;
    color: #1f2430;
    font-size: 14px;
    font-weight: 800;
}

.bedbugs-calculator select {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #d9deea;
    border-radius: 14px;
    background: #fff;
    color: #111827;
    font-size: 16px;
    outline: none;
}

.bedbugs-calculator select:focus {
    border-color: #60b5bf;
    box-shadow: 0 0 0 3px rgba(96, 181, 191, 0.15);
}

.bedbugs-calculator__plans {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.bedbugs-calculator__plan {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid #dbe3f0;
    border-radius: 999px;
    background: #fff;
    color: #323b62;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
}

.bedbugs-calculator__plan.is-active {
    border-color: #323b62;
    background: #323b62;
    color: #fff;
}

.bedbugs-calculator__result {
    margin-top: 18px;
    padding: 20px;
    border: 1px solid #e5e7ee;
    border-radius: 16px;
    background: #fff;
}

.bedbugs-calculator__result-label {
    display: block;
    margin-bottom: 8px;
    color: #6b7280;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.bedbugs-calculator__price {
    display: block;
    color: #323b62;
    font-size: 36px;
    line-height: 1.05;
    font-weight: 900;
}

.bedbugs-calculator__summary {
    margin: 10px 0 0;
    color: #374151;
    font-weight: 700;
}

.bedbugs-calculator__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

/* =========================================================
   SERVICE AREA
   ========================================================= */

.bedbugs-area__box {
    padding: 28px;
    border: 1px solid #e5ebf3;
    border-radius: 20px;
    background: #f8fbff;
}

.bedbugs-area__top,
.bedbugs-area__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.bedbugs-area__top {
    margin-bottom: 24px;
}

.bedbugs-area__intro h3 {
    margin: 0 0 10px;
    color: #1f2d3d;
    font-size: 24px;
}

.bedbugs-area__intro p,
.bedbugs-area__bottom p {
    max-width: 760px;
    color: #586779;
    font-size: 16px;
    line-height: 1.7;
}

.bedbugs-area__radius {
    flex: 0 0 auto;
    min-width: 120px;
    padding: 18px 20px;
    border: 1px solid #d9e4f0;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 24px rgba(13, 74, 124, 0.06);
}

.bedbugs-area__radius strong {
    display: block;
    color: #0d4a7c;
    font-size: 28px;
    line-height: 1;
}

.bedbugs-area__radius span {
    display: block;
    margin-top: 6px;
    color: #6b7785;
    font-size: 13px;
    text-transform: uppercase;
}

.bedbugs-area__settlements {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 18px;
    margin-bottom: 24px;
    padding: 20px 0;
    border-top: 1px solid #e4ebf3;
    border-bottom: 1px solid #e4ebf3;
}

.bedbugs-area__settlements li {
    position: relative;
    padding-left: 16px;
    color: #243447;
    font-size: 15px;
}

.bedbugs-area__settlements li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #60b5bf;
}

/* =========================================================
   UTILITY
   ========================================================= */

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.service-inline-request__trap {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
    .bedbugs-related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bedbugs-area__settlements {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .bedbugs-hero,
    .bedbugs-video,
    .bedbugs-company {
        grid-template-columns: 1fr;
    }

    .bedbugs-hero,
    .bedbugs-video,
    .bedbugs-company,
    .bedbugs-callback,
    .bedbugs-cta {
        padding: 24px;
    }

    .bedbugs-hero__image {
        order: -1;
    }

    .bedbugs-company__image {
        max-width: 360px;
        margin: 0 auto;
    }

    .bedbugs-stats {
        grid-template-columns: 1fr;
    }

    .bedbugs-area__top,
    .bedbugs-area__bottom {
        flex-direction: column;
    }

    .bedbugs-area__radius {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .bedbugs-page {
        padding: 15px 10px 40px;
        font-size: 15px;
    }

    .bedbugs-page h1 {
        font-size: 31px;
    }

    .bedbugs-page h2 {
        margin-top: 36px;
        font-size: 26px;
    }

    .bedbugs-page h3 {
        font-size: 19px;
    }

    .bedbugs-hero {
        gap: 22px;
        margin-bottom: 36px;
        padding: 22px 18px;
        border-radius: 18px;
    }

    .bedbugs-hero__image {
        display: none;
    }

    .bedbugs-hero__text {
        font-size: 16px;
        line-height: 1.6;
    }

    .bedbugs-hero__features {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .bedbugs-hero__features li {
        padding-left: 24px;
    }

    .bedbugs-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .bedbugs-actions .bedbugs-btn,
    .bedbugs-hero__actions .bedbugs-btn,
    .bedbugs-page .btn {
        width: 100%;
    }

    .bedbugs-hero__phone {
        display: block;
        margin-top: 18px;
        text-align: center;
        font-size: 20px;
    }

    .bedbugs-intro img {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

    .bedbugs-intro p {
        font-size: 16px;
        line-height: 1.7;
    }

    .bedbugs-video {
        gap: 22px;
        margin: 32px 0 40px;
        padding: 18px;
    }

    .bedbugs-video__link::after {
        width: 60px;
        height: 60px;
        font-size: 23px;
    }

    .bedbugs-company {
        padding: 20px;
    }

    .bedbugs-company__title {
        align-items: flex-start;
        gap: 14px;
    }

    .bedbugs-company__logo {
        flex-basis: 64px;
        width: 64px;
    }

    .bedbugs-company__logo img {
        width: 64px;
    }

    .bedbugs-company__title h2 {
        margin: 4px 0 0;
        font-size: 23px;
    }

    .bedbugs-staff,
    .bedbugs-thanks,
    .bedbugs-related {
        grid-template-columns: 1fr;
    }

    .bedbugs-staff__item {
        padding: 24px 18px;
    }

    .bedbugs-staff__item img {
        width: 160px;
        height: 160px;
    }

    .bedbugs-faq__summary {
        padding: 18px;
        font-size: 16px;
    }

    .bedbugs-faq__answer {
        padding: 0 18px 18px;
        font-size: 15px;
        line-height: 1.7;
    }

    .bedbugs-callback,
    .bedbugs-cta {
        padding: 24px 18px;
        border-radius: 16px;
    }

    .bedbugs-callback h2,
    .bedbugs-cta h2 {
        font-size: 25px;
    }

    .bedbugs-table-wrap::before {
        content: "Таблицу можно прокрутить в сторону";
        display: block;
        margin: 0 0 8px;
        color: #6b7280;
        font-size: 13px;
    }

    .bedbugs-area__box {
        padding: 20px;
        border-radius: 16px;
    }

    .bedbugs-area__settlements {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 14px;
        padding: 18px 0;
    }

    .bedbugs-area__settlements li {
        font-size: 14px;
    }

    .bedbugs-calculator__box {
        padding: 18px;
        border-radius: 18px;
    }

    .bedbugs-calculator__plans,
    .bedbugs-calculator__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .bedbugs-calculator__plan,
    .bedbugs-calculator__actions .bedbugs-btn {
        width: 100%;
    }

    .bedbugs-related a {
        text-align: center;
    }
}
/* FAQ */
.bedbugs-faq {
    width: 100%;
}

.bedbugs-faq__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bedbugs-faq__item {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e3e8ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(35, 58, 85, 0.04);
}

.bedbugs-faq__item h3 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

.bedbugs-faq__button {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0;
    padding: 22px 58px 22px 24px;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: #fff;
    color: #202b3c;
    cursor: pointer;
    font: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.bedbugs-faq__button:hover {
    background: #f7fafc;
    color: #323b62;
}

.bedbugs-faq__button:focus-visible {
    z-index: 2;
    outline: 3px solid rgba(96, 181, 191, 0.45);
    outline-offset: -3px;
}

.bedbugs-faq__icon {
    position: absolute;
    top: 50%;
    right: 24px;
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid #60b5bf;
    border-radius: 50%;
    color: #60b5bf;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

.bedbugs-faq__button[aria-expanded="false"] .bedbugs-faq__icon::before {
    content: '+';
}

.bedbugs-faq__button[aria-expanded="true"] .bedbugs-faq__icon::before {
    content: '−';
}

.bedbugs-faq__panel {
    padding: 0 24px 22px;
    color: #60758f;
    font-size: 16px;
    line-height: 1.6;
}

.bedbugs-faq__panel[hidden] {
    display: none !important;
}

.bedbugs-faq__panel p {
    margin: 0;
}

/* На случай старой разметки FAQ через details */
.bedbugs-faq__summary {
    border: 0;
    outline: 0;
    background: #fff;
    color: #202b3c;
    font-size: 18px;
}

.bedbugs-faq__summary:focus-visible {
    outline: 3px solid rgba(96, 181, 191, 0.45);
    outline-offset: -3px;
}

/* Мобильная версия */
@media (max-width: 767px) {
    .bedbugs-faq__button {
        min-height: 64px;
        padding: 18px 52px 18px 18px;
        font-size: 16px;
    }

    .bedbugs-faq__icon {
        right: 18px;
        width: 25px;
        height: 25px;
        font-size: 21px;
    }

    .bedbugs-faq__panel {
        padding: 0 18px 18px;
        font-size: 15px;
    }
}
.bedbugs-seo__full[hidden] {
    display: none !important;
}
/* По умолчанию мобильные карточки скрыты */
.bedbugs-mobile-prices {
    display: none;
}

/* На мобильных устройствах скрываем таблицу и показываем карточки */
@media (max-width: 767px) {
    .bedbugs-table-wrap {
        display: none;
    }

    .bedbugs-mobile-prices {
        display: block;
    }

    .bedbugs-mobile-price {
        margin-bottom: 24px;
        padding: 20px;
        border: 1px solid #e3e8ef;
        border-radius: 16px;
        background: #fff;
    }

    .bedbugs-mobile-price h3 {
        margin: 0 0 14px;
    }

    .bedbugs-mobile-price__row {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 8px;
    }

    .bedbugs-mobile-price .bedbugs-btn {
        margin-top: 14px;
    }
}
.bedbugs-grid {
    display: grid;
    gap: 20px;
}

.bedbugs-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bedbugs-step {
    min-height: 100%;
    padding: 24px;
    border: 1px solid #e3e8ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(35, 58, 85, 0.05);
}

.bedbugs-step__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #323b62;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.bedbugs-step h3 {
    margin: 0 0 12px;
    color: #222;
    font-size: 20px;
    line-height: 1.3;
}

.bedbugs-step p {
    margin: 0;
    color: #60758f;
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .bedbugs-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bedbugs-grid--3 {
        grid-template-columns: 1fr;
    }

    .bedbugs-step {
        padding: 20px;
    }
}
.bedbugs-card {
    min-height: 100%;
    padding: 24px;
    border: 1px solid #e3e8ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(35, 58, 85, 0.05);
}

.bedbugs-card h3 {
    margin: 0 0 12px;
}

.bedbugs-card p {
    margin: 0;
    color: #60758f;
}
/* SEO-блок страницы */
.bedbugs-seo {
    padding: 64px 0;
}

.bedbugs-seo .bedbugs-section__header {
    max-width: 820px;
    margin-bottom: 30px;
}

.bedbugs-seo .bedbugs-section__header h2 {
    margin: 0 0 14px;
    color: #202d3d;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
    font-weight: 800;
}

.bedbugs-seo .bedbugs-section__header p {
    margin: 0;
    color: #718096;
    font-size: 17px;
    line-height: 1.6;
}

/* Верхняя часть: изображение + текст */
.bedbugs-seo__preview {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 42px;
    align-items: center;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #e7edf3;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(31, 52, 73, 0.08);
}

/* Изображение */
.bedbugs-seo__preview > img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 18px;
}

/* Контент справа */
.bedbugs-seo__preview > div {
    min-width: 0;
}

.bedbugs-seo__preview p {
    margin: 0 0 22px;
    color: #526273;
    font-size: 17px;
    line-height: 1.7;
}

/* Список преимуществ */
.bedbugs-seo__preview .bedbugs-list {
    display: grid;
    gap: 14px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.bedbugs-seo__preview .bedbugs-list li {
    position: relative;
    padding-left: 30px;
    color: #344454;
    font-size: 16px;
    line-height: 1.5;
}

.bedbugs-seo__preview .bedbugs-list li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #e9f7f1;
}

.bedbugs-seo__preview .bedbugs-list li::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    width: 7px;
    height: 4px;
    border-bottom: 2px solid #1aa36f;
    border-left: 2px solid #1aa36f;
    transform: rotate(-45deg);
}

/* Кнопка */
#bedbugs-seo-toggle {
    min-width: 190px;
    min-height: 50px;
    padding: 13px 24px;
    border: 0;
    border-radius: 10px;
    background: #1d69d5;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

#bedbugs-seo-toggle:hover {
    background: #1558b8;
    box-shadow: 0 8px 18px rgba(29, 105, 213, 0.24);
    transform: translateY(-1px);
}

#bedbugs-seo-toggle:focus-visible,
#bedbugs-seo-close:focus-visible {
    outline: 3px solid rgba(29, 105, 213, 0.3);
    outline-offset: 3px;
}

/* Полный SEO-текст */
.bedbugs-seo__full {
    max-width: 900px;
    margin-top: 26px;
    padding: 34px 38px;
    border: 1px solid #e7edf3;
    border-radius: 20px;
    background: #f7fafc;
}

.bedbugs-seo__full[hidden] {
    display: none;
}

.bedbugs-seo__full h3 {
    margin: 0 0 10px;
    color: #202d3d;
    font-size: 23px;
    line-height: 1.3;
}

.bedbugs-seo__full h3:not(:first-child) {
    margin-top: 28px;
}

.bedbugs-seo__full p {
    margin: 0;
    color: #526273;
    font-size: 16px;
    line-height: 1.7;
}

#bedbugs-seo-close {
    margin-top: 28px;
    min-height: 46px;
    padding: 11px 20px;
    border: 1px solid #d8e1ea;
    border-radius: 9px;
    background: #ffffff;
    color: #344454;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

#bedbugs-seo-close:hover {
    border-color: #1d69d5;
    background: #edf4ff;
}

/* Планшеты */
@media (max-width: 900px) {
    .bedbugs-seo {
        padding: 48px 0;
    }

    .bedbugs-seo__preview {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 24px;
    }

    .bedbugs-seo__preview > img {
        height: 360px;
    }

    .bedbugs-seo__preview > div {
        max-width: 720px;
    }
}

/* Телефоны */
@media (max-width: 600px) {
    .bedbugs-seo {
        padding: 36px 0;
    }

    .bedbugs-seo .bedbugs-section__header {
        margin-bottom: 22px;
    }

    .bedbugs-seo .bedbugs-section__header h2 {
        font-size: 28px;
    }

    .bedbugs-seo .bedbugs-section__header p {
        font-size: 15px;
    }

    .bedbugs-seo__preview {
        gap: 22px;
        padding: 16px;
        border-radius: 18px;
    }

    .bedbugs-seo__preview > img {
        height: 240px;
        border-radius: 13px;
    }

    .bedbugs-seo__preview p {
        font-size: 15px;
        line-height: 1.6;
    }

    .bedbugs-seo__preview .bedbugs-list {
        gap: 12px;
        margin-bottom: 24px;
    }

    .bedbugs-seo__preview .bedbugs-list li {
        padding-left: 27px;
        font-size: 15px;
    }

    #bedbugs-seo-toggle {
        width: 100%;
    }

    .bedbugs-seo__full {
        margin-top: 18px;
        padding: 24px 20px;
        border-radius: 16px;
    }

    .bedbugs-seo__full h3 {
        font-size: 20px;
    }

    .bedbugs-seo__full p {
        font-size: 15px;
    }

    #bedbugs-seo-close {
        width: 100%;
    }
}
/* End */
/* /bitrix/templates/aspro-allcorp2/css/bedbugs-page.css?178484216836301 */
