

/* Start:/local/templates/agstudio/components/bitrix/news/services/bitrix/news.detail/.default/style.css?177791624915129*/
/* ========================= PRICING ========================= */


.pricing {}

/* Можно использовать .section__title или .page-title,
   но если нужен свой — делаем по той же сетке 32/43 */
.pricing__title {
    margin: 0 0 32px;
    font-weight: 600;
    font-size: 32px;
    line-height: 43px;
    color: var(--text-main);
}

/* Список карточек */
.pricing__cards {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* Карточка услуги/пакета */
.pricing-card {
    padding: 32px 0 40px;
    border-bottom: 2px solid #e7e5ef;
}

.pricing-card__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 24px;
}

.pricing-card__head-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 768px;
}

/* Название услуги */
.pricing-card__service-name {
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: 24px;
    line-height: 30px;

}

/* Краткий подзаголовок */
.pricing-card__service-subtitle {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;

}

/* Теги */
.pricing-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-card__tag {
    font-size: 14px;
    line-height: 16px;
    color: #9395a0;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid #e7e5ef;
}

/* Цена / сроки */
.pricing-card__price-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
    text-align: right;
    white-space: nowrap;
}

.pricing-card__price {
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: 32px;
    line-height: 38px;

}

.pricing-card__days {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

}

/* Тело карточки */
.pricing-card__body {
    margin-bottom: 32px;
}

/* Фичи — одна типографика по сайту: 16/24 */
.pricing-card__features {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 8px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-card__feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9395a0;
}

.pricing-card__feature-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 999px;
    border: 2px solid #6228ff;
    position: relative;
}

.pricing-card__feature-icon::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 999px;
    background: #6228ff;
}

