

/* Start:/kap-remonty/style.css?177796340229976*/
/* Intro */
.intro-section {
    padding: 50px 50px;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: center;
}

/* Левая часть — суть проблемы */
.intro-problem {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.intro-problem__lead {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
    margin: 0;
}

.intro-problem__lead-accent {
    color: #E24B4A;
    white-space: nowrap;
}

.intro-problem__text {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

.intro-problem__text strong {
    color: #111;
    font-weight: 600;
}

.intro-problem__solution {
    background: #f5f9ff;
    border-left: 4px solid #0066FF;
    border-radius: 0 12px 12px 0;
    padding: 20px 24px;
    margin-top: 8px;
}

.intro-problem__solution-title {
    font-size: 14px;
    font-weight: 600;
    color: #0066FF;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0 0 8px;
}

.intro-problem__solution-text {
    font-size: 16px;
    color: #111;
    line-height: 1.55;
    margin: 0;
    font-weight: 500;
}

/* Правая часть — карточки доверия */
.intro-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.intro-trust__card {
    background: #fff;
    border: 1px solid #e8e8ee;
    border-radius: 14px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.intro-trust__card:hover {
    border-color: #0066FF;
    box-shadow: 0 6px 20px rgba(0, 102, 255, 0.08);
    transform: translateY(-2px);
}

.intro-trust__card--accent {
    background: linear-gradient(135deg, #0066FF 0%, #27048F 100%);
    border-color: transparent;
    color: #fff;
}

.intro-trust__card--accent:hover {
    border-color: transparent;
    box-shadow: 0 10px 28px rgba(0, 102, 255, 0.2);
}

.intro-trust__num {
    font-size: 38px;
    font-weight: 700;
    color: #0066FF;
    line-height: 1;
    flex-shrink: 0;
    min-width: 80px;
}

.intro-trust__card--accent .intro-trust__num {
    color: #F8A91A;
}

.intro-trust__body {
    min-width: 0;
}

.intro-trust__title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
    line-height: 1.3;
}

.intro-trust__card--accent .intro-trust__title {
    color: #fff;
}

.intro-trust__sub {
    font-size: 14px;
    color: #666;
    line-height: 1.45;
    margin: 0;
}

.intro-trust__card--accent .intro-trust__sub {
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1024px) {
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .intro-problem__lead {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .intro-section {
        padding: 40px 0 24px;
    }

    .intro-problem__lead {
        font-size: 22px;
    }

    .intro-problem__lead-accent {
        white-space: normal;
    }

    .intro-problem__text {
        font-size: 15px;
    }

    .intro-problem__solution {
        padding: 16px 18px;
    }

    .intro-problem__solution-text {
        font-size: 15px;
    }

    .intro-trust__card {
        padding: 18px 20px;
        gap: 14px;
    }

    .intro-trust__num {
        font-size: 32px;
        min-width: 64px;
    }

    .intro-trust__title {
        font-size: 15px;
    }

    .intro-trust__sub {
        font-size: 13px;
    }
}
/* How we work */
.how-we-work {
    padding: 60px 0;
}

.how-we-work__intro {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin: -20px 0 40px;
    max-width: 800px;
}

.how-we-work__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.how-we-work__step {
    display: grid;
    grid-template-columns: 88px 1fr 200px;
    gap: 24px;
    align-items: center;
    background: #fff;
    border: 1px solid #e8e8ee;
    border-radius: 16px;
    padding: 24px 28px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.how-we-work__step:hover {
    border-color: #0066FF;
    box-shadow: 0 8px 24px rgba(0, 102, 255, 0.08);
    transform: translateY(-2px);
}

.how-we-work__num {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #F8A91A;
    font-family: inherit;
}

.how-we-work__body {
    min-width: 0;
}

.how-we-work__title {
    font-size: 20px;
    font-weight: 650;
    color: #111;
    margin: 0 0 8px;
    line-height: 1.3;
}

.how-we-work__desc {
    font-size: 15px;
    color: #555;
    line-height: 1.55;
    margin: 0;
}

.how-we-work__time {
    text-align: right;
    border-left: 1px solid #f0f0f5;
    padding-left: 24px;
}

.how-we-work__time-label {
    display: block;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
    font-weight: 500;
}

.how-we-work__time-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #0066FF;
    line-height: 1.2;
}

/* Итоговая плашка */
.how-we-work__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(135deg, #0066FF 0%, #27048F 100%);
    border-radius: 16px;
    padding: 28px 32px;
    color: #fff;
}

.how-we-work__total-text {
    flex: 1;
}

.how-we-work__total-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.3;
}

.how-we-work__total-subtitle {
    font-size: 15px;
    margin: 0;
    opacity: 0.85;
    line-height: 1.5;
}

.how-we-work__total-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #F8A91A;
    color: #111;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.how-we-work__total-btn:hover {
    background: #fdb838;
    transform: translateY(-1px);
}

.how-we-work__total-btn svg {
    transition: transform 0.2s;
}

.how-we-work__total-btn:hover svg {
    transform: translateX(3px);
}

/* ============== ПЛАНШЕТЫ ============== */
@media (max-width: 1024px) {
    .how-we-work__step {
        grid-template-columns: 70px 1fr 160px;
        gap: 18px;
        padding: 20px 22px;
    }
    .how-we-work__num {
        font-size: 40px;
    }
    .how-we-work__title {
        font-size: 18px;
    }
    .how-we-work__time-value {
        font-size: 16px;
    }
}

/* ============== МОБИЛЬНЫЕ ============== */
@media (max-width: 768px) {
    .how-we-work {
        padding: 40px 0;
    }

    .how-we-work__intro {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .how-we-work__step {
        grid-template-columns: 56px 1fr;
        grid-template-rows: auto auto;
        gap: 12px 16px;
        padding: 18px 18px;
    }

    .how-we-work__num {
        font-size: 36px;
        grid-row: 1;
    }

    .how-we-work__body {
        grid-row: 1;
        grid-column: 2;
    }

    .how-we-work__title {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .how-we-work__desc {
        font-size: 14px;
    }

    .how-we-work__time {
        grid-row: 2;
        grid-column: 1 / -1;
        text-align: left;
        border-left: none;
        border-top: 1px solid #f0f0f5;
        padding-left: 0;
        padding-top: 12px;
        display: flex;
        align-items: baseline;
        gap: 10px;
    }

    .how-we-work__time-label {
        margin-bottom: 0;
    }

    .how-we-work__time-value {
        font-size: 15px;
    }

    .how-we-work__total {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 22px;
        gap: 18px;
    }

    .how-we-work__total-title {
        font-size: 18px;
    }

    .how-we-work__total-subtitle {
        font-size: 14px;
    }

    .how-we-work__total-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }
}
/* Why Us */
.why-us {
    padding: 60px 0;
}

.why-us__intro {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin: -20px 0 40px;
    max-width: 800px;
}

.why-us__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.why-us__item {
    background: #fff;
    border: 1px solid #e8e8ee;
    border-radius: 16px;
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
}

.why-us__item:hover {
    border-color: #0066FF;
    box-shadow: 0 8px 24px rgba(0, 102, 255, 0.08);
    transform: translateY(-3px);
}

/* Большой полупрозрачный номер в фоне */
.why-us__bignum {
    position: absolute;
    top: -8px;
    right: 14px;
    font-size: 96px;
    font-weight: 700;
    color: #f5f7fb;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.why-us__icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: #e8f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.why-us__icon svg {
    width: 26px;
    height: 26px;
    stroke: #0066FF;
    fill: none;
}

.why-us__title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.why-us__text {
    font-size: 14.5px;
    color: #555;
    line-height: 1.55;
    margin: 0;
    position: relative;
    z-index: 1;
}

.why-us__text strong {
    color: #111;
    font-weight: 600;
}

/* ============== ПЛАНШЕТЫ ============== */
@media (max-width: 1024px) {
    .why-us__grid {
        grid-template-columns: 1fr 1fr;
    }

    .why-us__item {
        padding: 24px 22px;
    }
}

/* ============== МОБИЛЬНЫЕ ============== */
@media (max-width: 768px) {
    .why-us {
        padding: 40px 0;
    }

    .why-us__intro {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .why-us__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .why-us__item {
        padding: 22px 20px;
        gap: 12px;
    }

    .why-us__bignum {
        font-size: 76px;
    }

    .why-us__icon {
        width: 44px;
        height: 44px;
        border-radius: 11px;
    }

    .why-us__icon svg {
        width: 22px;
        height: 22px;
    }

    .why-us__title {
        font-size: 17px;
    }

    .why-us__text {
        font-size: 14px;
    }
}
/* Budget */
.budget-options {
    padding: 60px 0;
}

.budget-options__intro {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin: -20px 0 40px;
    max-width: 850px;
}

.budget-options__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.budget-card {
    background: #fff;
    border: 1px solid #e8e8ee;
    border-radius: 18px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    position: relative;
}

.budget-card:hover {
    border-color: #c4c8d0;
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.06);
    transform: translateY(-3px);
}

.budget-card--featured {
    border: 2px solid #0066FF;
    background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 60%);
}

.budget-card--featured:hover {
    border-color: #0066FF;
    box-shadow: 0 12px 32px rgba(0, 102, 255, 0.15);
}

.budget-card__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #0066FF;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 18px;
    border-radius: 999px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.budget-card__head {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f0f0f5;
}

.budget-card__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.budget-card--featured .budget-card__tag {
    color: #0066FF;
}

.budget-card__name {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
    line-height: 1.2;
}

.budget-card__sub {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.budget-card__price-block {
    margin-bottom: 22px;
}

.budget-card__price-label {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 6px;
    font-weight: 500;
}

.budget-card__price {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}

.budget-card--featured .budget-card__price {
    color: #0066FF;
}

.budget-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.budget-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #333;
    line-height: 1.45;
}

.budget-card__features li::before {
    content: "";
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%230066FF'/%3E%3Cpath d='M5.5 10L8.5 13L14.5 7' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.budget-card__result {
    background: #f7f8fa;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.budget-card--featured .budget-card__result {
    background: #e8f0ff;
    color: #003a8c;
}

.budget-card__result strong {
    font-weight: 600;
}

.budget-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 1.5px solid #e0e0e8;
    background: #fff;
    color: #111;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
    box-sizing: border-box;
    font-family: inherit;
}

.budget-card__btn:hover {
    border-color: #0066FF;
    color: #0066FF;
}

.budget-card--featured .budget-card__btn {
    background: #F8A91A;
    border-color: #F8A91A;
    color: #111;
}

.budget-card--featured .budget-card__btn:hover {
    background: #fdb838;
    border-color: #fdb838;
    color: #111;
}

.budget-options__norm {
    background: #f2f7ffcc;
    border-radius: 16px;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 15px;
    color: #444;
    line-height: 1.55;
}

.budget-options__norm-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8ee;
}

