

/* Start:/local/templates/cgs71/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17884684084080*/
div.news-detail {
	word-wrap: break-word;
}

div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}

.news-date-time {
	color: #486DAA;
}


.article-rating {
	position: relative;
	width: 100%;
	margin: 60px auto 40px auto;
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	padding: 40px 20px;
	display: flex;
	justify-content: center;
	border: 1px solid #00b9fb;
}

.article-rating__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	pointer-events: none;
}

.article-rating__container {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
}

.article-rating__title {
	font-family: inherit;
	font-weight: 800;
	font-size: 28px;
	color: #2b314b;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.article-rating__subtitle {
	font-size: 15px;
	color: #8b92a5;
	margin-bottom: 30px;
}

.article-rating__actions {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.article-rating__btn {
	display: flex;
	align-items: center;
	background: #ffffff;
	border: 1px solid #e1e7f0;
	border-radius: 20px;
	padding: 12px 25px 12px 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: left;
	width: 100%;
	max-width: 320px;
	outline: none;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.article-rating__btn:disabled {
	cursor: default;
	opacity: 0.8;
}

.article-rating__btn:not(:disabled):hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.article-rating__icon-wrapper {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	flex-shrink: 0;
}

.article-rating__icon-wrapper--like {
	background: linear-gradient(135deg, #42a5f5, #2196f3);
}

.article-rating__icon-wrapper--dislike {
	background: #e8f5e9;
}

.article-rating__icon {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.article-rating__text {
	flex-grow: 1;
}

.article-rating__btn-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}

.article-rating__btn-title--like {
	color: #1976d2;
}

.article-rating__btn-title--dislike {
	color: #2e7d32;
}

.article-rating__count {
	opacity: 0.7;
	font-size: 14px;
}

.article-rating__btn-desc {
	font-size: 13px;
	color: #8b92a5;
}

.article-rating__arrow {
	width: 8px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
}


.article-rating__arrow--like {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%231976d2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.article-rating__arrow--dislike {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%232e7d32' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.article-rating__btn--like {
	position: relative;
}

.floating-heart {
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231976d2'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
	background-size: cover;
	pointer-events: none;
	z-index: 10;
	animation: flyHeart 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes flyHeart {
	0% {
		transform: translate(0, 0) scale(0.5);
		opacity: 1;
	}

	100% {
		transform: translate(var(--tx), var(--ty)) scale(1.2) rotate(var(--rot));
		opacity: 0;
	}
}

.article-rating__btn--like.article-rating__btn--active {
	border-color: #bbdefb;
	background-color: #f0f8ff;
}

.article-rating__btn--dislike.article-rating__btn--active {
	border-color: #c8e6c9;
	background-color: #f1f8e9;
}
/* End */


/* Start:/local/templates/cgs71/components/bitrix/news.list/others_articles/style.css?1788270007431*/
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;
}


.main-articles {
    margin-bottom: 40px;
}

.catalog-same__img img {
	cursor: pointer;
	transition: 0.2s;
}
.catalog-same__img img:hover {
	filter: opacity(70%)    
}


.catalog-same__title {
	cursor: pointer;
	transition: 0.2s;
}
.catalog-same__title:hover {
	color: #086f13;
}
/* End */
/* /local/templates/cgs71/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17884684084080 */
/* /local/templates/cgs71/components/bitrix/news.list/others_articles/style.css?1788270007431 */
