/* ===============
   rosatomnewsletter
   =============== */
/*
Theme Name: rosatomnewsletter
Theme URI: 
Author:
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: rosatomnewsletter
Tags: 



CSS CONTENTS:
--------------------------
*/

/*
.container {
	max-width: 1025px;
}
*/

@font-face {
	font-family: Roboto;
	src: url(/wp-content/themes/rosatomnewsletter/fonts/Roboto-Regular.woff) format("woff"),
		url(/wp-content/themes/rosatomnewsletter/fonts/Roboto-Regular.ttf) format("ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url(/wp-content/themes/rosatomnewsletter/fonts/Roboto-Medium.woff) format("woff"),
		url(/wp-content/themes/rosatomnewsletter/fonts/Roboto-Medium.ttf) format("ttf");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url(/wp-content/themes/rosatomnewsletter/fonts/Roboto-Bold.woff) format("woff"),
		url(/wp-content/themes/rosatomnewsletter/fonts/Roboto-Bold.ttf) format("ttf");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url(/wp-content/themes/rosatomnewsletter/fonts/Roboto-Black.woff) format("woff"),
		url(/wp-content/themes/rosatomnewsletter/fonts/Roboto-Black.ttf) format("ttf");
	font-weight: 900;
	font-style: normal;
}

/*
@font-face {
	font-family: Gotham Pro;
    src: url(/wp-content/themes/rosatomnewsletter/fonts/GothamPro-Medium.woff) format("woff"),
		 url(/wp-content/themes/rosatomnewsletter/fonts/GothamPro-Medium.ttf) format("ttf");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Gotham Pro;
    src: url(/wp-content/themes/rosatomnewsletter/fonts/GothamPro-Bold.woff) format("woff"),
		 url(/wp-content/themes/rosatomnewsletter/fonts/GothamPro-Bold.ttf) format("ttf");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: Gotham Pro;
    src: url(/wp-content/themes/rosatomnewsletter/fonts/GothamPro-Black.woff) format("woff"),
		 url(/wp-content/themes/rosatomnewsletter/fonts/GothamPro-Black.ttf) format("ttf");
	font-weight: 900;
	font-style: normal;
}
*/


html {
	overflow-x: hidden;
}

#main {
	flex-grow: 1;
}

.bodymain {
	margin: unset;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
}

.container {
	padding-right: 40px;
	padding-left: 40px;
	max-width: 1180px;
}

.row:not(.no-gutters) {
	margin-right: -20px !important;
	margin-left: -20px !important;
}

.row:not(.no-gutters)>[class^="col-"],
.row:not(.no-gutters)>[class*=" col-"] {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

@media(max-width: 575px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
		max-width: 1180px;
	}

	.row:not(.no-gutters) {
		margin-right: -10px !important;
		margin-left: -10px !important;
	}

	.row:not(.no-gutters)>[class^="col-"],
	.row:not(.no-gutters)>[class*=" col-"] {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media(min-width: 575px) and (max-width: 1023px) {
	.container {
		padding-right: 40px;
		padding-left: 40px;
		max-width: 1180px;
	}

	.row:not(.no-gutters) {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}

	.row:not(.no-gutters)>[class^="col-"],
	.row:not(.no-gutters)>[class*=" col-"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

/* шапка */
#masthead {
	background-color: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
	height: 100px;
}

#masterheader {
	height: 100%;
}

.masthead-in {
	height: 100%;
}

.site-logos {
	display: flex;
}

.site-logo-group {
	display: flex;
}

.site-logo {
	display: flex;
	align-items: center;
}

.site-logo img {
	display: flex;
	width: 194px;
}

.site-logo-75 {
	display: flex;
	align-items: center;
	margin-left: 25px;
}

.site-logo-75 img {
	display: flex;
	width: 87px;
}

.site-logo-marcomawards {
	display: flex;
	align-items: center;
	margin-left: 30px;
	margin-top: -21px;
}

.site-logo-marcomawards img {
	display: flex;
	width: 92px;
}

.site-logo-ahub {
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.site-logo-ahub img {
	display: flex;
	width: 64px;
}


.site-logo-horizon {
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.site-logo-horizon img {
	display: flex;
	width: 64px;
}



@media(min-width: 575px) and (max-width: 1023px) {
	#masthead {
		height: 90px;
	}
}

@media(min-width: 616px) and (max-width: 900px) {
	#footer .site-logo {
		margin-bottom: 20px;
	}

	.site-logo img {
		width: 160px;
	}

	.site-logo-marcomawards {
		margin-top: -15px;
	}

	.site-logo-marcomawards img {
		display: flex;
		width: 90px;
	}

	.site-logo-ahub img {
		display: flex;
		width: 64px;
	}

	.site-logo-ahub {
		margin-left: 20px;
	}

	.site-logo-horizon img {
		display: flex;
		width: 64px;
	}

	.site-logo-horizon {
		margin-left: unset;
		margin-top: unset;
	}

	#footer .site-logos {
		flex-direction: column;
		align-items: center;
	}
}

@media(max-width: 575px) {
	#footer .site-logo {
		margin-bottom: 20px;
	}

	.site-logo img {
		width: 140px;
	}

	.site-logo-75 img {
		display: flex;
		width: 55px;
	}

	.site-logo-75 {
		margin-left: 15px;
	}

	.site-logo-marcomawards {
		margin-top: -15px;
	}

	.site-logo-marcomawards img {
		display: flex;
		width: 92px;
	}

	.site-logo-ahub img {
		display: flex;
		width: 50px;
	}

	.site-logo-ahub {
		margin-left: 20px;
	}

	#masterheader {
		margin-left: 10px;
		margin-right: 10px;
	}

	#masthead {
		height: 70px;
	}

	.site-logo-horizon img {
		display: flex;
		width: 70px;
	}

	.site-logo-horizon {
		margin-left: unset;
		margin-top: unset;
	}

	#footer .site-logos {
		flex-direction: column;
		align-items: center;
	}
}

#menu-menu {
	padding-left: unset;
}

#menu-menu li {
	display: inline-block;
	text-decoration: none;
	margin-left: 12px;
	margin-right: 12px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	position: relative;
	text-align: center;
}

#menu-menu li a {
	color: inherit;
	text-decoration: none;
}


#menu-menu li.current-menu-item {
	border-bottom: 2px solid #333;
}

/*
#menu-menu li.current-menu-item::after {
	border-bottom: 2px solid #333;
	content: "";
	position: absolute;
	width: 100%;
	bottom: -7px;
	left: 0px;
}
*/

#menu-menu li {
	padding-bottom: 5px;
	padding-top: 7px;
}

html:lang(es) #menu-menu li,
html:lang(ar) #menu-menu li,
html:lang(kk) #menu-menu li,
html:lang(hy) #menu-menu li {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
}

.site-menu-right__in {
	display: flex;
	align-items: center;
}

.site-menu__in {
	display: flex;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
}

.burger-open {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/burger-open.svg);
	width: 40px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.burger-close {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/burger-close.svg);
	width: 22px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	right: 24px;
	top: 24px;
	position: absolute;
}


.site-menu-popup {
	position: fixed;
	min-height: 100vh;
	top: 0px;
	right: -100%;
	max-width: 100%;
	width: 270px;
	padding: 90px 46px 34px 40px;
	display: none;
	background-color: #0071BB;
	box-shadow: 0px 0px 40px rgba(39, 73, 95, 0.5);
	z-index: 2;
	height: 100vh;
}