/* Футер карточки (кнопка, ссылка и т.п.) */
.pricing-card__footer {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

/* Адаптив */
@media (max-width: 1199px) {
    .pricing__title {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 34px;
    }

    .pricing-card {
        padding: 28px 0 32px;
    }

    .pricing-card__service-name {
        font-size: 20px;
        line-height: 26px;
    }

    .pricing-card__service-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .pricing-card__price-block {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        order: 30;
    }

    .pricing-card__price {
        font-size: 24px;
        line-height: 30px;
    }

    .pricing-card__features {
        width: 100%;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }

    .pricing-card__header {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .pricing-card {
        padding: 24px 0 28px;
    }

    .pricing-card__price-block {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 24px;
        white-space: normal;
    }

    .pricing-card__service-subtitle {
        max-width: 328px;
    }

    .pricing-card__footer {
        width: 100%;
    }
}



/* new */

.main {
    position: relative;
}


.breadcrumb_section {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
}


/* start hero */

.service-hero {
    position: relative;
    padding: 90px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.service-hero:not(.no-blur)::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 15%, rgba(79, 0, 255, 0.14), transparent 34%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 48%, rgba(255, 255, 255, 0.35) 100%);
    z-index: 1;
}

.service-hero__content {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.service-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(32px, 4.2vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 800;
    color: var(--text-main);
}

.service-hero h1 span {
    display: inline;
    padding: 0 0.12em;
    border-radius: 0.18em;
    background: var(--primary-soft, #f1ecff);
    color: var(--primary-color, #4f00ff);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.service-hero ul{
    display: grid;
    gap: 4px;
    max-width: 760px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.service-hero ul li {
    position: relative;
    padding-left: 22px;
    color: var(--text-muted, #646464);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
}

.service-hero ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--primary-color, #4f00ff);
    box-shadow: 0 0 0 5px rgba(79, 0, 255, 0.10);
}

.service-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 820px;
    margin-top: 34px;
}

.service-hero-stat {
    padding: 22px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(12px);
}

.service-hero-stat__value {
    display: block;
    margin-bottom: 6px;
    color: var(--primary-color, #4f00ff);
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.service-hero-stat__text {
    display: block;
    color: var(--text-main, #161616);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.service-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px;
    margin-top: 34px;
}

.service-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 100px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s ease;
    margin-top: 8px;
}


.service-hero__btn--secondary {
    background: #ffffff;
    color: var(--primary-color, #4f00ff);
}

.service-hero__btn--secondary:visited{
    color: var(--primary-color, #4f00ff);
}

.service-hero__btn--secondary:hover {
    color: var(--text-main, #161616);
}

@media (max-width: 900px) {
    .service-hero {
        padding: 70px 0 64px;
    }

    .service-hero::before {
        background:
            radial-gradient(circle at 85% 15%, rgba(79, 0, 255, 0.12), transparent 34%),
            linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 100%);
    }

    .service-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .service-hero {
        padding: 80px 0 56px;
    }

    .service-hero__title {
        font-size: 32px;
    }

    .service-hero__actions {
        flex-wrap: nowrap;
    }

    .service-hero__actions .hero__btn{
        margin-bottom: 0;
        width: calc(100% - 20px);
    }

    .service-hero__btn {
        width: 100%;
        font-size: 13px;
        height: 44px;
        padding: 2px 5px;
    }
}


@media (max-width: 560px) {
    .service-hero__actions {
        flex-wrap: wrap;
    }
}

/* end hero */



.about-cta {
    padding-bottom: 0!important;
}

.reviews-section{
    padding-top: 80px!important;
}

@media (max-width: 767px) {
    .about-cta {
        padding: 20px 0 0!important;
    }
}



/* Что входит в услугу */

.service-scope {
    padding: 86px 0;
    background:
        radial-gradient(circle at 12% 10%, rgba(79, 0, 255, 0.07), transparent 24%),
        radial-gradient(circle at 90% 20%, rgba(79, 0, 255, 0.05), transparent 26%),
        #ffffff;
    font-family: inherit;
    overflow: hidden;
}

.service-scope * {
    box-sizing: border-box;
}

.service-scope__container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.service-scope__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 38px;
}

.service-scope__title {
    max-width: 650px;
    margin: 0;
    color: #161616;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 900;
}

.service-scope__note {
    max-width: 360px;
    margin: 0;
    color: #646464;
    font-size: 15.5px;
    line-height: 1.55;
    font-weight: 500;
}

.service-scope__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.service-scope__item {
    position: relative;
    min-height: 148px;
    padding: 22px;
    border-radius: 24px;
    background: #f7f8fb;
    overflow: hidden;
    transition: 0.22s ease;
}

.service-scope__item::before {
    content: "";
    position: absolute;
    right: -42px;
    top: -42px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(79, 0, 255, 0.07);
    transition: 0.22s ease;
}

.service-scope__item:hover {
    transform: translateY(-4px);
}

.service-scope__item:hover::before {
    transform: scale(1.25);
    background: rgba(79, 0, 255, 0.11);
}

.service-scope__icon {
    position: relative;
    z-index: 1;
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 14px;
    background: #ffffff;
    color: #4f00ff;
    box-shadow: 0 10px 28px rgba(79, 0, 255, 0.10);
}

.service-scope__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-scope__name {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 210px;
    color: #161616;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: -0.025em;
    font-weight: 850;
}

.service-scope__item--wide {
    grid-column: span 2;
    background:
        linear-gradient(135deg, rgba(79, 0, 255, 0.95), rgba(53, 0, 184, 0.95));
}

.service-scope__item--wide::before {
    background: rgba(255, 255, 255, 0.12);
}

.service-scope__item--wide .service-scope__icon {
    color: #4f00ff;
    background: #ffffff;
}

.service-scope__item--wide .service-scope__name {
    max-width: 420px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.15;
}

@media (max-width: 1050px) {
    .service-scope__items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .service-scope__item--wide {
        grid-column: span 2;
    }

    .service-scope__item--wide .service-scope__name {
        font-size: 17px;
    }
}

@media (max-width: 780px) {
    .service-scope__head {
        display: block;
    }

    .service-scope__note {
        max-width: 620px;
        margin-top: 14px;
    }

    .service-scope__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .service-scope {
        padding: 58px 0;
    }

    .service-scope__container {
        width: min(100% - 24px, 1180px);
    }

    .service-scope__head {
        margin-bottom: 28px;
    }

    .service-scope__item {
        min-height: 112px;
        padding: 20px;
    }

    .service-scope__icon {
        margin-bottom: 16px;
    }
}


/* Блок почему нам доверяют */


.service-benefits {
    padding: 64px 0;
    background: #ffffff;
}

.service-benefits__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 32px;
}

.service-benefits__title {
    max-width: 560px;
    margin: 0;
    color: var(--text-main);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.service-benefits__subtitle {
    max-width: 460px;
    margin: 0;
    color: var(--text-muted);
    font-size: 15.5px;
    line-height: 1.55;
}

.service-benefits__row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    padding-top: 28px;
}

.service-benefit {
    position: relative;
    padding-right: 22px;
}

.service-benefit:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    height: calc(100% - 8px);
    background: #e9e9e9;
}

.service-benefit__icon {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 12px;
    background: rgba(79, 0, 255, 0.08);
    color: var(--primary);
}

.service-benefit__icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-benefit__title {
    margin: 0;
    color: var(--text-main);
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.service-benefit__text {
    margin: 8px 0 0;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 980px) {
    .service-benefits__head {
        display: block;
    }

    .service-benefits__subtitle {
        max-width: 680px;
        margin-top: 14px;
    }

    .service-benefits__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-benefit:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 560px) {
    .service-benefits {
        padding: 0 0 60px;
    }

    .service-benefits__row {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .service-benefit {
        padding-right: 0;
        padding-bottom: 22px;
        border-bottom: 1px solid #e9e9e9;
        padding-left: 55px;
    }

    .service-benefit:not(:last-child)::after {
        display: none;
    }

    .service-benefit:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
    

    .service-benefit__icon{
        position: absolute;
        left: 0;
        top: 0;
    }
}
/* End */


/* Start:/local/templates/agstudio/components/bitrix/news.list/detail_service_directions/style.css?17778441072802*/

.service-directions {
    padding: 80px 0;
    background: #f7f8fb;
}

.service-directions__head {
    max-width: 780px;
    margin-bottom: 34px;
}

.service-directions__title {
    max-width: 760px;
    margin: 0;
    color: var(--text-main);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.service-directions__subtitle {
    max-width: 700px;
    margin: 16px 0 0;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.6;
}

.service-directions__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.service-direction-card {
    position: relative;
    min-height: 260px;
    padding: 22px;
    border-radius: 22px;
    background: #ffffff;
    overflow: hidden;
    transition: 0.22s ease;
}

.service-direction-card::before {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(79, 0, 255, 0.055);
    transition: 0.22s ease;
}

.service-direction-card:hover {
    transform: translateY(-4px);
}

.service-direction-card:hover::before {
    transform: scale(1.15);
    background: rgba(79, 0, 255, 0.1);
}

.service-direction-card__icon {
    position: relative;
    z-index: 1;
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 15px;
    background: rgba(79, 0, 255, 0.08);
    color: var(--primary);
}

.service-direction-card__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-direction-card__title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--text-main);
    font-size: 19px;
    line-height: 1.22;
    letter-spacing: -0.025em;
    font-weight: 800;
}

.service-direction-card__text {
    position: relative;
    z-index: 1;
    margin: 12px 0 0;
    color: var(--text-muted);
    font-size: 14.5px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .service-directions__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-direction-card {
        min-height: 230px;
    }
}

@media (max-width: 640px) {
    .service-directions {
        padding: 56px 0;
    }

    .service-directions__head {
        margin-bottom: 28px;
    }

    .service-directions__grid {
        grid-template-columns: 1fr;
    }

    .service-direction-card {
        min-height: auto;
        padding: 20px;
        border-radius: 20px;
    }

    .service-direction-card__title {
        font-size: 18px;
    }

    .service-direction-card__text {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/components/custom/form/templates/site_audit/style.css?17779144793517*/
.site-audit {
}

.site-audit__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    gap: 48px;
    align-items: center;
    padding: 48px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 0%, rgba(207, 115, 255, 0.22), transparent 30%),
        radial-gradient(circle at 0% 100%, rgba(79, 0, 255, 0.12), transparent 32%),
        #ffffff;
}

.site-audit__content {
    max-width: 700px;
}

.site-audit__title {
    margin: 0 0 24px;
    font-weight: 600;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #0e0e0f;
}

.site-audit__title span {
    color: #4f00ff;
}

.site-audit__text {
    max-width: 680px;
    margin: 0 0 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #0e0e0f;
}

.site-audit__text span {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: rgba(79, 0, 255, 0.08);
    color: #4f00ff;
    font-weight: 600;
    white-space: nowrap;
}

.site-audit__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.site-audit__fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.site-audit__field {
    position: relative;
    display: block;
}

.site-audit__field input {
    width: 100%;
    height: 54px;
    padding: 2px 16px;
    border: 1px solid var(--gray-200, #e9e9e9);
    border-radius: 12px;
    background: #ffffff;
    outline: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-main, #161616);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.site-audit__field input::placeholder {
    color: var(--text-muted, #9395a0);
}

.site-audit__field input:focus,
.site-audit__field input:-webkit-autofill {
    border-color: var(--brand, #8f3cf5);
    background: #ffffff;
    box-shadow: none;
}

.site-audit__captcha-wrap {
    width: 100%;
}


.site-audit__btn {
    height: 45px!important;
    width: 100%;
}


.site-audit__btn:disabled {
    cursor: not-allowed;
    opacity: .7;
    transform: none;
}

.site-audit__policy {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--text-muted, #9395a0);
}

.site-audit__policy a {
    color: var(--theme-color, #8f3cf5);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-audit .form-message-box {
    order: -1;
    padding: 12px 14px;
    border-radius: 12px;
}

.site-audit .form-message-box.is-success {
    background: rgba(38, 166, 91, .1);
    color: #1e8e4d;
}

.site-audit .form-message-box.is-error {
    background: rgba(255, 77, 87, .1);
    color: #ff4d57;
}

.site-audit__field input:not(:focus){
    border-color: #f6e5fd;
}

@media (max-width: 991px) {
    .site-audit__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 36px;
    }

    .site-audit__title {
        font-size: 46px;
    }

    .site-audit__text {
        font-size: 18px;
        line-height: 27px;
    }
}

@media (max-width: 767px) {
    .site-audit__inner {
        padding: 24px;
        border-radius: 20px;
    }

    .site-audit__title {
        margin-bottom: 18px;
        font-size: 30px;
        line-height: 1.1;
    }

    .site-audit__text {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .site-audit__text span {
        padding: 1px 8px;
    }

    .site-audit__btn {
        width: 100%;
        height: 54px;
    }
}
/* End */


/* Start:/local/templates/agstudio/components/bitrix/news.list/cases/style.css?17716994423693*/
/* Cases */

.case__title {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 32px;
	line-height: 43px;
	color: var(--text-main);
}

.case__meta {
	font-size: 16px;
	margin-bottom: 25px;
}

/* Обёртка карточки */
.case-card {
	position: relative;
	border: none !important;
	padding: 0;
	/* фон уже в картинке */
	border-radius: 15px;
	box-shadow: none;
	overflow: visible;
}

/* Только IMG внутри */
.image-container {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	min-height: 240px;
	/* можно заменить на 300/360 */
	background: #f1f3f5;
}

.image-container img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.02);
	transition: transform .4s ease, filter .4s ease;
	z-index: 0;
}

/* Градиент для читаемости */
.image-container::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .28) 45%, rgba(0, 0, 0, 0) 70%);
	z-index: 1;
}

/* Контент поверх изображения (НЕ внутри .image-container) */
.case-content {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 2;
	color: #fff;
	pointer-events: none;
	min-height: 105px;
}

.case-content h3 {
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.case-content p {
	margin: 0;
	font: 400 16px/24px var(--font);
	color: rgba(255, 255, 255, .88);
}

/* Hover-эффект */
.case-card:hover .image-container img {
	transform: scale(1.06);
	filter: saturate(1) contrast(1.05) brightness(1.02);
}


/* Модификаторы высоты по желанию */
.image-container--h200 {
	min-height: 200px;
}

.image-container--h300 {
	min-height: 300px;
}

.image-container--h360 {
	min-height: 360px;
}

.image-container--h370 {
	min-height: 370px;
}

@media (max-width: 1199px) {
	.image-container--h370 {
		min-height: 350px;
	}
}


/* Пагинация */
.cases-pagination {
	position: relative;
	margin: 16px auto 0;
	text-align: center;
}

.cases-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #d0c7ff;
	opacity: 1;
	margin: 0 6px !important;
	border-radius: 999px;
}

.cases-pagination .swiper-pagination-bullet-active {
	width: 20px;
	background: linear-gradient(90deg, #4f00ff, #cf73ff);
}


/* Адаптив */
@media (max-width: 767px) {
	.case-content {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}

	.case-content h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.case-content p {
		font-size: 14px;
		line-height: 20px;
	}
}



/* Контейнер слайдера */
.cases-swiper {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 0 25px !important;
	/* нижний отступ под скроллбар */
}

/* Слайды фиксированной ширины */
.cases-swiper .swiper-wrapper {
	align-items: stretch;
}

.cases-swiper .swiper-slide {
	width: 280px;
	/* ← фиксируем ширину */
	height: auto;
}

@media (max-width: 1199px) {
	.cases-swiper .swiper-slide {
		width: 240px;
	}
}


/* Ползунок-скролл Swiper */
.cases-scrollbar {
	height: 6px;
	background: #eee;
	border-radius: 999px;
}

.cases-scrollbar .swiper-scrollbar-drag {
	background: linear-gradient(90deg, #4f00ff, #cf73ff);
	border-radius: 999px;
}


.case-card__link {
	position: absolute;
	inset: 0;
	/* top:0; right:0; bottom:0; left:0 */
	z-index: 3;
	display: block;
	text-indent: -9999px;
	/* текст только для читающих экран */
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* End */


/* Start:/local/templates/agstudio/components/bitrix/news.list/reviews/style.css?17761014155269*/

.reviews-section {
    padding: 110px 0;
    color: #000;
    position: relative;
    overflow: hidden;
}

.reviews-section .container {
    position: relative;
    z-index: 2;
}



.reviews-head {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    align-items: end;
    margin-bottom: 48px;
}


.reviews-label {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: var(--primary-color);
    display: block;
}

@media (min-width: 1024px) {
    .reviews-label {
        font-size: 18px;
        line-height: 133%;
    }
}

.reviews-title {
    margin: 0 0 16px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    max-width: 760px;
}

.reviews-text {
    margin: 0;
    max-width: 680px;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(29, 28, 28, 0.72);
}

.reviews-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.reviews-stat {
    padding: 22px 20px;
    border-radius: 22px;
    background: var(--gray-50);
}

.reviews-stat__value {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #000000ff;
    margin-bottom: 10px;
}

.reviews-stat__label {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(29, 28, 28, 0.72);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.review-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
    border-radius: 28px;
    background: var(--gray-50);
    border: 1px solid rgba(255,255,255,0.09);
    backdrop-filter: blur(16px);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.review-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.review-card__person {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.review-card__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #000000ff;
    background: linear-gradient(135deg, #4f00ff 0%, #8f3cf5 55%, #cf73ff 100%);
}

.review-card__name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
}

.review-card__meta {
    font-size: 13px;
    color: rgba(255,255,255,0.56);
    line-height: 1.4;
}

.review-card__source {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 999px;

    width: 45px;
    height: 45px;
    background: #fff;
}

.review-card__source a{
    display: inline-flex;
}

.review-card__source img{
    max-width: 100%;
}

.review-card__rating {
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffd76a;
    margin-bottom: 18px;
}

.review-card__content {
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 22px;
}

.review-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.review-card__tags span {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    font-size: 12px;
    line-height: 1.2;
    color: rgba(255,255,255,0.72);
}

.reviews-section__bottom {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.reviews-btn {
    
}

.reviews-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(111, 49, 228, 0.42);
}

.reviews-section + .cta.section{
    background: var(--gray-50);
}

.field--textarea textarea{
    background: #fff!important;
}
.reviews-section + .cta.section
.field input:not(:focus), 
.reviews-section + .cta.section
.field--textarea textarea:not(:focus) {
    background: #fff!important;
    border-color: #fff!important;
}

@media (max-width: 1200px) {
    .reviews-head {
        grid-template-columns: 1fr;
    }

    .reviews-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .reviews-section {
        padding: 80px 0;
    }

    .reviews-title {
        font-size: 30px;
    }

    .reviews-text {
        font-size: 15px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .reviews-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews-stat:last-child{
        grid-column: 1 / -1;
    }

    .reviews-stat__value{
        font-size: 16px;
    }

    .review-card {
        padding: 22px;
        border-radius: 22px;
    }

    .review-card__top {
        align-items: center;
    }

    .reviews-btn {
        width: 100%;
    }
}

.reviews-stat__sources {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.reviews-stat__sources a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	transition: .2s ease;
}

.reviews-stat__sources a:hover {
    text-decoration: none;
	border-color: rgba(0, 0, 0, 0.7);
}
/* End */
/* /local/templates/agstudio/components/bitrix/news/services/bitrix/news.detail/.default/style.css?177791624915129 */
/* /local/templates/agstudio/components/bitrix/news.list/detail_service_directions/style.css?17778441072802 */
/* /local/components/custom/form/templates/site_audit/style.css?17779144793517 */
/* /local/templates/agstudio/components/bitrix/news.list/cases/style.css?17716994423693 */
/* /local/templates/agstudio/components/bitrix/news.list/reviews/style.css?17761014155269 */
