*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	background: #fff;
	font-family: "Inter-Regular","RobotoRegular", sans-serif;
	font-size: 18px;
	color: #000;
	overflow-x: hidden;
}

a {
	color: #000088;
	transition: all 0.2s ease;
}

a.doc {
	float: left;
	width: 100%;
	margin: 15px 0px;
	text-decoration: underline;
	transition: none;
	padding-left: 30px;
}

a.doc:hover {
	text-decoration: none !important;
}

sub.wide {
	margin: 0px 0px 15px !important;
}

.content-inner a:hover {
	text-decoration: underline;
}

.content-inner img {
	max-width: 100%;
	height: auto;
}

.blackout {
	display: none;
	position: absolute;
	background: rgba(0,0,0,0.7);
	top: 75px;
	left: -100%;
	right: -100%;
	width: 300%;
	height: 100vh;
	z-index: 2;
}

.table-scroll {
	width: 100%;
	overflow-x: scroll;
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}

.centered {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.wide {
	float: left;
	width: 100%;
}

.relative {
    position: relative;
}

.nopadding {
	padding: 0px;
}

.nopadding-left {
	padding-left: 0px;
}

.nopadding-right {
	padding-right: 0px;
}

.nomargin {
	margin: 0px !important;
}

.tm {
	margin-top: 15px;
}
.bigtm {
	margin-top: 30px;
}
.gianttm {
	margin-top: 45px;
}
.smalltm {
	margin-top: 10px;
}

.bm {
	margin-bottom: 15px !important;
}
.bigbm {
	margin-bottom: 30px;
}
.giantbm {
	margin-bottom: 45px !important;
}
.smallbm {
	margin-bottom: 10px;
}

.hr {
	float: left;
	width: 100%;
	height: 2px;
	background: #f1f1f1;
	margin: 10px 0px;
}

.huge {
	font-size: 32px;
	font-family: 'Inter-Medium';
	font-weight: normal;
	margin: 30px 0px;
}

.big {
	font-size: 22px;
	font-family: 'Inter-Medium';
	font-weight: normal;
	margin: 30px 0px;
}

.small {
	font-size: 12px;
	font-family: 'Inter-Medium';
	font-weight: normal;
	margin: 12px 0px;
}

#anchor1 {
	padding-top: 5px;
	border-top: 1px solid #666;
}

.columns-text {
	float: left;
	width: 100%;
	margin: 15px 0px;
}

.columns-text .ct-left {
	float: left;
	width: 40%;
	font-family: 'Inter-Medium';
	font-size: 24px;
	font-weight: normal;
}

.columns-text .ct-right {
	float: left;
	width: 58%;
	font-size: 18px;
	padding-top: 5px;
}

.columns-text .warning {
	color: #FF5656;
	font-size: 24px;
	background: url(../images/warning.svg) left top no-repeat;
	padding: 3px 0px 3px 50px;
}

.columns-text.wl250 {
	border-top: 2px solid #f1f1f1;
	padding: 25px 0px 0px;
	margin-bottom: 0px;
}

.columns-text.wl250 .ct-left {
	width: 250px;
}

.columns-text.wl250 .ct-right {
	width: calc(100% - 280px);
	float: right;
}

.columns-text.wl250 .ct-right ul {
	margin: 0px;
}

.columns-text.wl250 .ct-right p:first-child,
.columns-text.wl250 .ct-left p:first-child {
	margin-top: 0px;
}

.columns-text.wl250 .ct-right a {
	margin-top: 5px;
}

.columns-text.wl250.two-columns-1 {
	border-top: 0px;
}

.one-column-text p:first-child {
	margin-top: 0px;
}

a.more {
	text-align: right;
	float: right;
	color: #000;
	width: auto;
	font-family: 'Inter-Medium';
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 15px;
	border-bottom: 2px solid #000;
	transition: all 0.3s ease;
}

.more:hover {
	border-bottom: 2px solid transparent;
	text-decoration: none !important;
}

.content ul {
	list-style: none;
	padding-left: 30px;
}

.content ul li {
	position: relative;
	margin-bottom: 20px;
}

.content ul li:before {
	content: '—';
	position: absolute;
	left: -30px;
}

.columns-text.wl250 ul li {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.main-page .header-wrap {
	background: url(../images/main-header-bg.jpeg) center center no-repeat;
	margin-bottom: 25px;
	background-size: cover;
}

.header-wrap {
	background: url(../images/header-bg-regular.png) center center no-repeat;
	margin-bottom: 25px;
}

.ancestor-19 .header-wrap {
	background: url(../images/header-bg-news.png) center center no-repeat;
}

.ancestor-38 .header-wrap {
	background: url(../images/header-bg-nauka.png) center center no-repeat;
}

.main-page .headline-main {
	margin-bottom: 50px;
}

.header {
	padding: 0px 20px;
	min-height: 240px;
}

.main-page .header {
	min-height: 600px;
}

.header .logo-wrap {
	padding: 15px 15px 0px;
	width: 23%;
	float: left;
	
}

.header .main-menu {
	margin-top: 33px;
	float: left;
	width: 66%;
	line-height: 19px;
}

.header .main-menu .mm-item {
	font-family: "Inter-Medium";
	text-transform: uppercase;
	float: left;
	display: inline-block;
}

.header .main-menu .mm-item a,
.header .main-menu .mm-item span.pseudo-a {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.03em;
	margin: 0px 10px;
	position: relative;
	cursor: pointer;
}

.header .main-menu .mm-item span.pseudo-a {
	margin-right: 0px;
}

.header .main-menu .mm-item a.ext:before {
	position: absolute;
	content: '';
	top: calc(100% + 13px);
	left: 0px;
	right: 0px;
	height: 9px;
	background: #FF5656;
}

.header .main-menu .mm-item a.active:after {
	position: absolute;
	content: '';
	height: 9px;
	width: 100%;
	background: #FF5656;
	bottom: -20px;
	left: 0px;
	right: 0px;
}

.header .header-sider {
	float: left;
	width: 11%;
	margin-top: 33px;
	padding: 0px 0px 0px 0px;
}

.header .header-sider .language {
	float: right;
	/*display: none;*/
}

.header .header-sider .language a {
	color: #fff;
	font-family: "Inter-Medium";
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.header .header-sider .mobile-menu {
	display: none;
}

.header .header-sider .header-search,
.header .header-sider .header-search-focus {
	float: right;
	margin-left: 15px;
	line-height: 15px;
	cursor: pointer;
}

.headline {
	margin-bottom: 30px;
	position: relative;
}

h1,
.pseudo-h1 {
	font-family: "Montserrat-SemiBold";
	letter-spacing: 2px;
	font-size: 48px;
	font-weight: normal;
	line-height: 95%;
	text-transform: uppercase;
	color: #fff;
	margin: 25px 0px 8px;
}

h1.modest-h1,
.modest-h1 {
	font-family: "Montserrat-SemiBold";
	letter-spacing: 2px;
	font-size: 40px;
	line-height: 49px;
	text-transform: uppercase;
	color: #000088;
	padding-bottom: 20px;
	border-bottom: 4px solid #cdcce6;
	margin-bottom: 20px;
}

.news-page-item h1 {
    margin-top: 0px;
}

.modest-h2 {
	font-family: "Montserrat-SemiBold";
	letter-spacing: 1px;
	font-size: 28px;
	line-height: 49px;
	text-transform: uppercase;
	color: #000088;
	padding-bottom: 20px;
	border-bottom: 4px solid #cdcce6;
	margin-bottom: 20px;
}

.modest-h3 {
	font-family: "Montserrat-SemiBold";
	letter-spacing: 1px;
	font-size: 17px;
	line-height: 35px;
	text-transform: uppercase;
	color: #000088;
	border-bottom: 4px solid #cdcce6;
	margin-bottom: 20px;
}

.main-page h1 {
	color: #fff;
	font-size: 50px;
	line-height: 70px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	max-width: 1017px;
	font-family: "Montserrat-Regular";
	margin: 30px 0px;
}

.main-page .main-desc {
	color: #fff;
	font-size: 24px;
	line-height: 150%;
	max-width: 866px;
	position: relative;
	padding-top: 30px;
}


.main-page .main-desc:before {
	content: '';
	background: #FF5656;
	height: 6px;
	width: 280px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#breadcrumb {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumb {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumb li {
	position: relative;
	display: inline-block;
	float: left;
	font-family: 'Montserrat-Regular';
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #acabe0;
	padding-right: 10px;
	margin-bottom: 5px;
}

#breadcrumb li:not(:last-child):after {
	content: '/';
	position: relative;
	right: -5px;
}

#breadcrumb li a {
	color: #fff;
}

.content {
	padding: 0px 20px;
}

.content-title {
	/*padding-bottom: 30px;*/
	/*border-bottom: 2px solid #cdcce6;
	margin-bottom: 25px;*/
}

.content-body {
	margin-top: 25px;
}

.shmidt {
	font-size: 27px;
	font-family: 'Inter-Medium';
	max-width: 200px;
	margin-bottom: 0px;
}

.shmidt-desc {
	font-size: 12px;
	font-family: 'Inter-Medium';
	max-width: 200px;
}

.sidebar {
	float: left;
	max-width: 236px;
	width: 100%;
	margin-bottom: 60px;
}

.content-text {
	float: left;
	width: calc(100% - 280px);
	margin-left: 44px;
}

.content-text.without-sidebar {
	width: 100%;
	margin-left: 0px;
}

.content-inner img {
	margin-bottom: 10px;
}

.sidebar-menu {
	position: relative;
	padding: 20px 0px 30px;
	background: #f0f0f8;
}

.sidebar-menu .sidebar-item {
	padding: 0px 15px;
}

.sidebar-menu .sidebar-item a {
	display: block;
	position: relative;
	font-family: "Montserrat-SemiBold";
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0.03em;
	color: #000000;
	margin-bottom: 40px;
}

.sidebar-menu .sidebar-item a:hover {
	color: #000088;
}

.sidebar-menu .sidebar-item:last-child a:not(.exp) {
	margin-bottom: 0px;
}

.sidebar-menu .sidebar-item a.ext {
	color: #000088;
	font-family: "Montserrat-Bold";
}

.sidebar-menu .sidebar-item a.ext:before {
	content: '';
	position: absolute;
	background: #FF5656;
	height: 4px;
	left: 0px;
	right: -15px;
	top: calc(100% + 10px);
}

.sidebar-menu .sidebar-item a.exp {
	padding-right: 20px;
	position: relative;
	z-index: 0;
}

.sidebar-menu .sidebar-item a.exp .arrow {
	position: absolute;
	right: 0px;
	z-index: 1;
}

.sidebar-menu .sidebar-item .submenu a {
	font-size: 16px;
	padding-left: 30px;
	position: relative;
	transition: all 0.2s ease;
	margin-bottom: 20px !important;
}

.sidebar-menu .sidebar-item .submenu a:before {
	content: '―';
	position: absolute;
	top: 0px;
	left: 0px;
}


.news-block-wrap {
	margin: 40px 0px 160px;
}

.news-block-wrap h2 {
	font-family: "Montserrat-Medium";
	letter-spacing: 2px;
	font-size: 40px;
	line-height: 49px;
	text-transform: uppercase;
	color: #000088;
	padding-bottom: 20px;
	border-bottom: 4px solid #cdcce6;
	margin-bottom: 20px;
}

.news-block {
	padding-bottom: 25px;
	border-bottom: 2px solid #ebebeb;
	margin: 20px 0px 0px;
}

.news-block-with-bg {
	color: #fff;
	font-size: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 25px;
}

.news-block-date {
	font-family: 'Inter-Medium';
	font-size: 26px;
	line-height: 31px;
	letter-spacing: -0.05em;
}

.news-block-text a {
	color: #000;
}

.news-block-text .news-block-with-bg {
	position: relative;
	overflow: hidden;
}

.news-block-text .news-block-with-bg a {
	color: #fff;
	position: relative;
	z-index: 1;
}

/*.news-block-text .news-block-with-bg:after {
	content: '';
	background: rgba(0,0,136,0.4);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 0;
}*/

.news-block-text .news-block-with-bg:before {
    content: '';
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 0;
}

.news-block-text a:hover {
	text-decoration: underline;
}

.news-block-nav {
	margin-top: 20px;
}

.news-block-nav a,
.ajax-more-btn.btn-more {
	color: #000;
	width: auto;
	font-family: 'Inter-Medium';
	font-size: 20px;
	float: left;
	cursor: pointer;
	border-bottom: 2px solid #000;
	transition: all 0.3s ease;
}

.news-block-nav a:hover,
.ajax-more-btn.btn-more:hover {
	text-decoration: none;
	opacity: 0.7;
}

.main-wide-block-wrap {
	position: relative;
	margin-bottom: 50px;
}

.main-wide-block-wrap .main-wide-block-title {
	font-size: 40px;
	font-family: "Montserrat-Medium";
	padding: 10px 0px;
	border-bottom: 4px solid #cdcce6;
	color: #000088;
	margin: 20px 0px;
	text-transform: uppercase;
}

.main-wide-block {
	margin: 25px 0px;
	position: relative;
	z-index: 1;
}

/*
.main-wide-block.new-2794 {
	margin-bottom: 60px;
}


.main-wide-block.new-2794:before,
.main-wide-block.new-2797:before {
	content: '';
    position: absolute;
    top: -20px;
    left: -35px;
    width: calc(100% + 70px);
    height: calc(100% + 50px);
    border: 6px solid #000088;
	z-index: -1;
}
*/