.site-menu-popup #menu-container2 li {
	display: block;
	text-decoration: none;
}

.site-menu-popup #menu-container2 li a {
	text-decoration: none;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 44px;
	color: #FFFFFF;
}

.site-menu-popup #menu-container2 ul {
	padding-left: unset;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 16px;
	padding-bottom: 16px;
}

.menu-popup-social a:nth-child(4) {
	margin-left: unset;
}

.site-menu-popup__in {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-flow: 1;
}

.menu-popup-social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: auto;
}

.menu-popup-social a+a {
	margin-left: 10px;
}

.menu-popup-social span {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
}

.menu-popup-social .fb {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/fb2.svg");
}

.menu-popup-social .fb:hover {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/fb2-hover.svg");
}

.menu-popup-social .linkedin {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/linkedin2.svg");
}

.menu-popup-social .linkedin:hover {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/linkedin2-hover.svg");
}

.menu-popup-social .twitter {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/twitter2.svg");
}

.menu-popup-social .twitter:hover {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/twitter2-hover.svg");
}

.menu-popup-social .inst {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/inst2.svg");
}

.menu-popup-social .inst:hover {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/inst2-hover.svg");
}

.menu-popup-social .youtube {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/youtube2.svg");
}

.menu-popup-social .youtube:hover {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/youtube2-hover.svg");
}

.menu-popup-social .flickr {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/flickr2.svg");
}

.menu-popup-social .flickr:hover {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/flickr2-hover.svg");
}

.menu-popup-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-menu-burger {
	display: flex;
	align-items: center;
}

.site-menu-burger .search-btn {
	width: 22px;
	height: 22px;
	margin-top: 0px;
	margin-right: 28px;
}

.menu-popup-header .search-btn {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/search-icon-w.svg) !important;
	height: 22px;
	width: 21px;
	margin-top: unset;
	margin-right: unset;
	margin-left: 20px;
}

.site-menu-right__in .subscribe-button {
	width: 110px;
}


html:lang(es) .site-menu-right__in .subscribe-button,
html:lang(ar) .site-menu-right__in .subscribe-button {
	width: 100px;
	font-size: 14px;
}

html:lang(hy) .site-menu-right__in .subscribe-button {
	width: 130px;
	font-size: 14px;
}


@media(max-width: 575px) {
	.burger-open {
		width: 30px;
		height: 20px;
	}
}

@media(min-width: 575px) and (max-width: 1023px) {
	.site-menu-right__in .subscribe-button {
		width: 120px;
	}

	.site-menu-right__in .search-btn {
		height: 26px;
		width: 26px;
	}

	.site-menu-right__in .set-lang {
		height: 30px;
		width: 43px;
		align-items: center;
	}


}


/* шапка */

/* стиль синей кнопки */
.blue-button {
	background-color: #0071BB;
	border-radius: 4px;
	width: 130px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

/* стиль синей кнопки */

/* стиль прозрачной кнопки */
.opacity-button {
	border: 1px solid #0072BC;
	border-radius: 4px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #0072BC;
	padding: 10px 56px;
	min-height: 60px;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration: none;
	justify-content: center;
}

#main .opacity-button {
	flex-basis: 420px;
}

/* стиль прозрачной кнопки */

/* стиль белой кнопки */
.white-button {
	border-radius: 4px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #0072BC;
	padding: 10px 56px;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: white;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
	cursor: pointer;
}

#main .white-button {
	flex-basis: 420px;
}

/* стиль белой кнопки */

/* номер и дата выпуска стиль */
.it-pub-name span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 34px;
	color: #333333;
}

.it-pub-name .pub-num {
	color: #0071BB;
	margin-right: 20px;
}

.it-pub-name a {
	text-decoration: none;
}

.section.top-latest-pub .latest-pub-name {
	height: 100px;
}

.section.top-latest-pub .latest-pub-name a {
	text-decoration: none;
}

@media(max-width: 1023px) {
	.section.top-latest-pub .latest-pub-name {
		height: 109px;
	}

	.it-pub-name span {
		font-size: 35px;
	}

	.it-pub-name .pub-num {
		margin-right: 20px;
	}
}

@media(max-width: 575px) {
	.section.top-latest-pub .latest-pub-name {
		height: 67px;
	}

	.it-pub-name span {
		font-size: 22px;
		line-height: 34px;
	}

	.it-pub-name .pub-num {
		margin-right: 8px;
	}
}

/* номер и дата выпуска стиль */

/* стиль записи новости */
.post.post-type-1 {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.post.post-type-1 .post-img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	object-fit: cover;
}

.post.post-type-1 .post-img-in {
	padding-top: 58.9%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.post.post-type-1 .post-in {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	flex-grow: 1;
	overflow: hidden;
	transition: box-shadow .5s;
}

.post.post-type-1 .post-in:hover {
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}

.post.post-type-1 .post-title span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
	color: #212121;
}

.post.post-type-1 .post-content span {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #5C5C5C;
}

.post.post-type-1 .post-title {
	margin-bottom: 12px;
}

.post.post-type-1 .post-text {
	padding: 21px 40px 38px 40px;
}

.post.post-type-1 .post-cat {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	background: #0071BB;
	border-radius: 2px;
	left: 40px;
	padding: 6px 17px;
}

.post.post-type-1 .post-cat * {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
}

.post.post-type-1 a {
	text-decoration: unset;
}

@media(max-width: 1023px) {
	.post.post-type-1 .post-text {
		padding: 21px 36px 30px 36px;
	}

	.post.post-type-1 .post-content span {
		font-size: 16px;
		line-height: 24px;
	}

	.post.post-type-1 .post-cat {
		left: 36px;
	}
}

@media(max-width: 575px) {
	.post.post-type-1 .post-text {
		padding: 16px 20px 30px 20px;
	}

	.post.post-type-1 .post-content span {
		font-size: 16px;
		line-height: 24px;
	}

	.post.post-type-1 .post-cat {
		left: 20px;
		bottom: 20px;
	}
}

/* стиль записи новости */

/* стиль записи росатом новости */
.post.post-type-2 {
	display: flex;
	flex-direction: column;
}

.post.post-type-2 .post-img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	object-fit: cover;
}

.post.post-type-2 .post-img-in {
	padding-top: 58.9%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.post.post-type-2 .post-in {
	/*! background: #FFFFFF; */
	/*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);*/
	border-radius: 2px;
	flex-grow: 1;
	overflow: hidden;
	transition: box-shadow .5s;
}

/*
.post.post-type-2 .post-in:hover {
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
*/
.post.post-type-2 .post-title span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
	color: #212121;
}

.post.post-type-2 .post-content span {
	font-family: Roboto;
	/* font-style: normal; */
	/* font-weight: normal; */
	font-size: 15px;
	line-height: 22px;
	color: #5C5C5C;
}

.post.post-type-2 .post-content * {
	font-family: Roboto;
	/* font-style: normal; */
	/* font-weight: normal; */
	font-size: 15px;
	line-height: 22px;
	color: #5C5C5C;
}

.post.post-type-2 .post-title {
	margin-bottom: 12px;
}

