

/* Start:/local/templates/lorynait/css/news.css?168027074711449*/
.bg-light {
	background: #F8F8F8 !important;
}

.container.container-md {
	max-width: 972px;
}

.content-section {
	padding: 40px 0 80px;
	overflow: hidden;
}

@media (max-width: 1023px) {
	.content-section {
		padding-bottom: 60px;
	}
}

.article-section {
	padding: 120px 0 60px;
}

@media (max-width: 1023px) {
	.article-section {
		padding: 40px 0;
	}
}

.article-section .container {
	max-width: 1280px;
}

.module-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 35px 115px 45px;
	line-height: 1.95;
	margin-bottom: 50px;
	background: #fff;
}

@media (max-width: 1023px) {
	.module-content {
		padding: 30px 50px 40px;
	}
}

@media (max-width: 767px) {
	.module-content {
		padding: 20px;
	}
}

.module-content h1 {
	font-weight: 700;
}

@media (min-width: 1024px) {
	.module-content h1 {
		font-size: 36px;
		line-height: 1.3;
		margin-bottom: 24px;
	}
}

.module-content h3 {
	margin-bottom: 15px;
}

.module-content p {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.module-content p {
		margin-bottom: 37px;
	}
}

.module-content p:last-child {
	margin-bottom: 0;
}

.module-content-img {
	margin-bottom: 20px;
	background: #F9F4F0;
}

@media (min-width: 1024px) {
	.module-content-img {
		margin-bottom: 37px;
	}
}

.module-content-img img {
	display: block;
	margin: 0 auto;
}

.news-wrapper {
	padding: 40px 0;
}

.news-wrapper-headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 26px;
}

@media (max-width: 599px) {
	.news-wrapper-headline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 0;
	}
}

.news-wrapper-headline h2 {
	margin: 0;
}

@media (max-width: 599px) {
	.news-wrapper-headline h2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.news-wrapper-headline .link-more {
	display: inline-block;
	position: relative;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	color: #C0AA98;
	padding-right: 12px;
}

@media (max-width: 1023px) {
	.news-wrapper-headline .link-more {
		font-size: 16px;
		line-height: 1.2;
	}
}

.news-wrapper-headline .link-more:hover {
	text-decoration: underline;
}

.news-wrapper-headline .link-more::before {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	width: 10px;
	height: 10px;
	border-left: 1px solid #C0AA98;
	border-bottom: 1px solid #C0AA98;
	-webkit-transform: rotate(-136deg);
	-ms-transform: rotate(-136deg);
	transform: rotate(-136deg);
}

@media (max-width: 599px) {
	.news-wrapper-headline .link-more::before {
		width: 8px;
		height: 8px;
		top: 7px;
	}
}

.news-slider {
	margin: 0 -8px;
	position: relative;
	visibility: hidden;
}

.news-slider.slick-initialized {
	visibility: visible;
}

@media (max-width: 599px) {
	.news-slider {
		margin: 0 -15px;
	}
}

@media (min-width: 600px) {
	.news-slider .item {
		padding: 0 8px;
	}
}

.card-tile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.card-tile:hover .card-tile-img img,
.card-tile:hover .card-tile-bg-holder .bg-stretch img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

@media (max-width: 599px) {
	.card-tile-content {
		padding: 0 20px;
	}
}

.card-tile-content h3 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.card-tile-content a {
	color: #C0AA98;
}

.card-tile-content a:hover {
	text-decoration: underline;
}

.card-tile .text-wrap {
	max-width: 332px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-height: 1.38;
	overflow: hidden;
	color: #858585;
}

.card-tile-bg-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	height: 310px;
	color: #fff;
	padding: 24px 35px;
}

@media (max-width: 767px) {
	.card-tile-bg-holder {
		padding: 20px;
		height: 260px;
	}
}

.card-tile-bg-holder .bg-stretch img {
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}

.card-tile-bg-holder .h2 {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 500px;
}

.card-tile-bg-holder::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.card-tile-date {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 4px 7px;
	background: rgba(0, 0, 0, 0.2);
}

.card-tile-img {
	overflow: hidden;
	margin-bottom: 14px;
}

.card-tile-img img {
	width: 100%;
	display: block;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}