.main-wide-block.outborder {
	position: relative;
	color: #fff;
	height: 200px;
	padding: 45px 0px;
}

.main-wide-block.outborder .main-wide-block-right a {
	color: #fff;
}

.main-wide-block.outborder .outborder-bg {
	position: absolute;
	top: 0px;
	left: -35px;
	right: 0px;
	width: calc(100% + 70px);
	max-height: 100%;
	min-height: 200px;
	z-index: -2;
}

.main-wide-block.outborder:before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 136, 0.6);
	top: 0px;
	bottom: 0px;
	left: -35px;
	width: calc(100% + 70px);
	z-index: -1;
}

.main-wide-block.outborder .main-wide-block-left {
	margin-top: 0px;
}

.main-wide-block.outborder .main-wide-block-right {
	font-size: 24px;
}

.main-wide-block .main-wide-block-left {
	float: left;
	width: 32%;
	font-family: 'Inter-Medium';
	font-size: 32px;
	float: left;
	font-variant-numeric: ordinal;
	margin-top: -5px;
}

.main-wide-block .main-wide-block-right {
	float: right;
	width: 66.666%;
	font-family: 'Inter-Regular';
	font-size: 18px;
	/*margin: 15px 0px 5px;*/
}

.main-wide-block .main-wide-block-right a {
	color: #000;
}

.main-wide-block .main-wide-block-right a:hover {
	text-decoration: underline;
}

.main-wide-block .main-wide-block-more {
	margin-top: 15px;
}

.main-wide-block .main-wide-block-right .main-wide-block-more a {
	display: block;
	float: left;
	color: #000;
	font-size: 20px;
	font-family: 'Inter-Medium';
	border-bottom: 2px solid;
	text-decoration: none !important;
}

.main-documents .main-wide-block {
	margin: 20px 0px;
}

.main-wide-block .main-wide-block-more a:hover {
	border-bottom: 2px solid #fff;
}

.main-documents .main-wide-block-left {
	font-size: 27px;
	width: 33%;
}

.main-documents .main-wide-block-right {
	width: 63%;
}

.main-documents .main-wide-block-right .main-wide-block-more,
.main-documents .main-wide-block-right .main-wide-block-all {
	border-top: 2px solid #f1f1f1;
	padding-top: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.main-documents .main-wide-block-right .main-wide-block-more a,
.main-documents .main-wide-block-right .main-wide-block-all span {
	font-size: 18px;
	font-weight: normal;
	font-family: 'Inter-Regular';
	border-bottom: 2px solid;
	text-decoration: none !important;
	cursor: pointer;
	transition: all 0.2s ease;
}

.main-documents .main-wide-block-right .main-wide-block-more a:hover,
.main-documents .main-wide-block-right .main-wide-block-all span:hover {
	border-bottom: 2px solid transparent;
}

.documents-search {
	margin-bottom: 60px;
}

.hidden-documents {
	display: none;
}

.hidden-documents .title {
	font-size: 22px;
	font-family: 'Inter-Medium';
}

.main-structure .main-wide-block-left {
	font-size: 28px;
	width: 41%;
}

.main-structure .main-wide-block-right {
	width: 57%;
	border-bottom: 2px solid #f1f1f1;
}

.main-structure .main-wide-block-right a {
	color: #000088;
}

.main-unit {
	margin-bottom: 30px;
}

.main-unit .staff-item .staff-block {
	width: 100%;
	margin-bottom: 0px;
}

.main-unit .main-wide-block-left {
	font-size: 24px;
	width: 36%;
}

.main-unit .main-wide-block-right {
	width: 63%;
}

.popup-menu {
	position: absolute;
	top: 75px;
	left: 0px;
	right: 0px;
	width:100%;
	background: #fff;
	z-index: 3;
	padding: 40px 25px;
	display: none;
}

.popup-menu .popup-menu-block {
	display: none;
}

.popup-menu a {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #000;
	margin-bottom: 14px;
}

.popup-menu .popup-menu-item {
	border-bottom: 2px solid #7D7D7D;
	float: left;
	width: 100%;
	padding: 13px 0px;
}

.popup-menu-item-uno {
	padding-right: 25px;
}

.popup-menu-item-uno a {
	margin-bottom: 26px;
}

.popup-menu .popup-menu-item a.title {
	font-size: 24px;
	font-family: 'Inter-Medium';
	color: #000060;
}

.popup-menu a.subtitle,
.popup-menu span.subtitle {
	font-size: 20px;
	font-family: 'Inter-Medium';
	color: #000060;
	margin: 16px 0px;
}

.popup-menu a:hover,
.popup-menu .popup-menu-item a:hover {
	color: #0000C7;
}

.news-page-main-image {
	float: left;
	max-width: 300px !important;
	margin: 0px 30px 15px 0px;
}

.news-page-date {
	font-family: 'Inter-Bold';
	color: #000088;
}

.conf-calendar {
	border: 0px;
}

.contacts-page-map {
	position: relative;
}

.contacts-page-map-block {
	position: absolute;
	top: 8px;
	left: 8px;
	background: rgba(255,255,255,0.9);
	padding: 15px;
	width: 460px;
}

.content-body table td {
	padding: 10px;
	border: 1px solid #dcdcdc;
}

.simplesearch-results-list {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.simplesearch-search-form,
.smi-search-form {
	position: relative;
}

.simplesearch-search-form fieldset,
.smi-search-form fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
}

.simplesearch-search-form #search,
.smi-search-form #search {
	border: 0px;
	border-bottom: 4px solid #ebebeb;
	width: 100%;
	font-size: 40px;
	padding: 12px 270px 0px 0px;
	outline: none;
}

.simplesearch-search-form input[type="submit"],
.simplesearch-search-form .extended-search-submit,
.simplesearch-search-form .new-extended-search-submit,
.smi-search-form .smi-search-submit {
	border: 0px;
	outline: none;
	font-size: 16px;
	font-family: "Montserrat-Medium";
	background: #000088;
	padding: 15px 30px;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 0px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.simplesearch-search-form input[type="submit"]:hover,
.simplesearch-search-form .extended-search-submit:hover,
.simplesearch-search-form .new-extended-search-submit:hover,
.smi-search-form .smi-search-submit:hover {
	background: #0000C7;
}

.simplesearch-search-form input[type="submit"]:hover,
.smi-search-form input[type="submit"]:hover {
	opacity: 0.7;
}

.simplesearch-results {
	float: left;
	width: 100%;
}

.simplesearch-result {
	position: relative;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	border-bottom: 2px solid #ebebeb;
}

.simplesearch-result h3 {
	margin-bottom: 0px;
}

.simplesearch-result a {
	color: #000088;
	font-size: 22px;
	font-family: "Montserrat-Medium";
	font-weight: normal;
}

.simplesearch-highlight {
	color: #000088;
	font-family: 'Inter-Bold';
}

.simplesearch-paging {
	font-size: 14px;
	text-align: right;
}

.simplesearch-paging .simplesearch-page {
	margin-left: 10px;
}

.search-clear,
.smi-search-form .smi-search-clear {
	font-size: 18px;
	color: #BDBDBD;
	position: absolute;
	top: 5px;
	height: 52px;
	line-height: 52px;
	right: 135px;
	cursor: pointer;
	padding: 0px 6px 0px 10px;
	transition: all 0.2s ease;
}

.search-clear:hover,
.smi-search-form .smi-search-clear:hover {
	background: #f9f9f9;
}

.search-clear img,
.smi-search-form .smi-search-clear img {
	height: 27px;
}

.extended-search-link-button {
	color: #000088;
	margin-bottom: 10px;
	margin-left: 30px;
}

.extended-search-switch-button {
	color: #000088;
	cursor: pointer;
}

.extended-search {
	padding: 30px 25px;
	border: 2px solid #CCCCE7;
	border-radius: 2px;
	position: relative;
	margin-bottom: 15px;
}

.extended-search:before {
	content: '';
	position: absolute;
	background: #fff;
	display: block;
	height: 10px;
	width: 10px;
	top: -7px;
	right: 100px;
	border-top: 2px solid #CCCCE7;
	border-left: 2px solid #CCCCE7;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
	z-index: 0;
}

.extended-search .col-xs-3 {
	font-family: "Montserrat-Medium";
	padding: 8px 15px;
}

.extended-search .parent-section {
	float: left;
	border: 2px solid #CCCCE7;
	border-radius: 4px;
	padding: 8px 24px;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.extended-search .parent-section:hover {
	background: #CCCCE7;
}

.extended-search .parent-section.ext {
	background: #000088;
	color: #fff;
	border: 2px solid #000088;
}

.extended-search select[name="parent-section"] {
	border: 2px solid #CCCCE7;
	background: #fff;
	outline: none;
	padding: 8px 16px;
	max-width: 500px;
	width: 100%;
}

.extended-search .search-from,
.extended-search .search-to {
	background: url(../images/calendar-alt.png) right 10px center no-repeat;
	border: 2px solid #CCCCE7;
	padding: 8px 16px;
	float: left;
	margin-right: 20px;
	max-width: 240px;
	width: 100%;
	outline: none;
	cursor: default;
}

.extended-search .extended-search-submit,
.extended-search .new-extended-search-submit {
	float: left;
	width: 240px;
	text-align: center;
	color: #fff;
	background: #000088;
	padding: 14px 0px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease;
}

.extended-search .extended-search-submit:hover,
.extended-search .new-extended-search-submit:hover {
	background: #0000C7;
}

.razdel {
	font-size: 14px;
	margin-bottom: 15px;
}

.razdel a {
	font-size: 14px;
}

.popup-search {
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 0px 40px;
	background: #fff;
	top: 74px;
}

.federal-resources {
	background: #f0f0f8;
	font-size: 20px;
	font-family: 'Inter-Medium';
	margin-top: 90px;
	position: relative;
}

/*
.federal-resources:after {
	content: '';
	background: #f0f0f8;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -35px;
	width: 35px;
}

.federal-resources:before {
	content: '';
	background: #f0f0f8;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -35px;
	width: 35px;
}
*/

.federal-resources .title {
	font-size: 32px;
	font-family: 'Inter-Medium';
}

.federal-resources .col-xs-6 {
	height: 150px;
	padding: 30px 19px;
	position: relative;
}

.federal-resources .col-xs-6:not(:last-child):after {
	content: '';
	position: absolute;
	background: #fff;
	width: 2px;
	top: 12px;
	bottom: 12px;
	right: 0px;
}

.federal-resources span {
	margin-bottom: 25px;
}

.federal-resources .federal-resource-desc {
	font-family: 'Inter-Medium';
	color: #909095;
	font-size: 10px;
	text-transform: uppercase;
}

.federal-resources .federal-resource {
	color: #000;
	transition: all 0.2s ease;
}

.federal-resources .federal-resource:hover span {
	text-decoration: underline !important;
}

.vertical-images {
	width: 30%;
	float: left;
	margin: 0px 15px 0px 0px;
}

.vertical-images img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.horizontal-images {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.horizontal-images img {
	max-width: 28%;
	height: auto;
	display: inline-block;
	float: left;
	margin: 0px 1%;
}

.documents-page img {
	max-width: 100%;
}

.link103 {
	word-wrap: break-word;
}

#fc {
	border: 2px solid #CCCCE7;
	background: #fff;
	width: 320px;
	border-spacing: 13px 10px;
	border-collapse: separate !important;
}

#fc .fc-header td {
	font-size: 18px;
	padding: 5px 0px;
}

#fc .fc-header .fc-month-left,
#fc .fc-header .fc-month-right {
	
	cursor: pointer;
	transition: all 0.2s ease;
}
#fc .fc-header .fc-month-left {
	background: url(../images/fc-left.png) center center no-repeat;
}
#fc .fc-header .fc-month-right {
	background: url(../images/fc-right.png) center center no-repeat;
}
#fc .fc-header .fc-month-left:hover {
	background: url(../images/fc-left-h.png) center center no-repeat;
}
#fc .fc-header .fc-month-right:hover {
	background: url(../images/fc-right-h.png) center center no-repeat;
}

#fc .fc-header .fc-year-left,
#fc .fc-header .fc-year-right {
	padding: 25px 10px;
	width: 25%;
	cursor: pointer;
	transition: all 0.2s ease;
}
#fc .fc-header .fc-year-left {
	background: url(../images/fc-left.png) center center no-repeat;
	background-size: 8px auto;
}
#fc .fc-header .fc-year-right {
	background: url(../images/fc-right.png) center center no-repeat;
	background-size: 8px auto;
}
#fc .fc-header .fc-year-left:hover {
	background: url(../images/fc-left-h.png) center center no-repeat;
	background-size: 8px auto;
}
#fc .fc-header .fc-year-right:hover {
	background: url(../images/fc-right-h.png) center center no-repeat;
	background-size: 8px auto;
}

#fc .fc-week {
	position: relative;
}

#fc .fc-week td {
	font-size: 12px;
	padding: 5px 0px;
	position: relative;
	background: #f5f5fa;
}

#fc .fc-week td:not(:last-child):before {
	content: '';
	position: absolute;
	top: 0px;
	left: 30px;
	width: 30px;
	background: #f5f5fa;
	z-index: 0;
	bottom: 0px;
}

#fc .fc-week td:first-child {
	border-radius: 30px 0px 0px 30px;
}

#fc .fc-week td:last-child {
	border-radius: 0px 30px 30px 0px;
}

