

/* Start:/local/templates/xxc/components/bitrix/news.detail/page/style.css?16996176003384*/
.awards {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: repeat(4, 1fr);
	padding: 17px 0;
	grid-gap: 23px
}

.awards__item {
	position: relative;
	border: 1px solid #bd9673;
	-o-border-image: linear-gradient(93.59deg, #bd9673 3.49%, #7d5e42 101.32%);
	border-image: linear-gradient(93.59deg, #bd9673 3.49%, #7d5e42 101.32%);
	border-image-slice: 1
}

.awards__item img {
	width: 100%;
	height: 100%;
	display: block
}

.awards__item:hover:after {
	opacity: 1
}

.awards__item:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 36px;
	height: 36px;
	background-image: url(/img/zoom.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
	pointer-events: none
}

@media screen and (max-width:1200px) {
	.awards {
		padding: 0;
		grid-gap: 14px
	}
}

@media screen and (max-width:767px) {
	.awards {
		grid-template-columns: repeat(2, 1fr);
		text-align: center
	}
}

@media screen and (max-width:640px) {

	.awards {
		display: block
	}

	.awards__item {
		width: 71%;
		margin: auto auto 14px
	}
}


.notice {
	background: #f7f4f1;
	position: relative;
	padding: 40px;
	overflow: hidden
}

.notice__image {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 366px;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat
}

.notice__image:after {
	content: "";
	background: linear-gradient(85.2deg, #f7f4f1 5.09%, rgba(247, 244, 241, 0) 87.04%);
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0
}

.notice__info {
	position: relative;
	z-index: 1;
	width: 75%
}

.notice__title {
	font-size: 1.5rem;
	line-height: 2rem;
	text-transform: uppercase;
	margin-bottom: 20px
}

.notice__text {
	margin-bottom: 30px
}

.notice__social .icon {
	width: 26px;
	height: 26px;
	margin-right: 8px
}

.notice__social a {
	white-space: nowrap;
	color: var(--text_color);
	margin-right: 11px;
	display: inline-block
}

.notice__social a:hover {
	background-color: #7d5e42;
	background: linear-gradient(93.59deg, #bd9673 3.49%, #7d5e42 101.32%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@media screen and (max-width:1200px) {
	.notice__image {
		width: 440px
	}

	.notice__image:after {
		background: linear-gradient(81.68deg, #f7f4f1 48.19%, rgba(247, 244, 241, 0) 163.05%)
	}

	.notice__info {
		width: 100%
	}

	.notice__text {
		margin-bottom: 20px
	}
}

@media screen and (max-width:640px) {
	.notice {
		padding: 38px 21px 15px
	}

	.notice:after {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 0;
		content: "";
		background: linear-gradient(119.92deg, #f7f4f1 72.28%, rgba(247, 244, 241, 0) 147.73%)
	}

	.notice__image {
		background-position: right bottom;
		background-size: contain;
		height: 208px;
		right: -70px
	}

	.notice__image:after {
		content: none;
		background: linear-gradient(119.92deg, #f7f4f1 72.28%, rgba(247, 244, 241, 0) 147.73%)
	}

	.notice__title {
		font-size: 1.125rem;
		line-height: 1.484rem
	}

	.notice__social a {
		margin-bottom: 20px
	}

}
/* End */
/* /local/templates/xxc/components/bitrix/news.detail/page/style.css?16996176003384 */
