/* =========================================================
   Cool Climat — единые стили для страниц услуг
   Объединено из двух вариантов: базовая страница услуги + ремонт кондиционеров.
   Вставлять в конец основного CSS.
   ========================================================= */
 .breadcrumb {width: 100%;list-style: none;margin:0 0 5px 0;padding: 0;display: flex; flex-wrap: wrap;}
 .breadcrumb li {position: relative;font-size: 12px;color:#666;}
 .breadcrumb li:last-child {color: #999;}
 .breadcrumb li a{text-decoration: none;color:#666;}
 .breadcrumb li a:hover{text-decoration: underline}
 .breadcrumb li:not(:first-child):before{font-family: var(--fa-style-family,"Font Awesome 6 Free"); font-weight: 900; content: "\f054"; font-size: 0.5em; padding: 0 5px; vertical-align: middle;}
.service-page {
    --cc-primary: #0B67B2;
    --cc-primary-2: #0A8FE3;
    --cc-primary-dark: #073D73;
    --cc-navy: #052F62;
    --cc-cyan: #50D5FF;
    --cc-green: #12B968;
    --cc-red: #E5394F;
    --cc-orange: #FFB547;
    --cc-bg: #F4FBFF;
    --cc-card: rgba(255, 255, 255, .92);
    --cc-text: #173B63;
    --cc-muted: #6D86A1;
    --cc-shadow-soft: 0 18px 48px rgba(7, 84, 154, .10);
    --cc-shadow-strong: 0 26px 68px rgba(5, 55, 96, .14);
    --cc-radius-xl: 30px;
    --cc-radius-lg: 24px;
    --cc-radius-md: 18px;

    position: relative;
    overflow: hidden;
    padding: 0 0 54px;

}

.service-page::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    opacity: .9;
}

.service-page > .container {
    position: relative;
    z-index: 2;
}

.service-page .block-flex {
    width: 100%;
    display: block;
}

.service-page .right-side {
    width: 100%;
    margin: 0;
}

.service__main-banner-title .breadcrumb,
.service-page .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.service__main-banner-title .breadcrumb li,
.service-page .breadcrumb li {
    color: rgba(23, 59, 99, .68);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.service__main-banner-title .breadcrumb a,
.service-page .breadcrumb a {
    color: rgba(23, 59, 99, .72);
    text-decoration: none;
    transition: color .2s ease;
}

.service__main-banner-title .breadcrumb a:hover,
.service-page .breadcrumb a:hover {
    color: var(--cc-primary);
}

/* =========================
   Главный баннер
   ========================= */

.service__main-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
    gap: 0;
    min-height: 660px;
    margin: 0 0 34px;
    overflow: hidden;
    border-radius: 34px;
    background:
            radial-gradient(circle at 8% 15%, rgba(80, 213, 255, .34), transparent 34%),
            radial-gradient(circle at 92% 8%, rgba(11, 103, 178, .24), transparent 38%),
            linear-gradient(135deg, #f8fdff 0%, #e4f7ff 44%, #c8efff 100%);
    box-shadow:
            0 30px 80px rgba(5, 55, 96, .16),
            inset 0 1px 0 rgba(255, 255, 255, .95);
}

.service__main-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
            linear-gradient(118deg, transparent 0 34%, rgba(255,255,255,.58) 35%, transparent 50%),
            radial-gradient(circle at 76% 74%, rgba(255,255,255,.56), transparent 38%),
            repeating-linear-gradient(115deg, transparent 0 34px, rgba(255,255,255,.18) 35px, transparent 37px);
    opacity: .78;
}

.service__main-banner-img {
    position: relative;
    order: 2;
    min-height: 660px;
    overflow: hidden;

}

.service__main-banner-img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
            linear-gradient(90deg,
            rgba(228,247,255,.98) 0%,
            rgba(228,247,255,.70) 18%,
            rgba(228,247,255,.16) 48%,
            rgba(228,247,255,0) 100%),
            radial-gradient(circle at 18% 82%, rgba(80,213,255,.26), transparent 36%);
}

.service__main-banner-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    transform: scale(1.02);
}

.service__main-banner-content {
    position: relative;
    z-index: 4;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    padding: 46px 42px 42px;
}

