

/* Start:/local/templates/prsite/css/pr-blocks.css?178841444513576*/
/*
 * Новые блоки сайта, добавленные при разведении интентов (блок A плана):
 *   .pr-advantages — «Преимущества работы с нами» (тёмная панель);
 *   .pr-services   — «Услуги нашего агентства» (карточки направлений со ссылками);
 *   .pr-ratings    — «Оценки на картах и в справочниках»;
 *   .pr-notice     — плашка «это узкая услуга, основная — вот здесь».
 *
 * Отдельный файл, а не дописывание в style.css: style.css весит 22 тысячи строк,
 * и новые правила в нём не найти. Подключается из index.php через Asset::addCss.
 *
 * Классы намеренно в своём пространстве имён pr-*: старые правила
 * .advantages-main и .about-services остаются в style.css нетронутыми,
 * поэтому порядок загрузки файлов на вёрстку не влияет.
 */

/* ------------------------------------------------------------------ */
/* Преимущества работы с нами                                          */
/* ------------------------------------------------------------------ */

.pr-advantages {
	margin: 0 0 80px 0;
}

.pr-advantages__panel {
	position: relative;
	overflow: hidden;
	padding: 72px 64px;
	border-radius: 40px;
	background: linear-gradient(135deg, #0b2f74 0%, #123f96 45%, #1f60d1 100%);
	color: #fff;
}

/* Мягкое световое пятно, чтобы градиент не читался как плоская заливка. */
.pr-advantages__glow {
	position: absolute;
	top: -220px;
	right: -140px;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 68%);
	pointer-events: none;
}

.pr-advantages__header {
	position: relative;
	z-index: 1;
	max-width: 780px;
	margin: 0 0 56px 0;
}

.pr-advantages__title.section-title {
	margin: 0 0 20px 0;
	color: #fff;
	line-height: 1.15;
}

.pr-advantages__title.section-title span {
	color: #8fb6ff;
}

.pr-advantages__lead {
	font-size: 20px;
	line-height: 160%;
	color: rgba(255, 255, 255, 0.72);
}

.pr-advantages__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.pr-advantages__item {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 32px 30px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.07);
	transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.pr-advantages__index {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: #8fb6ff;
}

.pr-advantages__name {
	font-size: 24px;
	font-weight: 600;
	line-height: 125%;
	color: #fff;
}

.pr-advantages__desc {
	font-size: 17px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.68);
}

@media (any-hover: hover) {
	.pr-advantages__item:hover {
		background: rgba(255, 255, 255, 0.12);
		border-color: rgba(255, 255, 255, 0.28);
		transform: translateY(-4px);
	}
}

@media (max-width: 1279px) {
	.pr-advantages__panel {
		padding: 56px 44px;
		border-radius: 32px;
	}

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

@media (max-width: 767px) {
	.pr-advantages {
		margin-bottom: 56px;
	}

	.pr-advantages__panel {
		padding: 40px 24px;
		border-radius: 24px;
	}

	.pr-advantages__header {
		margin-bottom: 32px;
	}

	.pr-advantages__lead {
		font-size: 16px;
	}

	.pr-advantages__grid {
		grid-template-columns: 1fr;
	}

	.pr-advantages__item {
		padding: 26px 22px;
	}

	.pr-advantages__name {
		font-size: 21px;
	}

	.pr-advantages__desc {
		font-size: 16px;
	}
}

/* ------------------------------------------------------------------ */
/* Услуги нашего агентства                                             */
/* ------------------------------------------------------------------ */

.pr-services {
	margin: 0 0 80px 0;
}

.pr-services__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 40px;
	margin: 0 0 44px 0;
}

.pr-services__title.section-title {
	margin: 0;
	line-height: 1.15;
}

.pr-services__lead {
	max-width: 560px;
	font-size: 18px;
	line-height: 155%;
	color: rgba(40, 40, 40, 0.55);
}

.pr-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.pr-services__card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 40px 36px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 10px 20px 0 rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.pr-services__card-top {
	display: flex;
	align-items: baseline;
	gap: 14px;
}

