

/* 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.detail/seo-single-header/style.css?1782206660226*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.landing-main__btn.landing-main__btn_seo_single{
	max-width: 500px;
}

/* 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 */


/* Start:/local/templates/prsite/components/bitrix/breadcrumb/breadcrumbs/style.css?1782206660585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/prsite/components/bitrix/news.list/cases-swiper/style.css?17822066606172*/
.slide-portfolio-inside--small .slide-portfolio-inside__logo img {
	transition: filter 0.3s  linear;
    filter: brightness(0) invert(1);
}

.slide-portfolio-inside--big .slide-portfolio-inside__logo img {
	transition: filter 0.3s linear;
    filter: brightness(0) invert(1);
}

.slide-portfolio-inside--small:hover .slide-portfolio-inside__logo img  {
    filter: none;
}
.slide-portfolio-inside--big:hover .slide-portfolio-inside__logo img  {
    filter: none;
}

.slide-portfolio-name{
	font-weight: 600;
    font-size: 24px;
    color: #FFF;
    margin: 0px 0px 16px 0px;
}

.slide-portfolio-inside--big,.slide-portfolio-inside--small{
	transition: transform .3s  linear; 
	transform: scale(1);
}

.slide-portfolio-inside--big:hover{
 transition: transform .3s  linear; 
 transform: scale(1.03);
}

.slide-portfolio-inside--small:hover{
	transition: transform .3s  linear; 
	transform: scale(1.03);
   }

.portfolio-inside__slider {
	 margin: 0 !important; 
}

.slide-portfolio-inside__logo_name {
    height: 100%;
	line-height: 28px;
}