.service__main-banner-title,
.service__main-banner-info,
.service__main-banner-advantages {
    width: 100%;
}

.service__main-banner h1 {
    max-width: 760px;
    margin: 0;
    color: var(--cc-primary-dark);
    font-size: clamp(34px, 3.2vw, 60px);
    font-weight: 900;
    line-height: 1.03;
    letter-spacing: -0.055em;
}

.service__main-banner-info {
    max-width: 700px;
    margin-top: 22px;
}

.service__main-banner-info p {
    margin: 0;
    color: #456783;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.service__main-banner-advantages {
    max-width: 760px;
    margin-top: 26px;
}

.service__main-banner-advantages ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service__main-banner-advantages li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 12px 13px;
    border-radius: 17px;
    background: rgba(255,255,255,.68);
    box-shadow:
            0 10px 24px rgba(7, 84, 154, .07),
            inset 0 0 0 1px rgba(255,255,255,.72);
    color: #2d5579;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.32;
}

.service__main-banner-advantages li i {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--cc-primary-2), var(--cc-primary-dark));
    color: #fff;
    font-size: 14px;
    box-shadow: 0 8px 18px rgba(11, 103, 178, .22);
}

.service__main-banner-price {
    margin: 22px 0;flex-shrink: 0;
}

.service__main-banner-price span {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cc-green) 0%, #07844a 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 16px 32px rgba(18, 185, 104, .22);
}

/* Форма в hero */

.service__main-banner-form {
    width: 100%;
    max-width: 760px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
    margin-top: auto;
    padding: 18px;
    border-radius: 24px;
    background:
            radial-gradient(circle at 100% 0%, rgba(80,213,255,.18), transparent 38%),
            rgba(255,255,255,.82);
    box-shadow:
            0 18px 42px rgba(7, 84, 154, .12),
            inset 0 1px 0 rgba(255,255,255,.9);
}

.service__main-banner-form .h3 {
    grid-column: 1 / -1;
    display: block;
    margin: 0 0 2px;
    color: var(--cc-primary-dark);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.15;
}

.service__form-input-wrapper {
    position: relative;
    width: 100%;
}

.service__form-input-wrapper input {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 0;
    outline: none;
    border-radius: 16px;
    background: #fff;
    color: var(--cc-text);
    font-size: 14px;
    font-weight: 700;
    box-shadow:
            inset 0 0 0 1px rgba(7, 84, 154, .10),
            0 8px 18px rgba(7, 84, 154, .05);
    transition: box-shadow .2s ease, transform .2s ease;
}

.service__form-input-wrapper input:focus {
    box-shadow:
            inset 0 0 0 2px rgba(10, 143, 227, .34),
            0 12px 24px rgba(7, 84, 154, .10);
}

.service__form-input-wrapper input::placeholder {
    color: #91a8bb;
}

.service__form-input-wrapper .btn,
.service__main-banner-form .btn-site,
.item-plan__actions .btn,
.service__table-wrapper .btn,
.service__table-wrapper .btn-site {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--cc-primary-2), var(--cc-primary-dark));
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 16px 32px rgba(11, 103, 178, .24);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.service__form-input-wrapper .btn,
.service__main-banner-form .btn-site {
    padding: 0 24px;
}

.service__form-input-wrapper .btn:hover,
.service__main-banner-form .btn-site:hover,
.item-plan__actions .btn:hover,
.service__table-wrapper .btn:hover,
.service__table-wrapper .btn-site:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 20px 40px rgba(11, 103, 178, .30);
    background: linear-gradient(135deg, #119df1, #052f62);
}

/* =========================
   Преимущества
   ========================= */

.service-page .advantages {
    margin: 0 0 42px;
}

/* =========================
   Общие блоки и контент
   ========================= */

.service__block {
    width: 100%;
    margin: 0 0 42px;
}

.service__block-title {
    max-width: 980px;
    margin: 0 0 22px;
}

