

/* Start:/local/components/custom/content.block/templates/company_about/style.css?17760878383193*/
.about-founder {
	padding: 40px 0 100px;
	background: #fff;
}

.about-founder__grid {
	display: grid;
	grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
	gap: 48px;
	align-items: flex-start;
}

.about-founder__media {
	position: relative;
}

.about-founder__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 400px;
	object-fit: cover;
	border-radius: 28px;
	background: #f3f3f3;
}

.about-founder__content {
	max-width: 760px;
}

.about-founder__title {
	margin: 0 0 18px;
	font-size: 42px;
	line-height: 1.12;
	font-weight: 700;
	color: #111;
}

.about-founder__lead {
	margin: 0 0 25px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	color: #111;
}

.about-founder__text {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.75;
	color: #5c5c5c;
}

.about-founder__text:last-of-type {
	margin-bottom: 28px;
}

.about-founder__person {
	margin-bottom: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(79, 0, 255, 0.08);
}

.about-founder__name {
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #111;
}

.about-founder__role {
	font-size: 15px;
	line-height: 1.6;
	color: #7b7b7b;
}


/* ЛЕВАЯ КОЛОНКА */
.about-contacts {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 38px;
	/* 2.375rem ≈ 38px */
}

.about-contacts__pill {
	display: flex;
	align-items: center;
	gap: 10px;
	/* .625rem ≈ 10px */
	padding: 8px 15px;
	/* .625 . + .875rem */
	text-decoration: none;
	border-radius: 64px;
	border: 2px solid var(--border);
	min-width: fit-content;
	color: var(--text-muted);
	transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
}

.about-contacts__pill:hover {
	border-color: #cfcffc;
	background: #ffffff;
	color: #3a3c4d;
	text-decoration: none;
}

.about-contacts__icon {
	width: 24px;
	height: 24px;
	display: inline-flex;
	color: #6228ff;
}

.about-contacts__icon svg {
	fill: initial;
	width: auto;
	height: auto;
}

.about-contacts__label {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
}


@media (max-width: 1200px) {
	.about-founder__grid {
		grid-template-columns: 340px minmax(0, 1fr);
		gap: 32px;
	}

	.about-founder__image {
		min-height: 480px;
	}

	.about-founder__title {
		font-size: 36px;
	}

	.about-founder__lead {
		font-size: 22px;
	}
}

@media (max-width: 900px) {
	.about-founder__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.about-founder__media {
		max-width: 520px;
	}

	.about-founder__image {
		min-height: 420px;
	}
}

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

	.about-founder__grid {
		gap: 22px;
	}

	.about-founder__title {
		margin-bottom: 14px;
		font-size: 30px;
	}

	.about-founder__lead {
		margin-bottom: 14px;
		font-size: 20px;
		line-height: 1.45;
	}

	.about-founder__text {
		margin-bottom: 14px;
		font-size: 15px;
		line-height: 1.7;
	}

	.about-founder__text:last-of-type {
		margin-bottom: 22px;
	}

	.about-founder__image {
		min-height: 340px;
		border-radius: 20px;
	}

	.about-founder__person {
		margin-bottom: 14px;
		padding-top: 14px;
	}

	.about-founder__name {
		font-size: 18px;
	}

	.about-founder__role {
		font-size: 14px;
	}
}
/* End */


/* Start:/local/components/custom/content.block/templates/company_adv/style.css?17760886791582*/
.about-advantages {
	padding: 110px 0;
	background: var(--gray-50);
}

.about-advantages__head {
	margin-bottom: 36px;
}

.about-advantages__title {
	margin: 0;
	font-size: 42px;
	line-height: 1.12;
	font-weight: 700;
	color: #111;
}

.about-advantages__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.about-adv-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 26px 22px;
	border: 1px solid #fff;
	border-radius: 22px;
	background: #fff;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.about-adv-card:hover {
	border-color: rgba(79, 0, 255, 0.16);
}

.about-adv-card__num {
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #8f3cf5;
}

.about-adv-card__title {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	color: #111;
}

.about-adv-card__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: #5b5b5b;
}

@media (max-width: 1200px) {
	.about-advantages__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

	.about-advantages__head {
		margin-bottom: 24px;
	}

	.about-advantages__title {
		font-size: 30px;
	}

	.about-advantages__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.about-adv-card {
		padding: 22px 18px;
		border-radius: 18px;
	}

	.about-adv-card__title {
		font-size: 18px;
	}

	.about-adv-card__text {
		font-size: 14px;
		line-height: 1.6;
	}
}
/* 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/form/templates/phone_cta/style.css?17775518271592*/

.about-cta {
	padding: 0 0 50px;
	background: #fff;
}

.about-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
	gap: 28px;
	align-items: center;
	padding: 36px;
	border: 1px solid rgba(79, 0, 255, 0.08);
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(79, 0, 255, 0.03) 0%, rgba(207, 115, 255, 0.04) 100%), #fff;
}

.about-cta__content {
	max-width: 720px;
}

.about-cta__title {
	margin: 0 0 14px;
	font-size: 36px;
	line-height: 1.12;
	font-weight: 700;
	color: #111;
}

.about-cta__text {
	margin: 0;
	font-size: 17px;
	line-height: 1.65;
	color: #5c5c5c;
}

.about-cta__form {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    gap: 20px;
    row-gap: 12px;
}

.about-cta__captcha-wrap{
    width: 100%;
}

.about-cta__field {
	display: block;
    width: auto;
    flex: 1;
}

.about-cta__field input {
}

.about-cta__field input:focus {
	border-color: rgba(79, 0, 255, 0.28);
}

.about-cta__field input::placeholder {
	color: #8a8a8a;
}

.about-cta__btn {
}

.about-cta__btn:hover {
}

.about-cta__btn.btn--lg {
    height: 50px;
}


.is-success{
	color: green;
}

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

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

	.about-cta__inner {
		padding: 24px;
		border-radius: 20px;
	}

	.about-cta__title {
		font-size: 28px;
	}

	.about-cta__text {
		font-size: 15px;
		line-height: 1.6;
	}

	.about-cta__form {
		grid-template-columns: 1fr;
	}

	.about-cta__field input,
	.about-cta__btn {
		border-radius: 14px;
	}
}
/* End */
/* /local/components/custom/content.block/templates/company_about/style.css?17760878383193 */
/* /local/components/custom/content.block/templates/company_adv/style.css?17760886791582 */
/* /local/templates/agstudio/components/bitrix/news.list/cases/style.css?17716994423693 */
/* /local/components/custom/form/templates/phone_cta/style.css?17775518271592 */