.pr-services__num {
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.12em;
	color: rgba(31, 96, 209, 0.45);
}

.pr-services__name {
	margin: 0;
	font-size: 26px;
	font-weight: 500;
	line-height: 120%;
}

.pr-services__link {
	color: #1f60d1;
	text-decoration: none;
	transition: color 0.25s ease;
}

.pr-services__text {
	margin: 0;
	font-size: 17px;
	line-height: 150%;
	color: rgba(40, 40, 40, 0.6);
}

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

.pr-services__tags li {
	list-style: none;
}

.pr-services__tags a {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 100px;
	background: #eef3fd;
	color: #1f60d1;
	font-size: 15px;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color 0.25s ease, color 0.25s ease;
}

/* Ссылка «Состав работ и цены» всегда прижата к низу карточки,
   поэтому в ряду карточки разной высоты выглядят выровненными. */
.pr-services__more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 6px;
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.25s ease;
}

.pr-services__more svg {
	flex: 0 0 auto;
	transition: transform 0.25s ease;
}

.pr-services__footer {
	margin: 32px 0 0 0;
	text-align: center;
}

.pr-services__all {
	display: inline-block;
	color: rgba(40, 40, 40, 0.55);
	font-size: 16px;
	line-height: 1.4;
	text-decoration: underline;
	transition: color 0.25s ease;
}

@media (any-hover: hover) {
	.pr-services__card:hover {
		box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.06), 0 4px 10px 0 rgba(0, 0, 0, 0.06), 0 18px 34px 0 rgba(31, 96, 209, 0.1);
		transform: translateY(-4px);
	}

	.pr-services__link:hover {
		color: #174ead;
	}

	.pr-services__tags a:hover {
		background: #1f60d1;
		color: #fff;
	}

	.pr-services__more:hover {
		color: #1f60d1;
	}

	.pr-services__more:hover svg {
		transform: translateX(4px);
	}

	.pr-services__all:hover {
		color: #1f60d1;
	}
}

@media (max-width: 1279px) {
	.pr-services__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.pr-services__lead {
		max-width: 720px;
	}

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

@media (max-width: 767px) {
	.pr-services {
		margin-bottom: 56px;
	}

	.pr-services__head {
		margin-bottom: 26px;
	}

	.pr-services__grid {
		grid-template-columns: 1fr;
	}

	.pr-services__card {
		padding: 28px 24px;
		border-radius: 20px;
	}

	.pr-services__name {
		font-size: 23px;
	}

	.pr-services__text,
	.pr-services__lead {
		font-size: 16px;
	}
}

/* ------------------------------------------------------------------ */
/* Оценки на картах и в справочниках                                   */
/* ------------------------------------------------------------------ */

.pr-ratings {
	margin: 0 0 80px 0;
}

.pr-ratings__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 40px;
	margin: 0 0 44px 0;
}

.pr-ratings__title.section-title {
	margin: 0;
	line-height: 1.15;
}

.pr-ratings__lead {
	max-width: 620px;
	font-size: 18px;
	line-height: 155%;
	color: rgba(40, 40, 40, 0.55);
}

.pr-ratings__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.pr-ratings__card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 36px;
	border-radius: 24px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 10px 20px 0 rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.pr-ratings__source {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pr-ratings__pin {
	display: inline-flex;
	line-height: 0;
}

.pr-ratings__name {
	font-size: 17px;
	font-weight: 500;
	color: rgba(40, 40, 40, 0.75);
}

.pr-ratings__value {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.pr-ratings__number {
	font-size: 56px;
	font-weight: 600;
	line-height: 1;
	color: #282828;
}

.pr-ratings__max {
	font-size: 17px;
	color: rgba(40, 40, 40, 0.45);
}

/* Пять звёзд — фоновая картинка, поверх неё та же картинка золотом,
   обрезанная по ширине: так дробная оценка (4,6) показывается точно. */
.pr-ratings__stars {
	position: relative;
	width: 140px;
	height: 28px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath fill='%23dfe4ec' d='M12 2.5l2.9 5.9 6.6.95-4.8 4.65 1.15 6.5L12 17.4l-5.85 3.1 1.15-6.5-4.8-4.65 6.6-.95L12 2.5z'/%3E%3C/svg%3E");
	background-size: 28px 28px;
	background-repeat: repeat-x;
}

.pr-ratings__stars-fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffb800' d='M12 2.5l2.9 5.9 6.6.95-4.8 4.65 1.15 6.5L12 17.4l-5.85 3.1 1.15-6.5-4.8-4.65 6.6-.95L12 2.5z'/%3E%3C/svg%3E");
	background-size: 28px 28px;
	background-repeat: repeat-x;
}

.pr-ratings__counts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pr-ratings__counts span {
	padding: 7px 14px;
	border-radius: 100px;
	background: #f2f5fa;
	color: rgba(40, 40, 40, 0.6);
	font-size: 15px;
	line-height: 1.3;
}

.pr-ratings__more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 6px;
	color: #1f60d1;
	font-size: 16px;
	font-weight: 500;
}