.service__block-title span,
.service__form-block-title span {
    display: block;
    color: var(--cc-primary-dark);
    font-size: clamp(28px, 2.4vw, 42px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.service__block-title small,
.service__form-block-title small {
    display: block;
    max-width: 860px;
    margin-top: 9px;
    color: var(--cc-muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

.service-page .item-content {
    width: 100%;
    margin: 0 0 38px;
    padding: 32px;
    border-radius: 28px;
    background: rgba(255,255,255,.92);
    box-shadow:
            var(--cc-shadow-soft),
            inset 0 1px 0 rgba(255,255,255,.96);
    color: #365b7b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.service-page .item-content p {
    margin: 0 0 14px;
    padding: 0;
}

.service-page .item-content h2,
.service-page .item-content h3 {
    margin: 28px 0 14px;
    color: var(--cc-primary-dark);
    font-weight: 900;
    letter-spacing: -0.035em;
}

.service-page .item-content ul,
.service-page .item-content ol {
    margin: 14px 0 18px;
    padding-left: 0;
    list-style: none;
}

.service-page .item-content li {
    position: relative;
    margin: 8px 0;
    padding-left: 28px;
}

.service-page .item-content li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: 900;
    color: var(--cc-primary);
    font-size: 13px;
}

/* =========================
   Тарифы / варианты ремонта
   ========================= */

.service__item-plans {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service__item-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 28px;
    border-radius: 28px;
    background:
            radial-gradient(circle at 100% 0%, rgba(80,213,255,.22), transparent 38%),
            linear-gradient(180deg, rgba(255,255,255,.97), rgba(235,248,255,.90));
    box-shadow:
            0 20px 50px rgba(7, 84, 154, .11),
            inset 0 1px 0 rgba(255,255,255,.96);
    transition: transform .22s ease, box-shadow .22s ease;
}

.service__item-plan::before {
    content: "";
    position: absolute;
    right: -76px;
    top: -86px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background:
            radial-gradient(circle, rgba(80,213,255,.40), rgba(80,213,255,0) 68%);
    pointer-events: none;
}

.service__item-plan::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 24px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background:
            linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.42)),
            radial-gradient(circle at 35% 35%, rgba(80,213,255,.42), transparent 52%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
    pointer-events: none;
}

.service__item-plan:nth-child(2) {
    background:
            radial-gradient(circle at 100% 0%, rgba(80,213,255,.30), transparent 38%),
            linear-gradient(180deg, rgba(255,255,255,.98), rgba(226,246,255,.95));
    transform: translateY(-8px);
    box-shadow:
            0 28px 68px rgba(7, 84, 154, .16),
            inset 0 1px 0 rgba(255,255,255,.96);
}

.service__item-plan:nth-child(2)::after {
    background: linear-gradient(135deg, var(--cc-primary-2), var(--cc-primary-dark));
}

.service__item-plan:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 72px rgba(7, 84, 154, .17);
}

.service__item-plan:nth-child(2):hover {
    transform: translateY(-12px);
}

.item-plan__title,
.item-plan__desc,
.item-plan__price,
.item-plan__activities,
.item-plan__actions {
    position: relative;
    z-index: 2;
}

.item-plan__title span {
    display: block;
    max-width: calc(100% - 78px);
    color: var(--cc-primary-dark);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.item-plan__desc span {
    display: block;
    margin-top: 10px;
    color: #6f88a1;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.item-plan__price {
    margin-top: 22px;
    padding-bottom: 22px;
    box-shadow: inset 0 -1px 0 rgba(7,84,154,.09);
}

.item-plan__price span {
    display: block;
    color: var(--cc-primary-dark);
    font-size: 38px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.055em;
}

.service__item-plan:nth-child(2) .item-plan__price span {
    color: var(--cc-primary);
}

ul.item-plan__activities {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 22px 0 26px 0;
    padding: 0;
    list-style: none;
}

.item-plan__activities li {
    position: relative;
    padding-left: 28px;
    color: #3f6384;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.42;
}

.item-plan__activities li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(18,185,104,.13);
    color: #119457;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-size: 10px;
    font-weight: 900;
}


.item-plan__actions {
    margin-top: auto;
}

.item-plan__actions .btn {
    width: 100%;
    min-height: 52px;
}

/* =========================
   Виды сплит-систем
   ========================= */

