

/* Start:/local/components/custom/content.block/templates/stack/style.css?17783604172464*/
.stack-line {
    padding: 90px 0;
}

.stack-line__head {
    max-width: 780px;
    margin-bottom: 38px;
}

.stack-line__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    color: var(--theme-color);
    letter-spacing: .12em;
    text-transform: uppercase;
}

.stack-line__label::before {
    content: '';
    width: 34px;
    height: 3px;
    background: var(--theme-color);
    border-radius: 4px;
}

.stack-line__title {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.14;
    font-weight: 800;
    color: #151722;
    letter-spacing: -0.03em;
}

.stack-line__text {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    color: #000;
}

.stack-line__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.stack-line__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    min-height: 54px;
    padding: 12px 18px;
    background: #fff;
    border: 1px solid #e2e5ea;
    border-radius: 16px;
    transition: .2s ease;
    white-space: nowrap;
}

.stack-line__item:hover {
    border-color: rgba(143, 60, 245, .35);
}

.stack-line__item svg {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    fill: var(--theme-color);
}

.stack-line__item span {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #151722;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .stack-line {
        padding: 64px 0;
    }

    .stack-line__head {
        margin-bottom: 28px;
    }

    .stack-line__title {
        font-size: 30px;
    }

    .stack-line__text {
        font-size: 16px;
    }

    .stack-line__list {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(3, auto);
        grid-auto-columns: max-content;
        gap: 10px 10px;

        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .stack-line__list::-webkit-scrollbar {
        display: none;
    }

    .stack-line__item {
        width: auto;
        min-height: 48px;
        padding: 10px 14px;
        border-radius: 14px;
        flex-shrink: 0;
    }

    .stack-line__item svg {
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
    }

    .stack-line__item span {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/agstudio/components/bitrix/news.list/services_list/style.css?17766279687704*/


/* ===== Общая обёртка страницы услуг ===== */

/*
.services-page {
    padding: 48px 0 80px;
}

@media (max-width: 1199px) {
    .services-page {
        padding: 32px 0 64px;
    }
}

@media (max-width: 767px) {
    .services-page {
        padding: 24px 0 48px;
    }
}*/


@media (max-width: 767px) {
    .services-page .text-left{
        font-size: 16px;
    }
}

/* ===== Группа услуг (секция) ===== */

.service-group {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.service-group:last-of-type {
    border-bottom: none;
}

@media (max-width: 1199px) {
    .service-group {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .service-group {
        padding: 32px 0;
    }
}

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

@media (max-width: 767px) {
    .service-group__header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }
}

.service-group__title {
    font-size: 22px;
    font-weight: 600;
    position: relative;
	color: #3b4352;
	margin: 0;
}


/* ===== Стрелки ===== */

.service-group__arrows {
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-group__arrow {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #161626;
}

.service-group__arrow:disabled {
    opacity: 0.4;
    cursor: default;
}

/*
.service-group__arrow {
    border: 1px solid rgba(148, 156, 183, 0.4);
    background: #ffffff;
    border-radius: 999px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #161626;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.service-group__arrow svg {
    display: block;
}

.service-group__arrow:hover:not(:disabled) {
    background: linear-gradient(135deg, #4f00ff, #cf73ff);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-1px);
}

.service-group__arrow:disabled {
    opacity: 0.4;
    cursor: default;
}
*/

.service-group__arrow-stick {
    width: 1px;
    height: 20px;
    background: rgba(148, 156, 183, 0.4);
}

/* ===== Описание группы ===== */

.service-group__description {
    max-width: 640px;
    margin-bottom: 32px;
    color: #3a3c4d;
}

@media (max-width: 1199px) {
    .service-group__description {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .service-group__description {
        margin-bottom: 16px;
        font-size: 14px;
    }
}

/* ===== Swiper-слайдер ===== */

.services-slider.swiper {
    width: 100%;
    overflow: visible;
    padding-bottom: 8px;
}

.services-slider .swiper-wrapper {
    /* без gap, отступы за счёт width/spaceBetween */
	padding-bottom: 20px;
}

.services-slider .swiper-slide,
.services-slider__slide {
    width: 280px;
}

@media (max-width: 1199px) {
    .services-slider .swiper-slide,
    .services-slider__slide {
        width: 240px;
    }
}

@media (max-width: 767px) {
}

/* ===== Карточка услуги ===== */

.service-card {
    position: relative;
    height: 320px;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    background-color: #101120;
    color: #ffffff;
    overflow: hidden;
	transition: all .4s ease;
}

.service-card:hover {
	text-decoration: none;
	color: #fff;
}

.service-card:before{
	opacity: 0.4;
}

@media (max-width: 1199px) {
    .service-card {
        height: 300px;
    }
}



/* главная карточка блока */
.service-card--primary {
    background: radial-gradient(circle at 0% 0%, #cf73ff 0%, #4f00ff 36%, #161626 100%);
}

/* карточки с фоновым изображением — образ менять, но уже по-другому, чем в оригинале */

.service-card--with-image {
    background-color: #080814;
}

a.service-card--with-image:visited{
    color: #fff;
}


.service-card--with-image{
  position: relative;
  overflow: hidden;      /* чтобы "зум" не вылазил за края */
  border-radius: 16px;
}

/* фон */
.service-card--with-image::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: var(--service-bg);
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  filter: saturate(1.1);
  z-index: 1;
  transition: transform .4s ease, filter .4s ease, opacity .4s ease;
  transform: scale(1);   /* база */
}

/* мягкий градиент для нижней части карточки */
.service-card--with-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    background: linear-gradient(to top, #101120 0%, rgba(16, 17, 32, 0.0) 100%);
    z-index: 1;
}


/* зум при наведении */
.service-card--with-image:hover::before{
  transform: scale(1.05);
}

/* чтобы текст/контент был выше фона */
.service-card--with-image > *{
  position: relative;
  z-index: 2;
}

/* карточка "Показать ещё" — светлая, без фона */

.service-card--more {
    background-color: #f5f5fb;
    color: #181828;
    border: 1px dashed rgba(79, 0, 255, 0.4);
    box-shadow: none;
    align-items: flex-start;
    justify-content: flex-end;
}

.service-card--more:hover {
    background-color: #ececff;
    border-style: solid;
    transform: translateY(-2px);
}

.service-card--with-image:hover img{
    transform: scale(1.05);
}

/* ===== Контент карточки ===== */

.service-card__title,
.service-card__meta {
    position: relative;
    z-index: 2;
}

.service-card__title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 12px;
	text-shadow: 0px 1px 1px black;
}

@media (max-width: 1199px) {
    .service-card__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}


.service-card__meta {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(230, 232, 240, 0.9);
    padding-top: 10px;
    border-top: 1px solid rgba(148, 156, 183, 0.6);
    max-width: 220px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-card__meta ul{
    margin: 0;
}

.service-card__meta ul li{
    margin-top: 0;
}

@media (max-width: 1199px) {
    .service-card__meta {
        font-size: 12px;
        max-width: 200px;
    }
}

/* Для карточек с картинкой — сдвигаем текст вниз, чтобы он не залезал на мини-превью */

.service-card--with-image .service-card__title,
.service-card--with-image .service-card__meta {
    margin-top: 85px;
}

@media (max-width: 1199px) {
    .service-card--with-image .service-card__meta {
        margin-top: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/* Скроллбар Swiper для услуг */
.services-scrollbar {
    max-width: 1180px;
    margin: 0 auto 0;
    height: 6px;
    background: #eeeeee;
    border-radius: 999px;
}

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


/* End */


/* Start:/local/components/custom/content.block/templates/trust/style.css?17783298501985*/
.trust-line{
    padding:80px 0;
    background:#f6f7f9;
}

.trust-line__head{
    max-width:780px;
    margin-bottom:44px;
}

.trust-line__label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:16px;
    font-size:12px;
    font-weight:700;
    color:var(--theme-color);
    letter-spacing:.12em;
    text-transform:uppercase;
}

.trust-line__label::before{
    content:'';
    width:34px;
    height:3px;
    background:var(--theme-color);
    border-radius:4px;
}

.trust-line__text{
    margin:0;
    font-size:22px;
    line-height:1.2;
    color:#000;
}

.trust-line__row{
    display:flex;
    justify-content:space-between;
    gap:34px;
}

.trust-line__item{
    min-width:0;
    min-height:150px;
    padding:20px 8px 0 0;
}

.trust-line__num{
    margin-bottom:18px;
    font-size:72px;
    line-height:.86;
    font-weight:900;
    color:#151722;
    letter-spacing:-.08em;
    white-space:nowrap;
}

.trust-line__item:nth-child(3) .trust-line__num{
    font-size:64px;
}

.trust-line__num span{
    color:var(--theme-color);
}

.trust-line__num .sub{
	font-size: 20px;
	letter-spacing: 0
}

.trust-line__name{
    margin:0;
    max-width:210px;
    font-size:20px;
    line-height:1.25;
    font-weight:800;
    color:#151722;
}

@media(max-width:1100px){
    .trust-line__row{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:34px;
    }

    .trust-line__item:nth-child(3) .trust-line__num{
        font-size:72px;
    }
}

@media(max-width:767px){
    .trust-line{
        padding:56px 0;
    }

    .trust-line__head{
        margin-bottom:30px;
    }

    .trust-line__text{
        font-size:16px;
    }

    .trust-line__row{
        grid-template-columns:1fr 1fr;
        gap:22px;
    }

    .trust-line__item{
        min-height:120px;
    }

    .trust-line__num, .trust-line__item:nth-child(3) .trust-line__num{
        font-size:42px;
    }

    .trust-line__name{
        font-size:15px;
    }
}
/* 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/components/custom/content.block/templates/free.task/style.css?17784473342131*/
.free-task {
    position: relative;
    overflow: hidden;
    padding: 86px 0;
}


.free-task__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
    gap: 46px;
    align-items: flex-start;
}

.free-task__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 800;
    color: var(--theme-color);
    letter-spacing: .12em;
    text-transform: uppercase;
}

.free-task__label::before {
    content: '';
    width: 34px;
    height: 3px;
    background: var(--theme-color);
    border-radius: 4px;
}

.free-task__title {
    max-width: 720px;
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.free-task__title span {
    color: var(--theme-color);
}

.free-task__text {
    max-width: 650px;
    margin: 0 0 28px;
    font-size: 19px;
    line-height: 1.55;
}

.free-task__points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.free-task__points li {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    cursor: default;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
    margin: 0;
}

.free-task__note {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 20px;
}


.free-task 
.field__hint{
    position: static;
    display: block;
    margin: 3px 0 0;
}

@media (max-width: 991px) {
    .free-task {
        padding: 64px 0;
    }

    .free-task__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .free-task__title {
        font-size: 34px;
    }

    .free-task__points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .free-task {
        padding: 48px 0;
    }

    .free-task__title {
        font-size: 28px;
    }

    .free-task__text {
        font-size: 16px;
    }

}
/* End */


/* Start:/local/components/custom/form/templates/free_task_form/style.css?17784357881596*/
.free-task-form {
    width: 100%;
    padding: 30px;
    border-radius: 28px;
    background: #fff;
    color: #171717;
}

.free-task-form__title {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #171717;
}

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

.free-task-form .cta-form__left {
    gap: 14px;
}

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

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

.free-task-form .field--textarea textarea {
    min-height: 150px;
}

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

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

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

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

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

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

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

@media (max-width: 575px) {
    .free-task-form {
        padding: 22px;
        border-radius: 22px;
    }

    .free-task-form__title {
        font-size: 22px;
    }

    .free-task-form__text {
        font-size: 14px;
    }

    .free-task-form .field--textarea textarea {
        min-height: 130px;
    }
}
/* 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/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/components/custom/content.block/templates/stack/style.css?17783604172464 */
/* /local/templates/agstudio/components/bitrix/news.list/services_list/style.css?17766279687704 */
/* /local/components/custom/content.block/templates/trust/style.css?17783298501985 */
/* /local/templates/agstudio/components/bitrix/news.list/cases/style.css?17716994423693 */
/* /local/components/custom/content.block/templates/free.task/style.css?17784473342131 */
/* /local/components/custom/form/templates/free_task_form/style.css?17784357881596 */
/* /local/components/custom/list.block/templates/advantages/style.css?17784378472748 */
/* /local/templates/agstudio/components/bitrix/news.list/reviews/style.css?17761014155269 */