.pr-ratings__more svg {
	flex: 0 0 auto;
	transition: transform 0.25s ease;
}

.pr-ratings__summary {
	margin: 28px 0 0 0;
	text-align: center;
	font-size: 17px;
	line-height: 150%;
	color: rgba(40, 40, 40, 0.6);
}

.pr-ratings__summary b {
	color: #282828;
	font-weight: 600;
}

.pr-ratings__summary a {
	color: #1f60d1;
	text-decoration: underline;
}

@media (any-hover: hover) {
	.pr-ratings__card:hover {
		box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.06), 0 4px 10px 0 rgba(0, 0, 0, 0.06), 0 18px 34px 0 rgba(31, 96, 209, 0.1);
		transform: translateY(-4px);
	}

	.pr-ratings__card:hover .pr-ratings__more svg {
		transform: translateX(4px);
	}
}

@media (max-width: 1279px) {
	.pr-ratings__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.pr-ratings__lead {
		max-width: 720px;
	}
}

@media (max-width: 767px) {
	.pr-ratings {
		margin-bottom: 56px;
	}

	.pr-ratings__head {
		margin-bottom: 26px;
	}

	.pr-ratings__grid {
		grid-template-columns: 1fr;
	}

	.pr-ratings__card {
		padding: 28px 24px;
		border-radius: 20px;
	}

	.pr-ratings__number {
		font-size: 46px;
	}

	.pr-ratings__lead,
	.pr-ratings__summary {
		font-size: 16px;
	}
}

/* ------------------------------------------------------------------ */
/* Плашка «основная услуга»                                            */
/* ------------------------------------------------------------------ */

/*
 * Задача A3: /services/seo-single/ отвечает за разовые работы и аудит,
 * а общий интент «поисковое продвижение» закреплён за /services/seo/.
 * Плашка объясняет это пользователю и передаёт вес основной услуге.
 */
.pr-notice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin: 30px 0 0 0;
	padding: 26px 32px;
	border: 1px solid #dbe5f8;
	border-radius: 20px;
	background: #f3f7fe;
}

.pr-notice__text {
	font-size: 17px;
	line-height: 150%;
	color: rgba(40, 40, 40, 0.7);
}

.pr-notice__text b {
	display: block;
	margin: 0 0 4px 0;
	color: #282828;
	font-weight: 600;
}

.pr-notice__link {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border-radius: 60px;
	background: #1f60d1;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color 0.25s ease;
}

@media (any-hover: hover) {
	.pr-notice__link:hover {
		background: #174ead;
	}
}

@media (max-width: 767px) {
	.pr-notice {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
		padding: 22px 20px;
		border-radius: 16px;
	}

	.pr-notice__text {
		font-size: 16px;
	}

	.pr-notice__link {
		width: 100%;
		justify-content: center;
	}
}

/* End */


/* Start:/local/templates/prsite/components/bitrix/news.list/cases-gallery/style.css?17822066608636*/
.cases-gallery {
    color: #282828;
}

.cases-gallery__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 700px);
    gap: 40px;
    align-items: start;
    margin-bottom: 60px;
}

.cases-gallery__head.cases-gallery__head--main {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
}

.cases-gallery__title {
    margin: 0;
}

