

/* Start:/local/templates/megamart_default/components/bitrix/news.list/dlya_oteley_banner/style.css?1752153502963*/
.otel-banner {
	position: relative;
	margin: 0 0 2rem;
}
.otel-banner-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.otel-banner-data {
	position: relative;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
	text-decoration: none !important;
}
.otel-banner-title {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    max-width: 450px;
}
.otel-banner-text {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
}

@media screen and (max-width: 1199px) {
	.otel-banner-data { padding: 50px 30px }
	.otel-banner-title {
		font-size: 30px;
		line-height: 36px;
		max-width: 350px;
	}
}
@media screen and (max-width: 767px) {
	.otel-banner-title {
		font-size: 30px;
		line-height: 36px;
	}
}
/* End */


/* Start:/local/templates/megamart_default/components/bitrix/news/dlya_oteley/bitrix/news.list/.default/style.css?17538786865248*/
/* .l-main .l-section--shadow .l-section__wrap-main { box-shadow: none } */
/* .l-main .l-section--bg-white .l-section__main { background-color: transparent } */
.b-news-list-line {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.b-news-list-tile__item {
	background-color: #ffffff;
	-webkit-box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
	box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
}
.b-news-list-line__item {
	background: #fff;
	position: relative;
	display: flex;
	height: 100%;
	box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
}
.b-news-list-line__img_block {
	position: relative;
	/* width: 40%; */
	flex-shrink: 0;
}
.b-news-list-tile__pic {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 0;
	margin-bottom: 0.5rem;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
	text-align: center;
}

.b-news-list-tile__body,
.b-news-list-line__body {
	display: block;
	padding: 0.25rem 1rem 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.b-news-list-tile__title,
.b-news-list-line__title,
.b-news-list-tile__head { overflow: hidden }
.b-news-list-line__head .b-news-list-line__title { margin-bottom: 0 }
.b-news-list-line__title {
	max-height: 2.5rem;
}
.b-news-list-tile__title > a, .b-news-list-line__title > a,
.b-news-list-tile__title > a:hover,
.b-news-list-line__title > a:hover {
	color: #202020;
}
.b-news-list-line__title a {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
}

@media (min-width: 1200px) {
	.b-news-list-tile__pic {
		padding-bottom: 66.66667%;
	}
}

.b-news-list-tile__stickers {
	position: relative;
	margin-bottom: 0.5rem;
}

.b-news-list-tile__stickers-in {
	position: absolute;
	top: -1.94rem;
	height: 2.38rem;
	max-height: 2.38rem;
	overflow: hidden;
}

.b-news-list-tile__head {
	padding: 0 1rem;
}

.b-news-list-tile__info {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ff5605;
}

.b-news-list-tile__info-date {
	position: relative;
	font-size: 75%;
	color: #7d8698;
}

.b-news-list-tile__info-slogan {
	font-size: 75%;
	color: #ff5605;
}

.b-news-list-tile__info-date + .b-news-list-tile__info-slogan {
	padding-left: 0.5rem;
}

.b-news-list-tile__info-date + .b-news-list-tile__info-slogan:before {
	display: inline-block;
	content: "|";
	color: #7d8698;
	padding-right: 0.5rem;
}

.b-news-list-tile__title {
	max-height: 3.75rem;
}

.b-news-list-line__pic__canvas {
    position: relative;
    display: block;
    height: 100%;
	max-width: 490px;
    overflow: hidden;
}

.b-news-list-line__pic {
	display: block;
    max-width: initial;
    height: 100%;
    margin: auto;
}

.b-news-list-line__body {
	padding: 30px;
	flex-grow: 1;
}

.b-news-list-line__stickers {
	position: absolute;
	padding-top: 1rem;
    padding-left: 1rem;
	z-index: 1;
}

.b-news-list-line__head,
.b-news-list-controll {
	display: flex;
    gap: 17px;
}
.b-news-list-line__head {
    flex-direction: column;
    justify-content: space-between;
	height: 100%;
    /* padding: 30px 20px 30px 10px; */
}
.b-news-list-line__preview-text {
	color: #3d3d3d;
	line-height: 17px;
	height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.b-news-list-line__preview-text.active {
	height: auto;
	-webkit-line-clamp: none;
}
.b-news-list-price {
	color: #3d3d3d;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}

.b-news-list-controll .item_add_to_orderlist,
.b-news-list-controll .show_more {
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-grow: 1;
    gap: 10px;
    height: 36px;
}
.b-news-list-controll .item_add_to_orderlist { background: #d5352a }
.b-news-list-controll .item_add_to_orderlist.checked {
	background: #f1f1f1;
    color: #000;
    border: 1px solid #000;
}
.b-news-list-controll .item_add_to_orderlist.checked > svg { stroke: #000 }
.b-news-list-controll .show_more { background: #3d3d3d }

.b-news-list-line__info-date {
	position: relative;
	font-size: 75%;
	color: #7d8698;
}

.b-news-list-line__info-slogan {
	font-size: 75%;
	color: #ff5605;
}

.b-news-list-line__info-date + .b-news-list-line__info-slogan {
	padding-left: 0.5rem;
}

.b-news-list-line__info-date + .b-news-list-line__info-slogan:before {
	display: inline-block;
	content: "|";
	color: #7d8698;
	padding-right: 0.5rem;
}


@media (max-width: 1400px) {
	.b-news-list-line__pic {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.b-news-list-line__img_block { width: 40% }
	.b-news-list-controll { gap: 10px }
}
@media (max-width: 768px) {
	.b-news-list-line__item,
	.b-news-list-controll { flex-direction: column }
	.b-news-list-line__body { padding: 20px 20px 0 }
	.b-news-list-line__pic__canvas { height: auto }
	.b-news-list-line__pic {
		position: static;
		transform: none;
        width: 100%;
		height: auto;
	}
	.b-news-list-line__img_block { width: 100% }
	.b-news-list-controll { margin: 0 -20px }
}
/* End */
/* /local/templates/megamart_default/components/bitrix/news.list/dlya_oteley_banner/style.css?1752153502963 */
/* /local/templates/megamart_default/components/bitrix/news/dlya_oteley/bitrix/news.list/.default/style.css?17538786865248 */