/*
.post.post-type-2 .post-text {
	padding: 21px 40px 38px 40px;
}
*/
.post.post-type-2 .post-cat {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	background: #0071BB;
	border-radius: 2px;
	left: 40px;
	padding: 6px 17px;
}

.post.post-type-2 .post-cat * {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
}

.post.post-type-2 a {
	text-decoration: unset;
}

@media(max-width: 1023px) {

	/*
	.post.post-type-2 .post-text {
		padding: 21px 36px 30px 36px;
	}
	*/
	.post.post-type-2 .post-content span {
		font-size: 16px;
		line-height: 24px;
	}

	.post.post-type-2 .post-content * {
		font-size: 16px;
		line-height: 24px;
	}

	.post.post-type-2 .post-cat {
		left: 36px;
	}
}

@media(max-width: 575px) {

	/*
	.post.post-type-2 .post-text {
		padding: 16px 20px 30px 20px;
	}
	*/
	.post.post-type-2 .post-content span {
		font-size: 16px;
		line-height: 24px;
	}

	.post.post-type-2 .post-content * {
		font-size: 16px;
		line-height: 24px;
	}

	.post.post-type-2 .post-cat {
		left: 20px;
		bottom: 20px;
	}
}

/* стиль записи росатом новости */

/* главная секция региональных новостей */
.section.top-regional-news {
	background: #F3F3F3;
	padding-top: 110px;
	padding-bottom: 60px;
}

.all-articles-button {
	margin-top: 50px;
	text-align: center;
}

.section.top-regional-news .top-regional-news-block2 {
	margin-top: 50px;
}

.section.top-regional-news .top-regional-news-block3 {
	margin-top: 50px;
}

@media(max-width: 1023px) {
	.section.top-regional-news {
		padding-top: 42px;
		padding-bottom: 40px;
	}

	.all-articles-button {
		margin-top: 30px;
	}
}

@media(max-width: 575px) {
	.section.top-regional-news {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.all-articles-button {
		margin-top: 18px;
	}
}

/* главная секция региональных новостей */

/* главная секция росатом новостей */
.section.top-rosatom-news {
	background: #F3F3F3;
	padding-top: 68px;
	padding-bottom: 60px;
}

.more-rosatom-button {
	margin-top: 50px;
}

.section.top-rosatom-news .top-rosatom-news-block2 {
	margin-top: 50px;
}

@media(max-width: 1023px) {
	.section.top-rosatom-news {
		padding-top: 42px;
		padding-bottom: 40px;
	}

	.all-articles-button {
		margin-top: 30px;
	}
}

@media(max-width: 575px) {
	.section.top-rosatom-news {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.more-rosatom-button {
		margin-top: 18px;
	}
}

/* главная секция росатом новостей */

/* главная секция популярных новостей */
.section.top-popular-news {
	/*background: #F3F3F3;*/
	padding-bottom: 76px;
	padding-top: 64px;
}

.more-popular-button {
	margin-top: 50px;
}

.section-title.section-title-new {
	margin-bottom: 35px;
}

.section-title.section-title-new h3 {
	margin-bottom: unset;
}

.section-title h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 38px;
	color: #212121;
	margin-top: unset;
	margin-bottom: 58px;
}

@media(max-width: 1023px) {
	.section-title.section-title-new {
		margin-bottom: 40px;
	}

	.section-title h3 {
		margin-bottom: 40px;
		text-align: center;
	}

	.section.top-popular-news {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.more-popular-button {
		margin-top: 30px;
	}
}

@media(max-width: 575px) {
	.section-title.section-title-new {
		margin-bottom: 18px;
	}

	.section-title h3 {
		font-size: 26px;
		margin-bottom: 18px;
		text-align: center;
	}

	.section.top-popular-news {
		padding-top: 26px;
		padding-bottom: 40px;
	}

	.more-popular-button {
		margin-top: 18px;
	}
}

.section.top-popular-news .section-content {
	justify-content: center;
	position: relative;
}

.section.top-popular-news .slider-news-block .owl-next {
	right: -94px;
}

.section.top-popular-news .slider-news-block .owl-prev {
	left: -94px;
}

.section-title .section-date {
	margin-top: 12px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 35px;
	line-height: 43px;
	color: #2E70B5;
}

/* главная секция популярных новостей */

/* подвал */
#footer {
	height: 180px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#footer .container {
	height: 100%;
}

.footer-in {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-footer-right__in {
	text-align: right;
}

.site-footer-right__in * {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}

.site-social {
	display: flex;
	flex-direction: row;
}

.site-social a+a {
	margin-left: 15px;
}

.site-social span {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
}

.site-social .fb {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/fb.svg");
}

.site-social .fb:hover {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/fb-hover.svg");
}

.site-social .linkedin {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/linkedin.svg");
}

.site-social .linkedin:hover {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/linkedin-hover.svg");
}

.site-social .twitter {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/twitter.svg");
}

.site-social .twitter:hover {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/twitter-hover.svg");
}

.site-social .inst {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/inst.svg");
}

.site-social .inst:hover {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/inst-hover.svg");
}

.site-social .youtube {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/youtube.svg");
}

.site-social .youtube:hover {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/youtube-hover.svg");
}

.site-social .flickr {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/flickr.svg");
}

.site-social .flickr:hover {
	background-image: url("/wp-content/themes/rosatomnewsletter/image/flickr-hover.svg");
}

@media(min-width: 768px) and (max-width: 1023px) {
	#footer .site-social {
		order: 3;
		width: 100%;
		justify-content: center;
	}

	#footer .footer-in {
		flex-wrap: wrap;
	}

	#footer {
		height: 210px;
	}
}

@media(max-width: 767px) {
	.footer-in {
		flex-direction: column;
		padding: 30px 0px;
	}

	.site-footer-right__in {
		text-align: center;
	}

	#footer .site-logos {
		margin-bottom: 23px;
	}

	#footer .site-logo img {
		width: 233px;
	}

	#footer {
		height: unset;
		min-height: 240px;
	}

	#footer .site-social {
		margin-bottom: 23px;
	}

	.site-social span {
		height: 45px;
		width: 45px;
	}

	.section-title .section-date {
		font-size: 26px;
	}
}

/* подвал */

/* единичная запись */
.single-pub-name {
	height: 116px;
}

.single-pub-name .section-in {
	height: 100%;
}

.single-pub-name .section-content {
	height: 100%;
}

.single.post .single-img {
	width: 100%;
	max-height: 442px;
	overflow: hidden;
	position: relative;
	display: flex;
}

.single.post .single-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.single.post .single-img.top img {
	object-position: top !important;
}

.single.post .single-img.bottom img {
	object-position: bottom !important;
}

.single-text p,
.single-text span {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #5C5C5C;
}

.single-text ul {
	padding-left: unset;
}

.single-text li {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #333333;
	margin-bottom: 6px;
	background: url(/wp-content/themes/rosatomnewsletter/image/list-mark.svg);
	list-style: none;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: left;
}

.single-text img {
	max-width: 100%;
	height: auto;
}

.single.post .single-text>* {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	color: #333333;
	margin-top: 1.3em;
 	margin-bottom: 1em;
}

/*
h1 {
	
}
*/
h2 {
	font-size: 42px;
	line-height: 38px;
}

h3 {
	font-size: 36px;
	line-height: 45px;
}