.budget-options__norm strong {
    color: #111;
    font-weight: 600;
}

.budget-options__norm a {
    color: #0066FF;
    text-decoration: underline;
    text-decoration-color: rgba(0, 102, 255, 0.3);
    text-underline-offset: 3px;
}

.budget-options__norm a:hover {
    text-decoration-color: #0066FF;
}

@media (max-width: 1024px) {
    .budget-options__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .budget-card--featured {
        order: -1;
    }
}

@media (max-width: 768px) {
    .budget-options {
        padding: 40px 0;
    }

    .budget-options__intro {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .budget-card {
        padding: 26px 22px;
    }

    .budget-card__name {
        font-size: 22px;
    }

    .budget-card__features li {
        font-size: 14px;
    }

    .budget-options__norm {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 20px;
        font-size: 14px;
    }
}
/* Supply */
.supply {
    padding: 60px 0;
}

.supply__intro {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin: -20px 0 40px;
    max-width: 850px;
}

.supply__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.supply__item {
    background: #fff;
    border: 1px solid #e8e8ee;
    border-radius: 16px;
    padding: 28px 28px;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 22px;
    align-items: flex-start;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.supply__item:hover {
    border-color: #0066FF;
    box-shadow: 0 8px 24px rgba(0, 102, 255, 0.08);
    transform: translateY(-2px);
}

.supply__item--accent {
    background: linear-gradient(135deg, #0066FF 0%, #27048F 100%);
    border-color: transparent;
    color: #fff;
}

.supply__item--accent:hover {
    border-color: transparent;
    box-shadow: 0 12px 32px rgba(0, 102, 255, 0.25);
}

.supply__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #e8f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.supply__item--accent .supply__icon {
    background: rgba(255, 255, 255, 0.15);
}

.supply__icon svg {
    width: 32px;
    height: 32px;
    stroke: #0066FF;
    fill: none;
}

.supply__item--accent .supply__icon svg {
    stroke: #fff;
}

.supply__body {
    min-width: 0;
}

.supply__title {
    font-size: 19px;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
    line-height: 1.25;
}

.supply__item--accent .supply__title {
    color: #fff;
}

.supply__text {
    font-size: 15px;
    color: #555;
    line-height: 1.55;
    margin: 0;
}

.supply__item--accent .supply__text {
    color: rgba(255, 255, 255, 0.9);
}

.supply__text strong {
    color: #111;
    font-weight: 600;
}

.supply__item--accent .supply__text strong {
    color: #F8A91A;
}

/* Категории внутри ОВЗ-карточки */
.supply__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.supply__cat {
    font-size: 12px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    padding: 5px 12px;
    border-radius: 999px;
    white-space: nowrap;
}

/* ============== ПЛАНШЕТЫ ============== */
@media (max-width: 1024px) {
    .supply__item {
        padding: 24px 24px;
        grid-template-columns: 56px 1fr;
        gap: 18px;
    }

    .supply__icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
    }

    .supply__icon svg {
        width: 28px;
        height: 28px;
    }

    .supply__title {
        font-size: 18px;
    }
}

/* ============== МОБИЛЬНЫЕ ============== */
@media (max-width: 768px) {
    .supply {
        padding: 40px 0;
    }

    .supply__intro {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .supply__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .supply__item {
        padding: 22px 20px;
        grid-template-columns: 48px 1fr;
        gap: 16px;
    }

    .supply__icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .supply__icon svg {
        width: 24px;
        height: 24px;
    }

    .supply__title {
        font-size: 17px;
        margin-bottom: 6px;
    }

    .supply__text {
        font-size: 14px;
    }

    .supply__cat {
        font-size: 11px;
        padding: 4px 10px;
    }
}
/* FAQ Container */
.faq {
    display: grid;
    gap: 10px;
}

h2#faq-title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* Карточка */
.faq__item {
    background: #fff;
    border: 1px solid #e8e8ee;
    border-radius: 14px;
    box-shadow: 0 1px 0 rgba(17, 17, 17, 0.02);
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

@media (max-width: 768px) {
    .faq__question {
        padding: 16px; /* Уменьшили отступы */
        font-size: 16px; /* Чуть уменьшили шрифт заголовка */
    }
    h2#faq-title {
        font-size: 32px; /* Заголовок секции тоже лучше уменьшить для мобилок */
        margin-bottom: 30px;
    }
    .faq__question-text {
        font-size:16px;
    }
}

.faq__item:hover {
    border-color: #d9d9e3;
    box-shadow: 0 8px 28px rgba(17, 17, 17, 0.06);
}

/* Кнопка-вопрос */
.faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 20px;
    background: none;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 18px;
    font-weight: 650;
    color: #111;
    line-height: 1.35;
    transition: color 0.2s, background 0.2s;
}

.faq__question:hover {
    color: #1a73e8;
}

.faq__question:focus-visible {
    outline: 3px solid rgba(26, 115, 232, 0.25);
    outline-offset: 2px;
    border-radius: 12px;
}

.faq__question-text {
    min-width: 0;
}

/* Иконка (новая, ровная) */
.faq__icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #f2f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

/* Единая стрелочка через рамки */
.faq__icon::before {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #5b5f6a;
    border-right: 2px solid #5b5f6a;
    border-radius: 1px; /* Слегка скругляем кончик */
    transform: translateY(-15%) rotate(45deg); /* Опускаем и крутим */
    transition: transform 0.25s, border-color 0.2s;
}

/* Ответ */
.faq__answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq__answer-inner {
    padding: 16px 0 24px;
}

.faq__answer-inner p {
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

/* Открытое состояние */
.faq__item.is-open .faq__question {
    color: #1a73e8;
    background: linear-gradient(0deg, rgba(26,115,232,0.06), rgba(26,115,232,0.06));
}

.faq__item.is-open .faq__icon {
    background: #e8f0fe;
}

/* Стрелочка смотрит вверх и меняет цвет */
.faq__item.is-open .faq__icon::before {
    border-color: #1a73e8;
    transform: translateY(15%) rotate(-135deg);
}
/* Docs */
.docs-section {
    padding: 60px 0 30px;
}

.docs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.docs-card {
    background: #fff;
    border: 1px solid #e8e8ee;
    border-radius: 14px;
    padding: 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.docs-card:hover {
    border-color: #0066FF;
    box-shadow: 0 6px 20px rgba(0, 102, 255, 0.08);
    transform: translateY(-2px);
}

.docs-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e8f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.docs-card__icon svg {
    width: 24px;
    height: 24px;
    stroke: #0066FF;
    fill: none;
}

.docs-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1.3;
}

.docs-card__text {
    font-size: 13.5px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.docs-note {
    background: #f7f8fa;
    border-radius: 14px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: #444;
    line-height: 1.55;
}

.docs-note__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8ee;
}

.docs-note strong {
    color: #111;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .docs-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .docs-section {
        padding: 40px 0 24px;
    }

    .docs-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .docs-card {
        padding: 18px 18px;
    }

    .docs-note {
        padding: 16px 18px;
        font-size: 13px;
    }
}
/* CTA-Block */
.cta-section {
    padding: 30px 0 60px;
}

.cta-card {
    background: linear-gradient(135deg, #0066FF 0%, #27048F 100%);
    border-radius: 24px;
    padding: 50px 56px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Декоративные круги в стиле логотипа */
.cta-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    background: rgba(248, 169, 26, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.cta-card::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: 120px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.cta-card__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

.cta-card__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 18px;
}

.cta-card__subtitle {
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.88);
}

.cta-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cta-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.45;
}

.cta-card__list li::before {
    content: "";
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23F8A91A'/%3E%3Cpath d='M5.5 10L8.5 13L14.5 7' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
}

/* Правая часть с формой */
.cta-form {
    background: #fff;
    border-radius: 18px;
    padding: 32px 32px;
    color: #111;
}

.cta-form__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #111;
}