#fc .fc-td {
	font-family: "Gilroy-Regular";
	font-size: 16px;
	border-radius: 100px;
	text-align: center;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
	height: 30px;
	width: 30px;
	min-width: 30px;
}

#fc .fc-today {
	cursor: pointer;
	background: #f5f5fa;
	padding: 5px;
	font-size: 14px;
	border-radius: 100px;
	transition: all 0.2s ease;
}

#fc .fc-today:hover {
	background: #CCCCE7;
}

.staff-block {
	float: left;
	width: 100%;
	margin-bottom: 60px;
	width: 48%;
}

.wrap-div .staff-block:nth-child(2n) {
	margin-left: 4%;
}

.main-staff-unit-block .staff-block {
	margin-left: 0px;
}

.staff-block .staff-left {
	width: 160px;
	float: left;
}

.staff-block .staff-right {
	float: right;
	width: calc(100% - 170px);
}

.staff-block .staff-name {
	font-family: "Montserrat-SemiBold";
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000088;
	border-bottom: 4px solid #cdcce6;
	margin-bottom: 10px;
}

.staff-block .staff-name a {
	color: #000088;
	font-size: 16px;
}

.staff-block .staff-photo {
	max-width: 100%;
}

.staff-block img.staff-photo {
	max-width: 180px;
	margin: 0 auto;
}

.staff-block .staff-photo {
	position: relative;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 220px;
	width: 180px;
	overflow: hidden;
	margin: 0 auto;
}


.staff-block .staff-photo.real-photo {
	position: relative;
	background-position: center top;
	background-size: auto 100%;
	height: 200px;
	width: 100%;
	overflow: hidden;
	border: 4px solid #cdcce6;
	margin: 0 auto;
}

.staff-block .staff-photo.real-photo:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border: 4px solid #fff;
}

.staff-char {
	margin-bottom: 10px;
	font-size: 16px;
}

.staff-char strong {
	font-family: "Inter-Medium";
	font-weight: normal;
	font-size: 18px;
	color: #000088;
}

.alphabet-staff {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 0px;
	border-bottom: 2px solid #f1f1f1;
}

.alphabet-staff a {
	float: left;
	padding: 5px 5px 5px 0px;
	margin: 0px 5px 0px 0px;
	font-size: 24px;
	font-family: 'Inter-Medium';
}

.memorial-block {
	margin-bottom: 60px;
}

.memorial-block  .real-photo {
	max-width: 100%;
}

.memorial-block .real-photo {
	position: relative;
	background-position: center top;
	/*background-size: 100% auto;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	height: 220px;
	width: 180px;
	overflow: hidden;
	border: 7px solid #cdcce6;
	margin: 0 auto;
}

.memorial-block .real-photo:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	height: 208px;
	width: 168px;
	border: 8px solid #fff;
}

.memorial-block .memorial-block-date-photo {
	text-align: center;
}

.memorial-block .memorial-block-date span {
	font-size: 20px;
}

.memorial-block .memorial-block-text {
	min-height: 130px;
	line-height: 1.8em;
	margin-top: -5px;
}

.memorial-block .memorial-block-more {
	color: #000;
	font-size: 20px;
	margin-top: 15px;
	border-bottom: 2px solid #000;
	transition: all 0.2s ease;
}

.memorial-block .memorial-block-more:hover {
	opacity: 0.7;
	text-decoration: none;
}

.oo-docs a {
	position: relative;
}

.oo-docs a:not(.lasty):after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -14px;
	height: 2px;
	width: 100%;
	background: #f1f1f1;
}

.rotate {
	transform: rotateY(90deg);
}

.pagination {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
	text-align: right;
	padding-top: 10px;
}

.pagination li {
	display: inline-block;
}

.pagination li:before {
	content: '';
	display: none;
}

.pagination li a {
	float: left;
	width: 100%;
	display: block;
	padding: 5px 10px;
	text-align: center;
}

.pagination li.active a {
	background: #000088;
	color: #fff;
}

.journals-list .more {
	float: left;
	width: 100%;
}

.journals-list .more a {
	float: right;
	margin-top: 15px;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	font-family: 'Inter-Regular';
	border-bottom: 2px solid;
	text-decoration: none !important;
	cursor: pointer;
	transition: all 0.2s ease;
}

.journals-list .more a:hover {
	border-bottom: 2px solid transparent;
}

.journal-button a {
	font-size: 14px;
	font-family: "Montserrat-SemiBold";
	background: #000088;
	padding: 14px 25px;
	color: #fff;
	width: 100%;
	float: left;
	transition: all 0.2s ease;
}

.journal-button a:hover {
	text-decoration: none;
	background: #0000b5;
}

.journal-official-block {
	border-top: 4px solid #cdcce6;
	border-bottom: 4px solid #cdcce6;
	margin-bottom: 30px;
}

.journal-official-block .columns-text {
	margin: 20px 0px;
}

.journal-official-block .gerb {
	margin-top: 20px;
}

.profcom-table {
	font-size: 14px;
}

.mobile-main-menu {
	display: none;
	position: absolute;
	padding: 15px;
	background: #fff;
	top: 100px;
	left: 0px;
	right: 0px;
	z-index: 10;
}

.mobile-main-menu .mobile-main-menu-item {
	position: relative;
}

.mobile-main-menu .mobile-main-menu-item .submenu-switcher,
.subsubmenu-switcher {
	background: url(../images/mobmenu-arrow.png) right center no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100px;
	display: block;
}

.mobile-main-menu .mobile-main-menu-item .mobile-main-menu-main-link {
	color: #000;
	font-size: 18px;
	font-family: 'Inter-Medium';
	text-transform: uppercase;
	border-bottom: 2px solid #CCCCE7;
	padding: 15px 0px;
}

.mobile-main-menu .mobile-main-menu-item:last-child .mobile-main-menu-main-link {
	border-bottom: 0px;
}

.mobile-main-menu-submenu,
.subsub-menu {
	display: none;
}

.mobile-main-menu-submenu .mobile-main-menu-subitem {
	position: relative;
	
}

.mobile-main-menu-submenu .mobile-main-menu-subitem .mobile-main-menu-back,
.mobile-main-menu-submenu .mobile-main-menu-subitem .mobile-main-menu-back-subitem {
	padding: 15px 0px 15px 30px;
	background: url(../images/backarrow.png) left center no-repeat;
	float: left;
	width: 100%;
	border-bottom: 2px solid #8281c2;
}

.mobile-main-menu-submenu .mobile-main-menu-main-sublink {
	color: #000;
	font-size: 18px;
	border-bottom: 2px solid #CCCCE7;
	padding: 15px 0px;
}

/*.mobile-main-menu-submenu .mobile-main-menu-subitem:last-child .mobile-main-menu-main-sublink {
	border-bottom: 0px;
}*/

.tablet-main-menu {
	display: none;
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	z-index: 1;
	background: #fff;
	padding: 15px;
}

.tablet-main-menu .tablet-main-menu-links {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	
	display: flex;
	justify-content: space-between;
	text-align: justify;
	text-align-last: justify;
}

.tablet-main-menu .tablet-main-menu-links .tablet-main-menu-link {
	/*width: 16.666666%;*/
	float: left;
	display: inline-block;
	font-family: 'Inter-Bold';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}

.tablet-main-menu .tablet-main-menu-links .tablet-main-menu-link.ext {
	color: #FF5656;
}

.tablet-menu-block:not(.tablet-menu-institut) {
	display: none;
}

.tablet-menu-block .col-xs-4,
.tablet-menu-block .col-xs-5,
.tablet-menu-block .col-xs-6,
.tablet-menu-block .col-xs-7 {
	padding: 0px;
}

.tablet-main-menu a {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #000;
	margin-bottom: 14px;
}

.tablet-main-menu .tablet-menu-item {
	border-bottom: 2px solid #7D7D7D;
	float: left;
	width: 100%;
	padding: 13px 0px;
}

.tablet-menu-item-uno {
	padding-right: 25px;
}

.tablet-menu-item-uno a {
	margin-bottom: 26px;
}

.tablet-main-menu .tablet-menu-item a.title {
	font-size: 24px;
	font-family: 'Inter-Medium';
	color: #000060;
}

.tablet-main-menu a.subtitle {
	font-size: 20px;
	font-family: 'Inter-Medium';
	color: #000060;
	margin: 16px 0px;
}

.tablet-main-menu a:hover,
.tablet-main-menu .tablet-menu-item a:hover {
	color: #0000C7;
}

.one-column-1,
.one-column-2,
.one-column-3,
.one-column-4,
.one-column-5,
.one-column-6,
.one-column-7,
.one-column-8,
.one-column-9,
.one-column-10 {
	margin-top: 30px;
}

.show-sliced-ul {
	color: #000;
	width: auto;
	font-family: 'Inter-Medium';
	font-size: 20px;
	float: left;
	cursor: pointer;
	border-bottom: 2px solid #000;
	transition: all 0.3s ease;
}

.show-sliced-ul:hover {
	opacity: 0.8;
	border-bottom: 2px solid transparent;
}

.notfound {
	text-align: center;
	font-family: "Montserrat-SemiBold";
	letter-spacing: 2px;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #000088;
}

.page-1363 .one-column-10,
.page-1364 .one-column-10 {
	margin-top: 0px;
}

.page-113 .content-text .pull-right,
.page-113 .content-text .pull-left {
    width: 145px;
}

.page-113 .content-text .pull-right {
    margin-left: 15px;
}

.page-113 .content-text .pull-left {
    margin-right: 15px;
}

.small-text {
    font-size: 12px;
    line-height: 1.5em;
    display: block;
}

.tiles {
	margin-bottom: 60px;
}

.tiles .main-unit {
	width: 45%;
}

.tiles .main-wide-block {
	margin: 10px 0px;;
}

.tiles .main-unit .main-wide-block-left {
	width: 100%;
	margin-bottom: 15px;
}

.tiles .main-unit .main-wide-block-right {
	width: 100%;
	min-height: 50px;
}

.slick-slider a,
.slick-slide,
.slick-slide img {
	outline: none;
}

.main-slider {
	position: relative;
	margin-top: 50px;
	margin-bottom: -100px;
}

.main-slider .slick-list {
	
}

.main-slider .main-slider-item {
	height: 190px;
	position: relative;
	margin-right: 6px;
	overflow: hidden;
	padding: 20px;
}

.main-slider .main-slider-item:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}

.main-slider .main-slider-item img {
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 190px;
    max-width: 100%;
}

.main-slider .main-slider-item .msi-categories {
	position: relative;
	font-size: 9px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	z-index: 3;
}

.main-slider .main-slider-item .msi-title {
	position: relative;
	z-index: 3;
}

.main-slider .main-slider-item .msi-title a {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	outline: none;
}

.main-slider .slick-dots {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	margin-top: 30px;
}

.main-slider .slick-dots li {
	display: inline-block;
	margin: 0px 6px;
	outline: none;
}

.main-slider .slick-dots li:before {
    content: '';
}

.main-slider .slick-dots button {
	border: 0px;
	background: #CCCCE7;
	height: 8px;
	width: 8px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	padding: 0px;
	text-indent: -9999px;
	outline: none;
}

.main-slider .slick-dots .slick-active button {
	width: 24px;
	background: #000088;
}

/*.main-wide-block.outborder.new-1440 {
    color: #000;
    display: flex;
    align-items: center;
}

.main-wide-block.outborder.new-1440:before {
    display: none;
}

.main-wide-block.outborder.new-1440 .main-wide-block-right a {
    color: #000;
}

.news-block.new-1440 .news-block-with-bg {
    background-size: 100% 100%;
}

.news-block.new-1440 .news-block-text .news-block-with-bg a {
    color: #000;
}*/

.header-soc {
	position: relative;
	margin-top: -4px;
    float: right;
    display: none;
}

.header-soc .soc-item {
	position: relative;
	float: right;
	max-width: 30px;
	margin-left: 10px;
}

.header-soc .soc-item img {
	max-width: 100%;
	width: 18px;
}