.cases-gallery__lead {
    justify-self: end;
    max-width: 700px;
    font-size: 18px;
    line-height: 140%;
    color: rgba(40, 40, 40, 0.5);
}

.cases-gallery__head.cases-gallery__head--main .cases-gallery__lead {
    justify-self: start;
    max-width: 1600px;
}

.cases-gallery__grid {
    overflow: hidden;
    margin-bottom: 50px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.cases-gallery__grid.is-switching {
    opacity: 0;
    transform: translateY(10px);
}

.cases-gallery__wrapper {
    display: grid;
    grid-template-columns: repeat(15, minmax(0, 1fr));
    gap: 30px;
}

.cases-gallery__item {
    min-width: 0;
}

.cases-gallery__item--hidden {
    display: none;
}

.cases-gallery__tabs {
    margin: -30px 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cases-gallery__tab {
    min-height: 44px;
    padding: 10px 22px;
    border: 1px solid #d8e3fb;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    color: #282828;
    cursor: pointer;
    font: 500 16px/1.2 "VelaSans", sans-serif;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cases-gallery__tab:hover,
.cases-gallery__tab._active {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff;
}

.cases-gallery__control {
    display: none;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.cases-gallery__fraction {
    min-width: 44px;
    text-align: center;
}

.cases-gallery__item--top-wide {
    grid-column: span 9;
}

.cases-gallery__item--top-narrow {
    grid-column: span 6;
}

.cases-gallery__item--bottom-small {
    grid-column: span 5;
}

.cases-gallery__item--bottom-large {
    grid-column: span 5;
}

.cases-gallery__card {
    position: relative;
    min-height: 450px;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    background-color: #152026;
    background-size: cover;
    background-position: center;
}

.cases-gallery__overlay {
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
}

.cases-gallery__overlay--top {
    top: 0;
    height: 355px;
    background: linear-gradient(180deg, #152026 0%, rgba(21, 32, 38, 0) 100%);
}

.cases-gallery__overlay--bottom {
    left: 0;
    right: 0;
    bottom: 0;
    height: 250px;
    background: linear-gradient(180deg, rgba(21, 32, 38, 0) 0%, #152026 100%);
}

.cases-gallery__item--top-narrow .cases-gallery__overlay--bottom,
.cases-gallery__item--bottom-small .cases-gallery__overlay--bottom {
    height: 180px;
}

.cases-gallery__body {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
}

.cases-gallery__caption {
    
}

.cases-gallery__card-title {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}

.cases-gallery__card-text {
    margin: 0;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.7);
}

.cases-gallery__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: end;
    margin-top: auto;
    padding-top: 24px;
    color: #fff;
}

.cases-gallery__item--type-22 .cases-gallery__stats {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.cases-gallery__item--type-22 .cases-gallery__stat {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}

.cases-gallery__stat-name {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.8);
}

.cases-gallery__item--type-22 .cases-gallery__stat-name{
    margin-bottom: 0;
}

.cases-gallery__stat-value {
    font-size: 22px;
    line-height: 130%;
    color: #fff;
}

.cases-gallery__item--type-22 .cases-gallery__stat-value{
    font-size: 15px !important;
    text-align: right;
}

.portfolio-inside__btn{
    margin-top: -10px;
    margin-bottom: 30px;
}

@media (max-width: 640px) {
    .cases-gallery__item--type-22 .cases-gallery__stat-value{
        font-size: 12px !important;
    }
}

.cases-gallery__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 28px;
    padding: 14px 26px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
    font-size: 16px;
    line-height: 140%;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.cases-gallery__item:nth-child(-n+2) .cases-gallery__button {
    background: #fff;
    color: #282828;
}

@media (any-hover: hover) {
    .cases-gallery__button:hover {
        background: #fff;
        border-color: #fff;
        color: #282828;
    }

    .cases-gallery__item:nth-child(-n+2) .cases-gallery__button:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
    }
}

@media (max-width: 1440px) {
    .cases-gallery__card {
        min-height: 550px;
    }
}

@media (max-width: 1200px) {
    .cases-gallery__head {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .cases-gallery__card {
        min-height: 350px;
    }

    .cases-gallery__lead {
        justify-self: start;
        max-width: 100%;
    }

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

    .cases-gallery__item--top-wide,
    .cases-gallery__item--top-narrow,
    .cases-gallery__item--bottom-small,
    .cases-gallery__item--bottom-large {
        grid-column: span 3;
    }
}

@media (max-width: 900px) {
    .cases-gallery__wrapper {
        grid-template-columns: 1fr;
    }

    .cases-gallery__card {
        min-height: 520px;
    }

    .cases-gallery__item--top-wide,
    .cases-gallery__item--top-narrow,
    .cases-gallery__item--bottom-small,
    .cases-gallery__item--bottom-large {
        grid-column: auto;
    }

    .portfolio-inside__btn{
        margin-top: 30px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .cases-gallery__grid {
        overflow: visible;
        margin: 0 -13px 32px;
    }

    .cases-gallery__tabs {
        margin: -18px 0 30px;
        gap: 10px;
    }

    .cases-gallery__tab {
        min-height: 40px;
        padding: 9px 14px;
        font-size: 15px;
    }

    .cases-gallery__wrapper {
        display: flex;
        gap: 0;
    }

    .cases-gallery__card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .cases-gallery__item {
        width: 100%;
        padding: 0 13px;
    }

    .cases-gallery__grid.swiper .cases-gallery__item {
        flex-shrink: 0;
    }

    .cases-gallery__item--top-wide,
    .cases-gallery__item--top-narrow,
    .cases-gallery__item--bottom-small,
    .cases-gallery__item--bottom-large {
        grid-column: auto;
    }

    .cases-gallery__control {
        display: flex;
    }

    .cases-gallery__button {
        min-height: 44px;
        margin-top: 20px;
        padding: 11px 26px;
    }

    .context-cases{
        margin-bottom: 40px !important;
    }
    .seo_text{
        margin-bottom: 40px !important;
    }
}

@media (max-width: 640px) {
    .cases-gallery__lead {
        font-size: 16px;
    }

    .cases-gallery__body {
        padding: 24px;
    }

    .cases-gallery__card {
        min-height: 420px;
        border-radius: 24px;
    }

    .cases-gallery__card-text {
        font-size: 16px;
    }

    .cases-gallery__stats {
        gap: 16px;
        padding-top: 18px;
    }

    .cases-gallery__stat-name {
        font-size: 12px;
    }

    .cases-gallery__stat-value {
        font-size: 18px;
    }
}

.landing-offer__cta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}


.landing-offer__card p{
    margin-bottom: 10px;
}

.landing-offer__cta .btn p{
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
}

.landing-offer__cta-note {
    font-size: 16px;
    line-height: 145%;
    color: rgba(255,255,255,.82);
}

/* End */


/* Start:/local/templates/prsite/components/bitrix/news.list/reviews-list/style.css?17822066605325*/
.reviews-list {
    overflow: hidden;
}

.reviews-list .reviews-block__slider {
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.reviews-list .reviews-block__slider.is-switching {
    opacity: 0;
    transform: translateY(10px);
}

.reviews-list .swiper-wrapper {
    display: flex;
}

.reviews-list .slide-reviews-block {
    box-sizing: border-box;
    height: auto;
    flex-shrink: 0;
}

.reviews-list .slide-reviews-block:before {
    display: none;
}

.reviews-block__head{
    margin-bottom: 30px !important;
}

.reviews-list__tabs {
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.reviews-list__tab {
    min-height: 44px;
    padding: 10px 22px;
    border: 1px solid #d8e3fb;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.72);
    color: #282828;
    cursor: pointer;
    font: 500 16px/1.2 "VelaSans", sans-serif;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    border-radius: 10px;
}

.reviews-list__tab:hover,
.reviews-list__tab._active {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff;
}

.reviews-list__card {
    padding: 30px;
    
    border: 1px solid #d8e3fb;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);

    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reviews-list__logo-wrap {
    min-height: 40px;
    display: flex;
    align-items: flex-start;
}

.reviews-list__logo {
    width: 100%;
    max-width: 120px;
    max-height: 40px;
    object-fit: contain;
    object-position: left top;
}

.reviews-list__logo-placeholder {
    max-width: 220px;
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.reviews-list__content {
    flex: 1 1 auto;
}

.reviews-list__text {
    margin: 0;
    color: #282828;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

.reviews-list__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.reviews-list__meta {
    min-width: 0;
}

.reviews-list__company {
    color: #282828;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.reviews-list__person {
    margin-top: 9px;
    color: rgba(40, 40, 40, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.reviews-list__file {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.reviews-list__file img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reviews-list__nav {
    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.reviews-list__counter {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #282828;
    font-family: "VelaSans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.reviews-list__counter-divider {
    width: 60px;
    height: 1px;
    background: #282828;
}

.reviews-list__controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.reviews-list__controls .arrow {
    width: 54px;
    height: 54px;
    border: 1px solid #282828;
    background: transparent;
    box-shadow: none;
}

.reviews-list__controls .arrow:before {
    width: 12px;
    height: 12px;
    border-right: 1.6px solid #282828;
    border-bottom: 1.6px solid #282828;
    background-image: none;
}

.reviews-list__controls .arrow-prev:before {
    transform: rotate(135deg);
    left: 3px !important;
}

.reviews-list__controls .arrow-next:before {
    transform: rotate(-45deg);
    right: 3px !important;
}

.reviews-list__controls .arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

.reviews-block.reviews-block--list .slide-reviews-block{
    margin: 0;
}

.reviews-block.reviews-block--list .arrow-prev {
    margin-right: 10px;
}

.reviews-block.reviews-block--list .arrow:hover {
    box-shadow: none;
}

@media (max-width: 1279px) {
    .reviews-list__text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .reviews-list__card {
        padding: 28px 24px;
    }

    .reviews-list .reviews-block__slider {
        overflow: visible;
    }

    .reviews-list__text,
    .reviews-list__company,
    .reviews-list__counter {
        font-size: 18px;
    }

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

    .reviews-list__nav {
        margin-top: 30px;
    }

    .reviews-list__tabs {
        gap: 10px;
    }

    .reviews-list__tab {
        min-height: 40px;
        padding: 9px 14px;
        font-size: 15px;
    }

    .reviews-list__counter {
        justify-content: flex-start;
    }

    .reviews-list__controls {
        justify-content: flex-end;
    }
}

@media (max-width: 479px) {
    .reviews-list__card {
        padding: 24px 20px;
    }

    .reviews-list__footer {
        align-items: center;
    }

    .reviews-list__controls .arrow,
    .reviews-list__file {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .reviews-list__controls .arrow:before {
        width: 14px;
        height: 14px;
    }
}

/* End */


/* Start:/local/templates/prsite/components/bitrix/form.result.new/.default/style.css?1782206660940*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/prsite/components/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/prsite/components/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* 
.btn-fos{
    border-radius: 33px;
    font-family: "Roboto_Regular",Helvetica,Arial,sans-serif;
    text-align: center;
    text-decoration: none;
    min-width: 214px;

}

.btn-fos p{
	white-space: nowrap;
    position: relative;
    z-index: 2;
} */

/* End */


/* Start:/local/templates/prsite/components/bitrix/form.result.new/call_order/style.css?1782206660270*/
/* .btn-fos{
    border-radius: 33px;
    font-family: "Roboto_Regular",Helvetica,Arial,sans-serif;
    text-align: center;
    text-decoration: none;
    min-width: 214px;

} */

.btn-fos p{
	white-space: nowrap;
    position: relative;
    z-index: 2;
}

/* End */
/* /local/templates/prsite/css/pr-blocks.css?178841444513576 */
/* /local/templates/prsite/components/bitrix/news.list/cases-gallery/style.css?17822066608636 */
/* /local/templates/prsite/components/bitrix/news.list/reviews-list/style.css?17822066605325 */
/* /local/templates/prsite/components/bitrix/form.result.new/.default/style.css?1782206660940 */
/* /local/templates/prsite/components/bitrix/form.result.new/call_order/style.css?1782206660270 */