.slide-portfolio-inside__logo_text {
	line-height: 25px;
}
.chart-wrapper{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.img-wrapper{
	display: flex;
    justify-content: center;
    margin-bottom: 10px;
	width: 100%;
	height: 239px;
}

.img-wrapper img{
	height: 100%;
}

.cases-swiper-left-slide{
    width: 100%;
    display: flex;
    padding-right: 245px;
    min-width: 100%;
}
.cases-swiper-left__control{
    display: none;
}
.cases-swiper-bottom-row{
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.cases-swiper-bottom-row__title{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding-bottom: 10px;
    flex-grow: 1;
}

.cases-swiper-bottom-row{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    transform: translate(35px, -50px);
    overflow: hidden;
    border-radius: 20px;
}
.cases-swiper-bottom-row__text{
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    opacity: 0.6;
}
.cases-swiper-bottom-row__item{
    width: 338px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 35px 25px;
    min-width: 338px;
    cursor: pointer;
}
.cases-swiper-bottom-row__item:before{
    content: "";
    width: 1px;
    opacity: 0.2;
    background: #000;
    position: absolute;
    right: 0;
    top: 25px;
    height: calc(100% - 50px);
}
.cases-swiper-bottom-row__item-active .cases-swiper-bottom-row__title{
    color: #1F60D1;
}
.cases-swiper-bottom-row__item-active .cases-swiper-bottom-row__text{
    font-weight: 500;
    color: #181818;
    opacity: 1;
}

.cases-swiper__row{
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    padding: 35px 0px 105px 35px;
    color: #181818;
    min-height: 300px;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width:576px) {
    .cases-swiper__row{
        border-radius: 0;
    }
}

.cases-swiper-left{
    padding: 0 35px;
    min-width: 295px;
    display: flex;
    flex-direction: column;
}
.cases-swiper-right{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cases-swiper-left__title{
    color: #1F60D1;
    font-weight: 600;
    font-size: 24px;
}
.cases-swiper-left__text{
    font-weight: 500;
    font-size: 14px;
    padding: 10px 0;
}
.cases-swiper-left__item + .cases-swiper-left__item{
    margin-top: 35px;
}
.cases-swiper-right__title{
    font-weight: 600;
    font-size: 18px;
}
.cases-swiper-right__text{
    font-size: 16px;
    line-height: 150%;
    padding-top: 15px;
    min-height: 125px;
    flex-grow: 1;
}
.cases-swiper-right__control{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cases-swiper-right__control-left,
.cases-swiper-right__control-right{
    display: flex;
}
.cases-swiper-right__control-left{
    gap: 12px;
}
.cases-swiper__button.btn{
    background: linear-gradient(92.12deg, #ff4b2b -0.03%, #ff416c 64.03%);
    padding: 5px 42px;
    min-width: 190px;
}
.cases-swiper__button-case.btn{
    background: #F7F7F7;
    padding: 5px 30px;
    color: #181818;
    min-width: 190px;
}
.context-cases__nav.cases-swiper-control{
    display: none;
}
.cases-swiper__button-case.btn:hover{
    background: #F7F7F7;
    color: #181818;
}

@media (max-width: 1020px){
    .cases-swiper__row{
        flex-direction: column;
        padding: 0px;
        background: none;
        border: none;
    }
    .cases-swiper-left-slide{
        display: flex;
        flex-direction: column;
        padding-right: 0;
    }
    .cases-swiper-left{
        flex-direction: row;
        order: 1;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        border-radius: 20px;
    }
    .context-cases__nav.cases-swiper-control{
        display: flex;
    }
    .cases-swiper-left__item + .cases-swiper-left__item{
        margin-top: 0;
    }
    .cases-swiper-bottom-row{
        display: none;
    }
    .cases-swiper-right__control-right{
        display: none;
    }
    .cases-swiper-left__control{
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 30px;
    }
    .cases-swiper-left__control .btn{
        width: 100%;
        min-width: 100%;
        margin: 5px 0;
    }
    .cases-swiper-right__control{
        display: none;
    }
    .cases-swiper-right__title{
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
    }
}
@media (max-width: 700px){
    .cases-swiper-left{
        flex-direction: column;
    }
    .cases-swiper-left__item + .cases-swiper-left__item{
        margin-top: 35px;
    }
    .cases-swiper-right__logo img{
        max-height: 45px;
    }
    .cases-swiper-right__logo{
        margin-bottom: 30px;
    }
}
.cases-swiper-right__text .img-wrapper{
    margin-top: 20px;
}
.cases-swiper-right__logo img{
    max-height: 36px;
}
.cases-swiper-right__logo{
    margin-bottom: 26px;
}
/* End */


/* Start:/local/templates/prsite/components/bitrix/news.list/reviews-slider/style.css?1782206660159*/
.logo-image{
	object-fit: scale-down !important;
	object-position: left;
}
.reviews-block .slide-reviews-block .image-reviews-main__block p{
font-size: 14px;
}
/* End */


/* Start:/local/templates/prsite/components/bitrix/news.list/team-photos/style.css?17822066601461*/
.team-photos-swiper__control{
    gap: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.team-photos__title{
    max-width: calc(100% - 200px);
}

.team-photos__header{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: baseline;
}

.team-photos-swiper__row{
    margin: 0 -15px;
    overflow: hidden;
}
.team-photos__item{
    padding: 0 15px 45px 15px;
    width: 25%;
    min-width: 327px;
}

.team-photos__image{
    border-radius: 20px;
    overflow: hidden;
}

.team-photos__image img{
    width: 100%;
    height: 396px;
    object-fit: cover;
}
.team-photos-swiper__row .swiper-wrapper{
    display: flex;
    flex-wrap: nowrap;

}
.team-photos__name{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}
.team-photos__position{
    font-size: 16px;
}

.team-photos-swiper__control--mobile{
    display: none;
}

.team-photos-swiper__control--desktop{
    display: flex;
}

@media (max-width: 700px) {
    .team-photos-swiper__row{
        overflow: visible;
        margin: 0 -13px;
    }
    .team-photos__item{
        width: 297px;
        min-width: 297px;
        padding: 0 13px 45px 13px;
    }
    .team-photos-swiper__control--mobile{
        display: flex;
        gap: 15px;
    }
    .team-photos-swiper__control--desktop{
        display: none;
    }
    .team-photos__title{
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/prsite/components/bitrix/news.detail/suggestions-bar/style.css?1782206660155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/templates/prsite/css/pr-blocks.css?178841444513576 */
/* /local/templates/prsite/components/bitrix/news.detail/seo-single-header/style.css?1782206660226 */
/* /local/templates/prsite/components/bitrix/form.result.new/call_order/style.css?1782206660270 */
/* /local/templates/prsite/components/bitrix/breadcrumb/breadcrumbs/style.css?1782206660585 */
/* /local/templates/prsite/components/bitrix/news.list/cases-swiper/style.css?17822066606172 */
/* /local/templates/prsite/components/bitrix/news.list/reviews-slider/style.css?1782206660159 */
/* /local/templates/prsite/components/bitrix/news.list/team-photos/style.css?17822066601461 */
/* /local/templates/prsite/components/bitrix/news.detail/suggestions-bar/style.css?1782206660155 */