.nextarrow {
    position: absolute;
    bottom: 0px;
    right: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.prevarrow {
    position: absolute;
    bottom: 0px;
    left: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.nextarrow svg:hover path,
.prevarrow svg:hover path {
    fill: #000088;
}

.content-slider .nextarrow,
.content-slider .prevarrow {
	z-index: 10;
    bottom: auto;
    top: 50%;
    margin-top: -20px;

	background: rgba(255,255,255, 0.8);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.content-slider sup {
	margin: 10px 0px;
	float: left;
    width: 100%;
}

.content-slider .slide-sub {
	font-size: 12px;
	text-align: left;
	margin: 5px 0px 10px;
}

.content-slider img {
	max-width: 100%;
    margin: auto;
}

.news-page-item .content-inner {
	margin-bottom: 0px;
}

.news-page-item .columns-text.wl250.two-columns-1 {
	padding-top: 0px;
}

.news-page-item .columns-text.wl250 {
	border-top: 0px;
}

.news-page-item pre {
	overflow: visible;
	font-family: 'Inter-Regular';
	white-space: normal;
	padding: 20px 0px;
	border-top: 4px solid #cdcce6;
	border-bottom: 4px solid #cdcce6;
	margin-bottom: 30px;
}

.news-page-item .one-column-item .modest-h2 {
	font-size: 26px;
	color: #000;
	border-bottom: 0px;
	line-height: 32px;
	text-transform: none;
	font-family: 'Inter-Bold';
	margin-bottom: 15px;
	padding-bottom: 0px;
}

.ct-left sub,
.one-column-item sub {
	font-size: 12px;
	line-height: 18px;
	display: inherit;
	margin-top: -10px;
	color: #7d7d7d;
}

.staff-page-photo {
	width: 220px;
	float: left;
	margin-right: 15px;
}

.staff-page-photo .staff-photo.real-photo {
	position: relative;
    background-position: center top;
	background-size: auto 100%;
	background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    overflow: hidden;
    border: 4px solid #cdcce6;
    margin: 0 auto;
}

.staff-page-photo .staff-photo.real-photo:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border: 4px solid #fff;
}

.staff-page-right {
	float: left;
	width: calc(100% - 235px);
}

.staff-page-right .staff-page-char {
	margin-bottom: 15px;
}

.staff-page-right .staff-page-char strong {
	font-family: "Inter-Medium";
    font-weight: normal;
    font-size: 18px;
	color: #000088;
	float: left;
	width: 100%;
}

.show-all-expandable-docs {
	display: block;
    float: right;
    color: #000;
    font-size: 20px;
    font-family: 'Inter-Medium';
    border-bottom: 2px solid;
	text-decoration: none !important;
	margin-bottom: 30px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.show-all-expandable-docs:hover {
	border-bottom: 2px solid transparent;
}

.footer-wrap {
	background-color: #fff;
	border-top: 2px solid #BDBDBD;
	overflow: hidden;
	margin-top: 70px;
}

.footer {
	position: relative;
	/*border-top: 2px solid #BDBDBD;*/
	padding: 0px 20px;
}

.footer .fu-menu {
	float: left;
	width: 20%;
	margin-top: 40px;
}

.footer .fu-menu .title {
	font-family: "Inter-Bold";
	font-size: 18px;
	text-transform: uppercase;
	line-height: 23px;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 25px;
}

.footer .fu-menu .title a {
	color: #000;
}

.footer .fu-menu .fu-item a {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 12px;
	color: #4B4B4B;
	display: block;
	max-width: 160px;
}

.footer .fu-menu:last-child .fu-item a {
	max-width: 200px;
}

.footer .footer-lower {
	margin-top: 15px;
	padding-top: 20px;
	padding-bottom: 25px;
	position: relative;
}

.footer .footer-lower:before {
	content: '';
	position: absolute;
	left: -100%;
	right: -100%;
	top: 0px;
	height: 2px;
	background: #BDBDBD;
}

.footer .footer-lower .fl-right {
	margin-top: 5px;
}

.footer .footer-lower .fl-center {
    font-size: 12px;
}

.footer .footer-lower .soc-item {
	float: right;
	margin-left: 10px;
}

.fl-left {
	font-size: 14px;
	font-family: 'Inter-Medium';
}

.folded-switch {
    cursor: pointer;
    text-decoration: underline;
}

.folded {
    display: none;
}

.more-old-news {
    display: none;
}

.new-sections {
    position: relative;
}

.new-sections .new-section {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 40px;
}

.new-sections .new-section .new-section-title a,
.new-sections .new-section .new-section-title .pseudo-a {
    font-size: 23px;
    color: #000;
    font-family: 'Inter-Medium';
}

.new-sections .new-section .new-section-chief-img,
.new-staff-block-img {
    max-width: 64px;
    width: 64px;
    height: 64px;
    float: left;
    padding: 0px;
    border-radius: 70px;
    overflow: hidden;
}

.new-sections .new-section .new-section-chief-img img,
.new-staff-block-img img{
    max-width: 100%;
}

.new-sections .new-section .new-section-chief-name,
.new-staff-block-name {
    margin-bottom: 15px;
    width: calc(100% - 64px);
}

.new-sections .new-section .new-section-chief-name strong,
.new-staff-block-name strong {
    font-size: 23px;
    font-family: 'Inter-Bold';
    float: left;
    width: 100%;
}

.new-sections .new-section .new-section-chief-name a,
.new-staff-block-name a {
    color: #000;
}

.new-sections .new-section .new-section-chief-name span,
.new-staff-block-name span{
    font-size: 18px;
    line-height: 27px;
    float: left;
    width: 100%;
}

.new-staff-block {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.necrolog {
    padding: 5px 15px;
    border: 8px groove #333;
    font-size: 14px;
}

.black {
    border: 2px solid #000;
    padding: 0px 4px;
}

.gray {
    padding: 10px 15px;
    background: #eee;
}

.switchers .switcher {
    background: #f0f0f8;
    padding: 15px;
    display: flex;
    height: 110px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.switchers .switcher {
    border-right: 2px solid #fff;
}

.switchers .switcher.ext {
    background: #000088;
    color: #fff;
}

.switch-block:not(.switch-block1) {
    display: none;
}

.sm-parent-1198 {
    display: none;
}

.sitemap {
    position: relative;
    font-size: 90%;
}

.sitemap ul,
.sitemap li,
.sitemap a {
    float: left;
    width: 100%;
}

.sitemap-title {
    margin-bottom: 15px;
    position: relative;
}

.sitemap-title .show-folded-li {
    position: absolute;
    top: 5px;
    right: 0px;
    height: 34px;
    width: 40px;
    text-align: center;
    display: block;
    padding: 5px 0px;
    z-index: 2;
    cursor: pointer;
}

.sitemap-title .show-folded-li:hover {
    background: #f8f8f8;
}

.sitemap-title a {
    font-size: 24px;
    color: #000;
}

.sitemap ul {
    margin-top: 15px;
}

.sitemap ul li[data-tpl="11"],
.sitemap ul li[data-tpl="22"],
.sitemap ul li[data-tpl="17"],
.sitemap ul li[data-tpl="13"] {
    display: none;
}

.page-1790 .folded-switch {
    position: relative;
    top: -15px;
}

.page-1790 .folded {
    position: relative;
    top: -20px;
}

#ladoga-ii-2021-slider video,
#ladoga-ii-2021-slider2 video {
    width: 100% !important;
    height: 100% !important;
    max-height: 56.25vw !important;
}

#ladoga-ii-2021-slider .prevarrow,
#ladoga-ii-2021-slider .nextarrow,
#ladoga-ii-2021-slider2 .prevarrow,
#ladoga-ii-2021-slider2 .nextarrow {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    background: rgba(0,0,136,0.3);
    border-radius: 50px;
    text-align: center;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    /*background: transparent;*/
    transition: all 0.2s ease;
}

#ladoga-ii-2021-slider .prevarrow:hover,
#ladoga-ii-2021-slider .nextarrow:hover,
#ladoga-ii-2021-slider2 .prevarrow:hover,
#ladoga-ii-2021-slider2 .nextarrow:hover {
    background: rgba(0,0,136,0.8);
}

#ladoga-ii-2021-slider .prevarrow svg,
#ladoga-ii-2021-slider .nextarrow svg,
#ladoga-ii-2021-slider2 .prevarrow svg,
#ladoga-ii-2021-slider2 .nextarrow svg{
    margin-top: 12px;
}

#ladoga-ii-2021-slider .nextarrow svg:hover path,
#ladoga-ii-2021-slider .prevarrow svg:hover path,
#ladoga-ii-2021-slider2 .nextarrow svg:hover path,
#ladoga-ii-2021-slider2 .prevarrow svg:hover path{
    fill: #fff;
}

.journal-item-row {
    margin-bottom: 30px;
}

.jir-item-wrap {
    margin-bottom: 5px;
}

.jir-item.jir-tome,
.jir-item.jir-num{
    font-size: 16px;
    float: left;
    padding-right: 15px;
    color: #545454;
    border-bottom: 2px solid #dcdcdc;
}

.jir-item.jir-authors {
    font-size: 15px;
}

.article-page-title {
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 10px;
}

.article-page-journal strong,
.article-page-volume strong,
.article-page-number strong,
.article-page-year strong,
.article-page-udk strong,
.article-page-doi strong,
.article-page-keywords strong,
.article-page-abstracttext strong,
.article-page-bibliotext strong,
.article-page-pages strong {
    float: left;
    width: 100%;
    font-size: 20px;
}

.article-page-journal,
.article-page-volume,
.article-page-number,
.article-page-year,
.article-page-udk,
.article-page-doi,
.article-page-pages {
    padding: 0px;
}

.year-delimiter:first-child {
    margin-top: 0px;
}

.count-tag {
    padding: 0px 5px;
    border: 1px solid #dcdcdc;
    background: #f1f1f1;
    border-radius: 3px;
    font-size: 12px;
    margin: 0px 5px;
    font-family: 'Inter-Bold';
    position: relative;
    top: -2px;
}

.conclusion-list {
    font-size: 12px;
}

.conclusion-list .conclusion-row {
    display: flex;
    display: flex;
    align-content: center;
    align-items: center;
}

.conclusion-list .conclusion-row:nth-child(2n) {
    background: #f9f9f9;
}

.conclusion-th {
    display: flex;
    height: 40px;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-right: 0px;
}

.conclusion-th:last-child {
    border-right: 1px solid #dcdcdc;
}

.conclusion-td {
    padding: 5px 3px;
}







.open-conclusion-instruction {
	border: 2px solid #cdcce6;
	padding: 5px 10px;
	margin-top: 0px;
}

.open-conclusion-instruction .title {
	font-family: "Montserrat-SemiBold";
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000088;
	padding-bottom: 5px;
    border-bottom: 2px solid #cdcce6;
    margin-bottom: 15px;
}

.open-conclusion-form {
    float: right;
    width: 100%;
}

.open-conclusion-form input[type="text"],
.open-conclusion-form select {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #000088;
    padding: 5px;
    outline: none;
}

.open-conclusion-form .oc-field-wrap {
    margin-bottom: 45px;
}

.open-conclusion-form .ocf-submit {
    color: #fff;
    background: #000088;
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
	border: 0px;
    transition: all 0.2s ease;
}

.open-conclusion-form .ocf-submit:hover {
    opacity: 0.8;
}

.open-conclusion-form .ocf-submit:disabled,
.open-conclusion-form .ocf-submit[disabled]{
  background-color: #aaa;
}

.open-conclusion-form .required-field {
    color: red;
    display: none;
}

.open-conclusion-form input[type="file"] {
	border: 2px solid #CCCCE7;
	float: left;
	width: 100%;
	padding: 18px 10px;
	color: #BDBDBD;
	position: relative;
	cursor: pointer;
	text-indent: -9999px;
}

.open-conclusion-form input[type="file"]:after {
	content: 'Выберите файл';
	position: absolute;
	top: 7px;
	left: 10px;
	background-color: #000088;
	background-image: url(../images/file_upload_img.svg);
	background-position: center left 25px;
	background-repeat: no-repeat;
	background-size: 18px auto;
	font-family: "Montserrat-SemiBold";
	color: #fff;
	font-size: 16px;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	padding: 14px 25px 14px 55px;
	line-height: 26px;
	text-indent: 0px;
}

.open-conclusion-form input[type="file"]:before {
	content: attr(data-before);
    position: absolute;
    top: 6px;
    left: 220px;
    font-family: "Inter-Regular";
    color: #BDBDBD;
    font-size: 18px;
    height: 50px;
    text-align: center;
    padding: 14px 25px 14px 55px;
    line-height: 26px;
    text-indent: 0px;
}

.open-conclusion-result .title {
    font-size: 24px;
    font-family: "Inter-Bold";
}

.conclusion-list {
    font-size: 14px;
}

.conclusion-list .conclusion-row {
    display: flex;
    align-content: center;
    align-items: center;
}

.conclusion-list .conclusion-row:nth-child(2n) {
    background: #f9f9f9;
}

.conclusion-th {
	position: relative;
    display: flex;
    height: 40px;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-right: 0px;
	padding: 0px 5px;
}

.conclusion-th:last-child {
    border-right: 1px solid #dcdcdc;
}

.th-search-icon {
	cursor: pointer;
	margin-left: 5px;
}

.tmp-search-cloud {
	position: absolute;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #dcdcdc;
    width: 300px;
    top: calc(-100% - 10px);
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
    box-shadow: 0px 0px 10px 0px #6a6a6a;
}

.tmp-search-cloud:before {
	content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -18px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}

.tmp-search-cloud input {
	width: calc(100% - 90px);
	padding: 5px;
	height: 32px;
	line-height: 32px;
	float: left;
}

.tmp-search-cloud .tmp-search-submit {
	width: 80px;
	float: right;
	height: 32px;
	line-height: 32px;
	background-color: #000088;
	color: #fff;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.tmp-search-cloud .tmp-search-submit:hover {
	background-color: #1b1bcc;
}

.tmp-search-cloud .tmp-search-close {
	position: absolute;
    background-color: #000088;
    color: #fff;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    top: -12px;
    right: -12px;
    border-radius: 100px;
    cursor: pointer;
}

.tmp-search-cloud .tmp-search-close:hover {
	background-color: #1b1bcc;
}

.conclusion-td {
    padding: 5px 3px;
	position: relative;
}

.conclusion-td.conclusion-td-status select {
	max-width: 100%;
}

.conclusion-td a.doc {
	background-size: auto 16px !important;
	padding-left: 20px !important;
	margin: 5px 0px;
}

.download-all-userfiles {
	cursor: pointer;
	color: #000088;
	font-family: "Inter-Bold";
}

.conclusion-pagination {
	float: right;
	text-align: right;
	margin: 15px 0px;
}