h4 {
	font-size: 32px;
	line-height: 38px;
}

h5 {
	font-size: 26px;
	line-height: 32px;
}

h6 {
	font-size: 20px;
	line-height: 38px;
}

@media(max-width: 575px) {

	/*
	h1 {
		
	}
	*/
	h2 {
		font-size: 36px;
		line-height: 38px;
	}

	h3 {
		font-size: 32px;
		line-height: 35px;
	}

	h4 {
		font-size: 28px;
		line-height: 34px;
	}

	h5 {
		font-size: 24px;
		line-height: 26px;
	}

	h6 {
		font-size: 20px;
		line-height: 38px;
	}
}


.single.post .single-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.back-contents-button {
	display: flex;
	align-items: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #0071BB;
	/* padding-bottom: 5px; */
	/* padding-top: 7px; */
	text-decoration: unset;
	/* border-bottom: 2px solid #0071BB; */
	flex-shrink: 0;
}

.back-contents-button span {
	padding-bottom: 1px;
	padding-top: 5px;
	text-decoration: unset;
	border-bottom: 2px solid #0071BB;
}

.back-contents-button::before {
	content: "";
	background-image: url(/wp-content/themes/rosatomnewsletter/image/back-arrow.svg);
	height: 45px;
	width: 45px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 26px;
}

.back-contents-button:hover::before {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/back-arrow-hover.svg);
}


@media(min-width: 576px) and (max-width: 1023px) {
	.single.post .single-img {
		height: 370px;
	}
}

@media(max-width: 575px) {
	.single-pub-name {
		height: 70px;
	}

	.single.post .single-title {
		flex-direction: column;
		justify-content: unset;
		align-items: unset;
	}

	.back-contents-button {
		margin-top: 20px;
	}

	.single.post .single-title h2 {
		order: 1;
	}

	.single.post .single-img {
		height: 190px;
	}

	.single.post .it-pub-name {
		justify-content: center;
	}

	.single.post .single-in.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* единичная запись */

/* слайдер на главной */
.top-slider-news .post-in {
	display: flex;
	flex-direction: row;
}

.top-slider-news .post {
	height: 420px;
}

.top-slider-news .post-in>* {
	flex-basis: 50%;
}

.top-slider-news .post img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	object-fit: cover;
}

.top-slider-news .post .post-img-in {
	position: relative;
	height: 100%;
}

.top-slider-news .post-in {
	height: 100%;
}

.section.top-slider-news .post-cat {
	background: #0071BB;
	border-radius: 2px;
	padding: 6px 17px;
	display: inline-block;
}

.section.top-slider-news .post-cat a {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	text-decoration: unset;
}

.top-slider-news .post-text-in a {
	text-decoration: none;
}

.top-slider-news .post-text {
	background: #0071BB;
	mix-blend-mode: normal;
}

.section.top-slider-news .post-cat {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.top-slider-news .post-title span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 38px;
	color: #FFFFFF;
}

.top-slider-news .post-content span {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}

.top-slider-news .post-text-in {
	margin-top: 56px;
	margin-bottom: 56px;
	margin-left: 90px;
	max-width: 450px;
}

.section.top-slider-news .post-cat {
	margin-bottom: 26px;
}

.top-slider-news .post-title {
	margin-bottom: 20px;
}

.top-slider-news .owl-nav {
	height: 0px;
	width: 100%;
}

.top-slider-news .owl-nav>* {
	height: 60px;
	width: 60px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	position: absolute;
	z-index: 99;
	top: calc(50% - 30px);
}

.top-slider-news .owl-nav .owl-prev {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-left.svg) !important;
	left: 70px;
}

.top-slider-news .owl-nav .owl-next {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-right.svg) !important;
	right: 70px;
}

.top-slider-news .owl-dots {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: absolute;
	left: calc(100vw / 2 + 90px);
	/*bottom: 60px;*/
	bottom: 40px;
}

.top-slider-news .owl-dot-in {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background-color: unset;
	border: unset;
}

