

/* Start:/local/templates/agstudio/components/bitrix/news/services/bitrix/news.detail/.default/style.css?177948565112421*/
/* ========================= 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, 44px);
    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-main);
    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: #eae5f7;
    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);
    border: 3px solid #eae6f8;
}

.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;
    }
}


/* End */


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

.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(3, 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(3, minmax(0, 1fr));
    }

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

@media (max-width: 767px) {
    .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/list.block/templates/advantages/style.css?17784378472748*/

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


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

.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: 60px 0;
    }

    .index .service-benefits{
        padding: 60px 0 0;
    }

    .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/components/custom/content.block/templates/get_started/style.css?17809526903270*/
.autopilot__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 800;
    color: var(--accent);
    letter-spacing: .12em;
    text-transform: uppercase;
}

.autopilot__label::before {
    content: '';
    width: 34px;
    height: 3px;
    background: var(--accent-dim);
    border-radius: 4px;
}

/* ── Section ── */
.autopilot-section {
    background: var(--dark-bg);
    padding: 72px 39px;
    position: relative;
    overflow: hidden;
}

.autopilot-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(143, 60, 245, 0.14) 0%, transparent 65%);
    pointer-events: none;
}

.autopilot-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 8%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(200, 245, 74, 0.06) 0%, transparent 65%);
    pointer-events: none;
}

.autopilot-topline {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--brand) 35%, var(--accent) 65%, transparent);
    opacity: 0.55;
}

.autopilot-container {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ── Two-column layout ── */
.autopilot-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

@media (max-width: 900px) {
    .autopilot-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .autopilot-section {
        padding: 52px 20px;
    }
}

/* ── Left ── */
.autopilot-left {
    position: relative;
    z-index: 1;
}

.autopilot-right {
    position: relative;
    z-index: 1;
}

.autopilot-title {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.025em;
    color: var(--text-light);
    margin-bottom: 20px;
}

.autopilot-title span {
    color: var(--accent);
}

.autopilot-desc {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--text-muted-dark);
    margin-bottom: 28px;
}

.autopilot-desc strong {
    color: #b0b5cc;
    font-weight: 500;
}

/* ── Benefits list ── */
.autopilot-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.autopilot-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid var(--dark-border);
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    color: var(--text-muted-dark);
}

.autopilot-list li::before {
    content: '✓';
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    border-radius: 50%;
    background: rgba(200, 245, 74, 0.1);
    border: 1px solid rgba(200, 245, 74, 0.22);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
}

.autopilot-list li strong {
    color: #b0b5cc;
    font-weight: 500;
}
/* End */


/* Start:/local/components/custom/form/templates/standart_form/style.css?17809540521781*/
.standard-form {
    width: 100%;
    color: #fff;
    max-width: 400px;
    margin: 0 auto;
}

.standard-form__title {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
}

.standard-form__text {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.45;
    color: #646464;
}

.standard-form .cta-form__left {
    gap: 14px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.standard-form .cta-form__right {
    margin-top: 18px;
}

.standard-form .field input {
    height: 54px;
}

.standard-form .field input {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid var(--dark-border);
}

.standard-form .cta-form .btn--lg {
    width: 100%;
}

.standard-form .cta-form__left .field {
    flex: 1 1 100%;
}

.standard-form .cta-form__left .g-recaptcha {
    flex: 1 1 100%;
}

.standard-form .cta__policy {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.45;
}

.standard-form .form-message-box {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
}

.standard-form .form-message-box.is-success {
    background: rgba(43, 180, 105, .1);
    color: #1f8f52;
}

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

.standard-form .field__hint {
    left: 4px;
    bottom: -18px;
}

.standard-form .g-recaptcha {
    margin-top: 4px;
}

.standard-form .cta-form .btn--primary{
    background: var(--accent);
    color: #000;
    max-width: 300px;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .standard-form__title {
        font-size: 22px;
    }

    .standard-form__text {
        font-size: 14px;
    }
}
/* 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?177948565112421 */
/* /local/templates/agstudio/components/bitrix/news.list/detail_service_directions/style.css?17809465382802 */
/* /local/components/custom/list.block/templates/advantages/style.css?17784378472748 */
/* /local/components/custom/content.block/templates/get_started/style.css?17809526903270 */
/* /local/components/custom/form/templates/standart_form/style.css?17809540521781 */
/* /local/templates/agstudio/components/bitrix/news.list/reviews/style.css?17761014155269 */