.conclusion-pagination a {
	display: inline-block;
	padding: 5px;
}

.conclusion-pagination a.current-page {
	background-color: #000088;
	color: #fff;
}

.conclusion-clear-search {
	margin-top: 15px;
}

.conclusion-clear-search a {
	display: block;
	color: #fff;
	background-color: #000088;
	padding: 10px;
	float: left;
	width: 100%;
	text-align: center;
}

.conclusion-clear-search a:hover {
	background-color: #1b1bcc;
	text-decoration: none;
}

.conclusion-search-count {
	margin-top: 15px;
	font-size: 16px;
	line-height: 45px;
}

.recaptcha-error-warning {
	font-size: 14px;
	color: red;
	display: none;
}

.extra-materials-add {
	margin-top: 15px;
}

.extra-materials-add span {
	cursor: pointer;
}

.edit-conclusion-status {
	margin-left: 10px;
	font-size: 12px;
	cursor: pointer;
	color: #000088;
}

.edit-conclusion-status:hover {
    text-decoration: underline;
}

.edit-conclusion-status-popup {
	position: absolute;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #dcdcdc;
    width: 300px;
    bottom: calc(100% + 10px);
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
    box-shadow: 0px 0px 10px 0px #6a6a6a;
}

.edit-conclusion-status-popup:before {
	content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -18px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}

.edit-conclusion-status-popup select {
	width: calc(100% - 110px);
	padding: 5px;
	height: 32px;
	line-height: 32px;
	float: left;
}

.edit-conclusion-status-popup .conclusion-new-status-submit {
	width: 100px;
	float: right;
	height: 32px;
	line-height: 32px;
	background-color: #000088;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.edit-conclusion-status-popup .conclusion-new-status-submit:hover {
	background-color: #1b1bcc;
}

.edit-conclusion-status-popup .edit-conclusion-status-popup-close {
	position: absolute;
    background-color: #000088;
    color: #fff;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    top: -12px;
    right: -12px;
    border-radius: 100px;
    cursor: pointer;
}

.edit-conclusion-status-popup .edit-conclusion-status-popup-close:hover {
	background-color: #1b1bcc;
}

.conclusion-status-result {
	margin-left: 10px;
}

.conclusion-done-switch {
	text-align: left;
	cursor: pointer;
	color: #000088;
	position: relative;
}

.conclusion-done-switch:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.conclusion-done-popup {
	position: absolute;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #dcdcdc;
    width: 300px;
    bottom: calc(100% - 80px);
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
    box-shadow: 0px 0px 10px 0px #6a6a6a;
}

.conclusion-done-popup:before {
	content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -18px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}

.conclusion-done-popup .conclusion-done-popup-submit {
	width: 100%;
	float: right;
	height: 32px;
	line-height: 32px;
	background-color: #000088;
	color: #fff;
	text-align: center;
	font-size: 12px;
	border: 0px;
	cursor: pointer;
	margin: 15px 0px 5px;
}

.conclusion-done-popup .conclusion-done-popup-submit:hover {
	background-color: #1b1bcc;
}

.conclusion-done-popup .conclusion-done-popup-close {
	position: absolute;
    background-color: #000088;
    color: #fff;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    top: -12px;
    right: -12px;
    border-radius: 100px;
    cursor: pointer;
}

.conclusion-done-popup .conclusion-done-popup-close:hover {
	background-color: #1b1bcc;
}

#open-conclusion-form label:not(.wrap-label) {
	font-family: 'Inter-Bold';
	font-style: normal;
	font-size: 20px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

#open-conclusion-form label:not(.wrap-label) small {
	font-family: 'Inter-Regular';
}

#open-conclusion-form input[type="text"],
#open-conclusion-form input[type="number"],
#open-conclusion-form select {
    float: left;
    width: 100%;
    position: relative;
    border: 2px solid #CCCCE7;
    padding: 7px 15px;
    outline: none;
}

#open-conclusion-form .extra-materials-add {
	color: #000088;
}


#open-conclusion-form .small-desc {
	margin-bottom: 15px;
}

.conclusion-list .conclusion-status {
	height: 20px;
    width: 20px;
    display: block;
    float: left;
    border-radius: 25px;
}

.conclusion-list .conclusion-status[data-status="0"] {
    background-color: #fff;
    box-shadow: inset 0px -4px 15px #af0000, 0px 6px 8px -3px #fff;
}

.conclusion-list .conclusion-status[data-status="1"] {
	background-color: #fff;
    box-shadow: inset 0px -4px 15px gold, 0px 6px 8px -3px #fff;
}

.conclusion-list .conclusion-status[data-status="2"] {
	background-color: #fff;
    box-shadow: inset 0px -4px 15px #000088, 0px 6px 8px -3px #fff;
}

.conclusion-list .conclusion-status[data-status="3"] {
	background-color: #fff;
    box-shadow: inset 0px -4px 15px #23af00, 0px 6px 8px -3px #fff;
}

#open-conclusion-filter {
	border: 2px solid #CCCCE7;
	padding: 15px 0px;
	float: left;
}

#open-conclusion-filter .title {
    background-color: #fff;
    float: left;
    position: relative;
    margin-top: -30px;
    margin-left: 15px;
    margin-bottom: 10px;
    color: #000088;
    font-size: 20px;
    padding: 0px 10px;
}

#open-conclusion-filter input[type="text"],
#open-conclusion-filter input[type="number"],
#open-conclusion-filter select {
    float: left;
    width: 100%;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
    position: relative;
    border: 2px solid #CCCCE7;
    padding: 3px 5px;
    outline: none;
}

#open-conclusion-filter .open-conclusion-filter-submit {
    color: #fff;
    background: #000088;
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    border: 0px;
    transition: all 0.2s ease;
}

.open-conclusion-blackout {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100vh;
	width: 100%;
	z-index: 1000;
}

.open-conclusion-blackout .open-conclusion-popup-result {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background-color: #fff;
	padding: 15px;
}

.open-conclusion-blackout .open-conclusion-popup-result .title {
	font-family: 'Inter-Bold';
    font-style: normal;
    font-size: 20px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.open-conclusion-blackout .open-conclusion-popup-result .open-conclusion-popup-close {
	position: absolute;
    right: 0px;
    top: 0px;
    color: #000088;
    font-size: 24px;
    cursor: pointer;
    background: #fff;
    width: 34px;
    text-align: center;
    z-index: 4;
}

.info {
	position: relative;
	color: #000088;
}

.info .info-text {
	display: none;
	position: absolute;
    left: calc(100% - 5px);
    bottom: calc(100% - 5px);
    border: 1px solid #dcdcdc;
    padding: 5px;
    font-family: 'Inter-Regular';
    font-size: 14px;
    line-height: 18px;
    min-width: 200px;
	max-width: 360px;
    width: max-content;
    background: #fff;
	color: #000;
	box-shadow: 0px 0px 3px #000088;
    z-index: 1;
}

.open-conclusion-result a {
	text-decoration: underline;
}

.open-conclusion-result-instruction {
	border: 2px solid #cdcce6;
    padding: 5px 10px;
}

.open-conclusion-popup-result .open-conclusion-result-instruction {
	border: 2px solid #cdcce6;
    padding: 5px 10px;
	font-size: 14px;
}

.open-conclusion-result-instruction .title {
	background-color: #fff;
    float: left !important;
    width: auto !important;
    position: relative;
    margin-top: -20px;
    margin-left: 15px;
    margin-bottom: 10px;
    color: #000088;
    font-size: 20px;
    padding: 0px 10px;
    font-family: "Inter-Regular","RobotoRegular", sans-serif;
}

.open-conclusion-scheme-step {
	position: relative;
	background-color: #fff;
	border: 2px solid #000088;
	padding: 10px;
	width: 23%;
	margin: 0px 1%;
	z-index: 1;
}

.open-conclusion-scheme-step:not(:first-child) {
	padding-left: 15px;
}

.open-conclusion-scheme-step:not(:first-child):before {
	content: '';
    position: absolute;
    left: -10%;
    top: 50%;
    margin-top: -3px;
    height: 6px;
    width: 9%;
    background-color: #000088;
    z-index: -2;
}

.open-conclusion-scheme-step:not(:first-child):after {
	content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 3px solid #000088;
    border-radius: 100%;
    z-index: -2;
}

.open-conclusion-scheme-step {
	font-size: 14px;
}

.open-conclusion-scheme-step span {
	font-family: "Montserrat-SemiBold";
	color: #000088;
	font-size: 20px;
}

.open-conclusion-instruction-wrap {
	display: none;
}

.open-conclusion-instruction-wrap .title {
	font-family: 'Inter-Bold';
	font-style: normal;
	font-size: 20px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.instruction-switch {
	position: absolute;
	top: -5px;
    right: 0px;
	float: right;
	color: #000;
	cursor: pointer;
	font-family: "Montserrat-SemiBold";
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 49px;
    text-transform: uppercase;
	transition: all 0.2s ease;
	z-index: 1;
}

.instruction-switch:hover {
	opacity: 0.8;
}

.check-conclusion-status-wrap {
	position: relative;
}

.check-conclusion-status-wrap .title {
	font-family: "Montserrat-SemiBold";
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000088;
    padding-bottom: 5px;
    border-bottom: 2px solid #cdcce6;
    margin-bottom: 15px;
}

.check-conclusion-status-wrap input {
	float: left;
    width: 100%;
    position: relative;
    border: 2px solid #CCCCE7;
    padding: 7px 15px;
    outline: none;
}

.check-conclusion-status-wrap .check-conclusion-status-submit {
	color: #fff;
    background: #000088;
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
    padding: 10px 15px;
    float: left;
	width: 100%;
    cursor: pointer;
	margin-top: 15px;
    border: 0px;
	text-align: center;
    transition: all 0.2s ease;
}

.check-conclusion-status-wrap .check-conclusion-status-submit:hover {
	opacity: 0.8;
}

.check-conclusion-status-wrap .conclusion-status-check-result {
	padding: 5px;
	border: 1px solid #000088;
	background-color: rgba(0, 0, 136, 0.04);
	color: #000088;
	font-size: 14px;
}

.loginLoginForm {
	position: relative;
}

.loginLoginForm #usernameLogin,
.loginLoginForm #loginPasswordLabel {
	width: 100%;
	float: left;
	padding: 10px;
	margin-bottom: 30px;
}

.input-submit-autorization {
	background: #000088;
	color: #fff;
	padding: 15px 30px;
	border: none;
}

.input-submit-autorization:hover {
	text-decoration: none;
	background: #19198b;
}

.archive-conclusion-table {
    display: none;
}

.show-archive-table {
    font-size: 12px;
    color: #000;
    cursor: pointer;
}

.archive-this-item {
    background: #000088;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat-SemiBold";
    padding: 5px 10px;
    cursor: pointer;
}

.archive-this-item:hover {
    opacity: 0.8;
}

.conclusion-td-status .warn {
	font-size: 12px;
	color: red;
	display: none;
}


















#morph-journals-search-form {
	position: relative;
}

#morph-journals-search-form #morph-journals-search {
	border: 0px;
	border-bottom: 4px solid #ebebeb;
	width: 100%;
	font-size: 40px;
	padding: 12px 270px 0px 0px;
	outline: none;
}

#morph-journals-search-form .morph-journals-submit {
	border: 0px;
    outline: none;
    font-size: 16px;
    font-family: "Montserrat-Medium";
    background: #000088;
    padding: 15px 30px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 0px;
    cursor: pointer;
    transition: all 0.2s ease;
}

#morph-journals-search-form .morph-journals-submit:hover {
	background: #0000C7;
}

#morph-journals-search-form input[type="checkbox"] {
	display: none;
}

#morph-journals-search-form .morph-journals-search-label {
	float: left;
    border: 2px solid #CCCCE7;
    border-radius: 4px;
    padding: 8px 24px;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

#morph-journals-search-form .morph-journals-search-label:hover {
    background: #CCCCE7;
}

#morph-journals-search-form .morph-journals-search-label.ext {
    background: #000088;
    color: #fff;
    border: 2px solid #000088;
}

#morph-journals-search-form input[name="year-from"],
#morph-journals-search-form input[name="year-to"] {
	background: url(../images/calendar-alt.png) right 10px center no-repeat;
    border: 2px solid #CCCCE7;
    padding: 8px 16px;
    margin-right: 20px;
    max-width: 240px;
    width: 100%;
    outline: none;
    cursor: default;
}

.pseudo-pagination {
	margin-bottom: 60px;
}

.morph-journals-search-results {
	position: relative;
    float: left;
    width: 100%;
    border-bottom: 2px solid #ebebeb;
}

.morph-journals-search-results .title {
	color: #000088;
    font-size: 22px;
    font-family: "Montserrat-Medium";
    font-weight: normal;
}

.morph-journals-search-results,
.custom-employees-list.with-pagination .new-staff-block {
	display: none;
}

.morph-journals-search-results[data-num="1"],
.custom-employees-list.with-pagination .new-staff-block[data-num="1"]  {
	display: block;
}

.custom-employees-list .new-staff-block.always {
	display: block !important;
}

.pseudo-pagination {
	margin: 15px 0px;
	text-align: right;
}

.pseudo-pagination .pseudo-pagination-item,
.pseudo-pagination .pseudo-pagination-employee-item {
	padding: 0px 7px;
	font-size: 20px;
	cursor: pointer;
	color: #000088;
	display: inline-block;
	margin-bottom: 10px;
}