.cta-form__sub {
    font-size: 14px;
    color: #666;
    margin: 0 0 22px;
    line-height: 1.5;
}

.cta-form__field {
    margin-bottom: 12px;
}

.cta-form__input {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #e0e0e8;
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    background: #fff;
    color: #111;
    transition: border-color 0.15s;
    box-sizing: border-box;
}

.cta-form__input:focus {
    outline: none;
    border-color: #0066FF;
}

.cta-form__input::placeholder {
    color: #999;
}

.cta-form__btn {
    width: 100%;
    padding: 16px 20px;
    background: #F8A91A;
    color: #111;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s;
    margin-top: 8px;
}

.cta-form__btn:hover {
    background: #fdb838;
}

.cta-form__hint {
    margin-top: 14px;
    font-size: 12px;
    color: #888;
    line-height: 1.5;
    text-align: center;
}

.cta-form__hint a {
    color: #0066FF;
    text-decoration: underline;
    text-decoration-color: rgba(0, 102, 255, 0.3);
    text-underline-offset: 2px;
}

/* Альтернативные контакты под карточкой */
.cta-alt {
    margin-top: 22px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    color: #fff;
}

.cta-alt__label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}

.cta-alt__phone {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.cta-alt__phone:hover {
    color: #F8A91A;
}

.cta-alt__divider {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
}

.cta-alt__email {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cta-alt__email:hover {
    color: #F8A91A;
}

@media (max-width: 1024px) {
    .cta-card {
        padding: 40px 36px;
    }

    .cta-card__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cta-card__title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 24px 0 40px;
    }

    .cta-card {
        padding: 32px 24px;
        border-radius: 18px;
    }

    .cta-card__title {
        font-size: 22px;
    }

    .cta-card__subtitle {
        font-size: 14px;
    }

    .cta-card__list li {
        font-size: 14px;
    }

    .cta-form {
        padding: 24px 22px;
        border-radius: 14px;
    }

    .cta-alt {
        padding: 16px 20px;
        gap: 12px;
    }

    .cta-alt__phone {
        font-size: 20px;
    }

    .cta-alt__divider {
        display: none;
    }
}
/* End */


/* Start:/local/templates/.default/components/ds/content.block/company_reviews/style.css?1770106824110*/
.review-slide-hidden{
    display: none !important;
}

.review-slide-visible{
    display: block !important;
}
/* End */
/* /kap-remonty/style.css?177796340229976 */
/* /local/templates/.default/components/ds/content.block/company_reviews/style.css?1770106824110 */
