@media screen and (max-width: 436px) {
	.navigation-list__item.hide_mobile {
		display: none
	}
}

.longgrids-list {
	margin-bottom: 0px
}

.search_result {
	margin-bottom: 40px;
}

@media screen and (max-width: 1160px) {
	.about-project-social ul li a {
		font-size: 22px;
	}
}

/* .header-top a {font-size: 24px; border: 1px solid #000000;} */
/* @media screen and (max-width: 950px) {
	.header-top a {
		line-height: 1.5;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 1px;
		font-family: "Bebas Neue";
	}
} */
.news_top4 {
	padding-bottom: 40px;
}

.news_top4-list__content p {
	font-size: 16px;
	line-height: 1.5;
}

.news-aside-list__title a {
	font-size: 19px;
}

.articles-on-the-topic-list__item a {
	color: #000
}

.articles-on-the-topic-list__item a:hover {
	color: #d0021b;
}

.news-aside--right {
	margin-top: 0px
}

.news-aside__info {
	margin-bottom: 40px;
}

.news-aside__info-text {
	display: block
}

.article-content blockquote a {
	color: #4e5d6e;
}

.article-content>p a,
.article-content .h2--border a,
.article-content blockquote a {
	text-decoration: underline;
}

.article-content>p a:hover,
.article-content .h2--border a:hover,
.article-content blockquote a:hover {
	color: #d0021b;
}


.news-aside-list-wrapper__top {
	margin-bottom: 25px;
}

.special-projects_plots__image--blackout:before {
	height: 50%;
}

.news_top2-list__image--blackout:before {
	height: 50%;
}

.news-list {
	margin-bottom: 20px;
}

.special-projects_plots--three {
	margin-bottom: 0px;
}

@media screen and (min-width: 770px) {
	.mobile_only {
		display: none;
	}
}

@media screen and (max-width: 770px) {
	.desktop_only {
		display: none;
	}
}

.h2--border span {
	font-size: 26px;
}

@media screen and (max-width: 767px) {
	.h2--border span {
		font-size: 24px;
	}
}

.inner_top-news__video_wrapper {
	/*padding-right: 190px; */
	overflow: hidden
}

@media screen and (max-width: 1023px) {
	.inner_top-news__video_wrapper {
		padding-right: 0px
	}
}

.article-content.article-content-right .article-content__image {
	float: right;
}

.article-content.article-content--narrow.article-content-right .article-content__image {
	margin-right: -160px;
	margin-left: 40px;
}

@media screen and (max-width: 767px) {
	.article-content.article-content-right .article-content__image {
		float: none;
	}

	.article-content.article-content--narrow.article-content-right .article-content__image {
		margin: 0 0 20px;
	}
}

.js-relap-widget-wrapper {
	display: flex !important;
}

.article-content ul li {
	list-style: disc;
	color: #000000;
	font-family: "Lora";
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.article-content ol li {
	color: #000000;
	font-family: "Lora";
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.article-content ul li:not(:last-child),
.article-content ol li:not(:last-child) {
	margin-bottom: 10px;
}

.article-content ul {
	padding-left: 17px;
}

.article-content ol {
	padding-left: 22px;
}

.article-content ul,
.article-content ol {
	margin-bottom: 25px;

}

.article-content>ul a,
.article-content>ol a {
	text-decoration: underline;
}

.article-content>ul a:hover,
.article-content>ol a:hover {
	color: #d0021b;
}

.languages_block {
	padding: 10px 0;
	position: relative;
	margin-right: 20px;
	z-index: 100;
	width: 80px;
}

.header_wrapper .languages_block.active .languages_block_btn {
	background: #7B7B7B;
}

.header_wrapper .languages_block.active .languages_block_btn span {
	background: #fff;
	display: flex;
	border-radius: 5px;
}

.header_wrapper .languages_block.active .languages_block_btn svg {
	fill: #C32B24;
}

.languages_block.active .languages_block_list {
	display: block;
}

.languages_block_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
}

.languages_block_btn svg {
	fill: #fff;
}

.languages_block .languages_block_btn span {
	display: block;
}

.languages_block_list {
	padding: 0 13px 13px;
	background: #7B7B7B;
	display: none;
	position: absolute;
	top: calc(100% - 10px);
	left: 0;
	width: 100%;
}

.languages_block_list a {
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	line-height: 155%;
}

@media screen and (max-width:767px) {
	.languages_block {
		padding: 0;
		margin-right: 0;
	}

	.languages_block_list {
		top: calc(100% + 10px);
		padding-top: 13px;

	}

	.header_wrapper .languages_block {
		display: none;
	}

	.languages_block_btn {
		justify-content: flex-end;
		background: transparent;
	}

	.mobile-header-scroll {
		position: relative;
		z-index: 100;
	}

	.languages_block_list {
		width: auto;
		min-width: 90px;
		right: 0;
		left: initial;
	}

	.languages_block_list a {
		font-size: 18px;
	}
}

@media screen and (max-width:500px) {
	.languages_block {
		width: 40px;
	}
}

.lang_fr .navigation .navigation-list__link {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
}