.pseudo-pagination .pseudo-pagination-item.ext,
.pseudo-pagination .pseudo-pagination-employee-item.ext {
	background-color: #000088;
	color: #fff;
}

.morph-journals-search-results .abstract-text-switch {
	color: #000088;
	cursor: pointer;
	float: left;
	clear: both;
	margin-bottom: 15px;
}

.morph-journals-search-results .abstract-text {
	display: none;
}

ul.noslide a {
	color: #000;
}

ul.noslide a:hover {
	text-decoration: underline;
}

.smi-logo {
	float: left;
	width: 100%;
	display: flex;
    margin-top: 5px;
    align-items: center;
	flex-wrap: wrap;
}

.smi-logo img {
	max-width: 110px;
    max-height: 40px;
    margin-bottom: 0px;
    margin-right: 10px;
}

.smi-logo a {
    line-height: 0px;
	margin: 5px 0px;
}

.pseudo-link {
	color: rgb(0, 0, 0);
    background: url(/images/docx.svg) left top 5px no-repeat;
	background-size: auto 16px !important;
    padding-left: 20px !important;
    margin: 5px 0px;
	float: left;
    width: 100%;
    text-decoration: underline;
    transition: none;
	cursor: pointer;
}

.pseudo-link.pseudo-link-pdf {
	background: url(/images/pdf-icon.svg) left top no-repeat;
	background-size: auto 16px !important;
}


/* БЛОКИРОВКА ЭКРАНА ПРИ ЗАГРУЗКЕ В ОТКРЫТОМ ОПУБЛИКОВАНИИ */
.popup-blocker {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100vh;
	width: 100%;
	z-index: 1000000000000000;
}

.popup-blocker .popup-blocker-text {
	width: 300px;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -150px;
	text-align: center;
}

.popup-blocker-loader-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
	width: 48px;
	height: 48px;
	border: 4px solid;
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent #FFF #FFF transparent;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 1s ease-in-out infinite;
}
.loader::after {
	content: '';  
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 12px solid;
	border-color: transparent #000088 #000088 transparent;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 
/* БЛОКИРОВКА ЭКРАНА ПРИ ЗАГРУЗКЕ В ОТКРЫТОМ ОПУБЛИКОВАНИИ */

/* РЕЖИМ ДЛЯ СЛАБОВИДЯЩИХ */
.clearer-switcher-wrap {
	position: fixed;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    z-index: 9;
}

.clearer-switcher-wrap .clearer-switcher {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000088;
    background-color: #eee;
    height: 40px;
    width: 40px;
    font-size: 24px;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0px 0px 5px #ccc;
    transition: transform .7s ease-in-out;
    z-index: 1;
}

.clearer .header .main-menu {
	width: 100%;
	display: flex;
    justify-content: space-between;
}

.clearer .header .main-menu a {
	font-size: 24px;
	line-height: 1.2em;
}

.clearer .header .main-menu .mm-item {
	margin: 0px;
}

.clearer .popup-menu,
.clearer .blackout {
	top: 125px;
}

.clearer .header .header-sider {
	float: right;
	margin-top: -80px;
}

.clearer .header .header-sider .language a {
	font-size: 26px;
}

.clearer .header .header-sider .search-ico {
	height: 25px;
	margin-top: -3px;
}

.clearer .outborder-bg,
.clearer .main-wide-block.outborder:before,
.clearer .federal-resources .col-xs-6:not(:last-child):after,
.clearer .main-slider .main-slider-item .msi-categories,
.clearer .news-block-text .news-block-with-bg:before {
	display: none;
}

.clearer .main-wide-block.outborder,
.clearer .main-wide-block.outborder .main-wide-block-right a {
	color: #000 !important;
}

.clearer .main-wide-block.outborder {
	padding: 25px 0px;
	height: auto;
}

.clearer .main-slider .main-slider-item {
	height: 300px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.clearer .main-slider .main-slider-item:before {
	background: rgba(0, 0, 0, 0.8);
}

.clearer .main-slider .main-slider-item img {
	height: 300px;
	filter: blur(2rem);
}

.clearer .news-block-text .news-block-with-bg {
	background-image: none !important;
	padding: 0px;
}

.clearer .news-block-text .news-block-with-bg a {
	color: #000;
}

.clearer .main-wide-block .main-wide-block-right,
.clearer .news-block-nav a,
.clearer .ajax-more-btn.btn-more,
.clearer .main-desc,
.clearer .fl-left,
.clearer .federal-resources span,
.clearer .footer .fu-menu .title {
	font-size: 30px;
}

.clearer .content-text p,
.clearer .content-text div,
.clearer .content-text span,
.clearer .content-text strong,
.clearer .content-text li,
.clearer .content-text {
	font-size: 30px !important;
	font-family: "Inter-Regular" !important;
}

.clearer .content-text {
	width: 100%;
}

.clearer .content-text p,
.clearer .content-text span,
.clearer .content-text strong {
	float: left;
	width: 100% !important;
}

.clearer .main-slider .main-slider-item .msi-title a {
	font-size: 30px;
	line-height: 36px;
}

.clearer .header-wrap {
	/*background: rgba(0, 0, 136, 0.1);*/
	background: #000038;
	color: #000;
}

.clearer .main-wide-block-wrap .main-wide-block-title {
	color: #000038;
	font-size: 50px;
}

.clearer .footer .fu-menu {
	width: 33.333333%;
	min-height: 530px;
}

.clearer .footer .fu-menu:nth-child(4),
.clearer .footer .fu-menu:nth-child(5) {
	width: 50%;
}

.clearer .footer .fu-menu .fu-item a {
	font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 24px;
	max-width: 100%;
}

.clearer .fl-left {
	width: 80%;
}

.clearer .fl-right {
	width: 20%;
}

.clearer .federal-resources .col-xs-6 {
	width: 100%;
	height: auto;
}

.clearer .federal-resources span.pull-left {
	float: right !important;
    width: 60% !important;
	text-align: left;
}

.clearer .federal-resources img {
	float: none !important;
	height: auto !important;
	max-height: 170px;
	margin: 0 auto;
}

.clearer .federal-resources .federal-resource {
	text-align: center;
}

.clearer .federal-resources .federal-resource-desc {
	font-size: 20px;
}

.clearer .popup-search {
	position: fixed;
	width: 100vw;
	top: 0px;
	z-index: 102;
}

.clearer .headline {
	position: unset;
}

.clearer .popup-menu {
	left: 40px;
	width: calc(100% - 100px);
}

.clearer .breadcrumbs {
	margin: 30px 0px;
}

.clearer #breadcrumb li {
	font-size: 20px;
}

.clearer h1,
.clearer .pseudo-h1 {
	font-size: 50px !important;
	line-height: 70px;
}

.clearer div.modest-h2,
.clearer h2 {
	font-size: 40px !important;
	color: #000038;
}

.clearer .content-text .shmidt,
.clearer .content-text .shmidt-desc,
.clearer .content-text pre,
.clearer .content-text sub {
	font-size: 20px !important;
	max-width: 100%;
}

.clearer .sidebar {
	width: 100%;
	max-width: 100%;
	display: none;
}

.clearer .sidebar-menu {
	display: block;
}

.clearer .sidebar-menu .sidebar-item {
	text-align: center;
}
/* РЕЖИМ ДЛЯ СЛАБОВИДЯЩИХ */

/* СМИ О НАС */
/*
.smi-o-nas-page::before {
	content: '';
	background: url(../images/stripes_bg.svg);
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.07;
    z-index: -1;
}
*/

.smi-o-nas-wrap {

}

.smi-item-block {
	min-height: 250px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin-bottom: 30px;
	position: relative;
	border-radius: 5px;
	transition: all 0.2s ease;
}

.smi-item-block .smi-item-block-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 10px;
	background-color: rgba(0, 0, 136, 0.8);
	border-radius: 0px 0px 5px 5px;
}

.smi-item-block .smi-item-block-title a {
	color: #fff;
	font-size: 14px;
	display: block;

	width: 100%; 
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.2s ease;
}

