

/* Start:/local/templates/merssel/components/bitrix/news/cars/style.css?1770731444164*/
.catalog__more-btn{
    color: var(--White, #F2F2F2);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}
/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.css?1703107853124*/
td.popupmenu div.popupitem .playlist-edit {background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif);}
/* End */


/* Start:/local/templates/merssel/components/bitrix/news.list/main_vide0_banner/style.css?17746752112485*/
.image_video_bg {
	position: relative;
	overflow: hidden;
}


.top_video_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.top_video_bg .content-video {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.content-video .video_bg {
	height: auto;
	width: auto;
	position: absolute;
	min-width: 100%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.content-video .color-overlay {
	background: linear-gradient(180deg, rgb(0 0 0 / 15%) 58%, #000000);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 1;
}

@media screen and (max-width: 840px) {
	.content-video .color-overlay {
		background: linear-gradient(0deg, rgb(0 0 0 / 15%) 100%, #000000);
	}
}

/* Колонка: текст баннера + блок преимуществ (Figma 2923:9363) */
.image_video_bg .banner-main__bottom {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	max-width: 1200px;
	position: relative;
	z-index: 5;
	box-sizing: border-box;
}

.image_video_bg .banner-main__features {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

.image_video_bg .banner-main-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 12px;
	min-height: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgb(17 17 17 / 60%);
}

.image_video_bg .banner-main-feature__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
}

.image_video_bg .banner-main-feature__icon svg {
	display: block;
	width: 32px;
	height: 32px;
}

.image_video_bg .banner-main-feature__icon img {
	display: block;
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.image_video_bg .banner-main-feature__text {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #f2f2f2;
}

@media screen and (max-width: 1024px) {
	.image_video_bg .banner-main__features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 520px) {
	.image_video_bg .banner-main__features {
		grid-template-columns: 1fr;
	}

	.image_video_bg .banner-main-feature__text {
		font-size: 16px;
		line-height: 22px;
	}
}

/* End */


/* Start:/local/templates/merssel/components/bitrix/breadcrumb/main/style.css?17708791171049*/
.banner-clients__breadcrumbs {
	display: flex;
	gap: 7px;
	flex-direction: row;
	flex-wrap: wrap;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"] {
	position: relative;
	padding: 0 0 0 14px;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"]:before {
	content: '/';
	margin-right: 12px;
	position: absolute;
	left: 0;
	top: 0;
	color: #C3C3C3;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"]:first-of-type {
	padding: 0;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"]:first-of-type:before {
	content: '';
	margin-right: 0;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"] a {
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	color: #C3C3C3;
	text-decoration: none;
	cursor: pointer;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"] > span[itemprop="name"] {
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	color: #C3C3C3;
}

@media screen and (max-width: 840px) {

	.banner-clients__breadcrumbs {
		display: none;
	}

}

/* End */


/* Start:/local/templates/merssel/components/bitrix/news/cars/bitrix/news.list/.default/style.css?1770731444150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/merssel/components/bitrix/news.list/services/style.css?1770731444345*/
.btn_read {
	width: 100%;
	height: 60px;
	border: 1px solid #8A8A8A;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
line-height: 160%;

	color: #F2F2F2;
	text-decoration: none;
	transition: border .2s;
}


.btn_read:hover {
	border: 1px solid rgb(210 175 101 / 50%);
	color: #d2af65;
}
/* End */


/* Start:/local/templates/merssel/components/bitrix/news.list/otz/style.css?17708688661796*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* Клик по отзыву — открытие модального окна */
.gratitude__item_clickable {
	cursor: pointer;
}
.gratitude__item-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}
.gratitude__item-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.gratitude-modal {
	max-width: 560px;
	padding: 24px;
	box-sizing: border-box;
}
.gratitude-modal__title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #1a1a1a;
}
.gratitude-modal__text {
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
}
.gratitude-modal__text p {
	margin: 0 0 0.75em;
}
.gratitude-modal__text p:last-child {
	margin-bottom: 0;
}

.gratitude-fancybox .fancybox-content {
	padding: 0;
	overflow: auto;
	max-height: 85vh;
}
.gratitude-fancybox .fancybox-slide--inline .fancybox-content {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}

.gratitude-fancybox .fancybox-toolbar.fancybox__toolbar__items--right,
.gratitude-fancybox .fancybox__toolbar__items--right {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
}
.gratitude-fancybox .fancybox-toolbar .fancybox-button {
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: none;
	border-radius: 0;
}
.gratitude-fancybox .fancybox-toolbar .fancybox-button:hover {
	background: rgba(0,0,0,0.7);
	color: #fff;
}
.gratitude-fancybox .fancybox-toolbar .fancybox-button--close {
	right: 0;
	top: 0;
}

/* End */


/* Start:/local/templates/merssel/components/bitrix/news.list/brands/style.css?177073144440*/
body .clients__item img{
	width: 100%;
}
/* End */
/* /local/templates/merssel/components/bitrix/news/cars/style.css?1770731444164 */
/* /bitrix/components/bitrix/player/templates/.default/style.css?1703107853124 */
/* /local/templates/merssel/components/bitrix/news.list/main_vide0_banner/style.css?17746752112485 */
/* /local/templates/merssel/components/bitrix/breadcrumb/main/style.css?17708791171049 */
/* /local/templates/merssel/components/bitrix/news/cars/bitrix/news.list/.default/style.css?1770731444150 */
/* /local/templates/merssel/components/bitrix/news.list/services/style.css?1770731444345 */
/* /local/templates/merssel/components/bitrix/news.list/otz/style.css?17708688661796 */
/* /local/templates/merssel/components/bitrix/news.list/brands/style.css?177073144440 */
