

/* Start:/local/templates/karad/components/bitrix/news.list/page-banners/style.css?17791898172592*/
.page-banner__sec {
	margin: 134px 0 90px;
}

.page-banner__image {
	max-width: 100%;
	width: 100%;
}
.page-banner__item {
	position: relative;
    background-image: url(/upload/iblock/e71/boy16xho3l3n9ui1ecms0359luxwgmha.png);
    min-height: 775px;
    background-size: cover;
	display: flex;
    align-items: center;
	background-position: right;
	background-repeat: no-repeat;
}
.page-banners__text-box {
	max-width: 830px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.page-banners__title {
	font-size: 58px;
	font-weight: 600;
	line-height: 110%;
	margin: 0 0 20px 0;
	text-transform: none;
}
.page-banners__title span {
	color: #C9A86A;
}
.page-banners__text {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 60px 0;
    max-width: 720px;
	width: 100%;
}

.page-banners__btn {
	color: #0A0A0B;
	font-size: 16px;
	font-weight: 500;
	background: #C9A86A;
	transition: all .4s;
	width: 286px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 4px;
}
.page-banners__items {
	margin: 10px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.page-banners__item {
	background-color: #1A1E25;
	max-width: calc(25% - 5px);
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px 40px;
	gap: 4px;
	border-radius: 4px;
}
.page-banners__item-title {
	color: #C9A86A;
	margin: 0;
	text-transform: none;
	font-size: 58px;
	font-weight: 700;
}
.page-banners__item-text {
	margin: 0;
	color: #fff;
	opacity: .5;
	font-size: 16px;
	font-weight: 400;
}



@media screen and (max-width: 1460px) {
	.page-banner__item {
		min-height: 500px;
	}
}

@media screen and (max-width: 1150px) {
	.page-banners__items {
		flex-wrap: wrap;
		gap: 10px;
	}
	.page-banners__item {
    	max-width: calc(50% - 5px);
	}
}
@media screen and (max-width: 1024px) {
	.page-banners__title {
		font-size: 48px;
	}
	.page-banner__item {
        min-height: 425px;
    }
}


@media screen and (max-width: 768px) {
	.page-banners__title {
		font-size: 38px;
	}
	.page-banner__item {
        min-height: 350px;
    }
}


@media screen and (max-width: 575px) {
	.page-banner__sec {
		margin: 90px 0 60px;
	}
    .page-banner__item {
        min-height: 375px;
    }
    .page-banners__title {
        font-size: 32px;
    }
	.page-banners__text {
		margin: 0 0 30px 0;
	}
	.page-banners__item {
		padding: 15px 20px;
	}
	.page-banners__item-title {
		font-size: 46px;
	}
}


@media screen and (max-width: 500px) {
.page-banners__title {
        font-size: 26px;
    }
    .page-banners__item {
        max-width: 100%;
    }
}





/* End */


/* Start:/local/templates/karad/components/bitrix/news.list/bootstrap_v4/style.css?17791899634083*/
.cases {
    margin: 0 0 90px;
}

/* Медиа-контейнер с фиксированной высотой */
.cases__media {
    height: 235px;
    overflow: hidden;
    position: relative;
}

.cases__video-container {
    position: relative;
    cursor: pointer;
    background: #000;
    width: 100%;
    height: 100%;
}

.cases__video-thumb {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.cases__image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.cases__image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.cases__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cases__video-play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.cases__video-play svg {
    width: 48px;
    height: 48px;
    display: block;
}

/* Iframe и video после клика */
.cases__video-container iframe,
.cases__video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

/* Сетка */
.cases__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cases__item {
    max-width: calc(33.333% - 14px);
    width: 100%;
    background: #1A1E25;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Контент карточки */
.cases__content {
    padding: 20px;
}

.cases__title {
    margin: 0 0 10px 0;
    font-size: 18px;
    min-height: 40px;
    font-weight: 600;
}

.cases__info {
    display: flex;
    gap: 10px;
    margin: 0 0 10px 0;
}

.cases__info-item {
    padding: 4px 16px;
    background-color: #2A2E36;
    border-radius: 4px;
    line-height: 100%;
}

.cases__info-value {
    color: #C9A86A;
    font-size: 14px;
    font-weight: 400;
}

.cases__title-link {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-transform: none;
}

.cases__title-link:hover {
    color: #C9A86A;
}

.cases__preview-text {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #B0B0B0;
    line-height: 120%;
    font-weight: 400;
}

.cases__price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cases__info-item--price .cases__info-value {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
}

.cases__badge {
    position: absolute;
    top: 10px;
    padding: 4px 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
}

.cases__badge--work {
    left: 20px;
    background-color: #3C72CA;
}

.cases__badge--work.cases__badge--work-ppf {
    background-color: #3C72CA;
}

.cases__badge--work.cases__badge--work-vinil {
    background-color: #7A3709;
}
.cases__badge--work.cases__badge--work-polirovka {
    background-color: #198DA1;
}
.cases__badge--work.cases__badge--work-salon {
    background-color: #048233;
}

.cases__badge--material {
    right: 20px;
    background-color: #15181D;
}

.cases__badge-value {
    line-height: normal;
}

.cases__spec-label {
    font-weight: 600;
    color: #666;
}

.cases__spec-value {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 100%;
}

.cases__action {
    margin-top: 15px;
}

.cases__button {
    color: #C9A86A;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.cases__button:hover {
    background: #b89a5a;
    color: white;
}
@media screen and (max-width: 1280px) {
    .cases__item {
        max-width: calc(50% - 10px);
    }
}




@media screen and (max-width: 768px) {
    .cases__item {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
	.cases {
		margin: 0 0 60px;
	}
}

@media screen and (max-width: 500px) {
	.cases__content {
		padding: 15px;
	}
}

















/* End */


/* Start:/local/templates/karad/components/bitrix/news.list/reviews/style.css?17791897603548*/
.reviews {
    padding: 40px 0 90px;
}
.reviews__container {
	margin: 0 0 20px 0;
}
.reviews__btn-all {
	margin: 0 auto;
	width: 277px;
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #C9A86A;
	border-radius: 4px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

/* Сетка 3 в ряд */
.reviews__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reviews__item {
    max-width: 32%;
    width: 100%;
    background: #1A1E25;
    border-radius: 8px;
    overflow: hidden;
}

/* Медиа-контейнер с фиксированной высотой */
.reviews__media {
    height: 235px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.reviews__video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.reviews__video-preview {
    position: relative;
    width: 100%;
    height: 100%;
}

.reviews__video-thumb {
    width: 100%;
    height: 100% !important; 
    object-fit: cover;
    display: block;
}

/* Кнопка воспроизведения по центру */
.reviews__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews__video-play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.reviews__video-play svg {
    width: 48px;
    height: 48px;
    display: block;
}

/* Плашка с длительностью видео */
.reviews__video-duration {
    position: absolute;
    bottom: 10px;
    right: 20px;
    background: #000000;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    z-index: 10;
}

/* Плеер после клика */
.reviews__video-player {
    width: 100%;
    height: 100%;
    position: relative;
}

.reviews__video-player iframe,
.reviews__video-player video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

/* Контент карточки */
.reviews__content {
    padding: 20px;
}

.reviews__title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    color: #ffffff;
	text-transform: none;
}

.reviews__work {
    margin-bottom: 10px;
}

.reviews__work-value {
    color: #C9A86A;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
}
.reviews__box-title {
	font-size: 44px;
    font-weight: 600;
    line-height: 110%;
    margin: 0 0 14px 0;
    max-width: 1015px;
    width: 100%;
    text-transform: none;
}
.reviews__box-text {
	font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    max-width: 1015px;
    width: 100%;
    margin: 0;
}

.reviews__text {
    font-size: 14px;
    color: #B0B0B0;
    line-height: 140%;
    font-weight: 400;
}
@media screen and (max-width: 1280px){
	.reviews__box-title {
		font-size: 32px;
	}
}

@media screen and (max-width: 1024px) {
    .reviews__item {
        max-width: 49%;
    }
	.reviews__flex {
		gap: 14px;
	}
}

@media screen and (max-width: 768px) {
    .reviews__item {
        max-width: 100%;
		margin: 0 0 10px 0;
    }
    
	.reviews__flex {
		gap: 0;
	}
}
@media screen and (max-width: 575px) {
	.reviews {
		padding: 40px 0 60px;
	}
}

















/* End */


/* Start:/local/templates/karad/components/bitrix/news.list/brands/style.css?17791899171819*/
.brands {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	padding: 40px 0 90px;
}

.brands__item {
	max-width: calc(24% - 25px);
	width: 100%;
	height: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #1A1E25;
	padding: 20px 10px 10px;
	border-radius: 4px;
	box-sizing: content-box;
}

.brands__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.brands__picture {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	/* Сохраняет пропорции, вписывая изображение в контейнер */
	display: block;
}

.brands__text {
	margin-top: auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	width: 100%;
}
.brands__box-title {
	font-size: 44px;
	font-weight: 600;
	line-height: 110%;
	margin: 0 0 14px 0;
	max-width: 1015px;
	width: 100%;
	text-transform: none;
}
.brands__box-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	max-width: 1015px;
	width: 100%;
	margin: 0;
}


@media screen and (max-width: 1280px) {
	.brands__item {
    	max-width: calc(24% - 26px);
	}
	.brands__box-title {
		font-size: 32px;
	}

}
@media screen and (max-width: 1024px) {
	.brands__item {
        max-width: 46%;
    }
	.brands {
		gap: 15px;
	}

}

@media screen and (max-width: 768px) {
    .brands {
        gap: 0;
    }
	.brands__item {
        margin: 0 0 6px 0;
    }
}
@media screen and (max-width: 575px) {
    .brands__item {
        margin: 0 0 10px 0;
        box-sizing: border-box;
        max-width: 49%;
    }
	.brands {
		padding: 40px 0 60px;
	}
}
@media screen and (max-width: 500px) {
    .brands__item {
        max-width: 100%;
    }
}









/* End */
/* /local/templates/karad/components/bitrix/news.list/page-banners/style.css?17791898172592 */
/* /local/templates/karad/components/bitrix/news.list/bootstrap_v4/style.css?17791899634083 */
/* /local/templates/karad/components/bitrix/news.list/reviews/style.css?17791897603548 */
/* /local/templates/karad/components/bitrix/news.list/brands/style.css?17791899171819 */