.smi-item-block:hover .smi-item-block-title a {
	overflow: visible;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.smi-item-block .smi-item-block-logos {
	background: rgba(255,255,255, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: auto;
    padding: 10px 5px 0px;
}

.smi-item-block .smi-item-block-logos .smi-logo {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
	margin: 0px;
}

.smi-item-block .smi-item-block-logos .smi-logo a {
	text-align: center;
	margin: 0px;
}

.smi-item-block .smi-item-block-logos .smi-logo img {
	max-width: 100%;
	margin: 0px 0px 10px;
	max-height: 25px;
}

.smi-item-block-publishedon {
	position: absolute;
	top: 0px;
	right: 0px;
}

.smi-item-block-publishedon .smi-publishedon {
	position: absolute;
    color: #000088;
	background-color: rgba(255, 255, 255, 0.8);
    top: 0px;
    right: 0px;
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 0px 5px 0px 0px;
}

.news-block-text-publishedon {
	font-size: 14px;
	color: #4B4B4B;
	text-align: right;
}

.sidebar-filter {
	padding: 15px;
}

.sidebar-filter .title {
	display: block;
    position: relative;
    font-family: "Montserrat-SemiBold";
    letter-spacing: 2px;
    font-size: 24px;
	text-transform: uppercase;
    line-height: 29px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 15px;
}

.sidebar-filter .sf-block-title {
	display: block;
    position: relative;
    font-family: "Montserrat-SemiBold";
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 15px;
}

.sidebar-filter .sf-a {
	font-size: 16px;
    padding-left: 30px;
    position: relative;
    transition: all 0.2s ease;
	color: #000;
    margin-bottom: 20px !important;
	display: block;
    font-family: "Montserrat-SemiBold";
    line-height: 29px;
    letter-spacing: 0.03em;
}

.sidebar-filter .sf-a:before {
    content: '―';
    position: absolute;
    top: 0px;
    left: 0px;
}

.sidebar-filter .sf-a.active {
	color: #000088;
}

.sidebar-filter .sf-a.active:after {
	content: '';
    position: absolute;
    background: #FF5656;
    height: 4px;
    left: 30px;
    right: -15px;
    top: calc(100% + 0px);
}

.smi-clear-filter a {
	color: #fff;
	background-color: #000088;
	padding: 10px;
	float: right;
}

.smi-clear-filter a:hover {
	background-color: #1313b4;
}
/* СМИ О НАС */

/* НОВЫЙ РАЗДЕЛ ДОКУМЕНТОВ */
.doc-row {
	margin-bottom: 15px;
	position: relative;
}

.doc-row .new-doc-a {
	float: left;
    width: 100%;
    margin: 15px 0px 0px;
    text-decoration: underline;
    transition: none;
    padding-left: 30px;
	color: #000;
}

.doc-row .new-doc-a:hover {
	text-decoration: none;
}

.doc-row .doc-tag {
	float: left;
    margin: 0px 5px 5px 0px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 5px;
    width: auto;
	font-size: 14px;
}

.doc-row .doc-date {
	font-size: 14px;
	color: #4B4B4B;
	line-height: 32px;
	margin-left: 15px;
}

.doc-locked-access {
	position: absolute;
    top: 5px;
    left: -10px;
    background-color: #000088;
    color: #fff;
    border-radius: 100px;
	border: 1px solid #fff;
    width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
	z-index: 0;
}

.outer-user-warning {
    padding: 10px;
    color: #fff;
    background: #000088;
    float: left;
    margin-bottom: 10px;
}
/* НОВЫЙ РАЗДЕЛ ДОКУМЕНТОВ */

/* СТРАНИЦА ДИРЕКТОРОВ И УЧЕНЫХ СЕКРЕТАРЕЙ */
.director-blocks-wrap .new-staff-block {
    position: relative;
}

.director-blocks-wrap .new-staff-block:hover {
    /*cursor: pointer;*/
}

.director-blocks-wrap .new-staff-block:hover .new-staff-block-name strong {
    width: auto;
}

.director-blocks-wrap .new-staff-block.withdesc:hover .new-staff-block-name strong:after {
    content: '»';
    color: #000088;
    font-size: 30px;
    transform: rotate(90deg);
    position: absolute;
    top: -5px;
    right: auto;
    left: auto;
    margin-left: 15px;
    font-weight: 100;
    cursor: pointer;
}

.director-blocks-wrap .new-staff-block .new-staff-block-name {
    margin-bottom: 0px;
}

.director-blocks-wrap .new-staff-block.withdesc.ext:hover .new-staff-block-name strong:after {
    transform: rotate(-90deg);
}

.director-blocks-wrap .new-staff-block .new-staff-block-flex {
    display: flex;
    align-items: center;
}

.director-blocks-wrap .new-staff-block-desc {
    display: none;
    position: relative;
    padding: 10px 0px;
    margin-top: 10px;
}

.director-blocks-wrap .new-staff-block-desc:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 6px;
    width: 300px;
    background-color: #000088;
}

.director-blocks-wrap .new-staff-block-desc ul,
.director-blocks-wrap .new-staff-block-desc ul li:last-child {
    margin-bottom: 0px;
}

.nophoto .director-blocks-wrap .new-staff-block .new-staff-block-img {
    display: none;
}

.nophoto .director-blocks-wrap .new-staff-block .new-staff-block-name {
    padding: 0px;
    width: 100%;
}

.cardview .director-blocks-wrap .new-staff-block {
    position: relative;
    background: #f9f9f9;
    padding: 15px;
}

.cardview .director-blocks-wrap .new-staff-block:hover:after {
    display: none;
}

.cardview .director-blocks-wrap .new-staff-block:hover {
    cursor: auto;
}

.cardview .director-blocks-wrap .new-staff-block-desc {
    display: block;
}

.cardview .director-blocks-wrap .new-staff-block-desc:after {
    height: 2px;
}

.cardview .director-blocks-wrap .new-staff-block-desc ul {
    margin: 0px;
}
/* СТРАНИЦА ДИРЕКТОРОВ И УЧЕНЫХ СЕКРЕТАРЕЙ */

/* СТРАНИЦА РАБОТЫ В ИФЗ РАН */
.work-page-h1 {
    background-image: url(../images/work-page-h1.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 136, 0.6);
    min-height: 350px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.work-page-h1 .work-page-anchors {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.work-page-h1 .work-page-anchors .work-page-anchor {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 18px;
    padding: 5px 10px;
    cursor: pointer;
    font-family: "Montserrat-Regular";
    transition: all 0.2s ease;
}

.work-page-h1 .work-page-anchors .work-page-anchor:hover {
    background: #fff;
    color: #000088;
}

.work-page-rubric {
    margin-bottom: 30px;
}

.work-page-buttons {
    display: flex;
    justify-content: space-between;
}

.work-page-buttons .work-page-button {
    font-family: "Montserrat-SemiBold";
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.work-page-buttons .work-page-button:hover {
    opacity: 0.8;
}

.work-page-buttons .work-page-button.red {
    background: #FF5656;
}

.work-page-buttons .work-page-button.blue {
    background: #000088;
}

.work-page-soc {
    font-family: "Montserrat-SemiBold";
    font-size: 24px;
}
/* СТРАНИЦА РАБОТЫ В ИФЗ РАН */

/* НАУЧНОЕ НАСТАВНИЧЕСТВО */
.popup-menu-nn {
    margin-top: 30px;
    position: relative;
    transition: all 0.3s ease;
}

.popup-menu-nn:hover {
    background: #f3f3f3;
}

.popup-menu-nn:before,
.popup-menu-nn:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    z-index: 0;
    transition: all 0.3s ease;
}

.popup-menu-nn:before {
    right: 0px;
    top: 0px;
    border-right: 3px solid #000088;
    border-top: 3px solid #000088;
}

.popup-menu-nn:hover:before {
    top: calc(100% - 40px);
    border-top: none;
    border-bottom: 3px solid #000088;
}

.popup-menu-nn:after {
    left: 0px;
    bottom: 0px;
    border-left: 3px solid #000088;
    border-bottom: 3px solid #000088;
}

.popup-menu-nn:hover:after {
    bottom: calc(100% - 40px);
    border-bottom: none;
    border-top: 3px solid #000088;
}

.popup-menu-nn a {
    margin: 0 !important;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
}

.popup-menu-nn img {
    max-width: 100%;
}


.nn-page {
	font-size: 22px;
	margin-bottom: 30px;
}

.nn-page h2 {
	font-family: "Montserrat-Regular";
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 4px solid #cdcce6;
    margin-bottom: 20px;
}

.nn-header {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}

.nn-application-wrap {
	text-align: right;
}

.nn-button {
	position: relative;
	background-color: #CCCCE7;
	color: #000;
	font-size: 22px;
	font-family: "Montserrat-SemiBold";
	border-radius: 100px;
	padding: 10px 30px;
	float: right;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 2px 2px 3px #bbb;
}

.nn-button:hover {
	background-color: #000088;
	color: #fff;
	text-decoration: none !important;
}

.nn-button.nn-button-arrrows {
	position: relative;
	margin-right: 25px;
}

.nn-button.nn-button-arrrows:after {
	content: '';
	background-image: url('/assets/main/images/double-right-arrows.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 20px;
	width: 20px;
	position: absolute;
	right: -25px;
	top: calc(50% - 10px);
}

.nn-big-button {
	background-color: #000088;
	color: #fff;
	font-size: 26px;
}

.nn-big-button:hover {
	background-color: #CCCCE7;
	color: #000;
	font-size: 26px;
}

.nn-framed-text {
	padding: 20px;
	position: relative;
}

.nn-framed-text:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 150px;
	width: 150px;
	border-top: 4px solid #CCCCE7;
	border-left: 4px solid #CCCCE7;
	z-index: -1;
}

.nn-framed-text:after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 150px;
	width: 150px;
	border-bottom: 4px solid #CCCCE7;
	border-right: 4px solid #CCCCE7;
	z-index: -1;
}

.nn-projects {
	position: relative;
    margin-top: 100px;
    border-radius: 30px;
    overflow: hidden;
}

.nn-projects-title {
	position: absolute;
    display: flex;
	align-items: center;
	justify-content: center;
    background-image: url(/assets/main/images/nn-projects-bg-transparent.svg);
    background-repeat: repeat;
    background-size: 1000% auto;
    background-position: top -50% left;
    bottom: 0px;
    left: 0px;
    font-size: 30px;
    color: #fff;
    padding: 0px 30px;
    height: 50%;
    font-family: "Montserrat-SemiBold";
	border-radius: 0px 0px 30px 30px;
    z-index: 2;
}

.nn-projects-title a {
	color: #fff;
}

.nn-project-groups {
	margin-top: 100px;
}

.nn-project-groups-item {
	background-color: #CCCCE7;
	border-radius: 20px;
	padding: 20px;
	max-width: 40%;
	/*font-family: "Montserrat-Regular";*/
}

.nn-project-groups-item-title {
	font-size: 26px;
	font-family: "Montserrat-SemiBold";
}

.nn-roadmap {
	margin-top: 60px;
}

.nn-roadmap-text {
	float: right;
	width: 60%;
	padding-top: 30px;
}

.nn-roadmap-places {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
	width: 40%;
	float: left;
}

.nn-roadmap-places-count {
	/*font-family: "Montserrat-Regular";*/
	font-size: 80px;
}

.nn-roadmap-places-text {
	position: relative;
    top: 0px;
    left: 20px;
    line-height: 1.3em;
	font-size: 19px;
}

.nn-roadmap-plan-wrap {
	margin-bottom: 60px;
}

.nn-roadmap-plan {
	width: 80%;
    position: relative;
    margin: 0 auto;
    float: left;
}

.nn-roadmap-plan:before {
	content: '';
    background-image: url('/assets/main/images/nn-roadmap-bg.svg');
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 167px;
    left: -6%;
    right: 0px;
    bottom: 0px;
    width: 112%;
    height: 100%;
    z-index: -1;
}

.nn-roadmap-plan-legend {
	background-image: url('/assets/main/images/brace.svg');
    background-position: top left 50px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20%;
    height: 344px;
    float: left;
    display: block;
    position: relative;
}

.nn-roadmap-plan-legend-text {
	width: 170px;
    height: 344px;
    text-align: center;
    font-size: 18px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.nn-roadmap-plan-section {
	display: flex;
	justify-content: space-between;
	margin-bottom: 84px;
}

.nn-roadmap-plan-block {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #CCCCE7;
    border-radius: 20px;
    padding: 20px 12px;
	height: 130px;
    width: 47%;
    font-size: 18px;
    /*font-family: "Montserrat-Regular";*/
}

.nn-roadmap-plan-block.nn-roadmap-plan-1,
.nn-roadmap-plan-block.nn-roadmap-plan-3,
.nn-roadmap-plan-block.nn-roadmap-plan-5 {
	float: left;
}
.nn-roadmap-plan-block.nn-roadmap-plan-2,
.nn-roadmap-plan-block.nn-roadmap-plan-4,
.nn-roadmap-plan-block.nn-roadmap-plan-6 {
	float: right;
}

.nn-roadmap-plan-block .nn-roadmap-plan-sub {
	font-size: 12px;
	line-height: 1.2em;
}


.nn-faq-item {
	position: relative;
}

.nn-faq-item .nn-faq-question {
	cursor: pointer;
}

.nn-faq-item.ext .nn-faq-question {
	text-decoration: underline;
}

.nn-faq-item .nn-faq-answer {
	display: none;
    margin: 10px 0px 15px 40px;
}

.nn-smi {
	position: relative;
	margin-top: 60px;
}

.nn-smi-video {
	background-color: #D9D9D9;
	position: relative;
	height: 460px;
	width: 100%;
}

.nn-smi-video-title {
	position: absolute;
	top: calc(50% - 43px);
	left: calc(50% - 250px);
	font-size: 55px;
	font-family: "Montserrat-SemiBold";
	text-align: center;
	width: 500px;
	height: 86px;
}

.nn-smi-slider {
	position: relative;
}

.nn-smi-slider-item {
	background-color: #D9D9D9;
	position: relative;
	height: 200px;
	float: left;
	margin: 0px 20px;
	text-align: center;
	overflow: hidden;
}

.nn-smi-slider-item:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}

.nn-smi-slider-item-inner {
	position: relative;
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding: 0px 5px;
	font-size: 14px;
	color: #fff;
	z-index: 3;
}

.nn-smi-slider-item img {
	position: absolute;
    height: 100%;
    min-width: auto;
    max-width: none;
}

.nn-smi-slider .slick-arrow {
	display: none !important;
}

.nn-smi-slider .slick-dots {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    margin-top: 30px;
}

.nn-smi-slider .slick-dots li {
    display: inline-block;
    margin: 0px 6px;
    outline: none;
}

.nn-smi-slider .slick-dots li:before {
    content: '';
}

.nn-smi-slider .slick-dots button {
    border: 0px;
    background: #CCCCE7;
    height: 18px;
    width: 18px;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    padding: 0px;
    text-indent: -9999px;
    outline: none;
}

.nn-smi-slider .slick-dots .slick-active button {
    background: #000088;
}

.nn-read-more-text,
.nn-read-more-text1 {
	display: none;
}

.nn-read-more-button,
.nn-read-more-button1 {
	color: #000;
    width: auto;
    font-family: 'Inter-Medium';
    font-size: 22px;
    float: left;
    cursor: pointer;
    border-bottom: 2px solid #000;
    transition: all 0.3s ease;
}

.izoline1 {
	position: absolute;
    top: 240px;
    right: 0px;
    height: 900px;
    width: 500px;
    background-image: url('/assets/main/images/izoline1.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.izoline2 {
	position: absolute;
    top: 1600px;
    left: 0px;
    height: 360px;
    width: 80px;
    background-image: url('/assets/main/images/izoline2.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.izoline3 {
	position: absolute;
    top: 4000px;
    right: 0px;
    height: 630px;
    width: 500px;
    background-image: url('/assets/main/images/izoline3.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.izoline4 {
	position: absolute;
    top: 4650px;
    left: 0px;
    height: 400px;
    width: 130px;
    background-image: url('/assets/main/images/izoline2.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.circle1 {
	position: absolute;
    top: 600px;
    left: 0px;
    height: 400px;
    width: 200px;
	background-image: url('/assets/main/images/circle1.png');
	background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
	z-index: -1;
}
.circle2 {
	position: absolute;
    top: 2800px;
    right: 0px;
    height: 165px;
    width: 90px;
    background-image: url('/assets/main/images/circle2.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.circle3 {
	position: absolute;
    top: 3350px;
    left: 0px;
    height: 185px;
    width: 100px;
    background-image: url('/assets/main/images/circle3.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.circle4 {
	position: absolute;
    top: 5600px;
    right: 0px;
    height: 200px;
    width: 90px;
    background-image: url('/assets/main/images/circle4.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.nn-projects-static-img {
	position: relative;
	z-index: -1;
}

.fadein {
    position: absolute;
	top: 0px;
    height: 100%;
    width: 100%;
	z-index: 1;
}
.fadein img {
    opacity: 0;
    position:absolute;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 12s;
	z-index: 1;
}

#f1 {
    animation-delay: 0s;
}

#f2 {
    animation-delay: 4s;
}

#f3 {
    animation-delay: 8s;
}

@-webkit-keyframes fade {
    0% { opacity: 0; }
    8% { opacity: 1; }
    33% { opacity: 1; }
    41% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes fade {
    0% { opacity: 0; }
    8% { opacity: 1; }
    33% { opacity: 1; }
    41% { opacity: 0; }
    100% { opacity: 0; }
}

/*
#f2 {
    animation-delay: 5s;
}
	*/
/* НАУЧНОЕ НАСТАВНИЧЕСТВО */

/* НОВЫЙ ПОИСК МАНТИКОРА */
.morph-journals-search-results .hlght {
	background-color: yellow;
}
/* НОВЫЙ ПОИСК МАНТИКОРА */

.page-1761 .content-text img,
.page-1766 .content-text img {
	max-height: 400px;
}

.page-1766 .content-text img {
	margin: 0 auto;
}

.mfti-plan-img-wrap {
	float: left;
	width: 200px;
	text-align: center;
	margin: 15px 15px 15px 0px;
}

.mfti-plan-img-wrap .mfti-plan-img a {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	overflow: hidden;
	display: block;
}

.page-3038,
.page-3303 {
	background-image: url('/images/izoline4.svg');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: initial;
}

.page-3038:before,
.page-3303:before {
	content: '';
    position: absolute;
    top: 400px;
    right: 0px;
    height: 300px;
    width: 300px;
	background-image: url('/images/circle1.svg');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}

.page-3038:after,
.page-3303:after {
	content: '';
    position: absolute;
    top: 1000px;
    left: 0px;
    height: 2000px;
    width: 300px;
	background-image: url('/images/izoline3.svg');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}

.page-3038 .new-staff-blocks {
	display: flex;
	flex-wrap: wrap;
}

.page-3038 .new-staff-block {
	position: relative;
	width: calc(100% / 3);
	float: left;
	padding: 30px 10px;
	cursor: pointer;
}

.page-3038 .new-staff-block:before,
.page-3038 .new-staff-block:after {
    content: '';
    position: absolute;
    height: 60px;
    width: 60px;
    z-index: 0;
    transition: all 0.2s ease;
}

.page-3038 .new-staff-block:hover:before {
    right: 5px;
    top: 5px;
    border-right: 3px solid #000088;
    border-top: 3px solid #000088;
}

.page-3038 .new-staff-block:hover:after {
    left: 5px;
    bottom: 5px;
    border-left: 3px solid #000088;
    border-bottom: 3px solid #000088;
}

.page-3038 .new-staff-block.new-staff-block-main:hover:before {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
}

.page-3038 .new-staff-block.new-staff-block-main:hover:after {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.page-3038 .new-staff-block.new-staff-block-main {
	background-color: #03175A;
    background-image: url('/images/izoline1.svg');
    background-position: top -90px left -60px;
    background-repeat: no-repeat;
    background-size: 360px;
}

.page-3038 .new-staff-block .new-staff-block-img {
	max-width: none;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 100%;
	margin-bottom: 20px;
}

.page-3038 .new-staff-block .new-staff-block-img img {
	width: 100%;
}

.page-3038 .new-staff-block .new-staff-block-img.nophoto {
	background-color: #CCCCE7;
}

.page-3038 .new-staff-block .new-staff-block-img.nophoto img {
	width: 90%;
	position: relative;
    top: 5%;
    left: 5%;
}

.page-3038 .new-staff-block .new-staff-block-flex {
	display: flex;
    flex-direction: column;
}

.page-3038 .new-staff-block .new-staff-block-name {
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'Montserrat-SemiBold';
}

.page-3038 .new-staff-block.new-staff-block-main .new-staff-block-name a {
	color: #fff;
}

.page-3038 .new-staff-block-desc-wrap {
	justify-content: center;
    align-items: center;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10;
}

.page-3038 .new-staff-block-desc-wrap .new-staff-block-desc {
	background-color: #fff;
	background-image: url('/images/izoline2.svg');
	background-size: 200px;
    background-repeat: no-repeat;
    background-position: right -110px top 10px;
	display: block;
	position: relative;
    padding: 30px;
    width: 500px;
	margin: 0px;
	cursor: auto;
    z-index: 1;
}

.page-3038 .new-staff-block-desc-wrap .new-staff-block-desc:after {
	display: none;
}

.page-3038 .new-staff-block-desc-wrap .new-staff-block-desc .name {
	font-family: 'Montserrat-SemiBold';
	text-transform: uppercase;
	border-bottom: 2px solid;
	padding-bottom: 5px;
}

.page-3038 .new-staff-block-desc-wrap .new-staff-block-desc .link {
	margin-top: 15px;
}

.page-3038 .new-staff-block-desc-wrap .new-staff-block-desc .link a {
	color: #000;
	font-size: 16px;
	padding: 5px 0px 0px 30px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.page-3038 .new-staff-block-desc-wrap .new-staff-block-desc .link a.emp {
	background-image: url('/images/info.svg');
}

.page-3038 .new-staff-block-desc-wrap .new-staff-block-desc .link a.mem {
	background-image: url('/images/bookmark.svg');
}

.prikliss-link {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease;
}

.prikliss-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/assets/main/images/prikliss1.png');
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: filter 0.3s ease-in-out;
    z-index: 0;
}

.prikliss-link.prikliss-link1::before {
    background-image: url('/assets/main/images/prikliss1.png');
    background-position: center center;
    background-size: 100% auto;
}
.prikliss-link.prikliss-link2::before {
    background-image: url('/assets/main/images/prikliss2.png');
    background-position: center center;
    background-size: 100% auto;
}
.prikliss-link.prikliss-link3::before {
    background-image: url('/assets/main/images/prikliss3.png');
    background-position: center center;
    background-size: 100% auto;
}
.prikliss-link.prikliss-link4::before {
    background-image: url('/assets/main/images/prikliss4.png');
    background-position: center center;
    background-size: 100% auto;
}

.prikliss-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 136, 0.5);
    z-index: 0;
}

.prikliss-link:hover::before {
    filter: blur(5px);
}

.prikliss-link .prikliss-title {
    position: absolute;
    top: 15px;
    left: 0px;
    font-size: 22px;
    min-width: 400px;
    padding: 25px;
    border-radius: 0px 6px 6px 0px;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

.prikliss-link .prikliss-text {
    display: none;
    position: absolute;
    top: 120px;
    left: 0px;
    min-width: 400px;
    max-width: 600px;
    font-size: 18px;
    padding: 25px;
    border-radius: 0px 6px 6px 0px;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    z-index: 1;
}

.prikliss-link:hover .prikliss-text {
    display: block;
    transition: all 0.2s ease;
}

.prikliss-map-mainlink {
    font-weight: bold;
    cursor: pointer;
    font-size: 22px;
    position: relative;
    float: left;
    padding: 10px 30px 10px 10px;
}

/*
.prikliss-map-mainlink[data-id="1"]:after {
    content: '';
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    background: #0C0ABA;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    display: block;
}
.prikliss-map-mainlink[data-id="2"]:after {
    content: '';
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    background: #080826;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    display: block;
}
.prikliss-map-mainlink[data-id="3"]:after {
    content: '';
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    background: #FF5656;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    display: block;
}
.prikliss-map-mainlink[data-id="4"]:after {
    content: '';
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    background: #CCCCE7;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    display: block;
}
*/

.prikliss-map-link {
    font-size: 18px;
    height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.prikliss-contacts-wrap {
    
}

.prikliss-contacts {
    background: rgb(12,10,186);
    background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(12,10,186,1)), to(rgba(8,8,38,1)));
    background: -webkit-linear-gradient(90deg, rgba(12,10,186,1) 0%, rgba(8,8,38,1) 100%);
    background: -moz-linear-gradient(90deg, rgba(12,10,186,1) 0%, rgba(8,8,38,1) 100%);
    background: -o-linear-gradient(90deg, rgba(12,10,186,1) 0%, rgba(8,8,38,1) 100%);
    background: linear-gradient(90deg, rgba(12,10,186,1) 0%, rgba(8,8,38,1) 100%);
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 20px 40px;
    color: #fff;
}

.prikliss-contacts a {
    color: #fff;
    float: left;
}

.prikliss-contacts img {
    max-height: 30px;
    margin: 0px;
}

.idpno-content .fancybox {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.idpno-content .prikliss-slide .fancybox {
    text-align: left;
}

.idpno-content .content-slider img {
    margin: 0 auto 10px;
}

.idpno-content sub.wide,
.idpno-content .content-slider .slide-sub {
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
}

.idpno-contacts {
    background-image: url(/images/idpno-izoline.svg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-color: rgb(12, 10, 186);
    float: left;
    width: auto;
    color: rgb(255, 255, 255);
    background-position: right -140px top -60px;
    border-radius: 10px;
    padding: 20px 40px;
}

.idpno-contacts .idpno-contacts-photo {
    height: 200px;
    float: left;
}

.idpno-contacts .idpno-contacts-content {
    float: right;
    width: calc(100% - 230px);
}

.idpno-contacts .idpno-contacts-content img {
    max-height: 30px;
    margin-top: 10px;
}

.idpno-contacts .idpno-contacts-content a {
    color: #fff;
}

.idpno-contacts-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.idpno-contacts-links a {
    color: #fff;
}

.content .idpno-contacts-links ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.idpno-content img {
    max-height: 400px;
    max-width: 500px;
}

#corruption-notification-form {
    position: relative;
    float: left;
    border: 2px solid #CCCCE7;
    max-width: 500px;
    width: 100%;
    padding: 15px;
}

#corruption-notification-form label {
    float: left;
    width: 100%;
}

#corruption-notification-form input[type="email"],
#corruption-notification-form textarea {
    padding: 5px;
    width: 100%;
    float: left;
    outline: none;
}

#corruption-notification-form textarea {
    resize: vertical;
    max-height: 400px;
    min-height: 150px;
}

#corruption-notification-form .required-field {
    color: red;
    display: none;
}

#corruption-notification-form .cnf-submit {
    color: #fff;
    background: #000088;
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    border: 0px;
    transition: all 0.2s ease;
}

#corruption-notification-form .cnf-submit:hover {
    opacity: 0.8;
}

.prikliss-slider {
    position: relative;
    padding: 15px 30px;
    margin-bottom: 50px;
    transition: all 0.3s ease;
}

.prikliss-slider:before,
.prikliss-slider:after {
    content: '';
    position: absolute;
    height: 100px;
    width: 100px;
    z-index: 0;
    transition: all 0.3s ease;
}

.prikliss-slider:before {
    right: 0px;
    top: 0px;
    border-right: 3px solid #000088;
    border-top: 3px solid #000088;
}

.prikliss-slider.ext:before {
    top: calc(100% - 100px);
    border-top: 0px;
    border-bottom: 3px solid #000088;
}

.prikliss-slider:after {
    left: 0px;
    bottom: 0px;
    border-left: 3px solid #000088;
    border-bottom: 3px solid #000088;
}

.prikliss-slider.ext:after {
    left: 0px;
    bottom: calc(100% - 100px);
    border-bottom: 0px;
    border-top: 3px solid #000088;
}

.prikliss-slider .prevarrow,
.prikliss-slider .nextarrow {
    bottom: -50px;
    background: #CCCCE7;
    height: 50px;
    width: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.prikliss-slider .prevarrow {
    left: calc(50% - 50px);
    border-radius: 10px 0px 0px 10px;
}

.prikliss-slider .nextarrow {
    right: calc(50% - 50px);
    border-radius: 0px 10px 10px 0px;
}

.prikliss-slider .slick-arrow.slick-disabled {
    display: none !important;
}

.prikliss-slider.prikliss-slider-blue {
    color: #fff;
    background: #03175A;
    border-radius: 8px;
}

.prikliss-slider.prikliss-slider-blue .prevarrow,
.prikliss-slider.prikliss-slider-blue .nextarrow {
    bottom: -65px;
}

.prikliss-slider.prikliss-slider-blue:after,
.prikliss-slider.prikliss-slider-blue:before {
    display: none;
}

.prikliss-slider.prikliss-slider-blue .prikliss-slide {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.prikliss-slider a img {
    display: inline;
    max-width: 400px;
}

.prikliss-slider.prikliss-slider-mixed a img {
    max-width: 100% !important;
}

.prikliss-button {
    background: #CCCCE7;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    border-radius: 100px;
}

.idpn-contacts-block {
    position: relative;
    height: 200px;
}

.idpn-contacts-photo {
    position: absolute;
    max-height: 200px;
    max-width: 200px;
    float: left;
    z-index: 2;
}

.idpn-contacts-content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    position: relative;
    background: #000088;
    color: #fff;
    float: left;
    width: 600px;
    text-align: left;
    height: 140px;
    padding-left: 180px;
    left: 50px;
    margin-top: 30px;
    border-radius: 0px 30px 30px 0px;
    z-index: 1;
}

.idpn-contacts-content img {
    margin: 0px;
    max-height: 40px;
}

.idpn-contacts-content a {
    color: #fff;
}

.flex-centered {
    display: flex;
    align-items: center;
}

.idpn-blue-block {
    background: #03175A;
    color: #fff;
    border-radius: 8px;
    padding: 20px 20px 10px;
}

.idpn-blue-block.idpn-blue-block-flex {
    display: flex;
    align-items: center;
}

.img-sub-centered {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.img-sub-centered .fancybox,
.prikliss-slide .img-sub-centered .fancybox {
    float: none;
    width: fit-content;
    display: block;
}

.img-sub-centered sub,
.prikliss-slide .img-sub-centered sub {
    display: block;
    float: none;
    width: fit-content;
}

.page-3303 .new-staff-block-img {
	background-size: cover !important;
    background-repeat: no-repeat !important;
	background-position: top center !important;
	width: 150px;
	min-width: 150px;
	height: 200px;
    max-width: none;
    border-radius: 0px;
}

.page-3303 .new-staff-block-img img {
	margin-bottom: 0px;
}

.page-3303 .new-staff-block-img.nophoto {
	background: #ccc;
	padding: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.page-3303 .director-blocks-wrap .new-staff-block .new-staff-block-flex {
	display: flex;
    align-items: flex-start;
    gap: 20px;
}

.page-3303 .director-blocks-wrap .new-staff-block .new-staff-block-name {
	font-family: "Montserrat-SemiBold", Arial, sans-serif;
	font-size: 22px;
}

.page-3303 .director-blocks-wrap .new-staff-block .new-staff-block-regalia {
	font-family: "Inter-Regular","RobotoRegular", sans-serif;
	font-size: 16px;
}

.page-3303 .director-blocks-wrap .new-staff-block {
	margin-bottom: 70px;
}

.page-3303 .director-blocks-wrap .link a {
	font-family: "Inter-Regular","RobotoRegular", sans-serif;
	color: #000;
    font-size: 16px;
    padding: 5px 0px 0px 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.page-3303 .director-blocks-wrap .link a.mem {
    background-image: url("/images/bookmark.svg");
	background-size: 20px;
    background-position: left bottom;
}