.top-slider-news .owl-dot {
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.top-slider-news .owl-dot span {
	background-color: white;
	height: 4px;
	width: 4px;
	display: inline-block;
	border-radius: 100%;
	margin-left: 4px;
	margin-right: 4px;
}

.top-slider-news .owl-dot.active span {
	height: 6px;
	width: 6px;
}

.top-slider-news .owl-dot:not(.active) .pie {
	display: none;
}

.top-slider-news .owl-dot .pie {
	background-color: unset !important;
	margin: unset !important;
}

.top-slider-news .owl-dot.active .pie {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.top-slider-news .owl-dot.active .pie:before,
.top-slider-news .owl-dot.active .pie:after {
	content: "";
	width: 100%;
	height: 100%;
	transform-origin: 100% 50%;
	position: absolute;
	top: 0;
	background: transparent;
	border: 1px solid #fff;
	z-index: 200;
}

.top-slider-news .owl-dot.active .pie:before {
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	transform-origin: 0 50%;
	border-left: none;
	animation: rotateit 8s linear;
}

.top-slider-news .owl-dot.active .pie-left {
	left: 0;
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
}

.top-slider-news .owl-dot.active .pie-left:before {
	left: 100%;
}

.top-slider-news .owl-dot.active .pie-left:after {
	left: 0;
	top: 0;
	opacity: 1;
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
	border-right: none;
	animation: opacityit 8s steps(1, end) both;
}

.top-slider-news .owl-dot.active:hover .pie-left,
.top-slider-news .owl-dot.active:hover .pie-right {
	animation-play-state: running;
}

.top-slider-news .owl-dot.active .pie-right {
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	right: 0;
	animation: opacityit 8s steps(1, end) both;
}

.top-slider-news .owl-dot.active .pie-right:before {
	right: 0;
}

.top-slider-news .owl-dot.active .pie-right:after {
	display: none;
}


@keyframes rotateit {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes opacityit {
	0% {
		opacity: 1;
	}

	50%,
	100% {
		opacity: 0;
	}
}

@media(min-width: 1024px) and (max-width: 1440px) {
	.top-slider-news .owl-nav .owl-prev {
		left: 40px;
	}

	.top-slider-news .owl-nav .owl-next {
		right: 40px;
	}

	.top-slider-news .post-text-in {
		margin-top: 56px;
		margin-bottom: 56px;
		margin-left: 40px;
		max-width: 570px;
		margin-right: 145px;
	}

	.top-slider-news .post-text {
		position: relative;
	}

	.top-slider-news .owl-dots {
		left: calc(100vw / 2 + 40px);
	}
}

@media(max-width: 1023px) {
	.top-slider-news .post {
		height: unset;
	}

	.top-slider-news .post-in {
		flex-direction: column;
	}

	.top-slider-news .post-in>* {
		flex-basis: unset;
	}

	.top-slider-news .owl-nav>* {
		top: calc(360px / 2 - 30px);
	}

	.top-slider-news .post-in .post-img {
		height: 360px;
	}

	.section.top-slider-news .post-cat {
		position: absolute;
	}

	.top-slider-news .post-in .post-img {
		position: relative;
	}

	.section.top-slider-news .post-cat {
		bottom: 0px;
		left: 40px;
		background: #0071BB;
	}

	.top-slider-news .post-text-in {
		margin-top: 34px;
		margin-bottom: 100px;
		margin-left: 40px;
		max-width: 618px;
	}

	.top-slider-news-block .owl-item {
		display: flex;
		flex-basis: auto;
		flex-shrink: 0;
	}

	.top-slider-news .post {
		width: 100%;
		height: 100%;
	}

	.top-slider-news-block .owl-stage {
		display: flex;
	}

	.top-slider-news .post-text {
		flex-grow: 1;
	}

	.top-slider-news .owl-dots {
		left: 40px;
		bottom: 42px;
	}

	.top-slider-news .owl-nav .owl-next {
		right: 40px;
	}

	.top-slider-news .owl-nav .owl-prev {
		left: 40px;
	}

	.top-slider-news .post-title span {
		font-size: 30px;
	}

	.top-slider-news .owl-dot {
		height: 28px;
		width: 28px;
	}

	.top-slider-news .owl-dot span {
		height: 5px;
		width: 5px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.top-slider-news .owl-dot.active span {
		height: 10px;
		width: 10px;
	}


}

@media(max-width: 575px) {
	.top-slider-news .post-in .post-img {
		height: 190px;
	}

	.top-slider-news .owl-nav>* {
		height: 35px;
		width: 35px;
	}

	.top-slider-news .owl-nav .owl-prev {
		left: 20px;
	}

	.top-slider-news .owl-nav>* {
		top: calc(190px / 2 - 17px);
	}

	.top-slider-news .owl-nav .owl-next {
		right: 20px;
	}

	.section.top-slider-news .post-cat {
		left: 20px;
		margin-bottom: 20px;
	}

	.top-slider-news .post-text-in {
		margin-top: 34px;
		margin-bottom: 80px;
		margin-left: 20px;
		max-width: 100%;
		margin-right: 20px;
	}

	.top-slider-news .post-title span {
		font-size: 20px;
		line-height: 28px;
	}

	.top-slider-news .post-content span {
		line-height: 24px;
	}

	.top-slider-news .owl-dots {
		left: 20px;
		bottom: 24px;
		right: 20px;
		justify-content: center;
	}

	.top-slider-news .post-text-in {
		margin-top: 16px;
	}

	.top-slider-news .post-title {
		margin-bottom: 16px;
	}

}


/* слайдер на главной */


/* заголовок на страницах */
.top-page-title {
	height: 140px;
	background: #0071BB;
}

.top-page-title .section-in {
	height: 100%;
}

.top-page-title-block {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-page-title .section-content {
	height: 100%;
}

.top-page-title-block .title-text {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 44px;
	line-height: 38px;
	color: #FFFFFF;
}

@media(max-width: 1023px) {}

@media(max-width: 575px) {
	.top-page-title-block {
		align-items: start;
		justify-content: center;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.top-page-title-block>* {
		margin-left: 20px;
		margin-right: 20px;
	}

	.top-page-title .downloadpdf {
		margin-top: 16px;
	}

	.top-page-title-block .title-text {
		font-size: 34px;
	}
}

/* заголовок на страницах */

/* страница номера (категории) */
.top-page-title .downloadpdf {
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	padding: 10px 10px;
}

.top-page-title .downloadpdf {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.top-page-title .downloadpdf {
	padding: 17px 47px;
}

.section.news-in-cat:nth-child(2n) {
	background: #F3F3F3;
}

.section-title h5 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
	line-height: 34px;
	text-transform: uppercase;
	color: #0071BB;
}

.section.news-in-cat {
	padding-bottom: 85px;
}

.section-title h5 {
	margin-top: 44px;
	margin-bottom: 44px;
}

@media(max-width: 1023px) {
	.section-title h5 {
		font-size: 25px;
		margin-left: 20px;
	}

	.section-title h5 {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.section.news-in-cat {
		padding-bottom: 42px;
	}
}

@media(max-width: 575px) {
	.section-title h5 {
		font-size: 17px;
		line-height: 20px;
		margin-left: 20px;
	}

	.section-title h5 {
		margin-top: 26px;
		margin-bottom: 20px;
	}

	.section.news-in-cat {
		padding-bottom: 30px;
	}
}


/* страница номера (категории) */

/* навигация */
.single-navigation {
	height: 140px;
}

.single-navigation .section-in {
	height: 100%;
}

.single-navigation .section-content {
	height: 100%;
}

.single-navigation .navigate {
	position: relative;
}

.single-navigation .navigate.navigate-next::after {
	content: "";
	background: #0071BB;
	height: 100%;
	width: 50vw;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: -1;
}

.single-navigation .navigate.navigate-prev::before {
	content: "";
	background: #0168AB;
	height: 100%;
	width: 50vw;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: -1;
}

.navigate-prev-button::before {
	content: "";
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-left.svg);
	height: 45px;
	width: 45px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 26px;
}

.navigate-next-button::after {
	content: "";
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-right.svg);
	height: 45px;
	width: 45px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 26px;
}

.navigate-button {
	display: flex;
	align-items: center;
}

.navigate-button span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 38px;
	color: #FFFFFF;
}

.navigate-button {
	text-decoration: none;
}

@media(max-width: 1023px) {
	.navigate-button span {
		font-size: 22px;
		line-height: 30px;
	}
}

@media(max-width: 575px) {
	.navigate-button span {
		font-size: 16px;
		line-height: 17px;
	}

	.single-navigation {
		height: 70px;
	}

}


/* навигация */

/* страница о нас */
.about .single-title>* {
	margin-top: 18px;
}

.single.about {
	margin-top: 50px;
}


.about-map-in {
	position: absolute;
}

.about-map-in iframe {
	width: 100%;
	height: 100%;
}

.about-map-in {
	height: 100%;
	left: 20px;
	width: calc(70vw);
}

.single-about-contacts {
	height: 560px;
	background: #0071BB;
	overflow: hidden;
}

.single-about-contacts .section-in {
	height: 100%;
}

.single-about-contacts .section-content {
	height: 100%;
}

.about-map-in {
	overflow: hidden;
}

.about-map-in iframe {
	width: calc(100% + 360px);
	margin-left: -360px;
	filter: grayscale(100%);
}

.about-contacts-in * {
	color: white;
}

.about-contacts-in p {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	margin-top: 26px;
}

.about-contacts-in a {
	text-decoration: none;
}

.single-about-contacts .line {
	border-top: 1px solid #FFF;
	width: 187px;
	display: inline-block;
	max-width: 100%;
	height: 1px;
	margin-bottom: 10px;
}

.about-contacts-in h2 {
	margin-top: unset;
}

.about-contacts-in {
	margin-top: 56px;
}

.single.about .single-in {
	margin-bottom: 90px;
}


@media(max-width: 768px) {
	.about-contacts-in {
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-about-contacts {
		height: unset;
	}

	.about-map {
		height: 320px;
	}

	.about-map-in {
		height: 100%;
		left: 0px;
		width: 100%;
	}

	.about-contacts-in {
		margin-top: 36px;
		margin-bottom: 36px;
	}

	.about-contacts-in p {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.about-contacts-in h2 {
		margin-bottom: 18px;
	}

	.single.about .single-in {
		margin-bottom: 32px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.single.about {
		margin-top: 0px;
	}

	.about .single-title>* {
		margin-bottom: 0px;
	}
}

/* страница о нас */

/* страница всех выпусков по году */
.section.news-in-issue:nth-child(2n) {
	background: #F3F3F3;
}

.section.news-in-issue:nth-child(2n) .downloadpdf {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
	border: 1px solid white;
}

.single.issue .downloadpdf {
	border: 1px solid #0071BB;
	box-sizing: border-box;
	border-radius: 4px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #0071BB;
	text-decoration: none;
	padding: 17px 47px;
	text-align: center;
}

.section.news-in-issue {
	padding-bottom: 60px;
	padding-top: 40px;
}

.slider-news-block .owl-carousel .owl-stage-outer {
	position: relative;
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px;
	overflow-x: hidden;
	padding-bottom: 30px;
	margin-bottom: -30px;
}

.slider-news-block .owl-nav {
	height: 0px;
}

.slider-news-block .owl-nav>* {
	height: 60px;
	width: 60px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	position: absolute;
	z-index: 99;
	top: calc(50% - 30px);
}

.slider-news-block .owl-prev {
	top: 50%;
	position: absolute;
	left: -140px;
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-left2.svg) !important;
}

.slider-news-block .owl-prev:hover {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-left-hover.svg) !important;
}

.slider-news-block .owl-next {
	top: 50%;
	position: absolute;
	right: -140px;
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-right2.svg) !important;
}

.slider-news-block .owl-next:hover {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-right-hover.svg) !important;
}

.slider-news-block .post-cat-top {
	height: 40px;
}

.slider-news-block .post-cat-top a {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 34px;
	text-transform: uppercase;
	color: #0071BB;
}

.slider-news-block .owl-stage {
	display: flex;
}

.slider-news-block .owl-item {
	display: flex;
	flex-basis: auto;
	flex-shrink: 0;
}

.slider-news-block .owl-dots {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 34px;
}

.slider-news-block .owl-dot {
	height: 18px;
	width: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: 2px;
	margin-right: 2px;
}

.slider-news-block .owl-dot span {
	background-color: #333333;
	height: 5px;
	width: 5px;
	display: inline-block;
	border-radius: 100%;
}

.slider-news-block .owl-dot.active span {
	background-color: #0071BB;
	height: 18px;
	width: 18px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
	transition: opacity .5s;
}

.owl-nav .disabled {
	opacity: 0;
}

.single.issue .ui-category-year-menu ul {
	text-decoration-style: unset;
}

.single.issue #category-year-button {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
	line-height: 21px;
	color: #FFFFFF;
	border-bottom: 2px solid white;
	margin-left: 23px;
	padding-bottom: 4px;
	margin-top: 7px;
	cursor: pointer;
	display: inline-block;
}

#category-year-menu {
	display: inline-block;
	/*! width: 19px; */
	padding-left: unset;
}

.select-category-year-ui.ui-front {
	width: 110px;
	background: #0071BB;
	z-index: 1;
	cursor: pointer;
	/*padding: 10px 20px;*/
	text-align: center;
}

#category-year-menu li {
	display: block;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom: 10px;
	cursor: pointer;
}