.service__serve-types {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service__serve-type {
    position: relative;
    display: flex;
    min-height: 250px;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    box-shadow:
            0 20px 48px rgba(7, 84, 154, .10),
            inset 0 1px 0 rgba(255,255,255,.96);
    transition: transform .22s ease, box-shadow .22s ease;
}

.service__serve-type::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
            linear-gradient(180deg,
            rgba(5,47,98,0) 0%,
            rgba(5,47,98,.12) 38%,
            rgba(5,47,98,.82) 100%),
            radial-gradient(circle at 20% 0%, rgba(80,213,255,.22), transparent 42%);
    pointer-events: none;
}

.service__serve-type:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 68px rgba(7, 84, 154, .16);
}

.service__serve-type .img-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.service__serve-type .img-wrapper::before {
    display: none;
}

.service__serve-type img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.service__serve-type:hover img {
    transform: scale(1.055);
}

.service__serve-type > span {
    position: relative;
    z-index: 3;
    align-self: flex-end;
    display: block;
    width: 100%;
    padding: 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

/* =========================
   Популярные поломки
   ========================= */

.service__popular-breakdowns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.service__popular-breakdown {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    padding: 18px;
    border-radius: 24px;
    background:
            radial-gradient(circle at 100% 0%, rgba(80,213,255,.20), transparent 38%),
            linear-gradient(180deg, rgba(255,255,255,.96), rgba(235,248,255,.88));
    box-shadow:
            0 18px 42px rgba(7, 84, 154, .09),
            inset 0 1px 0 rgba(255,255,255,.95);
    transition: transform .22s ease, box-shadow .22s ease;
}

.service__popular-breakdown:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 58px rgba(7, 84, 154, .15);
}

.service__popular-breakdown .img-wrapper {
    width: 96px;
    height: 96px;
    margin: 0 0 18px;
    border-radius: 24px;
    background:
            radial-gradient(circle at 50% 40%, rgba(80,213,255,.20), transparent 58%),
            #fff;
    box-shadow: inset 0 0 0 1px rgba(7,84,154,.06);
}

.service__popular-breakdown .img-wrapper::before {
    display: none;
}

.service__popular-breakdown .img-wrapper img {
    position: absolute;
    inset: 12%;
    width: 76%;
    height: 76%;
    object-fit: contain;
}

.popular-breakdown__title {
    display: block;
    max-width: calc(100% - 40px);
    color: var(--cc-primary-dark);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
}

.popular-breakdown__close-icon {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(229,57,79,.10);
    color: var(--cc-red);
    font-style: normal;
    font-size: 13px;
    transform: rotate(45deg);
    transition: .22s ease;
}

.service__popular-breakdown:hover .popular-breakdown__close-icon {
    background: var(--cc-red);
    color: #fff;
    transform: rotate(0deg);
}

/* =========================
   Что входит в ремонт
   ========================= */

.service__mounting-contents {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.mounting-content__item {
    position: relative;
    min-height: 190px;
    padding: 24px;
    overflow: hidden;
    border-radius: 24px;
    background:
            radial-gradient(circle at 100% 0%, rgba(80,213,255,.20), transparent 38%),
            linear-gradient(180deg, rgba(255,255,255,.96), rgba(235,248,255,.88));
    box-shadow:
            0 18px 44px rgba(7, 84, 154, .10),
            inset 0 1px 0 rgba(255,255,255,.95);
    transition: transform .22s ease, box-shadow .22s ease;
}

.mounting-content__item::before {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -74px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11,103,178,.16), transparent 68%);
    pointer-events: none;
}

.mounting-content__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 58px rgba(7, 84, 154, .15);
}

.mounting-content__icon {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--cc-primary-2), var(--cc-primary-dark));
    color: #fff;
    font-size: 26px;
    box-shadow: 0 16px 30px rgba(11, 103, 178, .22);
}

.mounting-content__description {
    position: relative;
    z-index: 2;
}

.mounting-content__description span {
    display: block;
    color: #3f6384;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.42;
}


/* Совместимость для страниц, где в карточках есть отдельный заголовок и описание */
.mounting-content__title,
.mounting-content__description {
    position: relative;
    z-index: 2;
}