.link-view {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.article-list {
	margin: 0 -32px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1199px) {
	.article-list {
		margin: 0 -20px;
	}
}

@media (max-width: 1023px) {
	.article-list {
		margin: 0 -10px;
	}
}

@media (max-width: 599px) {
	.article-list {
		margin: 0 -15px;
	}
}

.article-list li {
	width: 33.3%;
	padding: 0 32px;
	margin-bottom: 65px;
}

@media (max-width: 1199px) {
	.article-list li {
		padding: 0 20px;
	}
}

@media (max-width: 1023px) {
	.article-list li {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media (max-width: 599px) {
	.article-list li {
		width: 100%;
		padding: 0;
	}
}

@media (min-width: 1024px) {
	.article-list li.second-width {
		width: 50%;
	}
}

.article-headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 80px;
	padding-right: 480px;
}

@media (max-width: 1023px) {
	.article-headline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 30px;
		padding-right: 280px;
	}
}

@media (max-width: 767px) {
	.article-headline {
		padding-right: 0;
	}
}

.article-headline h2 {
	text-transform: uppercase;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.article-headline .search-blog-form {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.search-blog-form {
	position: relative;
	max-width: 328px;
	width: 100%;
}

@media (max-width: 1023px) {
	.search-blog-form {
		max-width: 280px;
	}
}

@media (max-width: 767px) {
	.search-blog-form {
		max-width: none;
		width: 100%;
	}
}

.search-blog-form input.form-input {
	padding-right: 40px;
}

.search-blog-form .btn-search {
	position: absolute;
	top: 50%;
	right: 15px;
	padding: 0;
	border: none;
	background: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.date-selected {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 250px;
	text-align: center;
	position: relative;
}

@media (max-width: 1023px) {
	.date-selected {
		margin-left: 50px;
	}
}

@media (max-width: 599px) {
	.date-selected {
		max-width: 185px;
	}
}

.date-selected .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.date-selected .item {
	padding: 20px 10px;
	width: 33.333%;
}

.date-selected .item.slick-current a {
	color: #000;
	font-size: 24px;
}

@media (max-width: 599px) {
	.date-selected .item.slick-current a {
		font-size: 18px;
	}
}

.date-selected .item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 32px;
	color: #87847F;
}

@media (max-width: 599px) {
	.date-selected .item a {
		font-size: 12px;
		line-height: 1.2;
		min-height: 30px;
	}
}

.date-selected .slick-arrow {
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	width: 48px;
	height: 48px;
	border: none;
	padding: 0;
	background: #fff;
	z-index: 9;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.date-selected .slick-arrow:hover {
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.date-selected .slick-arrow:hover.slick-next::after, .date-selected .slick-arrow:hover.slick-next::before, .date-selected .slick-arrow:hover.slick-prev::after, .date-selected .slick-arrow:hover.slick-prev::before {
	border-left-color: #3D382C;
	border-bottom-color: #3D382C;
}

.date-selected .slick-arrow.slick-next {
	right: -48px;
}

.date-selected .slick-arrow.slick-next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -12px 0 0 -6px;
	border-left: 2px solid #A8A6A3;
	border-bottom: 2px solid #A8A6A3;
	-webkit-transform: rotate(-136deg) translateY(-50%) translateX(-50%);
	-ms-transform: rotate(-136deg) translateY(-50%) translateX(-50%);
	transform: rotate(-136deg) translateY(-50%) translateX(-50%);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.date-selected .slick-arrow.slick-prev {
	left: -48px;
}

.date-selected .slick-arrow.slick-prev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: 4px 0 0 -3px;
	border-left: 2px solid #A8A6A3;
	border-bottom: 2px solid #A8A6A3;
	-webkit-transform: rotate(45deg) translateY(-50%) translateX(-50%);
	-ms-transform: rotate(45deg) translateY(-50%) translateX(-50%);
	transform: rotate(45deg) translateY(-50%) translateX(-50%);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
/* End */


/* Start:/local/templates/lorynait/components/bitrix/news.list/flat/themes/yellow/style.css?1680270747252*/
/*RATING*/
.bx-newslist .fa.bx-star-active {
	color: #F9A91D;
}
/*BTN*/
.bx-newslist .btn {
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-newslist .btn:active,
.bx-newslist .btn:hover {
	background-color: #FABA4A;
	border-color: #FABA4A;
}

/* End */
/* /local/templates/lorynait/css/news.css?168027074711449 */
/* /local/templates/lorynait/components/bitrix/news.list/flat/themes/yellow/style.css?1680270747252 */
