#news .years .badge {
	background-color: var(--color-orange);

}

#news .years .badge.active {
	background-color: var(--color-purple);
}





#news h6 {
	font-weight: 550;
	font-size: 16px;
	line-height: 1.3;
}

/* Изображения новостей */

#news .card-image-news, #news .card-image-news-other {
	height: 220px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}


@media (min-width: 552px) {
	#news .card-image-news, #news .card-image-news-other {
		height: 255px;
	}
}

@media (min-width: 768px) {
	#news .card-image-news, #news .card-image-news-other {
		height: 240px;
	}
}

@media (min-width: 992px) {
	#news .card-image-news {
		height: 350px;
	}
	
	#news .card-image-news-other {
		height: 250px;
	}
}

@media (min-width: 1200px) {
	.news-image {
		height: 350px;
	}
}

.card-content-news .description {
	color: #686868;
	font-size: 0.9em;
}

.card-content-news .datetime {
	color: #686868;
	font-size: 0.9em;
}



.custom-card-news {
	height: 100%;
  /*  border-bottom: 1px solid #ccc; */
	padding-bottom: 1.5em;
}



/* Сама новость */

/*.news-category *{*/
/*font-size:18px;*/
/*}*/

.news-category h6 {
	font-size: 24px;
}

.news-content a {
	text-decoration: underline;
}

.back-on-all-news {
	color: black;
	font-weight: 500;
	padding: 0.6em 1em;
    border-radius: 0.5em;
    background: #cccccc5e;
}

.back-on-all-news:before {
	content: '\f060';
	/* position: absolute; */
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	font-weight: 400;
	margin-right: 10px;
	font-size: 1.1em;
}



.news-content ul {
	margin-left: 25px;
}

.news-content ul li {
	/*display: flex;*/
	line-height: 1.5;
	margin-bottom: 4px;
}



.news-content p+ul {
	margin-top: 0.9em;
}

.news-content ul li:before {
	content: '\f192';
	/*position: absolute;*/
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	font-weight: 400;
	margin-right: 10px;
	font-size: 1.4em;
	color: #0173d5;
	margin-top: -3px;
}


.news-content ul.like li:before {
	content: '\f14a';
	/*position: absolute;*/
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	font-weight: 400;
	margin-right: 10px;
	font-size: 1.4em;
	color: #28aa00;
}

.news-content ul.comment li:before {
	content: '\f075';
	/*position: absolute;*/
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	font-weight: 400;
	margin-right: 10px;
	font-size: 1.4em;
	color: #185087;
} 

.news-content ul.human li:before {
	content: '\f007';
	/*position: absolute;*/
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	font-weight: 400;
	margin-right: 10px;
	font-size: 1.4em;
	color: #185087;
}





.news-category .datetime {
	font-size: 14px;
	margin-bottom: 20px;
}

.news-category .news-title {
	font-weight: 600;
	margin-bottom: 22px;
	margin-bottom: 2.2rem !important;
}

.news-category .news-content {
	font-size: 15px;
}

.news-content img {
	width: 70%;
	margin: 20px auto;
}

@media (max-width: 769px) {
	.news-content img {
	width: 100% !important;
	margin: 20px auto;
}
}



.bold {
	font-size: 18px;
	font-weight: 600;
}

.block-green {
	border: 1px solid #66bb6a;
	border-left: 6px solid #4caf50;
	border-radius: 6px;
	padding: 10px 10px 10px 20px;
	background-color: #e8f5e9;
	/* margin-bottom:10px; */
}

.search-news {
    align-items: center;
    display: flex;
    position: relative;
}

.search-news span {
    color: #a3a3a3;
    font-size: 1.5rem;
    left: 19px;
    position: absolute;
    top: 7px
}

.search-news input {
    background: #f2f1f1;
    border: 0;
    border-radius: 5px;
    font-size: 1.5rem;
    outline: 0;
    padding: 7px 11px 9px 60px;
    width: 100%;
} 

.search-news input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #a3a3a3
}
.search-news input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #a3a3a3;
   opacity:  1;
}
.search-news input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #a3a3a3;
   opacity:  1;
}
.search-news input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #a3a3a3;
}
.search-news input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #a3a3a3;
}
.search-news input::placeholder { /* Most modern browsers support this now. */
   color:    #a3a3a3;
}

/* #showmore-triger {
	overflow: hidden;
    height: 50px;
    text-align: center;
}
*/

#showmore-triger {
	overflow: hidden;
    height: 70px;
    text-align: center;
}

/*
#showmore-triger img{
    width: 150px;
    position: relative;
    top: -120%;
    margin: auto;
}
*/

#showmore-triger img{
    width: 40px;
    position: relative;
    /*top: -120%; */
    margin: auto;
	margin-right:20px;
}

.news-element {
	display: flex;
}

.news-element {
	display: flex;
	flex-direction: row;
}


.news-image-block {
	width: 300px;
	flex-shrink: 0;
	height: 199px;
	overflow: hidden;
	height: 199px;
	border-radius: 15px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.news-preview-content {
	padding: 0.2rem 1.5rem;

}


.news-link {
	color: #2E3D47;
}

@media (max-width: 860px) {
	.news-element {
		flex-direction: column;
	}
	.news-preview-content {
		padding: 0.2rem;
	}

	.news-image-block {
		width: 100%;
	}
	.news-image-block {
		height: 350px;
	}
}

@media (max-width: 480px) {

	.news-image-block {
		height: 220px;
	}
}