.mounting-content__title span {
    display: block;
    color: var(--cc-primary-dark);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.mounting-content__title ~ .mounting-content__description span {
    margin-top: 10px;
    color: #5d7792;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.48;
}

/* Варианты монтажа */
.service__mounting-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mounting-option {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, .88fr);
    gap: 18px;
    padding: 18px;
    overflow: hidden;
    border-radius: 28px;
    background:
            radial-gradient(circle at 100% 0%, rgba(80,213,255,.20), transparent 38%),
            linear-gradient(180deg, rgba(255,255,255,.96), rgba(235,248,255,.88));
    box-shadow:
            0 18px 44px rgba(7, 84, 154, .10),
            inset 0 1px 0 rgba(255,255,255,.95);
    transition: transform .22s ease, box-shadow .22s ease;
}

.mounting-option:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 58px rgba(7, 84, 154, .15);
}

.mounting-option__images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mounting-option__image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 230px;
    padding: 14px;
    border-radius: 22px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(7,84,154,.06);
}

.mounting-option__image img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.mounting-option__image span {
    display: block;
    margin-top: 10px;
    color: #7b91a8;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.mounting-option__info-wrapper {
    display: flex;
    align-items: stretch;
}

.mounting-option__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 22px;
    background:
            radial-gradient(circle at 100% 0%, rgba(80,213,255,.16), transparent 40%),
            linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.48));
}

.mounting-option__title span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cc-primary-2), var(--cc-primary-dark));
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(11,103,178,.20);
}

.mounting-option__content {
    margin-top: 14px;
}

.mounting-option__content p {
    margin: 0;
    color: #4d6f8d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

/* =========================
   Таблица цен
   ========================= */

.service__table-wrapper {
    width: 100%;
    overflow-x: auto;
    padding: 12px;
    border-radius: 28px;
    background:
            radial-gradient(circle at 100% 0%, rgba(80,213,255,.18), transparent 38%),
            linear-gradient(180deg, rgba(255,255,255,.95), rgba(236,248,255,.86));
    box-shadow:
            var(--cc-shadow-soft),
            inset 0 1px 0 rgba(255,255,255,.95);
}

.service__table-wrapper table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.service__table-wrapper td {
    padding: 18px 20px;
    background: #fff;
    color: #365b7b;
    font-size: 15px;
    font-weight: 700;
    vertical-align: middle;
    box-shadow: 0 8px 18px rgba(7, 84, 154, .05);
}

.service__table-wrapper td:first-child {
    border-radius: 18px 0 0 18px;
}

.service__table-wrapper td:nth-child(2) {
    width: 190px;
    color: var(--cc-primary-dark);
    font-size: 18px;
    font-weight: 900;text-align: center;
    white-space: nowrap;
}

.service__table-wrapper td:last-child {
    width: 190px;
    border-radius: 0 18px 18px 0;
    text-align: right;
}

.service__table-wrapper .btn,
.service__table-wrapper .btn-site {
    min-height: 42px;
    padding: 0 16px;
    font-size: 13px;
}

/* =========================
   Нижняя форма заявки
   ========================= */

.service__form-block {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
    gap: 24px;
    align-items: center;
    margin: 0 0 42px;
    padding: 34px;
    overflow: hidden;
    border-radius: 30px;
    background:
            radial-gradient(circle at 8% 0%, rgba(80,213,255,.24), transparent 36%),
            radial-gradient(circle at 92% 100%, rgba(11,103,178,.25), transparent 42%),
            linear-gradient(135deg, #0B67B2 0%, #073D73 100%);
    box-shadow: 0 28px 70px rgba(5, 55, 96, .20);
}

.service__form-block::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
            linear-gradient(115deg, transparent 0 34%, rgba(255,255,255,.10) 35%, transparent 52%),
            repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 120px);
    opacity: .8;
}

.service__form-block-title,
.service__form {
    position: relative;
    z-index: 2;
}

.service__form-block-title span {
    color: #fff;
}

.service__form-block-title small {
    color: rgba(255,255,255,.76);
}

.service__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    gap: 12px;
    align-items: center;
}

.service__form .service__form-input-wrapper i {
    position: absolute;
    left: 16px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: var(--cc-primary);
    font-size: 15px;
}

.service__form .service__form-input-wrapper input {
    padding-left: 44px;
}