.select-category-year-ui {
	display: none;
	opacity: 0;
	transition: opacity .5s;
}

.select-category-year-ui.ui-selectmenu-open {
	display: block;
	opacity: 1;
	transition: opacity .5s;
	position: absolute !important;
}

#category-year-button .ui-selectmenu-text::after {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-down.svg) !important;
	width: 8px;
	height: 15px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	margin-left: 4px;
}

.slider-news-block .downloadpdf-bottom {
	margin-top: 20px;
}

.single.issue .top-page-title-block {
	justify-content: unset;
}

@media(max-width: 1023px) {
	.slider-news-block .post-cat-top a {
		font-size: 25px;
	}

	.slider-news-block .post-cat-top {
		height: 54px;
	}

	.section.news-in-issue {
		padding-bottom: 20px;
		padding-top: 16px;
	}
}

@media(max-width: 575px) {
	.slider-news-block .post-cat-top {
		height: 40px;
	}

	.single.issue .it-pub-name {
		margin-left: 20px;
	}

	.section.news-in-issue {
		padding-bottom: 36px;
		padding-top: 0px;
	}

	.slider-news-block .post-cat-top a {
		margin-left: 20px;
	}

	.slider-news-block .post-cat-top a {
		font-size: 17px;
		line-height: 20px;
	}

	.single.issue .top-page-title-block {
		justify-content: center;
	}
}

/* страница всех выпусков по году */

/* пагинация */
.single-pagination {
	margin-top: 25px;
}

.prev.page-numbers {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-left2.svg) !important;
	height: 50px;
	width: 50px;
	display: inline-block;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	margin-right: 24px;
}

.next.page-numbers {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-right2.svg) !important;
	height: 50px;
	width: 50px;
	display: inline-block;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	margin-left: 24px;
}

.pagination-block_list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-block_list>* {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 38px;
	color: #333333;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
}

.pagination-block_list .current {
	color: #0071BB;
}

@media(max-width: 575px) {
	.single-pagination {
		margin-top: 20px;
	}

	.next.page-numbers {
		margin-left: 19px;
	}

	.prev.page-numbers {
		margin-right: 19px;
	}

	.pagination-block_list>* {
		margin-left: 5px;
		margin-right: 5px;
	}
}

/* пагинация */

/* страница тэгов */
.section.news-in-tag {
	margin-top: 65px;
	margin-bottom: 110px;
}

.single.tag .post {
	margin-bottom: 40px;
}

@media(min-width: 575px) and (max-width: 1023px) {
	.single.tag .post {
		margin-bottom: 30px;
	}

	.section.news-in-tag {
		margin-top: 45px;
		margin-bottom: 40px;
	}
}

@media(max-width: 575px) {
	.single.tag .top-page-title {
		height: 70px;
	}

	.single.tag .post {
		margin-bottom: 30px;
	}

	.section.news-in-tag {
		margin-top: 45px;
		margin-bottom: 40px;
	}
}

/* страница тэгов */

/* страница поиска */
.search-query-text .search-string {
	color: #0071BB;
}

.search-count {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	color: #212121;
}

.single-search-query .search-query-text {
	margin-top: unset;
	margin-bottom: 16px;
}

.single-search-query {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 40px;
	padding-bottom: 32px;
}

.search-page .section.news-in-tag {
	margin-top: 40px;
	margin-bottom: 60px;
}

@media(max-width: 575px) {
	.single-search-query {
		padding-top: 16px;
		padding-bottom: 24px;
	}

	.search-page .section.news-in-tag {
		margin-top: 32px;
		margin-bottom: 30px;
	}
}

/* страница поиска */

/* окно подписки */
.window-subscribe {
	position: fixed;
	opacity: 0;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.95);
	display: none;
}

.window-in {
	width: 520px;
	max-width: 100%;
	max-height: 100%;
	background-color: white;
	/*height: 520px;*/
	padding: 72px 72px;
	position: relative;
	box-shadow: 0px 4px 65px rgba(0, 0, 0, 0.15);
}

.window-close.window-close-it {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/close-window-b.svg);
	width: 14px;
	height: 14px;
	position: absolute;
	right: 28px;
	top: 28px;
	cursor: pointer;
}

#form-subscribe h5 {
	margin-bottom: 17px;
	margin-top: 0px;
}