.service__form .btn-site-reversed {
    min-height: 52px;
    padding: 0 26px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    color: var(--cc-primary-dark);
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 16px 34px rgba(0,0,0,.14);
    transition: transform .22s ease, box-shadow .22s ease;
}

.service__form .btn-site-reversed:hover {
    transform: translateY(-2px);
    background: #fff;
    color: var(--cc-primary);
    box-shadow: 0 20px 42px rgba(0,0,0,.20);
}

/* =========================
   Отзывы
   ========================= */

.service__reviews-wrapper {
    position: relative;

    border-radius: 28px;
    background:
            radial-gradient(circle at 100% 0%, rgba(80,213,255,.18), transparent 38%),
            linear-gradient(180deg, rgba(255,255,255,.95), rgba(236,248,255,.86));
    box-shadow:
            var(--cc-shadow-soft),
            inset 0 1px 0 rgba(255,255,255,.95);
}

.service__reviews {
    display: grid;
    grid-template-columns: repeat(4,1fr);gap: 22px;
}

.service__review {
    min-height: 230px;
    padding: 26px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(7,84,154,.08);
}

.service__review-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.service__review-title span {
    display: block;
    color: var(--cc-primary-dark);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.service__review-info {
    text-align: right;
    flex: 0 0 auto;
}

.service__review-rating {
    color: #F7AA18;
    font-size: 14px;
    line-height: 1;
}

.service__review-date {
    display: block;
    margin-top: 7px;
    color: #8aa0b7;
    font-size: 12px;
    font-weight: 700;
}

.service__review-message span {
    display: block;
    color: #4d6f8d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

.service__reviews-wrapper .swiper-button-prev,
.service__reviews-wrapper .swiper-button-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    border-radius: 50%;
    background: #fff;
    color: var(--cc-primary);
    box-shadow: 0 12px 24px rgba(7,84,154,.13);
    transition: .22s ease;
}

.service__reviews-wrapper .swiper-button-prev::after,
.service__reviews-wrapper .swiper-button-next::after {
    font-size: 20px;
}

.service__reviews-wrapper .swiper-button-prev:hover,
.service__reviews-wrapper .swiper-button-next:hover {
    background: linear-gradient(135deg, var(--cc-primary-2), var(--cc-primary-dark));
    color: #fff;
}

.service__reviews-wrapper .swiper-pagination {
    bottom: 16px;
}

/* =========================
   FAQ
   ========================= */

.service__block-faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-page .faq-item {
    overflow: hidden;
    border-radius: 22px;
    background:
            linear-gradient(180deg, rgba(255,255,255,.96), rgba(242,250,255,.90));
    box-shadow:
            0 14px 34px rgba(7,84,154,.08),
            inset 0 1px 0 rgba(255,255,255,.95);
}

.service-page .faq__question {
    width: 100%;
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 22px;
    color: var(--cc-primary-dark);
    text-decoration: none;
    cursor: pointer;
}

.service-page .faq__question > span {
    flex: 1 1 auto;
    color: var(--cc-primary-dark);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.service-page .faq-action {
    position: relative;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    background: rgba(11,103,178,.08);
    transition: .22s ease;
}

.service-page .faq-action span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: var(--cc-primary);
    transform: translate(-50%, -50%);
    transition: .22s ease;
}

.service-page .faq-action span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.service-page .faq-item.opened .faq-action {
    background: linear-gradient(135deg, var(--cc-primary-2), var(--cc-primary-dark));
}

.service-page .faq-item.opened .faq-action span {
    background: #fff;
}

.service-page .faq-item.opened .faq-action span:last-child {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}

.service-page .faq__answer {
    height: 0;
    max-height: 100%;
    overflow: hidden;
    transition: height .25s ease;
}

.service-page .faq__answer-wrapper {
    padding: 0 22px 22px;
}

.service-page .faq__answer-wrapper p,
.service-page .faq__answer-wrapper span {
    display: block;
    margin: 0 0 10px;
    color: #4d6f8d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

.service-page .faq__answer-wrapper ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.service-page .faq__answer-wrapper li {
    position: relative;
    margin: 8px 0;
    padding-left: 26px;
    color: #4d6f8d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.service-page .faq__answer-wrapper li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: 900;
    color: var(--cc-primary);
    font-size: 12px;
}

/* =========================
   Адаптив
   ========================= */

@media (max-width: 1399px) {
    .service__main-banner {
        grid-template-columns: minmax(0, 1fr) minmax(400px, .82fr);
    }

    .service__main-banner-content {
        padding: 38px 34px;
    }

    .service__popular-breakdowns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .service__mounting-options {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1199px) {
    .service__main-banner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .service__main-banner-img {
        order: 1;
        min-height: 360px;
    }

    .service__main-banner-img::before {
        background:
                linear-gradient(180deg,
                rgba(228,247,255,0) 0%,
                rgba(228,247,255,.22) 42%,
                rgba(228,247,255,.96) 100%);
    }

    .service__main-banner-content {
        order: 2;
    }

    .service__main-banner-form {
        margin-top: 0;
    }
.service__main-banner +  .advantages{width: 100%}
    .service__item-plans {
        grid-template-columns: 1fr;
    }

    .service__item-plan:nth-child(2) {
        transform: none;
    }

    .service__item-plan:nth-child(2):hover {
        transform: translateY(-6px);
    }

    .service__serve-types,
    .service__mounting-contents {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service__popular-breakdowns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service__form-block {
        grid-template-columns: 1fr;
    }

    .service__form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service__form .btn-site-reversed {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .service-page {
        padding-bottom: 34px;
    }

    .service__main-banner {
        border-radius: 24px;
        margin-bottom: 24px;
    }
    .service__table-wrapper table {min-width: 100%}
    .service__table-wrapper td{padding: 5px;font-size: 14px}
    .service__table-wrapper td:nth-child(2){width: auto;font-size: 16px;white-space: normal;min-width: 110px}
    .service__main-banner-img {
        min-height: 260px;
        display: none;
    }

    .service__main-banner-content {
        padding: 26px 18px 20px;
    }

    .service__main-banner-info p {
        font-size: 15px;
    }

    .service__main-banner-advantages ul,
    .service__main-banner-form,
    .service__serve-types,
    .service__popular-breakdowns,
    .service__mounting-contents,
    .service__form {
        grid-template-columns: 1fr;
    }

    .service__main-banner-form {
        padding: 14px;
        border-radius: 20px;
    }

    .service-page .item-content {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .service__block {
        margin-bottom: 32px;
    }

    .service__item-plan {
        padding: 22px;
        border-radius: 22px;
    }

    .item-plan__title span {
        font-size: 22px;
    }

    .item-plan__price span {
        font-size: 32px;
    }

    .service__serve-type {
        min-height: 230px;
        border-radius: 22px;
    }

    .service__popular-breakdown,
    .mounting-content__item {
        min-height: auto;
        padding: 20px;
        border-radius: 22px;
    }

    .service__mounting-options {
        gap: 12px;
    }

    .mounting-option {
        grid-template-columns: 1fr;
        padding: 14px;
        border-radius: 22px;
    }

    .mounting-option__images {
        grid-template-columns: 1fr;
    }

    .mounting-option__image {
        min-height: 210px;
    }

    .service__table-wrapper {
        padding: 8px;
        border-radius: 22px;
    }

    .service__table-wrapper .btn, .service__table-wrapper .btn-site {padding: 0 10px}

    .service__form-block {
        padding: 24px 18px;
        border-radius: 24px;
    }
.service__reviews {grid-template-columns: 1fr}
    .service__reviews-wrapper {
        padding: 10px 10px 44px;
        border-radius: 22px;
    }

    .service__review {
        padding: 20px;
        border-radius: 20px;
    }

    .service__review-header {
        flex-direction: column;
        gap: 8px;
    }

    .service__review-info {
        text-align: left;
    }

    .service__reviews-wrapper .swiper-button-prev,
    .service__reviews-wrapper .swiper-button-next {
        display: none;
    }

    .service-page .faq__question {
        min-height: 60px;
        padding: 16px;
    }

    .service-page .faq__question > span {
        font-size: 15px;
    }

    .service-page .faq__answer-wrapper {
        padding: 0 16px 18px;
    }
}