#form-subscribe span {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #5C5C5C;
	display: block;
}

.blue-button.send-subscribe {
	width: 100%;
	margin-top: 36px
}

.subscribe-check-soglasie {
	margin-top: 30px;
}

#subscribe-soglasie {
	display: none;
}

#form-subscribe .subscribe-check-soglasie input+label .icon {
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
	margin-right: 16px;
	background-color: #0071BB;
	vertical-align: bottom;
	cursor: pointer;
}

.subscribe-check-soglasie input:checked+label .icon::before {
	top: 4px;
	left: 10px;
	width: 2px;
	height: 10px;
	border-radius: 3px;
	background-color: white;
	content: "";
	position: absolute;
	transform: rotate(40deg);
}

.subscribe-check-soglasie input:checked+label .icon::after {
	top: 7px;
	left: 5px;
	width: 2px;
	height: 6px;
	border-radius: 3px;
	background-color: white;
	opacity: 0.8;
	content: "";
	position: absolute;
	transform: rotate(-45deg);
}

.subscribe-check-soglasie label {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #5C5C5C;
}

.subscribe-check-soglasie a {
	color: #0071BB;
}

.white-input.subscribe-email {
	border: unset;
	border-bottom: 1px solid #333333;
	padding: 14px 0px;
	color: #5C5C5C;
}

.window-subscribe .white-input {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	display: block;
	width: 100%;
	border: unset;
	border-bottom: 1px solid #333333;
	padding: 14px 0px;
	color: #5C5C5C;
	margin-top: 15px;
	background: unset;
	position: relative;
	z-index: 1;
}

/*
#subscribe-region {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

#subscribe-region option {
	cursor: pointer;
}
*/

.subscribe-region-wrap {
	position: relative;
}

.subscribe-region-wrap::after {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-down-b.svg) !important;
	width: 11px;
	height: 100%;
	display: inline-block;
	content: "";
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	margin-left: 4px;
	position: absolute;
	z-index: 0;
	right: 0px;
	top: 0px;
}

/* стиль select из radio*/
.subscribe-region input {
	display: none;
}

.subscribe-region {
	width: 100%;
	line-height: 30px;
	position: relative;
	cursor: pointer;
	display: block;
}

.subscribe-region #select:checked~ :after {
	display: none;
}

.subscribe-region .items {
	width: 100%;
	height: 44px;
	resize: none;
	transition: box-shadow 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	transition: height 1s;
}

.subscribe-region #subscribe-region:not(:checked)~.items {
	height: 100%;
}

.subscribe-region #subscribe-region~.items {
	height: auto;
	color: #5C5C5C;
}

.subscribe-region .items label {
	display: none;
	position: relative;
}

.subscribe-region #subscribe-region:checked~.items label:hover {
	background: #0071BB;
	color: #FFFFFF;
	cursor: pointer;
}

.subscribe-region #subscribe-region:checked~.items .placehold {
	display: none;
}

.subscribe-region #subscribe-region:checked~.items {
	/*! padding-top: 30px; */
	background: white;
}

.subscribe-region #subscribe-region:checked~.items label {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.subscribe-region .items input:checked+label {
	display: block !important;
	border: none;
}

.subscribe-region #subscribe-region:not(:checked)~.items::after {
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
}

.subscribe-region #subscribe-region:checked~.items .items-in {
	overflow-y: scroll;
	scrollbar-width: thin;
	max-height: 140px;
}

.subscribe-region #subscribe-region:checked~.items .items-in::-webkit-scrollbar {
	width: 7px;
	height: 100%;
	background: #f5f5f5;
}

.subscribe-region #subscribe-region:checked~.items .items-in::-webkit-scrollbar-thumb {
	background: #ccc;
}

/* стиль select из radio*/

.window-succes-in .window-close.window-close-it {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/close-window-w.svg);
	width: 14px;
	height: 14px;
	position: absolute;
	right: 28px;
	top: 28px;
	cursor: pointer;
}

.window-succes {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0071BB;
	z-index: 1;
	padding: 72px 72px;
	opacity: 0;
}

.window-succes h5 {
	color: white;
}

.button-white {
	background-color: white;
	border-radius: 4px;
	width: 170px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #0071BB;
	cursor: pointer;
	text-decoration: none;
}

.it-window.active {
	display: flex;
}

#form-subscribe .response {
	margin-top: 15px;
	margin-bottom: -15px;
}

#form-subscribe .response .error {
	color: red;
}

#form-subscribe .response .success {
	color: #0071BB;
}

@media(max-width: 575px) {
	.window-in {
		padding: 48px 30px;
	}

	.window-succes {
		padding: 48px 30px;
	}
}


/* окно подписки */

/* выбор языка */
.set-lang {
	height: 26px;
	width: 48px;
	margin-right: 20px;
	position: relative;
	text-align: center;
	flex-shrink: 0;
	align-items: center;
}

.set-lang .set-lang-btn {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	color: #333333;
	cursor: pointer;
	text-transform: capitalize;
}

.set-lang .set-lang-btn::after {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-down2.svg) !important;
	width: 14px;
	height: 10px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	margin-left: 6px;
}

.set-lang .set-lang-list {
	position: absolute;
	top: 0px;
	background-color: white;
	z-index: 3;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
	display: none;
}

.set-lang .set-lang-list-in a {
	display: block;
	color: #0071BB;
	padding: 9px 16px;
	text-decoration: none;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: capitalize;
}

.set-lang .set-lang-list-in a:hover {
	background-color: #0071BB;
	color: white;
}


.menu-popup-header .set-lang .set-lang-btn {
	color: white;
}

.menu-popup-header .set-lang .set-lang-btn::after {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/arrow-down2-w.svg) !important;
}

/* выбор языка */

/* поиск */
.search-btn {
	height: 18px;
	width: 17px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	background-image: url(/wp-content/themes/rosatomnewsletter/image/search-icon.svg) !important;
	margin-right: 25px;
	cursor: pointer;
}

.search-block {
	display: none;
	opacity: 0;
	position: absolute;
	width: 100vw;
	/*height: 140px;*/
	top: 70px;
	background-color: #0071BB;
	z-index: 2;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
}

.search-block.opened {
	display: inline-block;
}

.search-back {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
}

#searchform {
	height: 100%;
	width: 100%;
	display: flex;
}

/*
.search-block__in {
	display: flex;
	justify-content: center;
	align-items: center;
}
*/
.search-block__string {
	width: 100%;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-block__string input {
	border: unset;
	background-color: unset;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	color: #FFFFFF;
	width: 100%;
}

.search-block__string input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.search-block__results {
	position: relative;
	width: 100%;
	height: 50vh;
	background-color: #0071BB;
	overflow: hidden;
	padding-bottom: 15px;
	box-shadow: 0px 4px 65px rgba(0, 0, 0, 0.15);
	padding-top: 15px;
	/* opacity: 0; */
	display: none;
	margin-bottom: 20px;
}

.ajax-posts-in .post-text {
	margin-left: 16px;
}

.ajax-posts-in .post-img-in img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	object-fit: cover;
}

.search-block .post-img-in {
	padding-top: 58.9%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ajax-posts-in .post-img {
	width: 129px;
	display: flex;
	flex-shrink: 0;
}

.ajax-posts-in .post {
	margin-bottom: 15px;
}

.search-block .ajax-posts {
	/*! height: 100%; */
	overflow-y: scroll;
	flex-grow: 1;
}

.search-block .post-in {
	display: flex;
}

.ajax-posts-in .post a {
	text-decoration: none;
}

.ajax-posts-in .post-text span {
	color: white;
}

.ajax-posts-in .post-text .post-title {
	margin-bottom: 10px;
}

.search-block .post-title span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
}

.search-block .post-content span {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
}

.search-block__results-in {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.search-block .search-more-btn {
	border-radius: 4px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #0072BC;
	padding: 10px 50px;
	min-height: 45px;
	display: flex;
	align-items: center;
	text-decoration: none;
	background: white;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
	cursor: pointer;
}

.search-block .ajax-bottom {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

@media(max-width: 575px) {
	.search-block__string {
		height: 70px;
	}

	.search-block__string input {
		font-size: 18px;
	}
}

/* поиск */

/* 404 */
.single.page-404 {
	background-image: url(/wp-content/themes/rosatomnewsletter/image/404.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.single.page-404 .single-text {
	max-width: 500px;
	display: flex;
	flex-direction: column;
}

.single.page-404 .single-text h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 45px;
	color: #FFFFFF;
	margin-top: unset;
}

.single.page-404 .single-text .bottom {
	display: flex;
	margin-top: 10px;
}

.single.page-404 .single-text {
	max-width: 500px;
	display: flex;
	flex-direction: column;
	margin-top: 74px;
	margin-bottom: 74px;
}

@media(min-width: 575px) and (max-width: 1023px) {
	.single.page-404 .single-text {
		margin-top: 44px;
		margin-bottom: 44px;
	}
}

@media(max-width: 575px) {
	.single.page-404 .single-text h3 {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 26px;
	}

	.single.page-404 .single-text {
		max-width: 320px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.single.page-404 .single-text {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

/* 404 */

/* убираем браузерную обводку ввода */
*:active,
*:focus {
	outline: none !important;
}

*::-moz-focus-inner {
	border: 0 !important;
}

button:active,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0 !important;
}

/* убираем браузерную обводку ввода */

/* обтекание текстом */
.alignleft,
.alignLeft {
	float: left;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.alignright,
.alignRight {
	float: right;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.aligncenter,
.alignCenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* обтекание текстом */


/* страница всех росатом новостей */
.top-page-title-mew-block .title-text {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 38px;
	color: #212121;
	margin-top: unset;
	margin-bottom: unset;
}

.top-page-title-mew-block {
	margin-top: 53px;
	margin-bottom: 35px;
}

.news-all-in .section-date {
	margin-top: 12px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 35px;
	line-height: 43px;
	color: #2E70B5;
	margin-bottom: 35px;
}

.section.news-all-in:nth-child(2n) {
	background: #F3F3F3;
}

.section.news-all-in {
	padding-bottom: 60px;
	padding-top: 40px;
}

.section.news-all-in .post {
	margin-bottom: 40px;
}

@media(max-width: 1023px) {
	.section.news-all-in {
		padding-bottom: 20px;
		padding-top: 16px;
	}

	.news-all-in .section-date {
		font-size: 32px;
	}

	.top-page-title-mew-block {
		margin-top: 43px;
		margin-bottom: 35px;
	}
}

@media(max-width: 575px) {
	.section.news-all-in {
		padding-bottom: 36px;
		padding-top: 0px;
	}

	.news-all-in .section-date {
		font-size: 22px;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.top-page-title-mew-block {
		margin-top: 35px;
		margin-bottom: 30px;
	}

	.top-page-title-mew-block .title-text {
		font-size: 35px;
	}
}

.news-dates {
	display: flex;
	align-items: center;
}

.news-dates .news-month {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.news-dates .news-month li {
	margin-right: 25px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.news-dates .news-month li {
	display: inline-block;
	cursor: pointer;
}

.news-dates .news-month .active {
	color: #2E70B5;
}

.news-year-select {
	display: flex;
	background: #FFFFFF;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 10px 25px;
	margin-right: 40px;
	flex-shrink: 0;
	height: 46px;
}

#select-news-year-button {
	margin-left: 0px;
	cursor: pointer;
	display: inline-block;
	border: unset;
	background: unset;
	width: unset;
	padding: unset;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 157.3%;
	color: #2E70B5;
}

#select-news-year-button .ui-icon {
	float: left;
	background-image: url(/wp-content/themes/rosatomnewsletter/image/select.svg) !important;
	width: 9px;
	height: 100%;
	z-index: 1;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 7px;
}

#select-news-year-button .ui-selectmenu-text {
	margin: unset;
}


.select-news-year-ui {
	display: none;
	opacity: 0;
	transition: opacity .5s;
}

.select-news-year-ui.ui-front {
	width: 110px;
	background: #0071BB;
	z-index: 1;
	cursor: pointer;
	/* padding: 10px 20px; */
	text-align: center;
	overflow: hidden;
}

.select-news-year-ui.ui-selectmenu-open {
	display: block;
	opacity: 1;
	transition: opacity .5s;
	padding: unset;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	background: white;
	position: absolute !important;
}

.select-news-year-ui #select-news-year-menu {
	display: inline-block;
	background: white;
	border: none;
	/* width: 132px !important; */
	/* box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1); */
	border-radius: 4px;
	width: 100% !important;
	margin: unset;
	padding: unset;
}

.select-news-year-ui #select-news-year-menu li {
	display: block;
	color: #2E70B5;
	cursor: pointer;
	text-align: center;
	padding: 10px 10px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 157.3%;
}

/*
.select-news-year-ui #select-news-year-menu .ui-menu-item {
	padding-left: 16px !important;
}
*/
.select-news-year-ui #select-news-year-menu .ui-menu-item.ui-state-focus {
	border: #2E70B5 !important;
	background: #2E70B5;
	color: white;
}

@media(max-width: 768px) {
	.news-dates {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.news-dates .news-month {
		margin-top: 20px;
		flex-basis: 100%;
	}
}

/* страница всех росатом новостей */


/* цитаты и цифры в записях, в pdf используется такие же, перенести */
.single-content blockquote {
	margin-top: 44px;
	margin-bottom: 44px;
	margin-left: 0px;
	margin-right: 60px;
}

.single-content blockquote * {
	font-weight: 400;
	font-size: 21px;
	line-height: 115%;
	text-align: left;
}


.single-content blockquote.block-numbers {
	margin-top: 44px;
	margin-bottom: 44px;
	margin-left: 24px;
	margin-right: 24px;
}

.single-content blockquote.block-numbers p {
	font-weight: normal;
	font-size: 10px;
	line-height: 110%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}


.single-content blockquote.block-numbers .big-number {
	font-weight: 700;
	font-size: 47px;
	line-height: 100%;
	text-align: center;
	color: #aaa;
	margin: unset;
}

.single-content blockquote .caption1 {
	font-weight: bold;
	font-size: 10px;
	line-height: 110%;
	text-align: left;
	color: #aaa;
	margin: 3px 0px;
}

.single-content blockquote .caption2 {
	font-weight: normal;
	font-size: 10px;
	line-height: 110%;
	text-align: left;
	color: #aaa;
	margin: 3px 0px;
}
/* -цитаты и цифры в записях, в pdf используется такие же, перенести */